a4783a18e11086898edf00110cd09196bdeba63c
[gnus] / lisp / ChangeLog
1 2012-09-05  Julien Danjou  <julien@danjou.info>
2
3         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
4         this hide the real reason with a message giving absolutely no hint.
5
6 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
9         to the backend (bug#11804).
10
11         * message.el (message-insert-newsgroups): Don't insert newsgroup
12         duplicates (bug#12275).
13
14 2012-09-05  John Wiegley  <johnw@newartisans.com>
15
16         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
17         sieve rules.
18
19 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
20
21         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
22         function.
23
24         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
25
26         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
27
28 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
29
30         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
31         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
32         This should make nnmaildir more usable with offlineimap.
33
34 2012-09-05  Julien Danjou  <julien@danjou.info>
35
36         * nnimap.el (nnimap-request-list): Revert change that made listing
37         synchronous.
38         (nnimap-get-responses): Restore.
39
40 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
41
42         * dgnushack.el: XEmacs 21.5 compilation fix.
43
44         * gnus-notifications.el (gnus-notifications-notify): Use it.
45
46         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
47         warnings on XEmacs.
48
49 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50
51         Better seeds for (random).
52         * gnus-sync.el (gnus-sync-lesync-setup):
53         * message.el (message-canlock-generate, message-unique-id):
54         Change (random t) to (random), now that the latter is more random.
55
56 2012-08-31  Dave Abrahams  <dave@boostpro.com>
57         * nnimap.el (nnimap-change-group): Document result value
58
59         * auth-source.el (auth-sources): Fix macos keychain access.
60
61         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
62         allow the backend `request-head' function to determine the group
63         name on its own.
64         (gnus-request-expire-articles): Filter out negative article numbers
65         during expiry (Bug#11980).
66
67         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
68         O(N^2) to O(N).  This makes warping into huge groups tolerable.
69
70         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
71         you've found the article when you haven't.
72
73         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
74         nnimap-change-group can return t
75
76 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
79
80 2012-08-30  Julien Danjou  <julien@danjou.info>
81
82         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
83         `gnus-notifications-timeout'.
84         (gnus-notifications-timeout): Add.
85         (gnus-notifications-action): New function.
86         (gnus-notifications-notify): Add :action using
87         `gnus-notifications-action'.
88         (gnus-notifications-id-to-msg): New variable.
89         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
90         notifications id to messages.
91
92 2012-08-30  Kenichi Handa  <handa@gnu.org>
93
94         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
95         once.
96
97 2012-08-29  Julien Danjou  <julien@danjou.info>
98
99         * gnus-notifications.el: New file.
100         (gnus-notifications-notify): New function.
101         (gnus-notifications): Use `gnus-notifications-notify'.
102
103 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
106         transfer encoding first; bind gnus-newsgroup-charset to the charset
107         that the article specifies (Bug#12209).
108
109 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
112         (gnus-group-customize-done): Encode values posting-style holds.
113
114         * gnus-msg.el (gnus-summary-resend-message)
115         (gnus-configure-posting-styles): Decode values posting-style group
116         parameter holds.
117
118 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
121         `name' and `address' in Resent-From header.
122
123 2012-08-14  Chong Yidong  <cyd@gnu.org>
124
125         * gnus-art.el (article-display-face): Handle failure in
126         gnus-create-image (Bug#11802).
127
128 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
129
130         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
131         Use defsetf.
132
133 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
134
135         * auth-source.el: (auth-source-plstore-search)
136         (auth-source-secrets-search): Ignore :require and :type in search spec.
137
138 2012-08-06  Julien Danjou  <julien@danjou.info>
139
140         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
141         `nnimap-request-move-article'.
142
143         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
144         Remove autoload, already handled by gnus.el.
145
146         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
147
148         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
149         supported by nnimap actually. Reverts previous change.
150
151         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
152         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
153         to-buffer argument that is already supported.
154
155 2012-08-05  Julien Danjou  <julien@danjou.info>
156
157         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
158         Add autoload.
159
160 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus.el (gnus-valid-select-methods): Fix custom type.
163
164 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
165
166         * auth-source.el (auth-sources, auth-source-backend-parse)
167         (auth-source-macos-keychain-search)
168         (auth-source-macos-keychain-search-items)
169         (auth-source-macos-keychain-result-append)
170         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
171         auth-source.el through the /usr/bin/security utility.
172         (auth-sources): Fix syntax error.
173         (auth-source-macos-keychain-result-append): Fix variable name.
174         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
175
176 2012-07-27  Julien Danjou  <julien@danjou.info>
177
178         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
179         Emacs < 24.1
180
181 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * message.el (message-kill-address): Don't kill last newline.
184         (message-skip-to-next-address): Don't move to the next header.
185         (message-fill-field-address): Work properly.
186
187 2012-07-25  Julien Danjou  <julien@danjou.info>
188
189         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
190
191 2012-07-24  Julien Danjou  <julien@danjou.info>
192
193         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
194
195         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
196         (nntp-async-timer-handler): Remove, unused.
197
198         * nnimap.el (nnimap-get-responses): Remove, unused.
199
200         * nnheader.el (mail-header-set-extra): Remove, unused.
201
202         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
203         unused.
204
205         * mm-view.el (mm-view-sound-file): Remove, unused.
206
207         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
208         (mm-url-encode-multipart-form-data): Remove, unused.
209
210         * message.el (message-remove-signature, message-make-host-name)
211         (message-fill-address): Remove, unused.
212
213         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
214         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
215         unused.
216
217         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
218         (gnus-xmas-call-region): Remove, unused.
219
220         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
221
222         * gnus-util.el (gnus-extract-address-component-name)
223         (gnus-extract-address-component-email, gnus-sortable-date)
224         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
225         (gnus-process-live-p): Remove, unused.
226
227         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
228
229         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
230         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
231         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
232         function.
233
234         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
235
236         * gnus-score.el (gnus-summary-score-crossposting)
237         (gnus-score-regexp-bad-p): Remove, unused.
238
239         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
240
241         * gnus-range.el (gnus-sublist-p): Remove, unused.
242
243         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
244         unused.
245
246         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
247
248         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
249         (gnus-request-associate-buffer): Remove, unused.
250
251         * gnus-group.el (gnus-group-set-method-info)
252         (gnus-group-set-params-info): Remove, unused.
253
254         * gnus-fun.el (gnus-shell-command-to-string)
255         (gnus-shell-command-on-region): Remove, unused.
256
257         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
258
259         * gnus-art.el (gnus-article-text-type-exists-p)
260         (article-translate-characters, gnus-article-hide-text-of-type)
261         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
262         Remove, unused.
263
264 2012-07-22  Andrew Cohen  <cohen@bu.edu>
265
266         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
267
268 2012-07-21  Julien Danjou  <julien@danjou.info>
269
270         * message.el (message-dont-reply-to-names): Replace deprecated
271         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
272         (message-get-reply-headers): Ditto.
273
274 2012-07-18  Julien Danjou  <julien@danjou.info>
275
276         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
277         `sieve-upload-and-kill'.
278
279         * sieve.el (sieve-bury-buffer): Remove function.
280         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
281         (sieve-upload-and-kill): New function, mapped to C-c C-c.
282
283 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
284
285         * shr.el (shr-expand-url): Handle URL starting with `//'.
286
287 2012-07-13  Chong Yidong  <cyd@gnu.org>
288
289         * smime.el (smime-certificate-info): Set buffer-read-only directly,
290         instead of calling toggle-read-only with a (bogus) argument.
291
292 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
293
294         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
295         of initial input when reading the author to restrict the summary to.
296
297 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mm-decode.el (mm-shr):
300         Allow overriding charset by mm-charset-override-alist.
301
302 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-art.el (gnus-article-view-part):
305         Toggle subparts of multipart/alternative part.
306
307 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * shr.el (shr-render-buffer): New command.
310         (shr-visit-file): Use it.
311
312 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
315         Set no-byte-compile and no-update-autoloads.
316
317 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
320
321 2012-06-25  Julien Danjou  <julien@danjou.info>
322
323         * nnimap.el (nnimap-request-articles-find-limit): Rename from
324         `nnimap-request-move-articles-find-limit' since we do not use it only
325         for move operations.
326         (nnimap-request-accept-article): Use
327         `nnimap-request-articles-find-limit' to limit search by message-id.
328
329 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
330
331         Support higher-resolution time stamps (Bug#9000).
332
333         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
334         VARLIST.  It's optional, for backward compatibility.
335         (encode-time-value): New optional arg PICO.  New type 3.
336         (time-to-seconds) [!float-time]: Support the new picoseconds
337         component if it's used.
338         (seconds-to-time, time-subtract, time-add):
339         Support ps-resolution time stamps as well.
340
341 2012-06-19  Julien Danjou  <julien@danjou.info>
342
343         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
344
345         * nnimap.el (nnimap-log-buffer): Check that
346         `window-point-insertion-type' is boundp, since it's not available in
347         XEmacs.
348
349 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
350
351         * nnimap.el (nnimap-log-buffer): Add this, setting
352         `window-point-insertion-type' in the buffer to t.
353         (nnimap-log-command): Use nnimap-log-buffer.
354
355 2012-06-19  Julien Danjou  <julien@danjou.info>
356
357         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
358         argument to be able to limit the search.
359         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
360         (nnimap-request-move-articles-find-limit): Add this to limit the search
361         by Message-Id after a message move.
362         (nnimap): Add defgroup.
363
364 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
365
366         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
367
368 2012-06-15  Julien Danjou  <julien@danjou.info>
369
370         * nnimap.el (nnimap-find-article-by-message-id): Use
371         `nnimap-possibly-change-group' rather than its own EXAMINE call.
372         (nnimap-possibly-change-group): Add read-only argument.
373         (nnimap-request-list): Use nnimap-possibly-change-group rather than
374         issuing EXAMINE manually.
375         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
376         with read-only argument.
377         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
378         cannot possibly change because we need to be sure that it's either
379         read-write or read-only.
380
381 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
384         being bound to a lambda form.
385
386 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
387
388         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
389         articles when fetch-old is non-nil (bug#11370).
390
391 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
392
393         * gnus-picon.el (gnus-picon-properties): New defcustom.
394         (gnus-picon-create-glyph): Use it.
395
396 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * gnus-group.el (gnus-group-get-new-news): Respect
399         `gnus-group-use-permanent-levels', as documented (bug#11638).
400
401 2012-06-10  Dave Abrahams  <dave@boostpro.com>
402
403         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
404         groups (bug#11641).
405
406 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
407
408         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
409         is an integer to avoid later problems.
410
411 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
414         locales.
415
416         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
417         on a handle.
418
419         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
420         address as the default.
421         (gnus-summary-insert-old-articles): Don't include unexistent messages.
422
423         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
424         makes no sense to query the user about internal files.
425
426         * gnus-spec.el: Remove all the byte-compilation stuff, since
427         benchmarking shows that it doesn't help when entering large summary
428         buffers.
429
430         * gnus-xmas.el (gnus-xmas-define): Remove.
431
432         * gnus-util.el (gnus-byte-code): Remove.
433
434         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
435         grouplens stuff.
436
437 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
440         (bug#11514).
441
442 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
443
444         * message.el (message-buffers): Return all buffers derived from Message
445         to make `gnus-dired-attach' work with mu4e.
446
447 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
448
449         * nntp.el: Stop the `letf' madness.
450         (nntp--report-1): New var.
451         (nntp-report): Merge nntp-report-1 into it.
452         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
453         the nntp-report function.
454
455         * auth-source.el: Fix comment-style to follow the convention.
456
457 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
458
459         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
460         (mm-dissect-singlepart): Don't guess the MIME type of
461         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
462         set.
463         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
464         toplevel MIME type is multipart/encrypted.
465
466 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
469         a string so that Gcc works (bug#11514).
470
471 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
474         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
475
476 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         * gnus-win.el (gnus-configure-frame): Don't signal an error when
479         jumping to *Server* from a dedicated *Group* window.
480         (gnus-configure-frame): CSE.
481
482         * gnus-registry.el: Minor style cleanup.
483         (gnus-registry--set/remove-mark): New function, extracted from
484         gnus-registry-install-shortcuts.
485         (gnus-registry-install-shortcuts): Use it.
486
487 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * nnspool.el (news-path): Use eval-and-compile.
490
491 2012-05-24  Glenn Morris  <rgm@gnu.org>
492
493         * nnspool.el (news-directory, news-path, news-inews-program):
494         Move here from paths.el.  Don't see a need for these to be autoloaded.
495
496         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
497         Merge in doc from paths.el version.  Don't see any need for this to be
498         autoloaded, or for the warning about users not setting it.
499
500 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
501
502         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
503         format.  In particular, add an optional argument and a docstring.
504
505         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
506
507         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
508         current before calling `gnus-groups-to-gnus-format'.
509         Note that this was already the case for `gnus-active-to-gnus-format'.
510
511 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
512
513         Fix minor Y10k bug.
514         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
515
516 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
517
518         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
519         message once it's actually open.
520
521 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
522
523         * gnus.el: Ma Gnus v0.5 is released.
524
525 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
526
527         * auth-source.el (auth-source--aput-1, auth-source--aput)
528         (auth-source--aget): New functions and macros.
529         Use them instead of aput/aget.
530
531 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
532
533         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
534
535 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
536
537         * plstore.el (plstore-called-interactively-p): New compat macro copied
538         from message.el.
539         (plstore-mode): Use it.
540
541 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
542
543         * plstore.el: Revive the editing feature.
544         (plstore-mode): New mode to edit plstore file.
545         (plstore-mode-toggle-display, plstore-mode-original)
546         (plstore-mode-decoded): New command.
547         (plstore--encode, plstore--decode, plstore--write-contents-functions)
548         (plstore--insert-buffer, plstore--make): New function.
549         (plstore-open, plstore-save): Simplify by using them.
550
551 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
554
555 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
556
557         * tls.el (open-tls-stream): Remove unused binding.
558
559 2012-04-16  Glenn Morris  <rgm@gnu.org>
560
561         * nndraft.el (nndraft-request-list): Fix declaration.
562
563 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * mm-decode.el (mm-dissect-buffer): Doc fix.
566
567         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
568         don't have a current group.
569
570         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
571         buffer if it doesn't exist.
572
573         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
574         given, mark the group as ephemeral with the current window conf.
575
576         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
577         buffer exists, which it doesn't if we haven't started Gnus.
578         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
579
580 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * mml.el (mml-generate-mime): Allow specifying what the top-level part
583         type is.
584
585         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
586         `unexists' entries.
587         (gnus-clean-old-newsrc): Fix last checkin.
588
589         * nnimap.el (nnimap-update-info): None of the articles below the active
590         low-water mark exist.
591
592         * dgnushack.el: Get rid of XEmacs compilation warning.
593
594         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
595         would have gotten if we posted to the group, and use that to compare
596         against the message we want to cancel (bug#10808).
597
598         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
599         on XEmacs.
600
601 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
602
603         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
604         `scroll-margin'.
605
606 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
607
608         * gnus-cite.el (gnus-dissect-cited-text): A single line without
609         citation prefix within a block of cited text should be considered part
610         of that block *only* if it is a blank line.
611
612 2012-04-09  Chong Yidong  <cyd@gnu.org>
613
614         * binhex.el, hashcash.el, uudecode.el:
615         Remove * characters from the front of variable docstrings.
616
617 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
620         before kinsoku-bol characters nor within kinsoku-eol characters.
621
622 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
625         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
626         (gnus-sync-read): Use mapc instead of mapcar.
627
628         * mm-archive.el: Require mm-decode for some macros.
629         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
630         the byte compiler.
631         (mm-archive-decoders): New function that returns the value of
632         the mm-archive-decoders variable.
633
634         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
635         instead.
636         (mm-dissect-singlepart): Use the function mm-archive-decoders.
637
638         * nnimap.el (gnus-refer-thread-use-nnir):
639         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
640
641 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
644
645 2012-03-12  Peter Münster  <pmrb@free.fr>
646
647         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
648         (gnus-demon-cancel): Ditto.
649         (gnus-demon-run-callback): When function cannot be called due to low
650         idleness, call it when idleness reaches the expected value, instead of
651         waiting another timer period.
652         (gnus-demon-init): Add `time' to arguments of call-back.
653
654 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
657
658         * gnus.el: Register gnus-registry functions.
659
660         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
661         indent.
662
663         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
664         enabled before warping.
665
666 2012-03-22  Dave Abrahams  <dave@boostpro.com>
667
668         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
669         registry about each article retrieved.
670
671         * gnus-int.el (gnus-select-group-with-message-id): New function.
672         (gnus-try-warping-via-registry): Ditto.
673         (gnus-warp-to-article): Fall back on the registry.
674
675 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
676
677         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
678         inboxes.
679
680 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
683
684 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
687         gnus-gcc-self-resent-messages may be a group parameter.
688         (gnus-summary-resend-message): Don't encode encoded words in header
689         when Gcc'ing resent message.
690
691 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * shr.el (shr-insert): Treat non-breaking space just like normal
694         space.  This seems to produce more pleasing results.
695         (shr-insert): Only insert a blank line if we're starting from an image.
696         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
697         (shr-ensure-paragraph): Consider lines with white space to be blank.
698
699 2012-03-15  Elias Pipping  <pipping@lavabit.com>
700
701         * Makefile.in: Respect DESTDIR.
702
703 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
704
705         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
706         and gnus-gcc-post-body-encode-hook.
707
708 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
711         messages that don't exist.
712
713         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
714
715 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
718         a string so that Gcc works (bug#11514).
719
720 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
721
722         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
723
724 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
727         don't have a current group.
728
729 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
732         Remove.
733
734         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
735
736         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
737
738 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
741         have a group name.
742
743         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
744         a multibyte buffer (bug#7410).
745         (article-wash-html): Parse the original article buffer to get the
746         unencoded data (bug#7410).
747
748         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
749         .newsrc.el files.
750
751 2012-04-05  Bastien Guerry  <bzg@altern.org>
752
753         * color.el (color-lighten-name): Fix typo.
754
755 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
758         "#" to avoid having them interpreted as comments.
759
760 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * shr.el (shr-insert): Update the text state properly to avoid
763         inserting spurious paragraph starts.
764
765 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * shr.el (shr-table-widths): Divide the extra width more fairly over
768         the TDs (bug#10973).
769         (shr-render-td): Don't delete too much padding.
770         (shr-natural-width): Compute the natural width more correctly.
771         (shr-insert): Allow the natural width to be computed for tables again.
772         (shr-tag-table-1): Rework how the natural widths are computed by
773         rendering the table a third time.
774         (shr-natural-width): Removed.
775         (shr-buffer-width): New function.
776         (shr-expand-newlines): Use it.
777
778         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
779         using a `gnus-use-full-window' setup (bug#11013).
780
781 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
784         24.1 release.
785
786 2012-03-10  David Edmondson  <dme@dme.org>
787
788         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
789         'Forwarded Message' header and the start of the message.
790
791 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
792
793         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
794         isn't running (bug#10897).
795
796 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
799         This is inconsistent with all the other stream functions, which leave
800         the setting up to the higher levels (if so wanted) (bug#10931).
801
802 2012-02-28  Glenn Morris  <rgm@gnu.org>
803
804         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
805         mm-decode.el: Standardize possessive apostrophe usage.
806
807 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
810
811 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
812
813         * parse-time.el (parse-time-string): Allow extractor to return nil.
814
815 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
818
819 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
822
823 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * mm-decode.el (mm-shr): Remove "soft hyphens".
826
827         * nnimap.el (nnimap-request-list): Return the group names encoded as
828         utf8.  Otherwise non-European group names don't work.
829         (nnimap-request-newgroups): Ditto.
830
831         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
832         the default in `read-string' (bug#10757).
833
834         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
835         topics (bug#10843).
836
837         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
838         buffer.  Suggested by Herbert Valerio Riedel.
839         (nnimap-request-move-article): Delete the message from the correct IMAP
840         server.
841
842 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
843
844         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
845         Reported by Peter Münster.
846
847 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
848
849         * shr.el (shr-image-fetched): Make sure we really kill the right
850         buffer.
851
852 2012-02-16  Leo Liu  <sdl.web@gmail.com>
853
854         * gnus-start.el (gnus-1): Avoid duplicate entries.
855
856 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
857
858         * imap.el: Remove.
859
860         * nntp.el (nntp-coding-system-for-read): Remove.
861         (nntp-coding-system-for-write): Ditto.
862         (nntp-open-connection): Just use `binary' directly.
863
864         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
865         Gnus 0.3.
866
867 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
868
869         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
870         application/octet-stream parts really is.
871
872         * gnus-sum.el (gnus-propagate-marks): Remove.
873
874 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
875
876         * shr.el (shr-rescale-image): Undo previous change; see
877         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
878
879 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
880
881         * gnus.el: Ma Gnus v0.3 is released.
882
883 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
884
885         * gnus-sum.el (gnus-summary-local-variables): Make
886         `gnus-newsgroup-unexist' into a local variable.
887
888 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
889
890         * registry.el (registry-usage-test, registry-persistence-test): Move to
891         tests/gnustest-registry.el.
892         (registry-make-testable-db, registry-match-test)
893         (registry-instantiation-test): Move to tests/gnustest-registry.el.
894
895         * gnus-registry.el (gnus-registry-misc-test)
896         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
897
898         * tests/gnustest-registry.el: New file with the registry and
899         gnus-registry ERT tests.
900
901 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-msg.el (gnus-summary-resend-message): Make
904         gnus-summary-resend-message-insert-gcc be last item in
905         message-header-setup-hook.
906
907 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
908
909         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
910         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
911         Remove.
912         (nnfolder-open-server): Don't use marks.
913         (nnfolder-request-delete-group): Ditto.
914         (nnfolder-request-rename-group): Ditto.
915         (nnfolder-request-set-mark, nnfolder-request-marks)
916         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
917         (nnfolder-save-marks, nnfolder-open-marks): Remove.
918
919         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
920         (nnml-marks-modtime): Remove.
921         (nnml-request-delete-group): Don't use marks.
922         (nnml-request-rename-group): Ditto.
923         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
924         (nnml-save-marks, nnml-open-marks): Remove.
925
926         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
927         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
928         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
929         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
930         (nntp-server-to-method-cache): Remove.
931
932         * shr.el (shr-rescale-image): Fix wrong merge.
933
934 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
935
936         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
937         too-wide lines.
938
939 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
940
941         * nnimap.el (nnimap-record-commands): New variable.
942         (nnimap-log-command): Use it.
943         (nnimap-make-process-buffer): Add a space to the process buffer.
944         (nnimap-transform-headers): Don't bug out on header lines containing
945         stuff that look like IMAP length encodings.
946
947         * shr.el (shr-rescale-image): Allow viewing large images.
948
949 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
950
951         * nnml.el (nnml-request-compact-group): Delete the marks file after
952         compaction (bug#10800).
953
954         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
955         group exit.
956
957         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
958         QRESYNC/FETCH output.
959
960 2012-02-11  Glenn Morris  <rgm@gnu.org>
961
962         * sieve-manage.el (sieve-manage-default-stream):
963         * shr.el (shr):
964         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
965         (nnir-retrieve-headers-override-function)
966         (nnir-imap-default-search-key, nnir-notmuch-program)
967         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
968         (nnir-method-default-engines):
969         * message.el (message-cite-reply-position):
970         * gssapi.el (gssapi-program):
971         * gravatar.el (gravatar):
972         * gnus-sum.el (gnus-refer-thread-use-nnir):
973         * gnus-registry.el (gnus-registry-unfollowed-addresses)
974         (gnus-registry-max-pruned-entries):
975         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
976         * gnus-int.el (gnus-after-set-mark-hook)
977         (gnus-before-update-mark-hook):
978         * gnus-async.el (gnus-async-post-fetch-function):
979         * auth-source.el (auth-source-cache-expiry):
980         Add missing :version tags to new defcustoms and defgroups.
981
982 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-sum.el (gnus-adjust-marked-articles): Add to
985         `gnus-newsgroup-unexist'.
986
987         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
988         marks.
989         (gnus-article-special-mark-lists): Put the `unexist' in the special
990         marks list instead.
991
992         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
993         articles in the list of articles to be selected.
994
995         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
996         articles.
997         (nnimap-update-info): Keep track of unexisting articles.
998         (nnimap-update-qresync-info): Ditto.
999
1000 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * message.el (message-default-send-mail-function): Made into own
1003         function for reuse by emacsbug.el.
1004
1005 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1006
1007         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1008         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1009
1010 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1013         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1014
1015         * gnus-compat.el: Define `timer-set-function'.
1016
1017         * mm-decode.el (mm-display-external): Output the text from the command
1018         in the buffer after the command finished.  This makes text-based
1019         commands behave better.
1020
1021 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1024
1025 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1028         23.1.
1029
1030 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1033
1034 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1035
1036         * message.el (smtpmail-smtp-user): Silence compiler warning.
1037
1038 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1039
1040         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1041         SMTP user name.
1042
1043 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * gnus-sum.el (gnus-summary-show-thread):
1046         next-single-char-property-change may return nil in XEmacs.
1047         (gnus-summary-article-map): Fix typo.
1048
1049 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1052         running.
1053
1054         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1055
1056         * gnus.el (gnus-server-extend-method): Don't add an -address component
1057         if the method already has one (bug#9676).
1058
1059 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1062         of an initial-input for consistency (bug#10757).
1063
1064         * dgnushack.el: Fix XEmacs compilation warning.
1065
1066         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1067
1068         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1069
1070 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1071
1072         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1073         lines that are narrower than the window width.  Otherwise background
1074         "blocks" will look less readable.
1075
1076 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1079         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1080         have newlines within the strings, and where the UID comes after the
1081         BODYSTRUCTURE element (bug#10537).
1082
1083         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1084         (bug#10732).
1085
1086         * shr.el (shr-insert-document): Add doc string.
1087         (shr-visit-file): Ditto.
1088         (shr-remove-trailing-whitespace): New function.
1089         (shr-insert-document): Use it to clean up trailing whitespace as the
1090         final step (bug#10714).
1091
1092 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1093
1094         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1095         buffer if `gnus-kill-summary-on-exit' is nil.
1096
1097 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1098
1099         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1100         when just reading a single group from "without" Gnus.
1101
1102 2012-02-06  Chong Yidong  <cyd@gnu.org>
1103
1104         * gnus-sum.el (gnus-summary-show-thread):
1105         next-single-char-property-change never returns nil (Bug#8657).
1106
1107 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1108
1109         * message.el (message-multi-smtp-send-mail): New function.
1110         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1111         header to implement multi-SMTP functionality.
1112
1113         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1114         (gnus-agentize): Don't set it.
1115         (gnus-agent-send-mail): Don't use it.
1116
1117         * gnus-sum.el (gnus-summary-widget-backward): New function and
1118         keystroke.
1119
1120         * gnus-compat.el: More the compat functions more compatible.
1121
1122         * shr.el (shr-put-image): Remove underlines from sliced images.
1123         (shr-zoom-image): Compute the region to be replaced more correctly.
1124
1125 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1128         (gnus-summary-resend-message-insert-gcc): New function.
1129         (gnus-summary-resend-message): Modify message-header-setup-hook and
1130         message-sent-hook to make it work for Gcc.
1131         (gnus-inews-do-gcc): Update the number of unread articles of groups
1132         that messages are Gcc'd to.
1133
1134         * message.el (message-resend): Run message-sent-hook to do Gcc.
1135
1136 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1137
1138         * lpath.el: Fix an XEmacs compilation warning.
1139
1140         * gnus-compat.el: Require `help-fns' to fix compilation error.
1141
1142         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1143         a higher level to silence compilation.
1144
1145         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1146         parameter to allow controlling the scaling.
1147
1148         * shr.el (shr-zoom-image): New command and keystroke.
1149         (shr-put-image): Take a `size' flag to say how to scale the image.
1150
1151         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1152         deletion unless already defined.
1153
1154         * gnus.el (gnus-compat): Require it.
1155
1156         * gnus-compat.el: New file.
1157
1158         * gnus-start.el (gnus-clean-old-newsrc): New function.
1159         (gnus-read-newsrc-file): Use it.
1160
1161         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1162         Use recursive deletion.
1163         (mm-dissect-archive): Add support for zip files.
1164
1165         * gnus-util.el (gnus-recursive-directory-files): New function.
1166
1167         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1168         (mm-archive-decoders): Add tgz support.
1169
1170         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1171         Otherwise inserting text into the Gnus buffer can look odd.
1172
1173         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1174
1175         * mm-archive.el (mm-archive-decoders): Add support for tar.
1176
1177         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1178
1179         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1180
1181 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1182
1183         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1184
1185         * mm-archive.el: New file.
1186
1187         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1188
1189         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1190
1191         * message.el (message-goto-*): Make all the `message-goto-*' commands
1192         push the mark before moving point.  This makes it easier to go back to
1193         where you came from after editing whatever you jumped to.
1194
1195 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1196
1197         * gnus.el: Ma Gnus v0.1 is released.
1198
1199 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1202         without reconnecting.
1203         (nnimap-possibly-change-group): Ditto.
1204         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1205         connection has died before being called.
1206
1207 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1208
1209         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1210         an initial sync unless we're really doing one.
1211
1212         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1213         address parameter if one already exists (bug#9676).
1214
1215         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1216         not the prefix, as documented (bug#10689).
1217
1218 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1221         the "server".
1222
1223         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1224         the real error message with the useless "previously known to be down".
1225         Which isn't even correct.
1226
1227         * nntp.el (nntp-open-connection): Report the error message if the nntp
1228         server can't be reached.
1229
1230         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1231         groups we do a total scan for.
1232         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1233         doing that.
1234
1235 2012-01-31  Jim Meyering  <jim@meyering.net>
1236
1237         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1238         Correct a comment (insert "not") and hide nominally-doubled "to".
1239
1240 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1241
1242         * gnus.el (gnus-version): Change name to "Ma Gnus".
1243
1244 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1245
1246         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1247         section in the manual.
1248
1249 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1250
1251         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1252         words.
1253         (rfc2047-encode-string): Ditto.
1254         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1255         understand folded filename="..." parameters, for instance.
1256
1257         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1258         the message for greater debuggability.
1259
1260 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1261
1262         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1263         instead of setting it locally, since the latter doesn't seem to have
1264         any effect (most of the time).
1265
1266 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1267
1268         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1269         function call.
1270
1271 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1272
1273         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1274         seconds, and make the repeat clause with HH:MM specs work as
1275         documented.
1276
1277 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1278
1279         * proto-stream.el (proto-stream-capability-open): Fall back on
1280         :end-of-command if :end-of-capability doesn't exist.
1281
1282 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1285         bound globally in old Emacsen and XEmacsen.
1286
1287 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1290         so that previous errors don't prohibit getting new news.
1291
1292         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1293
1294         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1295
1296 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1297
1298         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1299         buffer, not of the string which is its name.
1300
1301 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1302
1303         * proto-stream.el (proto-stream-capability-open): Wait for
1304         :end-of-capability, not :end-of-command.
1305
1306         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1307         non-server-marks groups.
1308         (gnus-group-make-articles-read): Ditto.
1309
1310         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1311         methods (bug#9676).
1312
1313         * gnus.el (gnus-method-ephemeral-p): New function.
1314
1315 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1318         left-to-right.
1319
1320 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1321
1322         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1323         warning.
1324
1325 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1328         macroexpand the nnir things, since they haven't been defined yet, and
1329         nnir requires gnus-sum.
1330
1331 2012-01-24  Julien Danjou  <julien@danjou.info>
1332
1333         * color.el (color-rgb-to-hsl): Fix value computing.
1334         (color-hue-to-rgb): New function.
1335         (color-hsl-to-rgb): New function.
1336         (color-clamp, color-saturate-hsl, color-saturate-name)
1337         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1338         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1339
1340 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1343
1344 2012-01-19  Julien Danjou  <julien@danjou.info>
1345
1346         * color.el (color-name-to-rgb): Use the white color to find the max
1347         color component value and return correctly computed values.
1348         (color-name-to-rgb): Add missing float conversion for max value.
1349
1350 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1353         logical server name in addition to the actual machine address.
1354
1355         * auth-source.el (auth-source-user-and-password): Add convenience
1356         wrapper to search by just host and optionally user.
1357
1358 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1361         after rendering.
1362
1363 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1366         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1367         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1368
1369 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1372         (bug#9693).
1373         (gnus-summary-setup-buffer): Document return value (bug#9697).
1374
1375         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1376         since ido doesn't work on symbols (bug#9632).
1377
1378         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1379         when getting a single value as when getting all the values.  This means
1380         that atoms like `gcc-self' work cumulatively, like variable settings,
1381         instead of getting the value from the last matching clause.
1382         (gnus-group-find-parameter): Protect against the group buffer not
1383         existing (bug#9585).
1384
1385 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * gnus-start.el (gnus-activate-group): Document more parameters
1388         (bug#9694).
1389
1390         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1391         (bug#9692).
1392
1393         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1394         article was fetched, so that it can be expired later (bug#9958).
1395         (gnus-agent-summary-fetch-series): Add doc string.
1396         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1397         (bug#9517).
1398
1399         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1400         retrieval is happening.
1401
1402         * gnus.el (gnus-parameters): Doc fix.
1403
1404 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1405
1406         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1407         show the thread after expansion.
1408
1409 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-art.el (article-narrow-to-head): If the head is completely
1412         empty, narrow to the empty region (bug#9764).
1413
1414         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1415         read, and then mark them as unread only when the unread mark is used.
1416         This makes `C-- T k' actually work, even though it's confusing.
1417
1418         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1419         alive before we try to find its window.
1420
1421 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1422
1423         * mm-decode.el (mm-display-external): Use a longer timeout for the
1424         deletion to allow slow programs to display the file.
1425
1426 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1429         prompt to be less confusing.
1430
1431         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1432         argument to `message-reply'.  This broke `special-display-*' frame
1433         pop-uping (bug#10238).
1434
1435 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1438         systems, since these allegedly don't work there.
1439
1440 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1441
1442         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1443         live buffer.
1444
1445 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnir.el (nnir-retrieve-headers): Protect against the article not
1448         existing on the server (bug#10335).
1449
1450 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1451
1452         * gnus-agent.el (gnus-agent-load-local): Recompute
1453         gnus-agent-article-local on changing method.
1454
1455 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus.el (gnus-parameters): Note precedence.
1458
1459 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1460
1461         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1462         in the group buffer.
1463
1464 2012-01-04  Julien Danjou  <julien@danjou.info>
1465
1466         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1467         change.
1468
1469 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1472         too.
1473
1474         * nntp.el (nntp-retrieve-group-data-early): Use it.
1475
1476 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * nntp.el (nntp-retrieval-in-progress): New variable.
1479         (nntp-make-process-buffer): Make it buffer-local.
1480
1481         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1482         2010.
1483         (gnus-demon-init): Use it to compute the time if time is on the form
1484         "04:23".
1485
1486         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1487
1488         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1489         status in the correct buffer.
1490
1491 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1492
1493         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1494         when opening topics (bug#10407).
1495
1496 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1497
1498         * gnus-cus.el (gnus-score-customize):
1499         * gnus-sum.el (gnus-sort-gathered-threads):
1500         * message.el (message-shorten-references):
1501         * nnmairix.el (nnmairix-request-group):
1502         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1503
1504 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1505
1506         * gnus-agent.el (gnus-agent-regenerate-group):
1507         * gnus-int.el (gnus-retrieve-group-data-early):
1508         * mm-util.el (mm-codepage-ibm-list):
1509         * nndiary.el (Commentary, nndiary-get-new-mail):
1510         * nnir.el (nnir):
1511         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1512
1513 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * mm-view.el (mm-display-inline-fontify): Add comment.
1516
1517 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1518
1519         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1520         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1521
1522 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1523
1524         * gnus-art.el (gnus-split-methods):
1525         * gnus-msg.el (gnus-configure-posting-styles):
1526         * gnus-spec.el (gnus-parse-simple-format):
1527         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1528         * message.el (message-do-actions): Spelling fix.
1529
1530 2011-12-15  Juri Linkov  <juri@jurta.org>
1531
1532         * mm-decode.el (mm-inline-media-tests): Add missing
1533         `mm-handle-media-subtype'.
1534
1535 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1536
1537         * gnus-group.el (gnus-group-tool-bar):
1538         * gnus-sum.el (gnus-summary-tool-bar):
1539         * message.el (message-tool-bar):
1540         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1541
1542 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1543
1544         * plstore.el (plstore--insert-buffer): Spelling fix.
1545
1546 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1547
1548         * message.el (message-valid-fqdn-regexp): Update with newly approved
1549         top-level domain names ".tel" and ".asia".
1550
1551 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1554         unconditionally.
1555
1556 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1559         pop-to-buffer-same-window for old Emacsen.
1560
1561 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1562
1563         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1564
1565 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1566
1567         * netrc.el (netrc-credentials): Spelling fix.
1568
1569 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1570
1571         * gnus-fun.el (gnus-fun-ppm-change-string):
1572         * gnus-msg.el (gnus-inews-do-gcc):
1573         * gnus-sum.el (gnus-summary-find-for-reselect):
1574         * gnus.el (gnus-summary-cancelled):
1575         * message.el (message-cancel-hook, message-send-news):
1576         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1577         * nnir.el (nnir-run-hyrex):
1578         * nntp.el (nntp-with-open-group-function):
1579         * pgg.el (pgg-pending-timers): Spelling fix.
1580
1581 2011-12-04  Chong Yidong  <cyd@gnu.org>
1582
1583         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1584         change (Bug#10200).
1585
1586 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * compface.el (uncompface):
1589         * gnus-art.el (gnus-article-x-face-command): Update the header format
1590         of icon data for the most recent icontopbm program.
1591
1592 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-msg.el (gnus-inews-do-gcc):
1595         * message.el (message-send-mail):
1596         * mml.el (mml-generate-mime): Share the value of the buffer-local
1597         `message-options' variable between a draft buffer and temprary working
1598         buffers.
1599
1600 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1601
1602         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1603
1604 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1607         for Cygwin.
1608
1609 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1610
1611         * gnus-group.el (gnus-group-prepare-flat):
1612         * mm-bodies.el (mm-encode-body):
1613         * mml.el (mml-preview):
1614         * nnml.el (nnml-request-compact-group):
1615         * pop3.el (pop3-stream-type): Spelling fix.
1616
1617 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1618
1619         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1620
1621 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1622
1623         * color.el (color-rgb-to-hsl):
1624         * gmm-utils.el (gmm-tool-bar-style):
1625         * gnus-group.el (gnus-group-prepare-flat):
1626         * gnus-topic.el (gnus-topic-prepare-topic):
1627         * mm-decode.el (mm-discouraged-alternatives):
1628         * rfc2047.el (rfc2047-encode-1):
1629         * starttls.el: Spelling fix.
1630
1631 2011-11-24  Glenn Morris  <rgm@gnu.org>
1632
1633         * binhex.el (binhex-begin-line): Give it basic doc-string.
1634
1635         * starttls.el, tls.el: Fix case of "GnuTLS".
1636
1637 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1638
1639         * gnus-group.el (gnus-group-highlight): Fix typo.
1640
1641 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1642
1643         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1644         value of `delete-file', that returns nil for a local file but returns t
1645         for a remote file using ssh.
1646
1647 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1648
1649         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1650
1651 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1654         avoid later breakage.
1655
1656 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1659         article buffers' name.
1660
1661 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1664         by Paul Eggert's spellfixes two days ago.
1665
1666 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1669         doesn't have it.
1670
1671         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1672         buffer-local instead of binding them to avoid warnings.  Also demote
1673         errors (bug#10063).
1674         (font-lock-mode-hook): Shut up byte compiler.
1675
1676 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1677
1678         * mm-util.el (mm-charset-after):
1679         * nnir.el (nnir-run-hyrex):
1680         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1681         (ntlm-get-password-hashes, ntlm-md4hash):
1682         * smime.el: Fix typo.
1683
1684 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1685
1686         * gnus-agent.el (gnus-agent-expire-group-1):
1687         * nndiary.el (nndiary-last-occurence):
1688         * nnimap.el (nnimap-request-set-mark):
1689         * nnmairix.el (nnmairix-only-use-registry):
1690         * gnus-group.el (gnus-group-prepare-flat):
1691         * gnus-sum.el (gnus-decode-encoded-word-methods):
1692         * message.el (message-wash-subject):
1693         * nntp.el (nntp-retrieve-headers-with-xover):
1694         * smime.el (smime-certificate-directory): Spelling fix.
1695
1696 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1697
1698         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1699
1700         * color.el:
1701         * gnus-agent.el (gnus-agent-possibly-alter-active):
1702         * gnus-dired.el (gnus-dired-print):
1703         * mail-parse.el:
1704         * nnmairix.el (nnmairix-request-group):
1705         * shr.el (shr-image-displayer):
1706         * sieve-manage.el:
1707         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1708
1709 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1710
1711         * gnus-sum.el (gnus-auto-select-subject):
1712         * spam-report.el (spam-report-resend): Spelling fix.
1713
1714 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1715
1716         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1717         * gnus-art.el (gnus-default-article-saver):
1718         * gnus-srvr.el (gnus-server-copy-server):
1719         * gnus.el (gnus-sloppily-equal-method-parameters):
1720         * html2text.el (html2text-format-tag-list):
1721         * message.el (message-narrow-to-head):
1722         * nndiary.el:
1723         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1724         * sieve.el: Spelling fix.
1725
1726 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1727
1728         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1729         * gnus-sum.el (gnus-summary-make-menu-bar):
1730         * gnus-uu.el (gnus-uu-decode-postscript)
1731         (gnus-uu-decode-postscript-and-save):
1732         * mailcap.el (mailcap-print-command):
1733         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1734         Fix typos.
1735
1736 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1737
1738         * gnus-art.el (gnus-article-part-wrapper):
1739         * html2text.el (html2text-fix-paragraphs):
1740         * mm-decode.el (mm-image-fit-p):
1741         * rfc2047.el (rfc2047-encode-message-header):
1742         * shr-color.el (shr-color-visible-distance-min)
1743         (shr-color-relative-to-absolute, set-minimum-interval)
1744         (shr-color-visible): Fix typos.
1745
1746 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1747
1748         * gmm-utils.el (gmm-tool-bar-item):
1749         * gnus-art.el (gnus-treat-body-boundary):
1750         * gnus-diary.el (gnus-user-format-function-d):
1751         * gnus-start.el (gnus-get-unread-articles):
1752         * pgg-gpg.el (pgg-gpg-update-agent):
1753         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1754
1755 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1756
1757         * gnus-topic.el (gnus-group-prepare-topics):
1758         * gnus-uu.el (gnus-extract-view):
1759         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1760
1761 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * spam.el: Move BBDB autoloads.
1764         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1765         BBDB 2 and 3.
1766         (spam-check-BBDB): Use it.
1767         (spam-enter-ham-BBDB): Use it.
1768
1769 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1770
1771         * smime.el (smime-draw-buffer): Spelling fix.
1772
1773 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1774
1775         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1776         for scanning exactly one level.
1777         * gnus-start.el (gnus-get-unread-articles): Ditto.
1778
1779 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1782         slightly clearer.
1783
1784 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1785
1786         * gnus-sync.el: More commentary about setup.
1787
1788 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * message.el (message-send-and-exit): Document `arg'.
1791
1792 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1795
1796 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1799
1800         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1801         we don't use `bound-and-true-p'.
1802
1803 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1804
1805         * gnus-util.el (gnus-bound-and-true-p): Remove.
1806         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1807         * nnir.el: Use it.
1808         * nnmairix.el: Use it.
1809
1810 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1811
1812         * gnus-sync.el: Improve docs about CouchDB admins.
1813
1814         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1815         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1816         for reasons unknown.
1817         * nnir.el: Use it.
1818         * nnmairix.el: Use it.
1819
1820         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1821         * nnir.el: Ditto.
1822         * nnmairix.el: Ditto.
1823
1824         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1825
1826 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1827
1828         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1829         not needed.  Provide xmlplistread list function to produce XML plist
1830         output for non-Gnus LeSync clients.
1831
1832 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1835
1836         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1837         and save against it.  Group subscriptions, read marks, other marks,
1838         subscription levels, topic names, and topic offsets (the group's
1839         position within the topic) are saved.  This is an experimental backend
1840         and may change significantly.  Load json.el from the gnus-fallback-lib
1841         if it's not available otherwise.
1842         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1843
1844 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * message.el (message-completion-function): Make sure
1847         message-tab-body-function is not attempted if one of
1848         message-completion-alist fails to find a completion (bug#9158).
1849
1850 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1851
1852         * mml.el (mml-quote-region): Quote <#secure> tag.
1853         (mml-generate-mime-1): Unquote <#secure> tag.
1854
1855 2011-10-20  Chong Yidong  <cyd@gnu.org>
1856
1857         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1858         calling a minor mode from Lisp with nil arg enables it, so we have to
1859         make the wording a bit ambiguous here).
1860
1861 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1864         * nnir.el (nnir-mode): Use it.
1865         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1866         Use it.
1867
1868         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1869         * nnmairix.el (gnus-registry-enabled): Ditto.
1870
1871 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1872
1873         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1874         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1875         only while we need to find out if it should be t or nil.
1876         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1877         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1878         the registry is installed.  Set it to nil when it's unloaded.
1879         (gnus-registry-install-p): Provide user guidance for the initial value
1880         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1881         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1882         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1883         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1884         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1885         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1886         `gnus-registry-install'.
1887
1888 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1889
1890         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1891         previous change.
1892         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1893         primary key is marked as disabled.
1894
1895 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1896
1897         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1898         primary key is marked as disabled.
1899
1900 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1901
1902         * html2text.el (html2text-clean-anchor): Check for quotes around
1903         `href' value.
1904
1905 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1906
1907         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1908         searching.  Drop `bbdb-cache'.
1909
1910 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * message.el (message-signed-or-encrypted-p): Exclude header when
1913         checking if there is signed or encrypted body in text/plain message.
1914
1915 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1916
1917         * html2text.el (html2text-get-attr): Correctly handle attribute values
1918         containing "=".
1919
1920 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1921
1922         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1923         handle bindings.
1924
1925 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1926
1927         * gnus-win.el (gnus-configure-windows): Protect against reading
1928         ephemeral groups outside of Gnus.
1929
1930 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * shr.el (shr-tag-img): Don't get images displayed in tables.
1933
1934 2011-10-03  Glenn Morris  <rgm@gnu.org>
1935
1936         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1937         the "maintainer" version of debbugs.gnu.org reports.
1938
1939 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1942         make asynchronous adjacent image insertion work better.
1943
1944 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1945
1946         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1947         documentation.
1948
1949 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1952         `gnus-asynchronous' isn't shadowed.
1953
1954 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1957
1958         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1959         (nnimap-insert-partial-structure): The charset parameter isn't
1960         case-sensitive.
1961
1962         * nnheader.el (nnheader-message-maybe): New function.
1963
1964         * shr.el (shr-tag-table): Render totally broken tables better.
1965
1966         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1967         computing the boundary.
1968
1969 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * pop3.el (pop3-number-of-responses): Remove.
1972         (pop3-wait-for-messages): Rewrite to take linear time instead of
1973         exponential time.
1974
1975 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1978         re-fetch images.
1979
1980         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1981         re-fetch images when hitting `g' in Gnus.
1982
1983 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1986         (mml-compute-boundary): Don't check collision if it is non-nil.
1987         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1988         before checking collision.
1989
1990 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * message.el (message-indent-citation): Really make sure there's a
1993         newline at the end.
1994
1995         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1996         Fix suggested by John Wiegley.
1997
1998         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1999
2000         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2001
2002         * message.el (message-default-send-rename-function): Break out into its
2003         own function.
2004
2005         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2006         doesn't work under XEmacs.
2007
2008         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2009         of "imaps" to word around Windows problems.
2010         (nnimap-open-connection-1): Use it.
2011
2012         * message.el (message-indent-citation): Revert last change which made
2013         `F' not work.
2014
2015 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2016
2017         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2018         terminal as well.
2019
2020 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2023         because it displays images using overlays that aren't easy to copy to
2024         the article buffer.
2025
2026 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2027
2028         * message.el (message-indent-citation): Fix empty line removal at the
2029         end of the citation.
2030
2031 2011-09-20  Julien Danjou  <julien@danjou.info>
2032
2033         * auth-source.el (auth-source-netrc-create): Use default value for
2034         password if specified.  Evaluate default.
2035         (auth-source-plstore-create): Ditto.
2036         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2037         value evaluation.
2038         (auth-source-netrc-create): Typo fix.
2039         (auth-source-plstore-create): Ditto.
2040
2041         * password-cache.el (password-cache-remove): Remove entries even if the
2042         value is nil, so that password with a nil value (negative caching) is
2043         possible to invalidate.
2044
2045         * auth-source.el (auth-source-format-cache-entry): New function.
2046
2047 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2050
2051 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2054
2055 2011-09-19  Julien Danjou  <julien@danjou.info>
2056
2057         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2058         which work with things that are not ASCII.
2059
2060 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2063
2064 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2067         message level.
2068
2069 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2072
2073 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2076
2077 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2078
2079         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2080         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2081
2082 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2083
2084         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2085         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2086         articles.
2087
2088 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2089
2090         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2091         (message-mail-other-window, message-mail-other-frame)
2092         (message-news-other-window, message-news-other-frame):
2093         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2094         instead of setting buffer display varibles.
2095
2096 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2099
2100         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2101
2102 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2105         duplicates" to a higher level.
2106
2107         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2108         most egregious messages.
2109
2110 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2113
2114 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2115
2116         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2117         up the file (bug#9351).
2118
2119 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2122         it does with all other backends, but decode the names immediately after
2123         getting them.
2124
2125         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2126         decoding nnimap groups.
2127
2128         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2129         newsrc file.  It doesn't seem like an important optimization any more.
2130
2131 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2132
2133         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2134         overflows.
2135
2136 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2139         (gnus-interactive-exit): Extend to `quiet'.
2140
2141         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2142
2143         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2144         string.
2145
2146         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2147         renaming function arguments from `this'.
2148
2149         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2150
2151         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2152         has been renamed.
2153         (gnus-lrm-string-p): Include RLM and PDF, too.
2154
2155         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2156         (bug#9225).
2157
2158 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2159
2160         Add autoload cookies for functions used by sendmail.el.
2161         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2162
2163         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2164
2165 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * gnus-art.el (article-date-ut): Work properly even when there are
2168         things like Date header in the body; work for forwarded parts.
2169
2170 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2171
2172         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2173         original-article-buffer.
2174
2175 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2176
2177         * nnir.el (nnir-compose-result): Fix matching of server type.
2178         (nnir-run-swish++): Ditto.
2179         (nnir-run-namazu): Ditto.
2180         (nnir-run-notmuch): Ditto.
2181
2182 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2185         (bug#9405).
2186
2187         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2188         (bug#9421).
2189
2190         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2191         (bug#9425).
2192
2193         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2194         thing (bug#9426).
2195
2196 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2199         the error message.
2200
2201 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2202
2203         * message.el (message-setup-1): Return t (Bug#9392).
2204
2205 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * gnus-sum.el: When adding article headers to a summary buffer also
2208         update gnus-newsgroup-articles (bug#9386).
2209
2210 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * auth-source.el: Autoload help-mode.
2213
2214 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2217         names.
2218
2219 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2220
2221         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2222         mm-replace-in-string for compatibility issues.
2223         * mml2015.el (mml2015-epg-verify): Ditto.
2224
2225 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2228
2229         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2230
2231 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2234         continue on and do the clean-up phase (bug#9188).
2235
2236         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2237         just ignore groups that can't be opened instead of erroring out
2238         (bug#9225).
2239
2240         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2241         nil since some many people are fuddy-duddies.
2242
2243         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2244         images.
2245
2246         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2247         instead.
2248
2249         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2250
2251         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2252
2253         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2254         processing.
2255
2256         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2257         buffer to avoid warnings.
2258
2259 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2260
2261         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2262         specified to reduce precision.
2263
2264 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2267         bodystructures (bug#9314).
2268
2269 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2272         Make button keymap non-sticky after buttons.
2273
2274 2011-08-18  David Engster  <dengste@eml.cc>
2275
2276         * nnmairix.el (nnmairix-request-set-mark)
2277         (nnmairix-goto-original-article): Remove adding of article to registry,
2278         since `gnus-registry-add-group' isn't available anymore.
2279         (nnmairix-determine-original-group-from-registry):
2280         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2281         available anymore.
2282
2283 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2284
2285         * starttls.el (starttls-any-program-available): Define as obsolete
2286         function.
2287
2288 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2291         versions which Gnus use when appropriate.
2292
2293         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2294         a pretty destructive command.
2295
2296         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2297
2298 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * message.el (message-fix-before-sending): Make a different warning
2301         about NUL characters (bug#9270).
2302
2303         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2304         from custom (bug#9260).
2305
2306         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2307         things work in Emacs 22 and XEmacs, too.
2308
2309         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2310         default From.
2311
2312         * gnus-spec.el (gnus-lrm-string-p): New macro.
2313         (gnus-lrm-string): New constant.
2314         (gnus-summary-line-format-spec): LRM-ify the from.
2315         (gnus-tilde-max-form): LRM-ify string chopping.
2316
2317         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2318
2319         * message.el (message-is-yours-p): Allow disabling canlock checking
2320         (bug#9295).
2321         (message-shoot-gnksa-feet): Add `canlock-verify'.
2322         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2323         message directory isn't writable (bug#9304).
2324
2325         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2326         non-world-readable.
2327
2328 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2331         articles.
2332
2333 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2334
2335         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2336         copy-list.
2337
2338 2011-08-12  Sam Steingold  <sds@gnu.org>
2339
2340         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2341         in the reverse order to avoid modifying the cache with `nreverse'.
2342         (gnus-all-score-files): Do not modify the value returned by
2343         `gnus-score-find-alist' because it lives in a cache variable.
2344         (gnus-current-home-score-file): No need to `nreverse' the return value
2345         of `gnus-score-find-alist', it is already in the correct order.
2346
2347 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2348
2349         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2350         type MESSAGE and subtype RFC822 is slightly different from those of
2351         type TEXT.
2352
2353 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2354
2355         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2356         This allows article-referral to work from an nnir group.
2357
2358 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2359
2360         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2361
2362 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2363
2364         * mml1991.el (mml1991-epg-find-usable-key)
2365         (mml1991-epg-find-usable-secret-key): New function.
2366         (mml1991-epg-sign): Check if signing key is usable.
2367         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2368
2369 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2370
2371         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2372         server-variables only.  This should fix a bug introduced with commit
2373         e1889675b7f4adf057833c5513c9374134c4e053.
2374         (nnir-run-query): 'nnir-search-engine should not be set from the global
2375         environment.
2376
2377 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2378
2379         * nnir.el (nnir-search-thread): Position point on referring article
2380         line.
2381         (nnir-warp-to-article): Clean up summary buffers.
2382
2383         * nnimap.el (nnimap-request-thread): Whitespace fix.
2384
2385 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2386
2387         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2388
2389 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * starttls.el (starttls-available-p): Rename from
2392         `starttls-any-program-available' and changed return convention.
2393
2394 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2395
2396         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2397         `unix-sync' unless it's defined.
2398
2399 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2400
2401         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2402         `aref' for XEmacs compatibiltiy.
2403
2404 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2407
2408 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2409
2410         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2411         closures, quote the form properly (bug#9194).
2412
2413 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2416         (gnus-summary-insert-new-articles): Protect against servers that are
2417         down.
2418
2419 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2420
2421         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2422         in mm handle if none is specified.
2423
2424 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2425
2426         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2427
2428 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2429
2430         * nnir.el (nnir-search-thread): New function to make an nnir group
2431         based on a thread query.
2432
2433         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2434         of nnir in thread referral.
2435         (gnus-summary-refer-thread): Use it.
2436
2437         * nnimap.el (nnimap-request-thread): Use it.
2438
2439 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * shr.el (shr-tag-comment): Ignore HTML comments.
2442
2443 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2444
2445         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2446         argument.
2447         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2448         Use `nnir-address' to handle server info rather than passing an arg.
2449
2450         * nnimap.el (nnimap-make-thread-query): New utility function to format
2451         an imap thread search query.
2452         (nnimap-request-thread): Use it.
2453
2454         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2455         right select-method if we are not going back to the group buffer.
2456
2457 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2460         enter invalid buffer configurations into the quit form (bug#9107).
2461         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2462         unplugged/plugged.
2463
2464         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2465         keep track of which ones are unread (bug#9061).
2466
2467         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2468         (bug#9055).
2469
2470         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2471         (bug#9041).
2472
2473         * gnus-html.el (mm-util): Require (bug#9073).
2474
2475         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2476         (gnus-summary-refer-thread): Use it to remove duplicates in the
2477         un-threaded view (bug#9053).
2478         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2479
2480 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2481
2482         * nnir.el (nnir-read-server-parm): Use default value from global
2483         variable.  Without this the default search engine parameters aren't
2484         used at all.
2485
2486 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * message.el (message-unique-id): Don't use the undocumented return
2489         value from (random t) (bug#9118).
2490
2491 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * message.el (message-auto-save-directory): If the ~/Mail directory
2494         doesn't exist, use ~ as the auto-save directory (bug#4432).
2495
2496         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2497         hasn't already been started.
2498
2499 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2502
2503         * message.el (message-reply): Work around mysterious bug where
2504         `message-mode' seems to overwrite the locally bound `subject' variable.
2505
2506 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2507
2508         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2509         correct group.
2510
2511         * gnus-int.el (gnus-request-thread): Add group argument.
2512
2513         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2514
2515 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2518
2519         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2520         renamed to `debbugs-gnu-*'.
2521
2522 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2523
2524         * plstore.el: Revert the editing feature since it is not urgent.
2525         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2526         (plstore-mode-decoded): Remove.
2527
2528 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2531         isn't very interesting any more, and it leaks potentially secret data.
2532         (gnus-debug): Remove.
2533
2534         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2535         use of :custom-show.
2536
2537 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2538
2539         * plstore.el: Add documentation.
2540         (plstore-mode): New mode to edit plstore file.
2541         (plstore-mode-toggle-display, plstore-mode-original)
2542         (plstore-mode-decoded): New command.
2543         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2544         (plstore--insert-buffer, plstore--make): New function.
2545         (plstore-open, plstore-save): Simplify by using them.
2546
2547 2011-07-06  Glenn Morris  <rgm@gnu.org>
2548
2549         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2550
2551 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2554         no longer is much used.
2555         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2556         Articles".
2557
2558 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2559
2560         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2561         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2562         `notmuch' backend.
2563
2564 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * mm-decode.el (mm-text-html-renderer): Doc fix.
2567
2568         * gnus-msg.el (gnus-bug): Fix the MML tag.
2569
2570         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2571
2572 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2573
2574         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2575         secondary methods if started with `gnus-no-server'.
2576
2577 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * message.el (message-return-action): Fix typo in docstring.
2580
2581 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2584         bug reports at once.
2585
2586         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2587
2588 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * nndraft.el: Require gnus-group.
2591         (nndraft-request-list): Declare.
2592
2593         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2594         no unread article unless it matches gnus-permanently-visible-groups.
2595
2596         * nndraft.el (nndraft-update-unread-articles): New function.
2597         (nndraft-request-associate-buffer): Use it to update the number of
2598         unread articles for the nndraft groups in the group buffer when saving
2599         or killing a draft message.
2600
2601 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2604         systems to binary before writing and reading the mbox files.
2605
2606         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2607         instead of trying to list them all (bug#8978).
2608
2609 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2610
2611         * pop3.el (pop3-open-server): Use :end-of-capability.
2612
2613 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2616         the id is always a number.
2617
2618         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2619
2620         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2621         debbugs mode, if possible.
2622
2623 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2624
2625         * auth-source.el (auth-source-token-passphrase-callback-function):
2626         Reindent.
2627         (epg-context-operation): Remove unnecessary autoload.
2628
2629 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus.el (gnus-list-debbugs): New command.
2632
2633         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2634         mboxstat instead of the maintbox, since the stat seems to be fuller.
2635
2636         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2637         summary buffers.
2638
2639         * message.el (message-get-reply-headers): Delete all duplicates,
2640         instead of the first.
2641         (message-get-reply-headers): Ensure that we have progress while
2642         deleting duplicates.
2643
2644         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2645         gnus-posting-style value from the summary buffer to make it easier to
2646         make that a per-buffer conf.
2647
2648 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2649
2650         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2651         found by setting `shortcut' in 'query.
2652         (nnir-request-article): Use `shortcut' setting when requesting article
2653         by Message-ID.
2654
2655 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2658         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2659         Bring the pseudo-headers back too.
2660
2661 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2662
2663         * auth-source.el (auth-source-token-passphrase-callback-function):
2664         Simplify and remove EPA dependency.
2665
2666 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2667
2668         * nnir.el (nnir-request-article): Fix error message text.
2669
2670 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2671
2672         * auth-source.el (plstore-delete): Autoload.
2673         (auth-source-plstore-search): Support delete operation.
2674         * plstore.el (plstore-delete): New function.
2675
2676 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2679         mark actually existing articles as unread rather than the ones that
2680         active asserts.
2681
2682 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         * nntp.el (nntp-record-command):
2685         * gnus-util.el (gnus-message-with-timestamp-1):
2686         Use format-time-string rather than decoding time stamps by hand.
2687         This is simpler and insulates the code from potential changes to
2688         current-time format.
2689
2690 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2693
2694 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2695
2696         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2697         (plstore-save): Support public key encryption.
2698         (plstore--init-from-buffer): New function.
2699         (plstore-open): Use it; fix error when opening a non-existent file.
2700         (plstore-revert): Use plstore--init-from-buffer.
2701
2702 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2703
2704         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2705
2706 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2709         for old Emacsen.
2710
2711 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2712
2713         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2714         is not fully working.
2715
2716 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * dgnushack.el: Autoload sha1 on XEmacs.
2719
2720         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2721         quit window configuration.
2722
2723         * auth-source.el (epg-context-set-passphrase-callback):
2724         Remove duplicate autoload.
2725
2726 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2727
2728         * nnir.el (nnir-request-article): Allow requesting articles by
2729         Message-ID with nnimap.
2730
2731         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2732         current server.
2733
2734 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2735
2736         * auth-source.el: Autoload EPA/EPG functions.
2737         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2738         changed when EPA/EPG is not available.
2739         (auth-source-backend): Rename "arg" member to "data".
2740         (auth-source-backend-parse, auth-source-plstore-search)
2741         (auth-source-plstore-create): Use it.
2742
2743 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2744
2745         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2746         `gnus-refer-article-methods'.
2747
2748 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * auth-source.el: Require EPA and EPG.
2751         (auth-source-passphrase-alist): New variable.
2752         (auth-source-passphrase-callback-function)
2753         (auth-source-token-passphrase-callback-function): Callbacks for the
2754         netrc field encryption (GPG tokens).
2755         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2756         Symmetric encryption and decryption of the netrc GPG tokens.
2757         (auth-source-netrc-normalize): Use them, simplifying the closure.
2758
2759 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2762         is available.
2763
2764 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2767         non-nil, and `nnimap-split-methods' is nil, use the former.
2768
2769 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2770
2771         * plstore.el (plstore-revert): New function.
2772         (plstore-open): Use it; hide the buffer from user.
2773
2774 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2775
2776         * auth-source.el (auth-source-backend): New member "arg".
2777         (auth-source-backend-parse): Handle new backend 'plstore.
2778         * plstore.el: New file.
2779
2780 2011-06-30  Glenn Morris  <rgm@gnu.org>
2781
2782         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2783
2784 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2787         expiring articles to.
2788
2789         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2790         variations as ASCII (bug#5458).
2791
2792 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2795
2796 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797
2798         * message.el (message-point-in-header-p): Tweak the function to default
2799         to saying that we're not in the headers if there is no separator at
2800         all.  This makes it possible to use the Message version of `M-q' in
2801         buffers with no headers (bug#7987).
2802         (message-point-in-header-p): Fix last checkin to work with an empty
2803         mail-header-separator, too.
2804
2805         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2806         again, save the choice via customize.
2807
2808 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2811
2812         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2813         ended the connection, bail out before waiting infinitely on a new
2814         connection.
2815
2816 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2819         reports.
2820
2821         * gnus.el (gnus-bug-package): Use "gnus."
2822         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2823
2824 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * dgnushack.el: Make the timer warning go away on XEmacs.
2827
2828         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2829         animations going on at article exit time.
2830
2831         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2832         since removing it breaks people upgrading.
2833
2834         * shr.el (shr-put-image): Use the new interface for animating images.
2835         (shr-put-image): Animate for 60 seconds.
2836
2837         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2838         avoid compiler warnings.
2839
2840         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2841         error with `find-file-hooks' on Emacs 22.
2842         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2843         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2844         on all architectures.
2845
2846         * spam.el (spam-stat): Require in a normal fashion without binding
2847         `spam-stat-install-hooks' to avoid compilation warnings.
2848
2849         * spam-stat.el (spam-stat-install-hooks): Remove.
2850         (spam-stat-install-hooks): Don't run automatically.
2851
2852 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2853
2854         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2855         and keystroke.
2856
2857 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * auth-source.el (auth-source-netrc-cache): Move forward.
2860
2861 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * proto-stream.el (proto-stream-open-starttls): Use
2864         `gnutls-available-p' to see whether we have built-in support.
2865
2866         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2867         we already know.
2868         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2869         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2870
2871 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2874         %S format, since that looks odd.
2875         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2876         file, especially when saving.
2877
2878 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2879
2880         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2881         article found.
2882
2883 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2884
2885         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2886         `auth-source-save-secrets' with a more sensitive alist that can be
2887         configured per file.  Experimental, so defaults to 'never.
2888         (auth-source-netrc-create): Use it.  Still experimental code.
2889         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2890         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2891
2892 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         * auth-source.el (auth-source-save-secrets): New variable to control if
2895         secret tokens should be saved encrypted.
2896         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2897         to `auth-source-netrc-normalize'.
2898         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2899         on the EPA variables being defined.
2900         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2901         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2902         the lexical-let closure.
2903         (auth-source-netrc-create): Create "gpg:" tokens according to
2904         `auth-source-save-secrets'.
2905
2906 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-group.el (gnus-group-update-group): Add new argument
2909         `info-unchanged' that stops updating dribble buffer.
2910
2911         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2912         deletes lines matching to it in dribble buffer.
2913
2914         * gnus-agent.el (gnus-agent-fetch-group-1):
2915         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2916         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2917         * gnus-start.el (gnus-group-change-level):
2918         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2919
2920         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2921         if newsgroup info is not changed.
2922
2923         * gnus-group.el (gnus-group-get-new-news-this-group):
2924         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2925         Don't update dribble buffer.
2926
2927 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2928
2929         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2930         remove entries with groups we ignore.
2931
2932 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2935         the underline comes at the bottom.
2936
2937 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2938
2939         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2940         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2941         (gnus-registry-article-marks-to-names): Rename from
2942         `gnus-registry-user-format-function-M2'.
2943
2944 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2947         ephemeral group.
2948
2949 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * shr.el (shr-browse-image): Copy the URL if called interactively.
2952
2953 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2956         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2957         done, then unselected articles may be marked as read.
2958
2959         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2960         since not doing this seems to lead to a race condition in pop3-logon.
2961
2962         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2963         so that the call chain it correct when we call "upwards".
2964
2965         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2966         in read-only groups.
2967
2968         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2969
2970         * message.el (message-cite-reply-position): Doc string fix.
2971
2972         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2973         avoid regexp overflow.
2974         (nnimap-transform-split-mail): Ditto.
2975
2976         * pop3.el (pop3-retr): Error out if the server closes the connection.
2977
2978 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2979
2980         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2981         mm-with-unibyte-current-buffer.  The buffer should not contain any
2982         multibyte chars anyway at this stage.
2983
2984 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2987         at the end of lines.
2988
2989 2011-05-29  Julien Danjou  <julien@danjou.info>
2990
2991         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2992
2993 2011-05-27  Glenn Morris  <rgm@gnu.org>
2994
2995         * gnus-group.el (gnus-bug-group-download-format-alist):
2996         Use the "maintainer" version of debian reports as well.
2997
2998 2011-05-26  Glenn Morris  <rgm@gnu.org>
2999
3000         * gnus-group.el (gnus-bug-group-download-format-alist):
3001         Use the "maintainer" version of debbugs.gnu.org reports.
3002
3003 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3006
3007 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3008
3009         * gnus-cus.el (gnus-agent-customize-category):
3010         * gnus-delay.el (gnus-delay-send-queue):
3011         * gnus.el (gnus-other-frame):
3012         Don't quote lambda expressions with `quote'.
3013
3014 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3017         the thread moves us backwards and so we loop forever.
3018
3019 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3022         whitespace in base64 data lines.
3023
3024 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * gnus-registry.el (gnus-registry-user-format-function-M):
3027         Use `mapconcat'.
3028         (gnus-registry-user-format-function-M2): Use to see the full text of
3029         the marks.  Make "," the mark text separator.
3030
3031         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3032         authentication with auth-source.
3033
3034 2011-05-17  Glenn Morris  <rgm@gnu.org>
3035
3036         * gnus-group.el (gnus-import-other-newsrc-file):
3037         Use insert-file-contents.
3038
3039 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3042         1000 iterations.
3043
3044 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * nntp.el (nntp-open-connection): Check if process-type is available.
3047
3048 2011-05-16  Julien Danjou  <julien@danjou.info>
3049
3050         * shr.el (shr-tag-del): Add support for del tag.
3051
3052 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-html.el (gnus-html-put-image): Register a displayer.
3055
3056         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3057
3058 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3059
3060         * registry.el (prune-factor): New initialization parameter defaulting
3061         to 0.1.
3062         (registry-prune-hard): Use it.
3063
3064         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3065         0.1 expicitly.
3066
3067 2011-05-13  Glenn Morris  <rgm@gnu.org>
3068
3069         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3070         is bound, since this function requires sendmail.
3071
3072 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3073
3074         * registry.el (registry-usage-test): Disable pruning test.
3075
3076 2011-05-11  David Engster  <dengste@eml.cc>
3077
3078         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3079         Bind set-network-process-option for XEmacs.
3080
3081 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3082
3083         * registry.el (registry-prune-hard-candidates)
3084         (registry-prune-soft-candidates): Helper methods for registry pruning.
3085         (registry-prune): Use them.  Make the sort function optional.
3086
3087 2011-05-10  Jim Meyering  <meyering@redhat.com>
3088
3089         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3090
3091 2011-05-10  Julien Danjou  <julien@danjou.info>
3092
3093         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3094         symbol and not a list.
3095
3096 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-art.el (gnus-article-mode): Move binding of
3099         shr-put-image-function here from gnus-article-prepare-display.
3100
3101         * shr.el (shr-put-image-function): New variable.
3102         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3103         (shr-put-image): Return scaled image.
3104
3105         * gnus-art.el (gnus-shr-put-image): New function.
3106         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3107
3108         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3109         original ones, as deletable.
3110
3111 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3112
3113         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3114
3115 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3116
3117         * registry.el (registry-full): Add convenience method.  Fix logic.
3118         (registry-insert): Use it.  Fix logic here too.
3119
3120         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3121         `registry-prune' if `registry-full' returns t.
3122         (gnus-registry-handle-action)
3123         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3124         (gnus-registry-usage-test): Use it.
3125
3126 2011-05-07  Julien Danjou  <julien@danjou.info>
3127
3128         * shr.el (shr-link): Make shr-link inherit from link by default.
3129
3130 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3131
3132         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3133
3134 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3137         error out because the face is not a list.
3138
3139 2011-05-05  Glenn Morris  <rgm@gnu.org>
3140
3141         * proto-stream.el (gnutls-negotiate): Fix declarations.
3142
3143         * gnus-start.el (gnus-propagate-marks): Declare.
3144
3145 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3146
3147         * registry.el (registry-reindex): Fix percentage message.
3148
3149         * proto-stream.el (network-stream-open-starttls): Adjust to call
3150         `gnutls-negotiate' with :process and :hostname arguments.
3151
3152 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3153
3154         * shr.el: Add shr-link face for links.
3155         (shr-urlify): Use it.
3156
3157         * registry.el (registry-insert): Make error message more helpful.
3158
3159 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-html.el (gnus-html-schedule-image-fetching):
3162         Use url-queue-retrieve, if it exists.
3163
3164         * shr.el (shr-tag-img): Ditto.
3165
3166         * gnus.el: Autoload more gnus-agent functions.
3167
3168         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3169         agent if we haven't already (bug#8502).
3170
3171         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3172         into the Agent, too.
3173
3174         * gnus-agent.el (gnus-agent-store-article): New function.
3175
3176         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3177         and moved from that file for reuse.
3178
3179         * pop3.el (pop3-open-server): Error messages are "-ERR".
3180
3181 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3184         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3185
3186 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3187
3188         * gnus.el: No Gnus v0.17 is released.
3189
3190 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3191
3192         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3193         buffer has moved to a different frame.
3194
3195 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3198         to get the conversion from unibyte to multibyte buffers to work on
3199         Emacs 22.
3200
3201         * nntp.el (nntp-request-article): Slight clean-up.
3202
3203 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * shr.el (shr-strike-through): New face.
3206         (shr-tag-s): Use it to provide <s> support.
3207         (shr-tag-s): Remove duplicate definition.
3208
3209 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3210
3211         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3212         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3213
3214 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3217         `gnutls-negotiate'.
3218         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3219
3220 2011-04-23  Glenn Morris  <rgm@gnu.org>
3221
3222         * gnus-sum.el (gnus-extra-headers): Bump :version.
3223
3224 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * shr.el (shr-tag-sup): New function.
3227         (shr-tag-sub): Ditto.
3228
3229 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3230
3231         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3232         for the case where `gnus-registry-ignored-groups' is a list of lists,
3233         and don't call `gnus-parameter-registry-ignore' otherwise.
3234
3235 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         * nnimap.el (nnimap-user): New backend variable.
3238         (nnimap-open-connection-1): Use it.
3239         (nnimap-credentials): Accept user parameter so it's explicit what user
3240         name is desired.
3241
3242         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3243         default.
3244
3245         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3246         not gnus-registry.el.
3247
3248         * gnus-registry.el: Mention in comments how to modify
3249         `gnus-extra-headers' for proper recipient tracking and that it may
3250         already have To and Cc recently, which it does as of this commit.
3251         (gnus-registry-ignored-groups): Remove defcustom.
3252         Explain why in comments.
3253         (gnus-registry-action): Fix data-header reference to use the extra
3254         headers.  Explain in package commentary how to add To and Cc headers to
3255         the gnus-extra-headers.
3256         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3257         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3258         parameter list or a string list in `gnus-registry-ignored-groups'.
3259         Fix logic error.
3260
3261 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * shr.el (shr-expand-url): Protect against null urls.
3264
3265 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * shr.el (shr-base): New binding.
3268         (shr-tag-base): Keep track of <base>.
3269         (shr-expand-url): New function used throughout.
3270
3271 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3272
3273         * gnus-registry.el
3274         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3275         (gnus-registry-ignored-groups): New variable.
3276         (gnus-registry-ignore-group-p): Use it.
3277         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3278         set the destination group to nil (same as delete) if it's ignored.
3279
3280 2011-04-20  David Engster  <dengste@eml.cc>
3281
3282         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3283
3284         * Makefile.in (test-nntp): New rule.
3285         (check): Add it.
3286         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3287
3288 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * gnus-registry.el (gnus-registry-action)
3291         (gnus-registry-fetch-header-fast):
3292         Don't use mail-header that looks an internal function of mailheader.el.
3293
3294 2011-04-19  Glenn Morris  <rgm@gnu.org>
3295
3296         * time-date.el (time-to-days): Remove unused local variables.
3297
3298 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3299
3300         * gnus-registry.el: Eliminate cl functions.
3301         (gnus-registry-sort-addresses): New function that replaces mapcan.
3302         (gnus-registry-action, gnus-registry-spool-action)
3303         (gnus-registry-split-fancy-with-parent)
3304         (gnus-registry-fetch-recipients-fast): Use it.
3305         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3306
3307         * registry.el (initialize-instance, registry-lookup)
3308         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3309         (registry-lookup-secondary-value, registry-search, registry-delete)
3310         (registry-insert, registry-reindex, registry-size, registry-prune):
3311         Use eval-and-compile.
3312
3313 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * registry.el (registry-reindex): New method to recreate the secondary
3316         registry indices.
3317
3318         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3319         tracked field changes.
3320         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3321         (gnus-registry-action, gnus-registry-spool-action)
3322         (gnus-registry-handle-action)
3323         (gnus-registry--split-fancy-with-parent-internal)
3324         (gnus-registry-split-fancy-with-parent)
3325         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3326         move, and delete actions, and for fancy splitting with parent.
3327         (gnus-registry-extract-addresses)
3328         (gnus-registry-fetch-recipients-fast)
3329         (gnus-registry-fetch-header-fast): Convenience functions.
3330         (gnus-registry-misc-test): ERT test of
3331         `gnus-registry-extract-addresses'.
3332
3333 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3336         Track by subject first, then sender.
3337
3338 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3339
3340         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3341
3342         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3343         Lisp.
3344
3345         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3346         (gnus-draft-send): Use it to avoid popping
3347         up frames from gnus-group-send-queue.
3348
3349 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus-registry.el: Updated gnus-registry docs.
3352
3353 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3356         Fix logic bug.
3357         (gnus-registry-post-process-groups): Fix logging of no results and
3358         quote sender and subject.
3359
3360 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3363         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3364         gnutls-cli are too slow to be done opportunistically.
3365
3366         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3367         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3368         we had no early-data returned.
3369         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3370         two async commands to the same server at the same time.
3371
3372 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3373
3374         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3375
3376 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3379         "warning" level.
3380
3381         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3382         (mm-url-insert-file-contents): Don't set the package names.
3383
3384 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * gnus-registry.el (gnus-registry-action): Remove properties and
3387         simplify subject in `gnus-registry-handle-action'.
3388         (gnus-registry-spool-action): Get subject and sender from message if
3389         they are not passed in.
3390         (gnus-registry-handle-action): Remove properties and simplify subject
3391         consistently.
3392
3393 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3394
3395         * registry.el: Require CL before using defmacro*.
3396
3397 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * gnus-art.el (article-treat-date): Assume that
3400         gnus-article-date-headers may be a group parameter.
3401
3402 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3405
3406         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3407         interactively so the newsrc file can contain foreign groups too.
3408         Useful for debugging but not much for users.
3409
3410 2011-04-07  David Engster  <dengste@eml.cc>
3411
3412         * registry.el (registry-usage-test): Only do
3413         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3414         lexical binding.
3415
3416 2011-04-07  David Engster  <dengste@eml.cc>
3417
3418         * Makefile.in (check, test-registry): New rules for test-suite.
3419
3420 2011-04-06  David Engster  <dengste@eml.cc>
3421
3422         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3423         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3424
3425 2011-04-06  David Engster  <dengste@eml.cc>
3426
3427         * registry.el (initialize-instance): Change :after to :AFTER to be
3428         compatible with old EIEIO version in XEmacs.
3429
3430 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * gnus-registry.el (gnus-registry-post-process-groups)
3433         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3434         and provide better messaging.
3435
3436 2011-04-06  David Engster  <dengste@eml.cc>
3437
3438         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3439         errors.
3440
3441         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3442         dgnushack-compile with error-on-warn enabled, and to signal an error if
3443         clean compilation failed.
3444         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3445         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3446
3447 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3448
3449         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3450         unconditionally anyway, discarding errors.
3451         (gnus-registry-delete-entries): New convenience function.
3452         (gnus-registry-import-eld): Import from old .eld registry.
3453
3454         * registry.el: Don't use ERT if it's not available.  Load it
3455         unconditionally anyway, discarding errors.
3456
3457         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3458         version from the Claudio Bley GnuTLS patch (extra optional parameters
3459         and host name).
3460
3461 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3462
3463         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3464         fixup the parameters that can be customized by the user between
3465         save/read cycles.
3466         (gnus-registry-read): Use it.
3467         (gnus-registry-make-db): Use it.
3468         (gnus-registry-spool-action, gnus-registry-handle-action):
3469         Fix messaging.
3470         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3471         Map references to actual group names with sender and subject tracking.
3472         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3473         (gnus-registry-usage-test): Add subject lookup test.
3474
3475         * registry.el (registry-db, initialize-instance): Set up constructor
3476         instead of :initform arguments for the sake of older Emacsen.
3477         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3478         pre-lexbind merge bug.
3479         (registry-usage-test): Use it.
3480         (initialize-instance, registry-db): Move the non-function initforms
3481         back to the class definition.
3482
3483 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3484
3485         * registry.el: New library to manage gnus-registry-style data.
3486
3487         * gnus-registry.el: Use it (major rewrite).
3488
3489         * nnregistry.el: Use it.
3490
3491         * spam.el: Use it.
3492
3493 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3496         marks on non-selected articles.
3497
3498 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3499
3500         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3501         parameter to open-protocol-stream.
3502
3503 2011-04-01  Julien Danjou  <julien@danjou.info>
3504
3505         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3506         fundamental-mode.
3507
3508 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3511         servers.
3512
3513 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3516         made marks not propagate, again.
3517
3518 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3519
3520         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3521         Make this the default type.
3522         (proto-stream-open-plain): Rename from proto-stream-open-default.
3523         (open-protocol-stream, proto-stream-open-starttls)
3524         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3525         with `plain'.
3526
3527         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3528         value.
3529
3530         * nntp.el (nntp-open-connection-function): Document the fact that some
3531         values are not functions but are instead handled specially.
3532         Recognize nntp-open-plain-stream value.
3533         (nntp-open-connection): Recognize that value.
3534
3535 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3538         where it seems to be needed.
3539
3540 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3543         stuff.
3544
3545         * gnus-score.el (gnus-score-string): Fix calling convention of
3546         `gnus-simplify-buffer-fuzzy' after last patches.
3547
3548         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3549         server for articles we didn't get any headers for.  This is a sanity
3550         check.
3551
3552 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3553
3554         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3555         new CAPABILITY, use it.
3556
3557 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3560         downloading anything.
3561
3562         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3563
3564 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3565
3566         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3567         colors.
3568         (gnus-splash-svg-color-symbols): New function.
3569
3570 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3573         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3574         (gnus-simplify-subject-fuzzy): Use the local
3575         gnus-simplify-subject-fuzzy-regex instead of the global one.
3576         This makes using this variable in group parameters work.
3577
3578 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3579
3580         * gnus-registry.el (gnus-registry-unfollowed-groups):
3581         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3582         archive:sent-YYYY-MM-DD groups).
3583         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3584         tracking if there are more than `gnus-registry-max-track-groups'
3585         matches.
3586
3587 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3588
3589         * message.el (message--yank-original-internal): New function to do the
3590         insertion cleanly inside eval in `message-yank-original'.
3591         (message-yank-original): Use it.
3592
3593 2011-03-29  Julien Danjou  <julien@danjou.info>
3594
3595         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3596         local variables disabled rather than `normal-mode'.
3597
3598 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3599
3600         * imap.el (imap-shell-open, imap-process-connection-type):
3601         Use imap-process-connection-type for 'shell' streams as well as
3602         Kerberos, SSL, other subprocesses.
3603
3604 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3605
3606         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3607         with open-network-stream.
3608         (proto-stream-always-use-starttls): Option removed.
3609         (open-protocol-stream): Return a process object by default.  Provide a
3610         new parameter :return-list specifying a list-type return value, which
3611         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3612         :type `network' to `try-starttls', and `network-only' to `default'.
3613         Make `default' the default, for compatibility with open-network-stream.
3614         Handle the no-parameter case exactly as open-network-stream, with no
3615         additional stream processing.  Search plists using plist-get.
3616         Explicitly add :end-of-commend parameter if it is missing.
3617         (proto-stream-open-default): Rename from
3618         proto-stream-open-network-only.  Return 'default as the type.
3619         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3620         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3621         failed.  Always return a list with a (possibly dead) process as the
3622         first element, for compatibility with open-network-stream.
3623         (proto-stream-open-tls): Use plist-get.  Always return a list.
3624         (proto-stream-open-shell): Return `default' as connection type.
3625         (proto-stream-capability-open): Use plist-get.
3626         (proto-stream-eoc): Function deleted.
3627
3628         * nnimap.el (nnimap-stream, nnimap-open-connection)
3629         (nnimap-open-connection-1): Handle renaming of :type parameter for
3630         open-protocol-stream.
3631         (nnimap-open-connection-1): Pass a :return-list parameter
3632         open-protocol-stream to obtain a list return value.  Parse this list
3633         using plist-get.
3634
3635         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3636         for open-protocol-stream.  Accept open-protocol-stream return value
3637         that is a subprocess object instead of a list.  Handle the case of a
3638         dead returned process.
3639
3640 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3643
3644         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3645
3646 2011-03-21  Julien Danjou  <julien@danjou.info>
3647
3648         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3649         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3650         query.
3651         (mm-inline-text): Render normal text with fontification whenever
3652         possible.
3653
3654         * gnus-sum.el (gnus-summary-save-parts-1):
3655         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3656         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3657         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3658         Use `mm-handle-filename'.
3659
3660         * mm-util.el (mm-handle-filename): New function, return the filename of
3661         an handle.
3662
3663 2011-03-18  Julien Danjou  <julien@danjou.info>
3664
3665         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3666         (gnus-buffer-live-p): Check that buffer is not nil.
3667
3668 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3669
3670         * gnus.el: No Gnus v0.15 is released.
3671
3672 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3675         avoid warning on XEmacs.
3676
3677         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3678         on XEmacs.
3679
3680         * gnus-art.el: Require mouse, which the build bot seems to say is
3681         needed.
3682
3683         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3684
3685         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3686         XEmacs, since it doesn't have url-retrieve-synchronously.
3687
3688         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3689         since assoc-string doesn't exist in XEmacs.
3690
3691 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3692
3693         * gnus-group.el (gnus-group-list-ticked): New function.
3694         (gnus-group-make-menu-bar): Provide a menu entry for it.
3695         (gnus-group-list-map): Provide a binding for it.
3696
3697 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * shr.el (shr-visit-file): New command.
3700
3701         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3702
3703 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3704
3705         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3706         servers.
3707
3708 2011-03-16  Julien Danjou  <julien@danjou.info>
3709
3710         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3711         inline.
3712
3713         * gnus-art.el (article-hide-list-identifiers):
3714         Use gnus-group-get-list-identifiers.
3715
3716         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3717         (gnus-summary-remove-list-identifiers):
3718         Use gnus-group-get-list-identifiers to get regexp.
3719         (gnus-select-newsgroup, gnus-summary-insert-subject)
3720         (gnus-summary-insert-articles):
3721         Call gnus-summary-remove-list-identifiers unconditionally.
3722
3723 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3726         we're selecting a group with unread articles.
3727
3728         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3729
3730         * gssapi.el: New file separated out from imap.el to provide a general
3731         Kerberos 5 connection facility for Emacs.
3732
3733         * message.el (message-elide-ellipsis): Document the format spec
3734         ellipsis.
3735
3736 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * message.el (message-elide-region): Allow the ellipsis to say how many
3739         lines were removed.
3740
3741 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3744         window configurations containing buffers that are now dead.
3745
3746         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3747         parsing to avoid integer overflows.
3748         (nnimap-parse-flags): Simplify the last change.
3749         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3750         too large for 32-bit Emacsen.
3751
3752 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3753
3754         * auth-source.el (auth-source-netrc-create):
3755         * message.el (message-yank-original): Fix use of `case'.
3756
3757 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3758
3759         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3760         XEmacs, which was one character too wide.
3761
3762 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3763
3764         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3765         default number of articles to display.
3766         (gnus-articles-to-read): Use pretty names for prompt.
3767
3768 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-int.el (gnus-open-server): Ditto.
3771
3772         * gnus-start.el (gnus-activate-group): Give a backtrace if
3773         debug-on-quit is set and the user hits `C-g'.
3774         (gnus-read-active-file): Ditto.
3775
3776         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3777
3778 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * message.el (message-yank-original): Use cond instead of CL case.
3781
3782 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3783
3784         * auth-source.el (auth-source-netrc-create): Use usual format for the
3785         default in prompts.
3786
3787 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * lpath.el: Fbind read-char-choice for XEmacs.
3790
3791 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3792
3793         * auth-source.el (auth-source-netrc-create): Show the default in the
3794         prompt when prompting for token creation.
3795
3796 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3797
3798         * auth-source.el (auth-source-format-prompt): Always convert the value
3799         to a string to avoid evaluating non-string arguments.
3800         (auth-source-netrc-create): Offer default properly, not as initial
3801         content in `read-string'.
3802         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3803         of line to determine if we've been run before.  If so, don't run again,
3804         but print a trivial message to indicate the cache was hit instead.
3805
3806 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3809         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3810         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3811         Gnus.
3812
3813 2011-03-11  Julien Danjou  <julien@danjou.info>
3814
3815         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3816         modified file".
3817
3818 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * auth-source.el (auth-source-read-char-choice): New function to read a
3821         character choice using `dropdown-list', `read-char-choice', or
3822         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3823         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3824         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3825         (auth-source-netrc-saver): Use it.
3826         (auth-source-pick-first-password): New convenience function.
3827
3828 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3831         parameter in the credentials.
3832         (nnimap-open-connection-1): Use it after a successful login.
3833         (nnimap-credentials): Add IMAP-specific user and password prompt.
3834
3835         * auth-source.el (auth-source-search): Add :require parameter, taking a
3836         list.  Document it and the :save-function return token.  Pass :require
3837         down.  Change the CREATED message from a warning to a debug statement.
3838         (auth-source-search-backends): Pass :require down.
3839         (auth-source-netrc-search): Pass :require down.
3840         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3841         Change save prompt to indicate all modifications saved here are
3842         deletions.
3843         (auth-source-netrc-create): Take user login name as default in user
3844         prompt.  Move all the save functionality to a lexically bound function
3845         under the :save-function token in the returned list.  Set up clearer
3846         default prompts for user, host, port, and secret.
3847         (auth-source-netrc-saver): New function, intended to be wrapped for
3848         :save-function.
3849
3850 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3853         lines to be spaces instead.
3854
3855 2011-03-07  Julien Danjou  <julien@danjou.info>
3856
3857         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3858         (sieve-sasl-auth): Check that auth-source-search did return something,
3859         or just return an empty string.
3860
3861 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3862
3863         * gnus.el (gnus-interactive): Use read-directory-name.
3864
3865         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3866         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3867         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3868         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3869         Likewise.
3870
3871         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3872
3873 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3876         onto the list of killed groups, too.  This makes killed nnimap groups,
3877         for instance, more reliably not reappear.
3878
3879         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3880         the parent.
3881
3882         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3883
3884         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3885         really have server-side marks.
3886
3887         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3888         since most backends do not usefully have server-side marks.
3889         (gnus-update-read-articles): Propagate marks to all backends that
3890         really have server-side marks.
3891
3892 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3893
3894         * message.el (message-cite-reply-position, message-cite-style):
3895         New variables.
3896         (message-yank-original): Use the new citation styles.
3897
3898 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3899
3900         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3901         buffer-local issue); don't mark it buffer-local when running under
3902         XEmacs.
3903
3904 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3905
3906         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3907         numbers too big to be `read'.
3908
3909 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3910
3911         * password-cache.el (password-in-cache-p): Add autoload.
3912
3913         * message.el (message-options): Make buffer-local two ways to attempt
3914         to fix a XEmacs bug.
3915
3916 2011-03-02  Julien Danjou  <julien@danjou.info>
3917
3918         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3919
3920 2011-03-01  Julien Danjou  <julien@danjou.info>
3921
3922         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3923         group.
3924         (article-hide-list-identifiers): Use list-identifier group parameter.
3925
3926 2011-02-28  Julien Danjou  <julien@danjou.info>
3927
3928         * sieve.el (sieve-buffer-script-name): New local variable to store
3929         sieve script name.
3930         (sieve-edit-script): Store sieve script name.
3931         (sieve-upload): Use sieve script name when uploading.
3932         (sieve-upload): Use substitute-command-keys.
3933         (sieve-edit-script): Use substitute-command-keys.
3934         (sieve-refresh-scriptlist): Use substitute-command-keys.
3935         (sieve-manage-mode-map): Define keymap properly.
3936         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3937         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3938         Remove commented code about cvs.
3939         (sieve-manage-quit): New function.
3940         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3941
3942 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3945
3946 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * auth-source.el (auth-source-search): Cache empty result sets.
3949
3950         * password-cache.el (password-in-cache-p): Convenience function to
3951         check if a key is in the cache, even if the value is nil.
3952
3953         * auth-source.el (auth-source-save-behavior): New variable to replace
3954         `auth-source-never-create'.
3955         (auth-source-netrc-create): Use it.
3956         (auth-source-never-save): Remove.
3957
3958 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3959
3960         * nnimap.el (nnimap-stream): Doc fix.
3961         (nnimap-open-connection-1): Reverse the order of the ports to that the
3962         prompted-for port is first.
3963
3964         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3965         retrieval by the no-group selection.
3966
3967         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3968         numerical parameters.
3969
3970 2011-02-25  Julien Danjou  <julien@danjou.info>
3971
3972         * gnus-gravatar.el: Use gnus-with-article-buffer.
3973
3974         * gnus-art.el (gnus-with-article-buffer): Check that the
3975         gnus-article-buffer is alive.
3976
3977 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3978
3979         * auth-source.el (auth-source-creation-prompts): New variable to manage
3980         creation-time prompts.
3981         (auth-source-search): Document it.
3982         (auth-source-format-prompt): Add utility function.
3983         (auth-source-netrc-create): Don't default the user name to
3984         user-login-name.  Use `auth-source-creation-prompts' and some default
3985         prompts for user, host, port, and password (the default generic prompt
3986         remains ugly).
3987         (auth-source-never-save): Add customizable option to never save info.
3988         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3989         mode excursion.
3990
3991 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3994         argument that XEmacs doesn't support.
3995
3996         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3997         compiled for Emacsen having no `libxml-parse-html-region' support.
3998
3999         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4000
4001         * lpath.el: Bind buffer-save-without-query for XEmacs.
4002
4003 2011-02-23  Julien Danjou  <julien@danjou.info>
4004
4005         * gnus-art.el (article-make-date-line): Ignore errors if time is
4006         invalid and not convertible.
4007         (article-make-date-line): Only add lapsed time if time is not nil.
4008
4009 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4012         `read-char-choice' for backwards compatibility.
4013         (auth-source-netrc-element-or-first): New function to DTRT for
4014         parameter extraction.
4015         (auth-source-netrc-create): Use it and fix multiple parameter print
4016         bug.  Use the default passed from above (given-default) or the
4017         built-in (user-login-name for :user).
4018
4019 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4020
4021         * gnus-start.el (gnus-dribble-read-file):
4022         Set buffer-save-without-query, since we always want to save the dribble
4023         file, probably.
4024
4025         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4026         nnimap.
4027
4028         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4029         -summary- since it's a user-visible variable.
4030
4031         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4032         first time you use the new Gnus.
4033
4034 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         * auth-source.el: Don't load netrc.el.
4037         (auth-sources): Search ~/.netrc as well by default.
4038         (auth-source-debug): Add 'trivia option for extra output.
4039         (auth-source-do-trivia): Use it.
4040         (auth-source-search): Simplify logic to use
4041         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4042         appropriate.  Don't keep a running count at this level.  Layer :create
4043         and :delete options appropriately on the first and second passes.
4044         Don't track the backend with the search results.
4045         (auth-source-search-backends): New function to search a list of
4046         backends for a processed spec.
4047         (auth-source-netrc-parse): Cache all netrc files, making
4048         auth-source-netrc-cache an alist keyed by the file name and using the
4049         file mtime as the caching criterion.  Keep the obfuscated data secret
4050         with a lexical bind.
4051         (auth-source-netrc-search): Don't calculate the length of the results
4052         unnecessarily.
4053         (auth-source-search-backends): Fix bug.
4054         (auth-source-netrc-create): Rework prompts.
4055
4056 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4057
4058         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4059         Lower case names of search constraints.
4060         (nnir-run-query): Cache and reuse search constraints for all imap
4061         servers.
4062
4063 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4064
4065         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4066         after exit.
4067         (gnus-setup-message): Define missing variable from last checkin.
4068
4069         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4070         value, show the raw article.
4071
4072 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4073
4074         * gnus.el: No Gnus v0.13 is released.
4075
4076 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4077
4078         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4079         auth-source now accepts numbers.
4080
4081         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4082         spec, too.
4083         (auth-source-ensure-strings): New function.
4084
4085         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4086         (gnus-article-setup-buffer): Always restart the date timer so that user
4087         changes to the frequency is respected.
4088
4089         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4090         port numbers, so make sure it gets that if nnimap-server-port is
4091         explicit.
4092
4093 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4094
4095         * nnimap.el (nnimap-inbox): Doc fix.
4096
4097 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4098
4099         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4100         Autoload.  Add optional arg FRAME, and pass it to color-values.
4101         (color-complement): Caller changed.  Doc fix.
4102         (color-gradient): Rewrite for better clarity and efficiency.
4103
4104 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4105
4106         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4107         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4108         color-lab-to-srgb.
4109
4110 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4111
4112         * color.el: First part of merge from hexrgb.el.
4113         (color-rgb-to-hex): Rename from color-rgb->hex.
4114         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4115         saturation to zero if the value is too small.
4116         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4117         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4118         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4119         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4120         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4121         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4122         (color-cie-de2000): Doc fix.
4123
4124 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4125
4126         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4127         given method as in the group name if we're using an extended method.
4128         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4129         command, if we're using that, instead of waiting for the beginning.
4130
4131         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4132         we're sure to get unique server names, and we don't output two async
4133         commands in the same buffer.  This fixes an NNTP hang for some users.
4134
4135 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4136
4137         * gnus.el: No Gnus v0.11 is released.
4138
4139 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4142         summary buffer before reading going to the next buffer.  This avoids
4143         putting the point in the group buffer if you `C-g' the command.
4144
4145         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4146         cache (for now) to make ~/.authinfo.gpg files usable.
4147
4148         * nnfolder.el (copyright-update): Define for the compiler.
4149
4150         * auth-source.el (auth-source-search): Fix unbound variable.
4151
4152 2011-02-19  Glenn Morris  <rgm@gnu.org>
4153
4154         * gnus.el (gnus-meta): Doc fix.
4155
4156 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4157
4158         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4159         in case it's not yet loaded.
4160
4161 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4162
4163         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4164         line we're waiting for.
4165
4166 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4167
4168         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4169         face with line-width greater than zero will cause RET in gnus summary
4170         buffer to scroll down article page-wise because auto vscroll happens,
4171         it should be temporally disabled when doing a scroll-up.
4172
4173 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4174
4175         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4176         outputs from the server.
4177
4178 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4179
4180         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4181         later so that bbdb can hook in easier.
4182
4183 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4184
4185         * auth-source.el (auth-source-search): Don't try to create credentials
4186         if the caller doesn't want that.
4187         (auth-source-search): If we don't find a match, don't bug out on
4188         non-bound variables.
4189         (auth-source-search): Only ask a single backend to create the
4190         credentials.
4191
4192         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4193         logging.
4194         (nnimap-credentials): Protect against auth-source-search returning nil.
4195         (nnimap-request-list): Protect against not being able to open the
4196         server.
4197
4198 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4199
4200         * auth-source.el (auth-source-search): Do a two-phase search, one with
4201         no :create to get the responses from all backends.
4202
4203         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4204         when getting credentials.
4205
4206         * gnus-util.el (gnus-delete-duplicates): New function.
4207
4208 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4209
4210         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4211         a creation default, pass the whole port list down.  It will be
4212         completed.
4213
4214         * auth-source.el (auth-source-search): Updated docs to talk about
4215         multiple creation choices.
4216         (auth-source-netrc-create): Accept a list as a value (from the search
4217         parameters) and do completion on that list.  Keep a separate netrc line
4218         with the password obscured for showing the user.
4219
4220         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4221         first choice to `auth-source-search' so it will be used for entry
4222         creation instead of the server's Gnus-specific name.
4223         (nnimap-credentials): Rely on the auth-source library to select which
4224         port is actually wanted in the new netrc entry, so don't override
4225         `auth-source-creation-defaults'.
4226
4227         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4228         :protocol and accept a missing user, host, or port as a wildcard match.
4229         (auth-source-debug): Default to off.
4230
4231         (auth-source-netrc-search, auth-source-netrc-create)
4232         (auth-source-secrets-search, auth-source-secrets-create)
4233         (auth-source-user-or-password, auth-source-backend, auth-sources)
4234         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4235         instead of :protocol.
4236
4237         * nnimap.el (nnimap-credentials): Pass a port default to
4238         `auth-source-search' in case an entry needs to be created.
4239         (nnimap-open-connection-1): Use :port instead of :protocol.
4240
4241 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * auth-source.el: Bind load-path when loading EIEIO from
4244         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4245         21.4 doesn't support, to `require'.
4246         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4247         delete-dups that is not available in XEmacs 21.4.
4248
4249 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4250
4251         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4252         as EIEIO must also be loaded when auth-source.el is being
4253         byte-compiled.
4254
4255 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4258
4259         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4260
4261         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4262
4263         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4264
4265         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4266
4267         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4268
4269         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4270
4271         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4272         necessary.
4273
4274 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4275
4276         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4277         nil means that nnimap doesn't get updated.
4278
4279 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4280
4281         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4282         result when the user doesn't want to write to the file.
4283         (auth-source-netrc-search): Expect a synthetic result and proceed
4284         accordingly.
4285         (auth-source-cache-expiry): New variable to override
4286         `password-cache-expiry'.
4287         (auth-source-remember): Use it.
4288
4289         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4290         parameter.  Create entry if necessary by using :create t.
4291         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4292
4293 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * auth-source.el (auth-source-debug): Enable by default and don't
4296         mention the obsolete `auth-source-hide-passwords'.
4297         (auth-source-do-warn): New function to debug unconditionally.
4298         (auth-source-do-debug): Use it.
4299         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4300         and for Secrets API entries when the secrets.el library is not
4301         available.
4302
4303 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4304
4305         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4306         (gnus-summary-exit): Kill the correct article buffer on exit from a
4307         `C-d' group.
4308
4309         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4310         gnus-propagate-marks.
4311
4312         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4313         before killing the buffers so that a non-full window conf gets handled
4314         correctly.
4315         (gnus-summary-exit): Ditto.
4316         (gnus-summary-read-group-1): Ditto.
4317
4318         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4319         async code again so that we can debug it properly.
4320
4321         * message.el (message-reply): Take an optional switch-buffer parameter
4322         so that Gnus window confs are respected better.
4323
4324 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4327         `plist-get' to accept non-list parameters (XEmacs issue).
4328         Fix docstring.
4329         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4330         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4331         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4332         Login collection is "Login" and not "login".
4333
4334 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4337         multiple headers.
4338
4339         * nnimap.el (nnimap-inhibit-logging): New variable.
4340         (nnimap-log-command): Don't log login commands.
4341
4342         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4343         to have more parameters.
4344
4345         * nnimap.el (nnimap-send-command): Mark the command time for each
4346         command, so that we don't get NOOPs stepping on our toes.
4347
4348         * gnus-art.el (article-date-ut): Get the date from the Date header on
4349         `t'.
4350
4351 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * auth-source.el (auth-source-search): Use copy-sequence instead of
4354         the cl.el copy-list.
4355
4356 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * imap.el: Bring it back (revert
4359         84d800cd31de3064f0ed39617d725709a2f8f42f).
4360
4361 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4362
4363         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4364         Improve prompt.
4365
4366 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4367
4368         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4369         washing status from the default format.  It isn't very informative.
4370
4371 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4372
4373         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4374         Fix Gcc processing on imap.
4375
4376 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * imap.el: Remove file.  All the functionality is in nnimap.el.
4379
4380 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * message.el (message-bury): Don't pop up a new window when selected
4383         window is dedicated.
4384
4385 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4386
4387         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4388
4389 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4390
4391         * sieve-manage.el: Autoload `auth-source-search'.
4392         (sieve-sasl-auth): Use it.
4393
4394 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * nnimap.el: Autoload `auth-source-forget+'.
4397         (nnimap-open-connection-1): Use it if the connection fails.
4398
4399         * auth-source.el: Require `password-cache'.
4400         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4401         obsolete.
4402         (auth-source-magic): Marker for `password-cache' keys.
4403         (auth-source-do-cache): Update docstring.
4404         (auth-source-search): Use and check cache.
4405         (auth-source-forget-all-cached, auth-source-remember)
4406         (auth-source-recall, auth-source-forget, auth-source-forget+)
4407         (auth-source-specmatchp): Caching support functions.
4408         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4409         Remove and obsolete.
4410         (auth-source-user-or-password): Remove caching to further discourage
4411         using it.  Always hide passwords.
4412
4413         * password-cache.el (password-cache-remove): Accept secrets that are
4414         not strings.
4415
4416 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4417
4418         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4419         code for now, since it doesn't work for all users.
4420
4421 2011-02-09  Julien Danjou  <julien@danjou.info>
4422
4423         * message.el (message-options): Make message-options really buffer
4424         local.
4425
4426 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * mail-source.el: Autoload `auth-source-search'.
4429         (mail-source-keyword-map): Note order matters.
4430         (mail-source-set-1): Get all the mail-source source values and
4431         defaults and search auth-source on those if needed.  This can all
4432         probably be simplified.
4433
4434         * nnimap.el: Autoload `auth-source-search'.
4435         (nnimap-credentials): Use it.
4436         (nnimap-open-connection-1): Ask for the virtual server and physical
4437         address in one shot.
4438
4439         * nntp.el: Autoload `auth-source-search'.
4440         (nntp-send-authinfo): Use it.  Note TODO.
4441
4442 2011-02-08  Julien Danjou  <julien@danjou.info>
4443
4444         * shr.el (shr-tag-body): Add support for text attribute in body
4445         markups.
4446
4447         * message.el (message-options): Make message-options a local variable.
4448
4449 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * auth-source.el (auth-source-secrets-search)
4452         (auth-source-user-or-password): Use `append' instead of `nconc'.
4453         (auth-source-user-or-password): Build return list better and protect
4454         against nil :secret.
4455
4456 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4457
4458         * nnimap.el (nnimap-update-info): Refactor slightly.
4459         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4460         (nnimap-update-info): Clean up slightly.
4461         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4462         characters.
4463         (nnimap-process-quirk): Rename function to avoid collision.
4464         (nnimap-update-info): Fix macrology bug-out.
4465         (nnimap-update-info): Simplify split history test.
4466
4467 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4468
4469         * auth-source.el (top): Require 'eieio unconditionally.
4470         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4471         (auth-source-secrets-search): Limit search when `max' is greater than
4472         number of results.
4473
4474 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4475
4476         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4477         part not returning any data.
4478
4479         * proto-stream.el (open-protocol-stream): Document the return value.
4480
4481 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * auth-source.el (auth-source-secrets-search): Add examples.
4484
4485 2011-02-06  Julien Danjou  <julien@danjou.info>
4486
4487         * message.el (message-setup-1): Handle message-generate-headers-first
4488         set to t.
4489
4490 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4493         API with a string "secrets:collection-name" and with 'default.
4494         (auth-source-backend-parse): Parse "secrets:collection-name" and
4495         'default.  Recurse on parses instead of repeating code.  Use the
4496         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4497         message when ignoring a source.
4498         (auth-source-search): List ignored search keys at the top level.
4499         (auth-source-netrc-create): Use `case' instead of `cond'.
4500         (auth-source-secrets-search): Created with TODOs.
4501         (auth-source-secrets-create): Created with TODOs.
4502         (auth-source-retrieve, auth-source-create, auth-source-delete)
4503         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4504         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4505         (auth-source-user-or-password-sftp)
4506         (auth-source-user-or-password-smtp): Remove.
4507         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4508         around `auth-source-search'.  Not tested thoroughly.
4509
4510 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * auth-source.el: Bring in assoc and eioeio libraries.
4513         (secrets-enabled): New variable to track the status of the Secrets API.
4514         (auth-source-backend): New EIOEIO class to represent a backend.
4515         (auth-source-creation-defaults): New variable to set prompt defaults
4516         during token creation (see the `auth-source-search' docstring for
4517         details).
4518         (auth-sources): Simplify to allow a simple string as a netrc backend
4519         spec.
4520         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4521         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4522         (auth-source-search): Main auth-source API entry point.
4523         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4524         (auth-source-search-collection): Helper function for searching.
4525         (auth-source-netrc-parse, auth-source-netrc-normalize)
4526         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4527         Supports search, create, and delete.
4528         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4529         backend stubs.
4530         (auth-source-user-or-password): Call `auth-source-search' but it's not
4531         ready yet.
4532
4533 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4534
4535         * message.el (message-setup-1): Remove the read-only stuff, since it
4536         doesn't work under XEmacs, for some reason.
4537
4538         * gnus-sum.el (gnus-user-date): Rename back from
4539         gnus-summary-user-date since user code refers to it.
4540
4541         * shr.el (shr-render-td): Store the actual background color used.
4542
4543         * message.el (message-setup-1): Don't bind the constant
4544         -forbidden-properties.
4545         (message-setup-1): Revert previous change, since it needs to bind the
4546         props to insert them.
4547         (message-resend): Allow removing the read-only separator line.
4548
4549 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4550
4551         * nnimap.el (nnimap-request-accept-article): Give an error message if
4552         the APPEND wasn't successful.
4553
4554 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4555
4556         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4557         that have no groups.
4558
4559 2011-02-03  Julien Danjou  <julien@danjou.info>
4560
4561         * gnus-draft.el: Remove progn around gnus-draft-setup.
4562
4563 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-start.el (gnus-read-active-for-groups): This function is never
4566         called with a nil `infos', so clean that up.
4567         (gnus-get-unread-articles): Request active files from primary/secondary
4568         methods that have no groups (yet).
4569
4570 2011-02-03  Julien Danjou  <julien@danjou.info>
4571
4572         * message.el (message-setup-1): Always generate References first.
4573         (message-mail): Return the return value of message-setup, not always t.
4574         (message-setup-1): Insert mail-header-separator with read-only and
4575         intangible properties set.
4576
4577         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4578         user-date in docstring.
4579
4580         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4581
4582         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4583         docstring.
4584
4585         * gnus.el (gnus-user-date-format-alist): Change default value.
4586         Use defcustom, with type and group. Move from gnus-util.el.
4587         Rename to gnus-summary-user-date-format-alist.
4588
4589 2011-02-03  Glenn Morris  <rgm@gnu.org>
4590
4591         * nnimap.el (gnus-fetch-headers): Declare.
4592
4593         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4594
4595 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4596
4597         * message.el (message-forward-make-body-digest-plain)
4598         (message-followup, message-reply): Clean up things noted by Stefan.
4599
4600         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4601         gnus-article-update-date-headers is nil.
4602         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4603         it didn't really work with defcustom.
4604         (article-update-date-lapsed): Make sure the window start doesn't move,
4605         either.
4606
4607 2011-02-01  Julien Danjou  <julien@danjou.info>
4608
4609         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4610         format.
4611
4612         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4613         standard in Emacs nowadays.
4614
4615         * color.el (color-gradient): Add a color-gradient function.
4616
4617 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4618
4619         * message.el (message-expand-name): Don't trust the return value of
4620         bbdb-complete-name.
4621         (message-check-news-header-syntax): Remove unused var `start'.
4622         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4623         (message-inhibit-body-encoding): Move to before first use.
4624         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4625         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4626         (Organization, Message-ID, Date, mh-previous-window-config):
4627         Defvar the vars using dynamic scoping.
4628
4629 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4630
4631         * shr.el (shr-render-td): Only do colors at the final rendering.
4632         Should be slightly faster.
4633         (shr-insert-table): Fix up TD background colors when doing the
4634         vertical padding.
4635
4636         * gnus-art.el (article-date-ut): Protect against articles with no Date
4637         header.
4638         (article-update-date-lapsed): Don't use current-column to find the
4639         horizontal position.  It's fragile in the presence of \003 characters.
4640
4641         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4642
4643 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4644
4645         * gnus-art.el (article-transform-date): Rewrite to still work when
4646         there are several rfc2822 parts.
4647         (article-transform-date): Fix infinite recursion.
4648         (article-date-ut): Replace infinitely many Date headers with a single
4649         one when called interactively.
4650
4651         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4652         secure manner.
4653
4654         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4655         move around by not using save-window-excursion.  It seems to work...
4656
4657 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-art.el (article-make-date-line): Work for user-defined format.
4660
4661 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4662
4663         * nntp.el (nntp-retrieve-group-data-early)
4664         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4665         fetching functions.
4666
4667         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4668         thoroughly for all backends that have no known groups.  This should
4669         allow new nnml methods to retrieve mail.
4670
4671         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4672         that Gnus doesn't know exists again.
4673
4674         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4675         (gnus-treat-date-ut): Ditto.
4676         (gnus-article-update-date-header): Rename.
4677         (gnus-treat-date-local): Remove.
4678         (gnus-treat-date-english): Remove.
4679         (gnus-treat-date-lapsed): Remove.
4680         (gnus-treat-date-combined-lapsed): Remove.
4681         (gnus-treat-date-original): Remove.
4682         (gnus-treat-date-iso8601): Remove.
4683         (gnus-treat-date-user-defined): Remove.
4684         (gnus-article-date-headers): New variable to control all the date
4685         header options.
4686         (article-date-ut): Rewrite to allow using the new way to format date
4687         headers(s).
4688
4689 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4690
4691         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4692         method.
4693         (nnmail-article-group): A better test for fanciness.
4694
4695         * nnimap.el (nnimap-request-head): Protect against not finding the
4696         article by Message-ID.
4697
4698 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4701         keep point at the "same place".
4702
4703 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4706         data if the group is inactive.
4707
4708 2011-01-28  Julien Danjou  <julien@danjou.info>
4709
4710         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4711         (gnus-all-windows-visible-p): Remove old compatibility code.
4712         (gnus-window-top-edge): Add docstring.
4713
4714         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4715
4716 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4719         older request-update-info.
4720
4721         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4722
4723 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4724
4725         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4726         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4727
4728 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4731         groups.  This makes the nndraft:queue group pop up if it's not already
4732         there.
4733
4734         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4735         messages" logic, which was reversed.
4736
4737         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4738         the "same place" even if point is on the line being replaced.
4739         (article-update-date-lapsed): Allow updating both the combined lapsed
4740         and the lapsed headers.
4741         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4742         (article-make-date-line): Limit the number of segments dynamically to
4743         avoid too-long lines.
4744
4745 2011-01-27  Julien Danjou  <julien@danjou.info>
4746
4747         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4748         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4749
4750 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4753         Use plist-get instead of the cl function getf.
4754
4755 2011-01-27  Glenn Morris  <rgm@gnu.org>
4756
4757         * gnus-util.el (float-time): Get rid of compiler warning, again.
4758
4759 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4760
4761         * shr.el (shr-put-color): Special-case background colors: Do put them
4762         at the blank parts at the front of the lines.
4763
4764         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4765         exit hook to nix out all data on readedness on group exit.
4766
4767         * gnus-util.el (float-time): If float-time is bound, always use it on
4768         all Emacsen.  It's unclear why the subrp check was there.
4769         (time-date): Require to make some autoload issues on XEmacs go away.
4770
4771         * shr.el (shr-put-color): Don't do the box padding in tables, since
4772         they're already padded.
4773
4774 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-art.el (gnus-article-next-page): When the last line of the
4777         article is displayed, scroll down once more instead of going to the
4778         next article at once.
4779         (article-lapsed-string): Refactor out and allow specifying how many
4780         segments you want.
4781         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4782         (gnus-article-update-lapsed-header): New variable.
4783
4784         * shr.el: Revert change that made headings use different-sized faces.
4785         The Emacs display engine isn't advanced enough that, for instance,
4786         tables can comfortably use differently-sized faces.
4787
4788 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4789
4790         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4791         used.
4792         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4793         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4794         we're using an encrypted connection.
4795
4796         * proto-stream.el: Alter the interface functions to also return the
4797         actual stream type used: network or tls.
4798
4799 2011-01-25  Julien Danjou  <julien@danjou.info>
4800
4801         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4802         (mm-display-javascript-inline): New function.
4803
4804         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4805         viewing function.
4806
4807 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * shr.el (shr-expand-newlines): Fix variable name.
4810
4811 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4812
4813         * shr.el (shr-expand-newlines): Make nested boxes work.
4814
4815 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4816
4817         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4818         backgrounds.
4819         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4820         in a more sensible manner.
4821
4822 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4823
4824         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4825         if EPG is loaded.
4826
4827 2011-01-24  Julien Danjou  <julien@danjou.info>
4828
4829         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4830         tags.
4831
4832 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4833
4834         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4835         commands.
4836
4837         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4838         in the article buffer.
4839         (gnus-gravatar-insert): Use blank space from the current buffer to
4840         avoid breaking text properties.  This makes X-Sent updating work again.
4841
4842         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4843
4844 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4845
4846         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4847         fix the bug in url-http.el instead.
4848
4849         * shr.el (shr-image-fetched): Ditto.
4850
4851         * shr.el (shr-image-fetched): Avoid having point move in the article
4852         buffer.
4853
4854         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4855         buffer after being called.  It's apparently being killed by url.el, and
4856         killing it made point move to end-of-buffer in a random buffer.
4857
4858         * shr.el (shr-image-fetched): Ditto.
4859
4860 2011-01-23  Julien Danjou  <julien@danjou.info>
4861
4862         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4863
4864         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4865         text/x-org.
4866
4867 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4870         (i.e., nnimap) returning nil as the article number.
4871
4872 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4873
4874         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4875         "DelSp" parameter in RFC3676.
4876
4877 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4878
4879         * message.el (message-check-recipients): Display the encoded version of
4880         the bogus address if they differ.
4881
4882         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4883         after sending.
4884
4885         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4886
4887         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4888
4889         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4890         group buffer after sending the queue.
4891
4892         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4893
4894 2011-01-22  Julien Danjou  <julien@danjou.info>
4895
4896         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4897
4898 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4899
4900         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4901         nested related parts.
4902
4903         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4904         unexpired articles.  This fixes the regression that led expiry marks to
4905         disappear from nnfolder groups.
4906
4907 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4908
4909         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4910         Don't confuse the "ret" of "retrograde" with RET.
4911
4912 2011-01-21  Julien Danjou  <julien@danjou.info>
4913
4914         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4915         than mm-insert-inline.
4916
4917 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4920         Widen article buffer.
4921
4922 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4923
4924         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4925         the temp buffer.
4926         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4927
4928 2011-01-20  Julien Danjou  <julien@danjou.info>
4929
4930         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4931
4932         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4933         than mm-insert-inline to insert inline part: this respect
4934         mm-inline-media-tests displayers.
4935
4936         * mm-view.el (mm-display-shell-script-inline): New function.
4937
4938         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4939
4940         * mm-uu.el (mm-uu-type-alist): Add org block.
4941         (mm-uu-org-src-code-block-extract): New function.
4942
4943         * mm-view.el (mm-display-org-inline): New function.
4944
4945         * mm-decode.el (mm-automatic-display): Add text/org.
4946
4947         * mailcap.el (mailcap-mime-extensions): Add .org.
4948
4949 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4952         gnus-article-add-buttons.
4953
4954 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4955
4956         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4957         From header with a date and "nobody" as the sender.
4958
4959 2011-01-19  Julien Danjou  <julien@danjou.info>
4960
4961         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4962         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4963         if you have the same regexp several times.
4964         (gnus-button-push): Fix matching when regexp is symbol.
4965
4966 2011-01-15  Glenn Morris  <rgm@gnu.org>
4967
4968         * message.el (message-mail): A compose-mail function should
4969         accept headers as strings.
4970
4971 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4972
4973         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4974         Add :vert-only tags.
4975         (message-mail): New arg RETURN-ACTION.
4976         (message-return-action): New var.
4977         (message-bury): Use it.
4978         (message-mode): Make it buffer-local.
4979         (message-send-and-exit): Always call message-bury.
4980
4981         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4982         message-mail.
4983
4984 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * nnimap.el (nnimap-convert-partial-article): Protect against
4987         zero-length body parts.
4988
4989         * mm-decode.el (mm-preferred-alternative-precedence):
4990         Discourage showing empty parts.
4991
4992         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4993         and stuff if the backend didn't return the article number.  This fixes
4994         an Exchange-related nnimap bug.
4995
4996         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4997         group window, because it does the wrong thing when a separate frame
4998         displays the group buffer.
4999
5000         * proto-stream.el (open-protocol-stream): Protect against the low-level
5001         transport functions returning nil.
5002
5003 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5004
5005         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5006         (mml2015-epg-find-usable-secret-key): New function.
5007         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5008         mml2015-epg-find-usable-key (Bug#7797).
5009         (mml2015-epg-encrypt): Ditto.
5010
5011 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * dgnushack.el (rot13-string): Fix the way to get the argument.
5014
5015 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5018
5019 2011-01-03  Glenn Morris  <rgm@gnu.org>
5020
5021         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5022
5023         * sieve.el (sieve-open-server): Give a more explicit error if
5024         sieve-manage-open returns nil.  (Bug#7720)
5025
5026 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5027
5028         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5029
5030 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5033         This avoids sending passwords in plain text over non-encrypted
5034         channels.
5035
5036         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5037
5038         * nnimap.el (nnimap-login): Refactored out into own function, and
5039         implement CRAM-MD5.
5040         (nnimap-wait-for-line): Refactored out.
5041
5042         * mm-view.el (mml-smime): Require.
5043
5044 2010-12-20  David Engster  <deng@eml.cc>
5045
5046         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5047         use EPG to decrypt S/MIME messages instead of openssl.
5048
5049 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5052
5053         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5054         status is the group clearly is unreachable.
5055
5056         * auth-source.el (auth-source-create): Add the optional second
5057         parameter to `local-variable-p' to be compatible with XEmacs.
5058
5059 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5060
5061         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5062         work when using a compressed nnml folder.
5063
5064 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065
5066         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5067         backends after sanitising on entry, because this never makes sense:
5068         If the articles have gone missing, then the data no longer exists on
5069         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5070         overwrite anything anyway.
5071
5072         * shr.el (shr-insert-document): Bind shr-width dynamically to
5073         window-width if it's nil.
5074
5075 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5076
5077         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5078         with the meaning of using the full emacs window width for rendering.
5079
5080 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5081
5082         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5083         case when sender is not given.
5084
5085 2010-12-23  Julien Danjou  <julien@danjou.info>
5086
5087         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5088         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5089         the addresses, otherwise we might misplaced the gravatar.
5090
5091 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5092
5093         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5094         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5095         obsolete in Emacs.
5096
5097 2010-12-20  Julien Danjou  <julien@danjou.info>
5098
5099         * gnus-util.el (gnus-rescale-image): Revert last change.
5100
5101 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5102
5103         * binhex.el: Improve commentary (Bug#7482).
5104
5105 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-group.el (gnus-group-delete-articles): New command.
5108
5109 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5110
5111         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5112
5113 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5116         here, since it's up to the backends to do CRLF removal if their
5117         protocol has it.
5118
5119         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5120
5121 2010-12-17  Julien Danjou  <julien@danjou.info>
5122
5123         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5124         they are from file.  Can also scale up.
5125
5126 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5127
5128         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5129         Restore gnus-use-agent.
5130         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5131
5132         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5133
5134 2010-12-17  Julien Danjou  <julien@danjou.info>
5135
5136         * gravatar.el (gravatar-retrieve-synchronously): New function.
5137         (gravatar-get-data): Make more robust.
5138
5139 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5142
5143 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5146         to really consider the last line.
5147
5148 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5149
5150         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5151         list of recipient keys, or use symmetric encryption if not a list.
5152         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5153         EPA override, replacing the call to `netrc-store-data'.
5154
5155 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5156
5157         * gnus-srvr.el: Avoid passing nil regexp argument to
5158         delete-matching-lines.
5159
5160 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5163         fetching stops when Gnus exits.
5164
5165         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5166         function.
5167         (nnfolder-request-expire-articles): Save all the buffers after doing
5168         expiry.
5169
5170         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5171         the last article", since that led to serious performance regressions
5172         when expiring nnml groups.
5173
5174 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5175
5176         * nnir.el: Improve customizations.
5177
5178 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5181
5182         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5183         group has been killed.
5184         (gnus-group-yank-group): Ditto.
5185
5186         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5187
5188         * nnimap.el (nnimap-request-update-group-status): New function.
5189
5190         * gnus-int.el (gnus-request-update-group-status): New interface
5191         function.
5192
5193         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5194         copying read-ness to the backends.
5195
5196         * nnimap.el (nnimap-quirk): New function.
5197         (nnimap-retrieve-group-data-early): Use it.
5198         (nnimap-quirks): New alist.
5199
5200 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5203         don't delete it within indentation.
5204
5205 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206
5207         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5208         previous line.
5209
5210 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5213         QRESYNC command by deleting a superfluous space which broke Cyrus
5214         servers.  This change will break other servers that are buggy the other
5215         way around.
5216
5217 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * spam.el: Reindent and fix long lines.
5220         (spam-copy-or-move-routine): Exclude invalid move destinations.
5221
5222 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5223
5224         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5225         installed the registry.
5226
5227 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5230
5231 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5232
5233         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5234         groupname doesn't contain "gmane".
5235
5236 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5239         and netrc-bound-and-true-p bindings.
5240         (netrc-parse): Cache the netrc contents.
5241
5242         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5243         (gnus-1): Don't create the nndrafts group twice.
5244         (gnus-setup-news): There's no need to read the active file here, since
5245         that's done again later on a per-backend basis.
5246         (gnus-start-draft-setup): Make sure that the new group is started out
5247         empty.
5248
5249         * gnus-agent.el (gnus-agentize): Don't create the queue group
5250         automatically on startup.  It'll be created later, if needed.
5251
5252         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5253         of automatically subscribed groups.
5254         (gnus-auto-subscribed-categories): New variable.
5255         (gnus-matches-options-n): Use it.
5256         (gnus-default-subscribed-newsgroups): Remove unused variable.
5257         (gnus-start-draft-setup): Message a bit less.
5258
5259 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5260
5261         * nnir.el (nnir-run-imap): Return article list in order of increasing
5262         UID.
5263
5264 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-sum.el (gnus-summary-enter-digest-group):
5267         Mention gnus-auto-select-on-ephemeral-exit.
5268
5269         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5270         convention of the network-only option.
5271
5272 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * proto-stream.el (proto-stream-open-network-only): New function to
5275         have a way to specify non-STARTTLS upgrade connections.
5276
5277 2010-12-10  Julien Danjou  <julien@danjou.info>
5278
5279         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5280         email address is nil.
5281
5282         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5283
5284 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5285
5286         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5287         deletion.
5288         (nnir-run-imap): Only need to parse list once.
5289
5290 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5291
5292         * shr.el (shr-tag-script): Ignore <script>.
5293         (shr-tag-label): Add <label> support.
5294
5295 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5298
5299         * shr.el (shr-image-displayer): Work for images lined side by side.
5300
5301 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5302
5303         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5304         parameter, since XEmacs doesn't accept t as a parameter.
5305
5306 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5307
5308         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5309         ids.
5310         (nnir-run-gmane): Simplify groupspec formatting.
5311         (nnir-request-expire-articles): New function.
5312
5313 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314
5315         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5316         overflow, possibly.
5317
5318         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5319         (shr-render-td): Handle td style="" better.
5320         (shr-tag-table): Use the color from the style sheet.
5321         (shr-render-td): Make sure we copy over all the overlays, too.
5322
5323 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5324
5325         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5326         (nnir-request-article): Improve article retrieval.
5327
5328 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mm-util.el (mm-extra-numeric-entities): New variable.
5331
5332         * mm-url.el (mm-url-decode-entities):
5333         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5334
5335         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5336
5337 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5338
5339         * message.el: Use completion-at-point.
5340         (message-completion-function): New fun, extracted from message-tab.
5341         (message-mode): Use it for completion-at-point-functions.
5342         (message-tab): Use it and completion-at-point.
5343
5344 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5347         character if a non-breakable character follows.
5348
5349 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5352         any stream.
5353
5354         * shr.el (shr-tag-font): Colorize the region.
5355         (shr-tag-body): Ditto.
5356         (shr-tag-font): Actually let the styles be inherited instead of
5357         overwriting them.
5358         (shr-tag-font): Get the background color right.
5359         (shr-tag-style): Ignore all <style> tags for the moment.
5360
5361         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5362         a Message-ID to avoid having nnimap depend on gnus-sum.
5363
5364         * shr.el (shr-descend): Only colorize something if we have a node that
5365         sets colors.
5366
5367 2010-12-06  Julien Danjou  <julien@danjou.info>
5368
5369         * shr.el (shr-render-td): Render td content with shr-descend, so style
5370         will be applied to <td> too.
5371         (shr-colorize-region): Colorize region even if we only have a background.
5372         (shr-tag-body): Fix color and background color inheritance.
5373         Do not recolorize after shr-generic.
5374         (shr-tag-font): Let shr-generic colorize via inheritance.
5375
5376 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5379
5380 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5381
5382         * nnir.el (nnir-request-move-article): Remove obsolete code.
5383
5384 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5387
5388 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * gnus-sum.el (gnus-summary-respool-article): The completion function
5391         expects a list instead of an alist.
5392
5393         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5394         string as the parameter.
5395
5396         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5397
5398         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5399         styles.
5400         (shr-colorize-region): New function.
5401         (shr-insert-background-overlay): Remove.
5402         (shr-render-td): Background setting should be taken care of on a higher
5403         level.
5404         (shr-tag-body): Use post-hoc colorizations.
5405         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5406         (shr-put-color-1): Don't overwrite old colors.
5407         (shr-colorize-region): When the background color isn't explicit, use
5408         a fixed background.
5409
5410         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5411         nnmail variables.
5412
5413 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5414
5415         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5416         unless necessary.
5417
5418 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5419
5420         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5421         server.
5422
5423 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5426         so that TAB works.
5427
5428         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5429         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5430
5431         * shr.el (shr-urlify): Show the URL before the title to avoid
5432         misleading URLs.
5433
5434 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5435
5436         * shr.el (shr-urlify): Display the title in <a> tags.
5437
5438 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5439
5440         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5441
5442 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5443
5444         * nnir.el: Rearrange code to allow macros to be autoloaded by
5445         gnus-sum.el.
5446         (nnir-retrieve-headers-override-function): Make this variable
5447         customizable.
5448         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5449
5450         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5451         from nnir.el.
5452
5453 2010-12-03  Julien Danjou  <julien@danjou.info>
5454
5455         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5456
5457 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5460         allow optional argument `environment'.
5461
5462 2010-12-03  Glenn Morris  <rgm@gnu.org>
5463
5464         * mm-extern.el (message-goto-body): Update declaration.
5465
5466 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-util.el (gnus-macroexpand-all): New function.
5469
5470         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5471         instead of macroexpand-all that is unavailable in XEmacs.
5472
5473 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5474
5475         * nnir.el (nnir-summary-line-format): New variable.
5476         (nnir-mode): Use it.
5477         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5478         (nnir-article-ids): Reimplement as defsubst.
5479         (nnir-retrieve-headers): Don't mangle the subject header.
5480         (nnir-run-imap): Use 100 as RSV score.
5481         (nnir-run-find-grep): Fix for full server searching.
5482         (nnir-run-gmane): Better restriction to gmane groups.
5483
5484         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5485         summary buffers.
5486
5487 2010-12-02  Julien Danjou  <julien@danjou.info>
5488
5489         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5490
5491         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5492
5493         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5494         support.
5495
5496 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5497
5498         * nnir.el: Update to handle the registry better.
5499         (autoload): Silence byte-compiler.
5500         (nnir-open-server): Add a hook for nnir groups.
5501         (nnir-request-move-article): Don't mangle the header.  Better to use
5502         formatting variables (which will be added in the future).
5503         (nnir-registry-action): Update the registry using the original article
5504         group name.
5505         (nnir-mode): Install nnir-specific hooks for updating the registry.
5506
5507         * gnus-sum.el
5508         (gnus-article-original-subject,gnus-newsgroup-original-name):
5509         Remove obsolete variables.
5510         (gnus-summary-move-article): Remove use of obsolete variables.
5511         (gnus-summary-local-variables): Make move and delete hooks local to
5512         summary buffers.
5513
5514 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5515
5516         * rtree.el: New file.
5517
5518 2010-12-01  Julien Danjou  <julien@danjou.info>
5519
5520         * message.el (message-user-organization): Do not use
5521         gnus-local-organization.
5522
5523         * gnus.el: Remove gnus-local-organization.
5524
5525         * gnus-msg.el: Remove nastygram thing.
5526
5527 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5530         funcall.
5531
5532 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5535         names.
5536
5537         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5538         characters.
5539
5540         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5541         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5542         Suggested by Štěpán Němec <stepnem@gmail.com>.
5543         (gnus-gravatar-transform-address): Use mail-extract-address-components
5544         that supports non-ASCII names rather than mail-header-parse-addresses.
5545
5546 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5547
5548         * proto-stream.el (open-protocol-stream): All starttls connections are
5549         handled by the network handler.
5550
5551 2010-11-30  Julien Danjou  <julien@danjou.info>
5552
5553         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5554         (nnimap-open-connection-1): Fix PREAUTH.
5555
5556         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5557
5558 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5561         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5562         (shr-insert): Use them.
5563         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5564
5565 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5566
5567         * nnir.el (nnir-request-move-article): Bail out if original group
5568         doesn't support article moves.
5569         (nnir-get-active): Improve active list retrieval.
5570
5571 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5574
5575 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5576
5577         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5578         seem to accept strings-with-numbers as port numbers.
5579
5580 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5581
5582         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5583         change the registry.
5584
5585 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5588         delete-dups that is not available in XEmacs 21.4.
5589
5590         * mm-util.el (mm-delete-duplicates): Add comment.
5591
5592 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5593
5594         * nnir.el (nnir-ignored-newsgroups): New variable.
5595         (nnir-get-active): Use it.
5596
5597 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598
5599         * proto-stream.el (proto-stream-open-network): Add some comments.
5600
5601         * nntp.el (nntp-open-connection): Provide a :success condition.
5602
5603         * nnimap.el (nnimap-open-connection-1): Ditto.
5604
5605         * proto-stream.el (proto-stream-open-network): See what the response to
5606         the STARTTLS command is.
5607
5608         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5609         backwards compatibility).
5610         (nnimap-open-connection-1): Really respect nnimap-server-port.
5611
5612         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5613         TLS upgrades we don't really care about the identity of the peer.
5614         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5615         that what we've checked for.
5616         (proto-stream-always-use-starttls): Only default to t if
5617         open-gnutls-stream exists.
5618         (proto-stream-open-network): If STARTTLS failed, then just open a
5619         normal connection.
5620         (proto-stream-open-network): Wait until the greeting before doing
5621         STARTTLS.
5622
5623         * nntp.el (nntp-open-connection): Report what the connection error is.
5624
5625         * proto-stream.el (open-protocol-stream): Rename from
5626         open-proto-stream.
5627
5628 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * nnimap.el (nnimap-stream): Change default to `undecided'.
5631         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5632         first, and then network.
5633         (nnimap-open-connection-1): Respect nnimap-server-port.
5634         (nnimap-open-connection): Be more backwards-compatible.
5635
5636         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5637         (proto-stream-open-starttls): De-duplicate the starttls code.
5638         (proto-stream-open-starttls): Folded back into the main function.
5639         (proto-stream-open-network): Fix typo in the gnutls path.
5640         (proto-stream-command): Refactor out.
5641
5642         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5643
5644         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5645         starttls.el STARTTLS.
5646
5647         * color.el (color-lab->srgb): Fix function call name.
5648
5649         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5650         if we're using tls.el.
5651         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5652         built in, then don't try to establish a STARTTLS connection.
5653
5654         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5655         servers.
5656
5657         * proto-stream.el (open-proto-stream): Use network, not stream.
5658         (open-proto-stream): Add a way to specify what the end of a command is.
5659
5660         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5661         connections types.
5662         (nntp-open-network-stream): Remove.
5663         (nntp-open-ssl-stream): Remove.
5664         (nntp-open-tls-stream): Remove.
5665         (nntp-ssl-program): Remove.
5666
5667         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5668
5669 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5670
5671         * nnir.el: Fix typos.
5672         (nnir-retrieve-headers-override-function): Rename variable to reflect
5673         new semantics.
5674         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5675         macros.
5676         (nnir-request-article, nnir-request-move-article): Use them.
5677         (nnir-categorize): New function.
5678         (nnir-run-query): Use it.
5679         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5680         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5681         sorted.
5682         (nnir-group-full-name): Use gnus-group-full-name instead.
5683         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5684         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5685
5686 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5689
5690         * proto-stream.el: New library to provide protocol-specific
5691         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5692         protocols.
5693         (open-proto-stream): Complete the documentation.
5694         (proto-stream-open-network): Fix some typos.
5695
5696         * nnimap.el (nnimap-open-connection): Use it.
5697
5698 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5699
5700         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5701         negotiation.
5702
5703 2010-11-26  Julien Danjou  <julien@danjou.info>
5704
5705         * color.el: Rename various rgb functions to srgb.
5706
5707 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5710         names.
5711
5712 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * shr.el (shr-insert): Revert last change.
5715         (shr-find-fill-point): Never leave point being at bol;
5716         relax the kinsoku limitation when rendering tables.
5717
5718 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5721         results from -accept-article.
5722
5723         * shr-color.el: Require cl when compiling.
5724
5725         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5726         checkin.
5727
5728         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5729
5730         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5731
5732         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5733         'add and 'delete to set backend marks.
5734
5735         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5736
5737         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5738
5739         * nntp.el (nntp-request-set-mark): Use it.
5740
5741         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5742
5743         * nnml.el (nnml-request-set-mark): Ditto.
5744
5745         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5746         introduces regressions in article selection.
5747         (nnimap-find-uid-response): New function.
5748         (nnimap-request-accept-article): Use the UID returned, if any.
5749         (nnimap-request-move-article): Use the UID returned, if any.
5750         (nnimap-get-groups): Reimplement to work with folded lines.
5751         (nnimap-find-uid-response): The UID is the last element in the list.
5752         (nnimap-request-set-mark): Extend syntax with 'set.
5753
5754         * nnml.el (nnml-request-set-mark): Ditto.
5755
5756         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5757
5758         * nntp.el (nntp-request-set-mark): Ditto.
5759
5760 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * message.el (message-called-interactively-p): A temporary macro.
5763         (message-goto-body): Use it temporarily.
5764
5765 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5768         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5769         (nnimap-last-response-string): Fix last unfolding fix.
5770
5771 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * shr.el (shr-insert): Fix the way to fold lines.
5774
5775 2010-11-25  Julien Danjou  <julien@danjou.info>
5776
5777         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5778
5779         * color.el: Rename from color-lab.el
5780         (color-rgb->hex): Add.
5781         (color-complement): Add.
5782         (color-complement-hex): Add.
5783
5784         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5785
5786 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787
5788         * shr-color.el (shr-color-visible): Don't bug out if the color names
5789         don't exist.
5790
5791 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5794         assuming that article displaying or another mml-preview may be
5795         interrupted for an error or for the like.
5796
5797         * shr.el (shr-get-background): Fix argument name.
5798
5799 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5800
5801         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5802
5803         * gnus-sum.el (gnus-summary-include-articles): New function.
5804
5805         * message.el (message-goto-body): called-interactively-p needs a
5806         parameter, so use `any'.
5807
5808         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5809         clear marks before moving, since they're synced from the Gnus side
5810         first.
5811
5812         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5813         (gnus-summary-move-article): Copy over all marks before moving, so that
5814         IMAP doesn't think a new article has arrived.
5815
5816 2010-11-24  Julien Danjou  <julien@danjou.info>
5817
5818         * shr.el (shr-insert-background-overlay): Fix typo.
5819         (shr-render-td): Copy the background before rendering.
5820
5821         * shr-color.el (shr-color-visible): Fix docstring.
5822
5823         * shr.el (shr-tag-table): Add bgcolor support.
5824         (shr-render-td): Add bgcolor support.
5825         (shr-get-background): Add.
5826         (shr-insert-foreground-overlay): Use shr-get-background.
5827
5828         * message.el (message-goto-body): Use called-interactively-p.
5829         (message-in-body-p): message-goto-body returns point.
5830
5831 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5832
5833         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5834         Fixes something or other in Emacs 23, and is backwards compatible.
5835
5836         * message.el (message-goto-body): Remove the <#secure special-casing,
5837         which is too special.
5838
5839         * shr.el (shr-parse-style): Drop !important from styles.
5840
5841 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5842
5843         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5844         this function to return incorrect results when calling it with an
5845         explicit article argument different from
5846         (gnus-summary-article-number).
5847
5848 2010-11-24  Julien Danjou  <julien@danjou.info>
5849
5850         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5851         (shr-tag-body): Add background support.
5852         (shr-descend): Add background support.
5853         (shr-tag-title): Add.
5854
5855         * shr-color.el (shr-color-visible): Really return original background
5856         if fixed.
5857
5858 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5859
5860         * shr.el (shr-color-check): Protect against non-existent color names.
5861
5862 2010-11-24  Julien Danjou  <julien@danjou.info>
5863
5864         * color-lab.el: Require 'cl when compiling.
5865
5866         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5867
5868         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5869         matched part.
5870
5871         * color-lab.el: Fix all expt calls to use float type.
5872
5873 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5876         expression to shr-color-check as is.
5877
5878         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5879
5880         * color-lab.el: Add coding cookie.
5881         (float-pi): Use eval-and-compile.
5882
5883         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5884         compiled for Emacsen having no `libxml-parse-html-region' support.
5885
5886 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * shr.el (shr-insert-color-overlay): Split stuff like
5889         "#444444 !important" to find the real color.
5890         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5891         parse <font color="red"> entries.
5892
5893 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5894
5895         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5896         point when parsing headers.
5897
5898         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5899         is positioned properly when parsing headers.
5900
5901 2010-11-23  Julien Danjou  <julien@danjou.info>
5902
5903         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5904
5905         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5906
5907         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5908
5909         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5910         Use shr-color-hue-to-rgb.
5911         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5912
5913 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * shr.el (shr-color->hexadecimal): Autoload.
5916         (shr-descend): Add color to all tags.
5917
5918 2010-11-22  Julien Danjou  <julien@danjou.info>
5919
5920         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5921         shr-color->hexadecimal.
5922
5923         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5924         RGB() or HSL() color representation.
5925
5926         * shr.el (shr-tag-font): Add.
5927         (shr-tag-color-check): New function to get better colors.
5928         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5929         tag-span.
5930
5931         * shr-color.el: New file.
5932
5933         * color-lab.el: New file.
5934
5935         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5936
5937 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5938
5939         * nnir.el: Fix typo in comments.
5940         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5941         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5942
5943 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5946
5947         * nnimap.el (nnimap-get-capabilities): Refactor out.
5948         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5949
5950 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5951
5952         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5953         appearing when `mm-uu-hide-markers' is nil.
5954
5955 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * nnimap.el (nnimap-unselect-group): Make into its own function.
5958         (nnimap-request-rename-group): Unselect group before renaming.
5959         This had gotten lost somewhere.
5960         (nnimap-request-accept-article): Keep track of examined groups, and
5961         unselect the group before APPENDing to read-only groups.
5962         (nnimap-request-move-article): Clear flags before moving so that they
5963         can be re-set later.
5964
5965 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5968         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5969
5970 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (gnus-mime-display-single):
5973         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5974         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5975         parameter.
5976
5977 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5978
5979         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5980         (shr-table-vertical-line): New variable.
5981         (shr-insert-table): Use it.
5982
5983 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-html.el (gnus-html-wash-images): Don't display images if
5986         gnus-inhibit-images is non-nil; register displayer for cid images.
5987         (gnus-html-display-image): Work for cid image.
5988         (gnus-html-insert-image): Allow arguments.
5989         (gnus-html-put-image): Inhibit read-only.
5990         (gnus-html-prefetch-images): Don't prefetch images if
5991         gnus-inhibit-images is non-nil.
5992
5993 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * shr.el (shr-put-image): Break lines when inserting big pictures.
5996
5997 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5998
5999         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6000         sender, thanks Katsumi Yamaoka.
6001
6002 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6003
6004         * nnir.el (nnir-run-imap): Reverse the article list for each group
6005         rather than the whole list.
6006
6007 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * shr.el (shr-image-displayer): Protect function against non-existent
6010         image source.
6011
6012         * gnus-art.el (gnus-inhibit-images): New user option.
6013         (gnus-mime-display-single): Don't display image if it is non-nil.
6014
6015         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6016         gnus-inhibit-images.
6017
6018         * shr.el (shr-image-displayer): New function.
6019         (shr-tag-img): Use it.
6020
6021 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6022
6023         * mml2015.el (mml2015-epg-sign): Use From header.
6024
6025 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6028
6029         * gnus-util.el (gnus-find-text-property-region): Return markers.
6030
6031         * shr.el (shr-tag-img): Put a displayer in the text property.
6032
6033         * gnus-util.el (gnus-find-text-property-region): New utility function.
6034
6035         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6036         (gnus-html-show-images): Remove.
6037
6038         * gnus-art.el (gnus-article-show-images): New, more general function.
6039
6040         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6041         image url text properties.
6042
6043         * shr.el: Ditto.
6044
6045         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6046         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6047
6048 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6051         work for two or more articles.
6052
6053 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6056         divide an image that's in an html article to two or more when washing
6057         non-ASCII characters in alt text of it.
6058
6059 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6062         smime-decrypt-region using function argument.
6063         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6064
6065         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6066
6067         * smime.el (smime-decrypt-region): Catch it.
6068
6069 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6070
6071         * smime.el (smime-mode-map): Move initialization into declaration.
6072         (gnus-run-mode-hooks): Don't autoload.
6073         (smime-mode): Use define-derived-mode.
6074
6075 2010-11-11  Glenn Morris  <rgm@gnu.org>
6076
6077         * smime.el (from): Restrict declaration to XEmacs.
6078
6079         * nnir.el (gnus-group-topic-name): Autoload.
6080
6081 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * shr.el (shr-insert): Don't break long line if it is because of
6084         kinsoku-bol characters in the line end.
6085
6086 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6087
6088         * nnir.el (nnir-request-move-article): Fix to provide original group
6089         and subject.
6090         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6091         been retrieved.
6092
6093         * gnus-sum.el (gnus-summary-move-article): Use original group and
6094         subject for virtual articles such as those in an nnir summary buffer.
6095
6096 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6099         least 21.5).
6100
6101         * smime.el (from): Declare it again for XEmacs.
6102
6103 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6104
6105         * message.el (message-resend): Don't disable encoding unless it's
6106         already encoded.
6107
6108         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6109         low-numbered articles.
6110
6111 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * rfc2047.el (rfc2047-syntax-table): Simplify.
6114
6115         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6116
6117         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6118         set-char-table-range for XEmacs.
6119
6120 2010-11-10  Glenn Morris  <rgm@gnu.org>
6121
6122         * time-date.el (time-to-seconds): Always an alias on Emacs,
6123         never a real function.
6124         (with-no-warnings): Remove compat stub, now unused.
6125         (time-less-p): Doc fix.
6126         (time-to-number-of-days): Simplify.
6127
6128         * smime.el (from): Remove unused declaration.
6129
6130         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6131         (gnus-float-time): On Emacs, always an alias.
6132
6133         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6134         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6135
6136 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * dgnushack.el: Don't use ignore-errors in the top level form since it
6139         is unavailable in XEmacs even if cl is loaded.
6140
6141         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6142
6143 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6144
6145         * shr.el (browse-url-mailto): Autoload.
6146
6147         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6148
6149         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6150         regexp doesn't need quoting.
6151
6152 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6153
6154         * message.el (message-subject-trailing-was-ask-regexp)
6155         (message-subject-trailing-was-regexp): Match was: in addition to was.
6156
6157 2010-11-09  Glenn Morris  <rgm@gnu.org>
6158
6159         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6160         (nnbabyl-check-mbox): Use point-at-bol.
6161
6162 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6163
6164         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6165
6166         * message.el (message-mailto): New function.
6167         (message-mailto): Should accept other parameters.
6168         (message-mailto): Remove since it duplicates browse-url-mailto
6169         functionality.
6170
6171 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6174         methods.
6175         (gnus-read-active-file): Ditto.
6176
6177         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6178         ": " from the prompt.
6179         (gnus-group-make-group): Ditto.
6180
6181 2010-11-07  Glenn Morris  <rgm@gnu.org>
6182
6183         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6184         (gnus-bookmark-kill-line): Use point-at-eol.
6185
6186 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6189         asterisks in From header.
6190
6191 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6194         string to avoid making the From headers syntactically invalid.
6195
6196         * message.el (message-send-mail): Don't insert courtesy messages if the
6197         message already has List-Post and List-ID messages.
6198
6199 2010-11-06  Glenn Morris  <rgm@gnu.org>
6200
6201         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6202         `condition', `type', `length' a prefix.
6203         (gnus-treat-predicate): Update for above name changes.
6204
6205 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6206
6207         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6208         binding.  Handled by `gnus-summary-refer-thread' instead.
6209         (nnir-warp-to-article): New backend function.
6210
6211         * nnimap.el (nnimap-request-thread): Force dependency updating.
6212
6213         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6214         (gnus-summary-refer-thread): Rework to improve thread-referral.
6215
6216         * gnus-int.el (gnus-warp-to-article): New function.
6217
6218         * gnus-sum.el (gnus-summary-article-map): Bind it.
6219
6220 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6221
6222         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6223         gnus-summary-refer-thread.
6224
6225         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6226         headers.
6227         (gnus-summary-limit-include-thread): Prevent articles in thread from
6228         being cut in gnus-cut-threads.
6229         (gnus-summary-refer-thread): Limit retrieved headers to those in
6230         thread.
6231
6232 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * message.el (message-send-mail): Use the value of
6235         message-courtesy-message from the message buffer.
6236
6237         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6238
6239         * shr.el (shr-browse-url): Implement mailto: URLs.
6240
6241         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6242         "raw".
6243
6244         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6245         if it's already selected.
6246
6247         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6248
6249 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6252         to measure the length and truncate alt text.
6253
6254 2010-11-03  Glenn Morris  <rgm@gnu.org>
6255
6256         * nndiary.el (nndiary-generate-nov-databases-1)
6257         (nndiary-generate-active-info): Rename dynamic variable `files' to
6258         something less generic.
6259
6260 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6261
6262         * nnir.el (nnir-request-move-article): Call the underlying backend to
6263         move articles from nnir.
6264
6265 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6266
6267         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6268
6269 2010-11-02  Julien Danjou  <julien@danjou.info>
6270
6271         * nnir.el: Remove wais support.
6272
6273 2010-11-02  Glenn Morris  <rgm@gnu.org>
6274
6275         * gnus-html.el: Reorder requirements to quieten compiler.
6276
6277 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6280         properly for XEmacs as well.
6281         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6282         (gnus-article-natural-long-line-p): Use window-width rather than
6283         frame-width.
6284
6285 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6286
6287         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6288         (nnir-read-parms): Don't modify query.
6289         (nnir-run-query): Add ability to search topic on current line.
6290         (nnir-get-active): Clean up.
6291
6292 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6295         degenerate articles.
6296
6297         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6298         (gnus-print-buffer): Just print the buffer as is, without any copying
6299         to a buffer and then re-highlighting.
6300
6301         * nnimap.el (nnimap-request-group): Store the new updated info.
6302         (nnimap-request-group): Select the group when we don't know whether it
6303         exists or not.
6304
6305         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6306         groups.
6307
6308         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6309         groups.
6310
6311         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6312         groups.
6313
6314         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6315         long-lines case by only filling the long lines.
6316
6317         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6318         (bug #7311).
6319
6320 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * shr.el: No need to declare `declare-function' since shr.el is for
6323         only Emacsen that provide `libxml-parse-html-region'.
6324
6325         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6326         effective only in a file it is referred to.
6327
6328 2010-11-01  Glenn Morris  <rgm@gnu.org>
6329
6330         * mm-util.el (gnus-completing-read): Autoload.
6331         (mm-read-coding-system): Simplify Emacs definition.
6332
6333         * nnmail.el (gnus-activate-group):
6334         * nnimap.el (gnutls-negotiate):
6335         * nntp.el (netrc-parse): Fix declarations.
6336
6337 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6340         string-match-p in Emacs >=23.
6341
6342         * gnus-msg.el (gnus-configure-posting-styles):
6343         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6344
6345 2010-11-01  Glenn Morris  <rgm@gnu.org>
6346
6347         * nnir.el (declare-function): Add compat stub.
6348         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6349         (nnir-run-gmane): Require 'mm-url.
6350
6351         * mm-util.el (mm-string-to-multibyte): Simplify.
6352
6353         * shr.el (declare-function): Add compat stub.
6354         (url-cache-create-filename): Declare.
6355         (mm-disable-multibyte, widget-convert-button): Autoload.
6356
6357         * smime.el (ldap-search): Declare.
6358         (smime-cert-by-ldap-1): Require ldap on Emacs.
6359
6360         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6361         (nnimap-keepalive): Use gnus-float-time.
6362
6363         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6364         (mail-source-delete-crash-box): Use gnus-float-time.
6365
6366         * gnus-dired.el (gnus-completing-read): Autoload.
6367
6368         * mm-view.el (gnus-rescale-image): Autoload.
6369
6370         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6371
6372         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6373
6374         * sieve-manage.el: Require 'cl when compiling.
6375
6376         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6377         (gnus-iswitchb-completing-read): Require iswitchb.
6378         (gnus-select-frame-set-input-focus): Silence compiler.
6379
6380 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6381
6382         * message.el (message-subject-trailing-was-query): Change default to t,
6383         since I think that's what most people want.
6384
6385         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6386         appending for easier debugging.
6387         (nnimap-wait-for-connection): Take a regexp.
6388         (nnimap-request-accept-article): Wait for the continuation line before
6389         sending anything unless we're streaming.
6390
6391         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6392         leave the header washing to take place.
6393
6394 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6395
6396         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6397         regular expression match and replace in posting styles.
6398
6399 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6400
6401         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6402         an entire server.
6403         (nnir-get-active): New function.
6404         (nnir-run-imap): Use it.
6405         (nnir-run-gmane): Who knew, gmane search returns an article score!
6406
6407         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6408         server on the current line with nnir.
6409
6410 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6413         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6414         left edge.
6415         (gnus-article-foldable-buffer): Skip past the prefix when determining
6416         raggedness.
6417
6418         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6419         the raw article, and change `C-u g' to show the article without doing
6420         treatments.
6421
6422         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6423         on to `gnus-treat-article'.
6424         (gnus-inhibit-article-treatments): New variable.
6425
6426         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6427
6428         * gnus-art.el (gnus-treatment-function-alist): Have
6429         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6430         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6431         sections.
6432
6433         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6434         parameter.
6435         (gnus-article-fill-cited-long-lines): New function.
6436         (gnus-article-fill-cited-article): Allow filling only long sections.
6437
6438         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6439         and non-punctuation (like after the apostrophe in "'We").
6440
6441         * gnus-sum.el (gnus-summary-select-article): Make sure
6442         gnus-original-article-buffer is alive.
6443
6444         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6445         reflect the order they're in in the digest.
6446
6447         * gnus.el (gnus-group-startup-message): Move point to the start of the
6448         buffer.
6449
6450         * nnimap.el (nnimap-capability): New function.
6451         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6452         is set.
6453
6454 2010-10-31  David Engster  <dengste@eml.cc>
6455
6456         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6457         conform with changes to gnus-completing-read.
6458
6459 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6462
6463 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6464
6465         * nnir.el: Move defvar, defcustom around to keep file organized
6466         and keep byte-compiler quiet.
6467         (nnir-read-parms): Accept search-engine as arg.
6468         (nnir-run-query): Pass search-engine as arg.
6469         (nnir-search-engine): Remove.
6470
6471 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * shr.el (shr-generic): The text nodes should be text, not :text.
6474
6475         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6476         later in the file.
6477
6478 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6479
6480         * nnir.el: General clean up.  Allow searching with multiple engines.
6481         Allow separate extra-parameters for each engine.
6482         Batch queries when possible.
6483         (nnir-imap-default-search-key,nnir-method-default-engines):
6484         Add customize interface.
6485         (nnir-run-gmane): New engine.
6486         (nnir-engines): Use it.  Qualify all prompts with engine name.
6487         (nnir-search-engine): Remove global variable.
6488         (nnir-run-hyrex): Restore for now.
6489         (nnir-extra-parms,nnir-search-history): New variables.
6490         (gnus-group-make-nnir-group): Use them.
6491         (nnir-group-server): Remove in favor of gnus-group-server.
6492         (nnir-request-group): Avoid searching twice.
6493         (nnir-sort-groups-by-server): New function.
6494
6495 2010-10-30  Julien Danjou  <julien@danjou.info>
6496
6497         * gnus-group.el: Remove gnus-group-fetch-control.
6498
6499         * gnus-start.el (gnus-find-new-newsgroups):
6500         Remove gnus-check-first-time-used.
6501
6502         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6503
6504 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6505
6506         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6507         set on groups that don't have \* permanentflags.
6508
6509 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6512         control the background color.
6513         (shr-tag-img): Ignore very small web bug type images.
6514         (shr-put-image): Add help-echo alt texts to the images.
6515         (shr-tag-video): Show the video poster image.
6516
6517 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * shr.el (shr-table-depth): New variable.
6520         (shr-tag-table-1): Only insert the images after the top-level table.
6521
6522         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6523
6524         * gnus-util.el (gnus-list-memq-of-list): New function.
6525
6526         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6527         selected.
6528         (nnimap-unsplittable-articles): New slot.
6529         (nnimap-new-articles): Use it.
6530
6531 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6532
6533         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6534         move to the previous line on `M-g'.
6535
6536 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6539         *-request-group, which seems unnecessary.
6540
6541         * nnimap.el (nnimap-quote-specials): Function copied over from
6542         imap.el.
6543         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6544         they support that.  Suggested by Tom Regner.
6545
6546 2010-10-29  Julien Danjou  <julien@danjou.info>
6547
6548         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6549         defalias.
6550         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6551
6552         * gnus.el: Remove `gnus-nntp-service' variable.
6553         (gnus-secondary-servers): Make obsolete.
6554         (gnus-nntp-server): Make obsolete.
6555
6556         * gnus-start.el (gnus-1): Remove x-splash calls.
6557
6558         * gnus-ems.el (gnus-x-splash): Remove.
6559
6560         * gnus.el (gnus-group-startup-message): Simplify/update code.
6561
6562         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6563         definition.
6564
6565         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6566         capability before doing anything.
6567         (gnus-group-insert-group-line): Remove useless
6568         gnus-group-remove-excess-properties.
6569
6570 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6573
6574 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6577         config after reselecting.
6578
6579 2010-10-28  Julien Danjou  <julien@danjou.info>
6580
6581         * shr.el (shr-put-image): Use point even if only inserting text.
6582         (shr-put-image): Save excursion when inserting alt text on non-graphic
6583         display, so the behavior is the same when we are on a graphic display.
6584
6585         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6586
6587 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6590         (gnus-mime-copy-part): Check coding system, not charset.
6591         (gnus-mime-view-part-externally): Never remove part.
6592         (gnus-mime-view-part-internally): Don't remove part here.
6593         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6594         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6595         multipart/alternative.
6596
6597         * mm-decode.el (mm-display-part): Take optional arg `force'.
6598
6599 2010-10-26  Julien Danjou  <julien@danjou.info>
6600
6601         * gnus-group.el (gnus-group-default-list-level): Add this function to
6602         compute the default list level.
6603         (gnus-group-default-list-level): Add possibility to use a function.
6604
6605 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6608
6609         * gnus-group.el (gnus-group-completing-read)
6610         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6611         gnus-replace-in-string.
6612
6613 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * shr.el (shr-tag-div): Add.
6616
6617         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6618
6619 2010-10-25  Julien Danjou  <julien@danjou.info>
6620
6621         * gnus-util.el: Remove `gnus-with-local-quit'.
6622
6623         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6624
6625 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6628         the original article buffer.
6629
6630 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631
6632         * nnimap.el (nnimap-request-head): New function.
6633         (nnimap-request-move-article): Try to be slightly faster by not
6634         requesting the entire message when moving.
6635         (nnimap-transform-headers): Don't bug out on bodiless articles.
6636         (nnimap-send-command): Have no outstanding messages if the IMAP server
6637         doesn't support streaming.
6638         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6639
6640 2010-10-24  Julien Danjou  <julien@danjou.info>
6641
6642         * message.el (message-default-headers): Fix type.
6643
6644 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6647         prefetching images.
6648
6649         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6650         backend for unknown groups.  This is mainly useful for nnimap groups.
6651
6652         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6653         group isn't covered by the agent.
6654
6655 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6656
6657         * nnir.el (nnir-method-default-engines): New variable.
6658         (nnir-run-query): Use it.
6659         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6660         (gnus-summary-nnir-goto-thread): Change group if needed.
6661
6662         * gnus-group.el (gnus-group-group-map): Add key binding for
6663         gnus-group-make-nnir-group.
6664
6665 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * shr.el (shr-tag-object): Add.
6668
6669         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6670         original article buffer live.
6671         (gnus-summary-select-article-buffer):
6672         Mention gnus-widen-article-buffer.
6673
6674 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6675
6676         * shr.el (shr-tag-strong): Add.
6677
6678 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6679
6680         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6681         group names.  They mess up the group buffer badly.
6682
6683         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6684
6685         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6686         instead of the summary one.
6687
6688 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * mml.el (mml-preview): Work properly when editing article.
6691
6692         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6693         gnus-have-read-active-file if it's already been in.
6694
6695 2010-10-22  Tom Tromey  <tromey@redhat.com>
6696
6697         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6698         gnus-group-completing-read.
6699
6700 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * message.el (message-mode-map): Don't bind M-; to comment region, to
6703         allow the global comment-dwim to work.
6704
6705 2010-10-21  Julien Danjou  <julien@danjou.info>
6706
6707         * message.el (message-setup-1): Allow message-default-headers to be a
6708         function.
6709
6710 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * shr.el (shr-tag-table): Simplify.
6713
6714 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6717         to avoid trying to snarf invalid stuff.
6718
6719         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6720
6721         * gnus.el (gnus-message-archive-group): Quote value.
6722         (gnus-message-archive-group): Mark as changed.
6723
6724         * shr.el (shr-add-font): Don't put the font properties on the newline
6725         or the indentation.
6726
6727         * message.el (message-fix-before-sending): Change options when sending
6728         non-printable characters.
6729
6730         * gnus.el (gnus-message-archive-method): Change the default to
6731         monthly outgoing groups.
6732
6733         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6734         that have gotten new numbers.
6735
6736         * nnimap.el (nnimap-request-replace-article): New function.
6737
6738 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6741         (nnrss-request-article): Don't use special html washing code.
6742
6743 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * shr.el (shr-tag-table): Remove useless nconc.
6746
6747 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * gnus-art.el (article-wash-html): Simplify and remove the charset
6750         stuff.  Use the normal html rendering code instead of the special html
6751         washing code.
6752
6753         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6754         `gnus-w3m' symbols.
6755         (mm-text-html-washer-alist): Remove.
6756
6757         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6758         (mm-inline-media-tests): Remove use.
6759         (mm-text-html-renderer): Change default to the `shr' symbol.
6760
6761         * mm-view.el (mm-inline-text-html): Remove use.
6762
6763         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6764         `gnus-blocked-images' to be a function.
6765         (gnus-article-wash-function): Remove.
6766
6767 2010-10-20  Julien Danjou  <julien@danjou.info>
6768
6769         * spam.el (spam-list-of-processors): Mark as obsolete.
6770
6771         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6772         (nnimap-insert-partial-structure): Fix boundary detection.
6773
6774 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6775
6776         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6777         run file-truename on remote files.  This can be expensive and even
6778         prevent one from editing drafts if some unrelated buffer has a stale
6779         connection.
6780
6781 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6784         kinsoku-eol regardless of shr-kinsoku-shorten.
6785         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6786         (shr-tag-table): Support caption, thead, and tfoot.
6787
6788 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6789
6790         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6791         lines.
6792         (shr-save-contents): New command and keystroke.
6793
6794         * nndoc.el (nndoc-type-alist): Add git support.
6795         (nndoc-git-type-p): New function.
6796         (nndoc-transform-git-article): Ditto.
6797         (nndoc-transform-git-headers): Ditto.
6798         (nndoc-transform-git-headers): Generate Subject headers.
6799
6800         * shr.el (shr-parse-style): New function.
6801         (shr-tag-span): Ditto.
6802
6803         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6804         to `G G' to avoid collisions.
6805
6806 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * shr.el: Load kinsoku if necessary.
6809         (shr-kinsoku-shorten): New internal variable.
6810         (shr-find-fill-point): Make kinsoku shorten text line if
6811         shr-kinsoku-shorten is bound to non-nil.
6812         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6813         shr-indentation too when testing if table is wider than frame width.
6814         (shr-insert-table): Use `string-width' instead of `length' to measure
6815         text width.
6816         (shr-insert-table-ruler): Make sure indentation is done at bol.
6817
6818 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6819
6820         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6821         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6822         undecoded network data.
6823
6824 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6827         name in the mode line spec so that the mode line menu works
6828         (bug #2431).
6829
6830         * message.el (message-get-reply-headers): If we're fed `to-address',
6831         then always use that.
6832
6833         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6834         aren't so wide as to need to switch off the edit menu.
6835
6836         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6837         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6838
6839         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6840         `M-g'.
6841         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6842         the permanent marks.
6843
6844 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6845
6846         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6847         Splitting according to references/in-reply-to obeys the ignore-groups
6848         variable, while splitting by sender and subject do not.
6849
6850 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6851
6852         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6853         alist, so that we can look for non-Unicode chars.
6854         (article-translate-strings): Allow both character and string maps.
6855
6856 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * shr.el (shr-insert): Don't insert space behind a wide character
6859         categorized as kinsoku-bol, or between characters both categorized as
6860         nospace.
6861
6862 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6863
6864         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6865         headers to gnus-newsgroup-headers.
6866
6867 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * shr.el (shr-tag-img): Don't align images -- since we're not
6870         rescaling, this often leads to ugly displays.
6871
6872 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6873
6874         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6875         duplicates.
6876
6877 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6878
6879         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6880         call.
6881
6882 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * gnus.el: Autoload gnus-html-show-images.
6885
6886         * nnimap.el: Use nnheader-message throughout.
6887
6888         * shr.el (shr-tag-img): Ignore images with no data.
6889
6890 2010-10-15  Julien Danjou  <julien@danjou.info>
6891
6892         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6893         a possibility to disable format=flow encoding when using hard newlines.
6894
6895 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * shr.el (shr-insert): Remove space inserted before or after a
6898         breakable character or at the beginning or the end of a line.
6899         (shr-find-fill-point): Do kinsoku; find the second best point or give
6900         it up if there's no breakable point.
6901
6902 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * nnimap.el (nnimap-open-connection): Message when opening connection
6905         for debugging purposes.
6906
6907         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6908         on every setup buffer call to allow this to change from article to
6909         article.
6910
6911         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6912         buffers where we have a wide table.
6913
6914 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6915
6916         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6917         uses *-request-thread.
6918
6919 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6920
6921         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6922         incantation, which is no longer valid.
6923
6924 2010-10-14  Julien Danjou  <julien@danjou.info>
6925
6926         * shr.el: Fix defcustom type (char -> character).
6927
6928 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6931         programs.
6932
6933 2010-10-14  Julien Danjou  <julien@danjou.info>
6934
6935         * shr.el (shr-tag-a): Use url-link as widget type.
6936
6937         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6938         `gnus-group-get-icon'.
6939
6940 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6941
6942         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6943         This should make server editing work better.
6944
6945         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6946
6947         * tls.el (tls-program): Remove spurious %s from openssl.
6948
6949         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6950         (nnimap-parse-flags): Fix regexp.
6951
6952         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6953         probably work for CJVK text, too.
6954
6955         * nnimap.el (nnimap-extend-tls-programs): Remove.
6956         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6957
6958         * tls.el (tls-starttls-switches): Remove starttls hack.
6959         (open-tls-stream): Ditto.
6960         (tls-find-starttls-argument): Ditto.
6961
6962 2010-10-13  Julien Danjou  <julien@danjou.info>
6963
6964         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6965         responses.
6966
6967 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6970
6971         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6972         anything in Emacs.
6973
6974         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6975
6976 2010-10-13  Julien Danjou  <julien@danjou.info>
6977
6978         * shr.el (shr-width): Make shr-width a defcustom with default to
6979         fill-column.
6980         (shr-tag-img): Use shr-width rather than fill-column.
6981
6982 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * dgnushack.el (byte-optimize-apply):
6985         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6986
6987         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6988         position when (X-)Faces exist.
6989         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6990         avatars when called interactively.
6991
6992 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6995         gnus-article-x-face-too-ugly is bound.
6996
6997 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6998
6999         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7000
7001         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7002         mailbox that doesn't exist.
7003
7004 2010-10-12  Julien Danjou  <julien@danjou.info>
7005
7006         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7007         (shr-get-image-data): Encode URL properly when fetching from cache.
7008         (shr-tag-img): Use aligned-to spaces to align correctly images.
7009
7010         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7011         before inserting the Gravatar.
7012
7013         * shr.el (shr-tag-img): Add align attribute support for <img>.
7014
7015 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016
7017         * gnus-gravatar.el (gnus-art): Require.
7018
7019         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7020         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7021         Remove long obsoleted functions.
7022
7023 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7026
7027         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7028
7029         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7030         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7031         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7032         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7033         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7034         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7035         * sieve-manage.el, smime.el, spam.el:
7036         Fix comment for declare-function.
7037
7038 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * nnimap.el (nnimap-request-rename-group): Select group read-only
7041         before renaming it.
7042
7043         * shr.el (shr-insert): Fix up the white space only regexp.
7044
7045         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7046         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7047
7048         * shr.el (shr-current-column): New function.
7049         (shr-find-fill-point): New function.
7050
7051 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7052
7053         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7054         numbers.
7055
7056 2010-10-11  Julien Danjou  <julien@danjou.info>
7057
7058         * shr.el (shr-hr-line): Add.
7059         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7060         display hr lines.
7061         (shr-max-columns): Do not change state to nil if we just inserting
7062         spaces.
7063
7064 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7067         select the last group.
7068
7069 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7070
7071         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7072
7073 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7074
7075         * dig.el (dig-mode-map): Declare and define in one step.
7076
7077 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7080         for Gnus.
7081         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7082         (nnimap-update-qresync-info): Mark \Seen articles as read.
7083
7084         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7085         non-variable, too.
7086
7087         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7088         available.
7089         (nnimap-update-info): Rely more on the current active than the param
7090         active to avoid marking articles as read too much.
7091
7092         * auth-source.el (auth-source-create): Use (user-login-name) for the
7093         user name default.
7094
7095         * nnimap.el (nnimap-update-info): If the server doesn't return any
7096         useful info, just use the previous info.
7097         (nnimap-update-info): Prefer old info over start-article.
7098         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7099
7100 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7101
7102         * nnir.el (autoload): Clean up autoloads.
7103         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7104         Use key rather than value.
7105         (nnir-imap-search-other): New variable.
7106         (nnir-read-parm): Use it.
7107         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7108         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7109
7110 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7111
7112         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7113         the process, too.
7114
7115 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * spam.el (gnus-summary-mode-map): Bind to "$".
7118         Suggested by Russ Allbery.
7119
7120         * shr.el: Rework the way things are indented by <li> slightly.
7121
7122         * gnus.el (gnus-group-set-parameter): Fix typo.
7123
7124         * nnimap.el: Start implementing QRESYNC support.
7125
7126 2010-10-09  Julien Danjou  <julien@danjou.info>
7127
7128         * nnir.el (nnir-engines): Fix too many arguments.
7129
7130 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7133         group is the "last", so that the backends like nnfolder actually save
7134         their folders.
7135
7136         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7137         try to use that for the tls stream.
7138         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7139         UIDVALIDITY and find out which groups are read-only and not.
7140         (nnimap-get-flags): Use the same marks parsing code as the rest of
7141         nnimap.
7142
7143 2010-10-09  Julien Danjou  <julien@danjou.info>
7144
7145         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7146
7147         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7148         retrieving gravatars.
7149
7150         * shr.el (shr-table-corner): Add.
7151         (shr-table-line): Add.
7152         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7153
7154 2010-10-08  Julien Danjou  <julien@danjou.info>
7155
7156         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7157
7158 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7161
7162         * gnus-sum.el (gnus-mark-article-as-unread)
7163         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7164         (gnus-summary-set-bookmark): Use it.
7165
7166         * gnus-msg.el (gnus-setup-message): Use it.
7167
7168         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7169
7170         * gnus.el (gnus-group-remove-parameter): Use it.
7171
7172         * gnus-group.el (gnus-group-make-web-group): Use it.
7173
7174         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7175
7176         * nnregistry.el: Update docs to mention manual.
7177
7178         * gnus-registry.el: Update docs to mention nnregistry.el.
7179         (gnus-registry-initialize): Don't install nnregistry refer method
7180         automatically.
7181         (gnus-registry-install-nnregistry): Remove it.
7182
7183 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7184
7185         * shr.el (shr-insert): Don't insert double spaces.
7186
7187 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-gravatar.el (gnus-treat-from-gravatar)
7190         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7191         called interactively.
7192
7193         * gnus-art.el (gnus-mime-view-part-externally)
7194         (gnus-mime-view-part-internally): Make predicate function passed to
7195         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7196         of a mime type.
7197
7198         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7199
7200 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7201
7202         * shr.el (require): Require cl when compiling.
7203         (shr-tag-hr): New function.
7204
7205         * nnimap.el (nnimap-update-info): Remove double setting of high.
7206         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7207         This makes nnimap work properly on Courier again.
7208
7209         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7210         the variable for backwards compatibility.
7211
7212         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7213         the file name before using to avoid setting mm-default-directory to
7214         nil.
7215
7216         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7217         bidning gnus-agent variables.
7218
7219         * shr.el (shr-render-td): Use a cache for the table rendering function
7220         to avoid getting an exponential rendering behavior in nested tables.
7221         (shr-insert): Rework the line-breaking algorithm.
7222         (shr-insert): Don't leave trailing spaces.
7223         (shr-insert-table): Also insert empty TDs.
7224         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7225
7226 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7227
7228         * gnus-sum.el (gnus-number): Rename from `number'.
7229         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7230         (gnus-summary-limit-children): Update uses correspondingly.
7231
7232 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7235         (gnus-gravatar-transform-address): Don't show avatars of people of
7236         which mail addresses match gnus-gravatar-too-ugly.
7237
7238 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7239
7240         * shr.el (shr-table-widths): Expand TD elements to fill available
7241         space.
7242
7243 2010-10-07  Julien Danjou  <julien@danjou.info>
7244
7245         * nnimap.el (nnimap-request-rename-group): Add this method.
7246
7247 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7250         name from XEmacs' function-arglist.
7251
7252         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7253         gravatar under XEmacs.
7254
7255 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7256
7257         * auth-source.el: Update docs with TODO items.
7258
7259         * gnus-sync.el: Update docs to explain state and plans.
7260
7261         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7262         Hooks for mark updates.
7263         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7264
7265         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7266         hooks with arguments, which is needed for mark update hooks.
7267
7268 2010-10-06  Julien Danjou  <julien@danjou.info>
7269
7270         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7271         was matched.
7272
7273         * sieve-manage.el: Update example in `Commentary'.
7274
7275         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7276
7277         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7278         not 2000.
7279         (sieve-manage-authenticate): Re-add function.
7280
7281 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7282
7283         * shr.el (shr-insert): Get 'space transition right.
7284         (shr-render-td): Only delete space at the end of the TD.
7285
7286         * nnimap.el (nnimap-open-connection): Prepare to support
7287         open-gnutls-stream.
7288
7289         * shr.el: Rearrange function order to be more logical.
7290
7291 2010-10-06  Julien Danjou  <julien@danjou.info>
7292
7293         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7294         (nnrss-discover-feed): Remove 404 URL in docstring.
7295
7296         * nnir.el: Fix Swish-E URL.
7297         Fix Namazu URL.
7298
7299         * message.el (message-change-subject): Remove 404 URL in a comment.
7300
7301 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7304         called interactively.
7305
7306         * gnus-util.el (gnus-remove-if): Allow hash table.
7307         (gnus-remove-if-not): New function.
7308
7309         * gnus-art.el (gnus-mime-view-part-as-type):
7310         * gnus-score.el (gnus-summary-score-effect):
7311         * gnus-sum.el (gnus-read-move-group-name):
7312         Replace remove-if-not with gnus-remove-if-not.
7313
7314         * gnus-group.el (gnus-group-completing-read):
7315         Regard collection as a hash table if it is not a list.
7316
7317 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7320
7321         * shr.el: Document the table-rendering algorithm.
7322
7323 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7326         for Emacsen having no `libxml-parse-html-region' support.
7327
7328 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7331         invalid URLs.
7332
7333         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7334         line-broken.
7335         (shr-tag-img): Ignore image fetching errors.
7336         (shr-overlays-in-region): Compute overlay positions correctly.
7337
7338         * mm-decode.el (mm-shr): Require shr.
7339
7340         * gnus-art.el (gnus-blocked-images): Move variable here.
7341
7342         * shr.el (shr-insert-table): Bind free variable.
7343
7344         * mm-decode.el (mm-shr): Bind shr-content-function.
7345
7346         * shr.el (shr-content-function): New variable.
7347
7348         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7349         added for symmetry.
7350
7351         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7352
7353         * gnus-group.el (gnus-group-make-group): Doc fix.
7354
7355         * nnimap.el (nnimap-request-newgroups): Return success.
7356
7357         * shr.el (shr-find-elements): New function.
7358         (shr-tag-table): Put all the images after the table.
7359         (shr-tag-table): Really inhibit images inside the table.
7360         (shr-collect-overlays): Copy over overlays from the TD elements to the
7361         main document.
7362
7363         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7364         gnus-blocked-images.
7365
7366 2010-10-05  Julien Danjou  <julien@danjou.info>
7367
7368         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7369
7370         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7371         (gnus-html-maximum-image-size): Add this function.
7372         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7373
7374         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7375         server-value of the capability is nil.
7376
7377 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378
7379         * shr.el (shr-tag-em): Add <EM> tag.
7380
7381 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7382
7383         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7384         customizable.
7385
7386         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7387         handing broken links to browse-url.
7388
7389 2010-10-05  Julien Danjou  <julien@danjou.info>
7390
7391         * gnus-util.el (gnus-emacs-completing-read)
7392         (gnus-iswitchb-completing-read): Use autoload rather than require.
7393
7394 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7397         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7398         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7399         iswitchb-temp-buflist for XEmacs.
7400
7401         * gnus-util.el (gnus-completing-read-function): Exclude
7402         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7403         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7404         XEmacs.
7405
7406         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7407         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7408
7409         * gnus-html.el: Don't require help-fns under XEmacs.
7410         (gnus-html-schedule-image-fetching): Work for XEmacs.
7411
7412         * mm-decode.el (mm-shr): Decode contents by charset.
7413
7414 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7417         unknown.
7418
7419         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7420         (shr-get-image-data): Ensure against the cache file missing.
7421
7422         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7423         for data.
7424
7425         * spam-report.el (spam-report-url-ping-plain): Don't query about
7426         killing the process.
7427
7428         * shr.el (shr-render-td): Protect against too-wide text.
7429
7430 2010-10-04  Julien Danjou  <julien@danjou.info>
7431
7432         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7433         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7434
7435         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7436         retrieved.
7437
7438 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7439
7440         * shr.el (browse-url): Require.
7441         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7442         lines.
7443         (shr-show-alt-text, shr-browse-image): New commands.
7444         (shr-browse-url, shr-copy-url): New commands.
7445
7446         * gnus-sum.el (gnus-widen-article-window): New variable.
7447         (gnus-summary-select-article-buffer): Use it.
7448
7449         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7450         without @ signs.
7451
7452 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7453
7454         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7455
7456 2010-10-04  Julien Danjou  <julien@danjou.info>
7457
7458         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7459         for XEmacs.
7460
7461 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7464
7465         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7466         (nnimap-close-server): Implement.
7467
7468         * dgnushack.el (iswitchb): Require to shut up the compiler.
7469
7470         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7471         (shr-insert): Tweak line breaking.
7472         (shr-insert): Handle <pre> better.
7473         (shr-tag-li): Get <li> indentation right.
7474         (shr-tag-li): Get <li> indentation even righter.
7475         (shr-tag-blockquote): Ensure paragraph start.
7476         (shr-make-table): Tweak table generation.
7477         (shr-make-table): Fix typo.
7478
7479         * shr.el: Implement table rendering.
7480
7481 2010-10-04  Julien Danjou  <julien@danjou.info>
7482
7483         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7484
7485 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7486
7487         * shr.el (shr-insert): Use string anchors instead of line anchors.
7488
7489 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * shr.el: Add headings.
7492         (shr-ensure-paragraph): Actually work.
7493         (shr-tag-li): Make <ul> prettier.
7494         (shr-insert): Get white space at the beginning/end of elements right.
7495         (shr-tag-p): Collapse subsequent <p>s.
7496         (shr-ensure-paragraph): Don't insert double line feeds after blank
7497         lines.
7498         (shr-insert): \t is also space.
7499         (shr-tag-s): Fix "s" tag name function.
7500         (shr-tag-s): Fix face prop name.
7501
7502 2010-10-03  Julien Danjou  <julien@danjou.info>
7503
7504         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7505
7506         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7507         gnus-window-inside-pixel-edges.
7508
7509         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7510         gnus-ems.
7511
7512         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7513
7514         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7515         function.
7516
7517         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7518         resize choice.
7519
7520 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7523         beginning of the buffer.
7524
7525         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7526         article buffer again.
7527
7528         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7529
7530         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7531         when it's at the start of the buffer.
7532
7533         * shr.el (shr-tag-blockquote): Convert name.
7534         (shr-rescale-image): Use the right image-size variant.
7535
7536         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7537         buffer isn't shown, then select the current article first instead of
7538         bugging out.
7539         (gnus-summary-select-article-buffer): Show both the article and summary
7540         buffers again.
7541
7542         * shr.el (shr-fontize-cont): Protect against regions with no text.
7543         Rename tag functions to shr-tag-* for enhanced security.
7544         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7545
7546 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7547
7548         * shr.el (shr-insert):
7549         * pop3.el (pop3-movemail):
7550         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7551         loaded.
7552
7553 2010-10-03  Glenn Morris  <rgm@gnu.org>
7554
7555         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7556
7557         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7558
7559         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7560
7561         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7562
7563         * gnus-util.el (gnus-make-local-hook): Simplify.
7564
7565 2010-10-02  Julien Danjou  <julien@danjou.info>
7566
7567         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7568         (gnus-ido-completing-read): New function.
7569         (gnus-emacs-completing-read): New function.
7570         (gnus-completing-read): Use gnus-completing-read-function.
7571         Add gnus-completing-read-function.
7572
7573 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * shr.el (shr-insert-document): Autoload.
7576         (shr-img): Be silent.
7577         (shr-insert): Add a newline after every picture before text.
7578         (shr-add-font): Use overlays for combining faces.
7579         (shr-insert): Pass upwards the text start point.
7580
7581         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7582         possible.
7583         (mm-shr): New function.
7584
7585 2010-10-02  Julien Danjou  <julien@danjou.info>
7586
7587         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7588         should go backward.
7589
7590 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7591
7592         * shr.el (shr): Fix typo in provide call.
7593
7594 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * shr.el: New file.
7597
7598         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7599
7600         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7601         completing read.
7602
7603 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604
7605         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7606         we're being queried about.  Suggested by Dan Jacobson.
7607
7608         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7609         Suggested by Jason Eisner.
7610
7611         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7612         table, too.  Suggested by Stefan Wiens.
7613         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7614         the table unnecessary.  Suggested by Stefan Wiens.
7615
7616         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7617         longer needed, and probably doesn't work either, as pointed out by
7618         Stefan Wiens.
7619         (gnus-summary-exit): Remove call to the clearing function.
7620         (gnus-summary-exit-no-update): Ditto.
7621
7622         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7623         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7624         Reported by Stefan Monnier.
7625         (gnus-summary-save-in-rmail): Ditto.
7626
7627         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7628         article buffer, instead of both the article buffer and the summary
7629         buffer.  Sort of suggested by Dan Jacobson.
7630
7631         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7632
7633         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7634         Suggested by Dan Jacobson.
7635
7636         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7637         documentation clearer.
7638
7639         * message.el (message-shorten-references): Comment on the number "21".
7640         Suggested by Stefan Monnier.
7641
7642         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7643         Suggested by Dan Jacobson.
7644
7645         * gnus.el (gnus-large-newsgroup):
7646         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7647
7648         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7649         externalize attachments.  Bug reported by Steve Wen.
7650
7651         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7652         really message anything to the user.
7653
7654         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7655         directly.
7656
7657         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7658         messages in empty groups.
7659
7660 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7661
7662         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7663         non-UIDNEXT group.
7664
7665 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666
7667         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7668         not the value from the collection.
7669
7670         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7671         values.  This sometimes happens on some groups that have no info.
7672         (nnimap-request-newgroups): New function.
7673
7674 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7677         check into `gnus-registry-initialize'.
7678         (gnus-registry-initialize): Ditto.
7679         Fix and extend header docs.
7680
7681 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7684         regexp backtrace overflows.
7685
7686         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7687         for starttls that tls.el implements; i.e. openssl.
7688
7689         * tls.el (tls-starttls-switches): Give up on using starttls with
7690         gnutls-cli.
7691         (tls-program): Add --insecure to be consistent with the defaults from
7692         openssl s_client.  Now all three commands are insecure.
7693
7694 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * lpath.el: Bind completion-styles-alist for XEmacs.
7697
7698         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7699         (gravatar-create-image): New function that's an alias to
7700         gnus-xmas-create-image, gnus-create-image, or create-image.
7701         (gravatar-data->image): Use it.
7702
7703 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7704
7705         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7706         install the nnregistry refer method.
7707         (gnus-registry-install-hooks): Use it.
7708         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7709         unfollowed groups.
7710
7711 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7712
7713         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7714         expanding threads.
7715
7716 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * nnir.el: Use the server names without suffixes (bug #7009).
7719
7720         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7721         unencrypted to STARTTLS, if possible.
7722
7723 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7724
7725         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7726         headers before superseding.
7727
7728 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * nnrss.el (nnrss-use-local): Add documentation.
7731
7732         * nnimap.el (nnimap-extend-tls-programs): New function.
7733         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7734         (nnimap-wait-for-connection): Accept the greeting from the stupid
7735         output from openssl s_client -starttls, too.
7736
7737         * tls.el (tls-starttls-switches): New variable.
7738         (tls-find-starttls-argument): Use it.
7739         (open-tls-stream): Ditto.
7740
7741         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7742         (netrc-machine): Ditto.
7743
7744         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7745         article number.
7746         (nnimap-split-fancy): New variable.
7747         (nnimap-split-incoming-mail): Use it.
7748
7749         * nntp.el (nntp-server-list-active-group): Document.
7750
7751         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7752         SELECT to get the message-id.
7753
7754         * mail-source.el (mail-sources): Remove webmail support.
7755         (defvar): Ditto.
7756         (mail-source-fetcher-alist): Ditto.
7757         (mail-source-fetch-webmail): Remove.
7758
7759         * webmail.el: Remove -- doesn't seem relevant any more.
7760
7761         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7762
7763         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7764         the \r.
7765
7766 2010-09-30  Julien Danjou  <julien@danjou.info>
7767
7768         * gnus-agent.el (gnus-agent-add-group): Fix call to
7769         gnus-completing-read.
7770
7771 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * nndoc.el (nndoc-retrieve-groups): New function.
7774
7775         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7776         `default', use nnmail-split-methods.
7777         (nnimap-request-article): Downcase the NILs so that they are nil.
7778
7779         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7780         symbol.
7781
7782         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7783         code, since if the user has requested network, that's what they ought
7784         to get.
7785         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7786         (nnimap-split-rule): Mark as obsolete.
7787
7788         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7789         New variable.
7790
7791         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7792         correct slot, too.
7793
7794 2010-09-29  Julien Danjou  <julien@danjou.info>
7795
7796         * gnus.el (gnus-local-domain): Declare variable obsolete.
7797
7798         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7799         Fix history computing.
7800         (gnus-ido-completing-read): Require ido.
7801
7802 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7805         build Gnus.
7806
7807         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7808         when interpreting the structures.
7809         (nnimap-request-accept-article): Add \r\n to the lines to make this
7810         work with Cyrus.
7811
7812         * nndraft.el (nndraft-request-expire-articles): Use the group name
7813         instead if "nndraft".  Fix found by Nils Ackermann.
7814
7815 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7816
7817         * nnregistry.el: Add.
7818
7819 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7820
7821         * nnmail.el (group, group-art-list, group-art):
7822         Remove unneeded directives.
7823
7824 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7827         (mm-mime-charset):
7828         * rfc2047.el (rfc2047-syntax-table):
7829         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7830
7831         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7832         rather than `insert-file-contents' and `eval-region'.
7833
7834         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7835         construction.
7836
7837         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7838
7839         * time-date.el: No need to require cl for Emacs 21.
7840
7841 2010-09-29  Julien Danjou  <julien@danjou.info>
7842
7843         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7844         replacement of `gnus-gravatar-relief' to mimic
7845         `gnus-faces-properties-alist'.
7846         Add :version property.
7847
7848 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * mail-source.el (mail-source-report-new-mail):
7851         * message.el (message-default-mail-headers):
7852         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7853
7854         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7855
7856 2010-09-28  Julien Danjou  <julien@danjou.info>
7857
7858         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7859         mail-address contains the same string as real-name.
7860
7861         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7862         non-blank in header, otherwise it'll get stripped.
7863
7864         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7865         real-name, and then for mail address rather than doing : or , search.
7866
7867 2010-09-27  Julien Danjou  <julien@danjou.info>
7868
7869         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7870         right completing-read function.
7871         (gnus-use-ido): New variable
7872         (gnus-completing-read-with-default): Remove.
7873         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7874         (gnus-agent-add-group):
7875         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7876         * mm-view.el (mm-view-pkcs7-decrypt):
7877         * mm-util.el (mm-codepage-setup):
7878         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7879         * mml-smime.el (mml-smime-openssl-sign-query):
7880         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7881         (mml-insert-multipart):
7882         * gnus-msg.el (gnus-summary-yank-message):
7883         * gnus-int.el (gnus-start-news-server):
7884         * mm-decode.el (mm-interactively-view-part):
7885         * gnus-dired.el (gnus-dired-attach):
7886         * gnus.el (gnus-read-method):
7887         * gnus-bookmark.el (gnus-bookmark-jump):
7888         * gnus-art.el (gnus-mime-view-part-as-type)
7889         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7890         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7891         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7892         * nnmairix.el (nnmairix-create-server-and-default-group)
7893         (nnmairix-update-groups, nnmairix-get-server)
7894         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7895         (nnmairix-get-group-from-file-path):
7896         * nnrss.el (nnrss-find-rss-via-syndic8):
7897         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7898         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7899         (gnus-group-browse-foreign-server):
7900         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7901         (gnus-summary-execute-command, gnus-summary-respool-article)
7902         (gnus-read-move-group-name):
7903         * gnus-score.el (gnus-summary-increase-score)
7904         (gnus-summary-score-effect):
7905         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7906
7907 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7910         x-focus-frame.
7911
7912         * nnimap.el (auth-source-forget-user-or-password)
7913         (auth-source-user-or-password): Autoload.
7914
7915         * message.el (message-from-style, message-interactive)
7916         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7917         (message-yank-prefix, message-indentation-spaces, message-signature)
7918         (message-signature-file): Add comment.
7919
7920 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7923         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7924         new articles.
7925
7926         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7927         parts.
7928         (nnimap-request-article): Work with the t setting, too.
7929
7930         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7931         that you don't get flashes of other buffers.
7932         (gnus-summary-show-complete-article): Intern before setting.
7933
7934 2010-09-27  David Engster  <dengste@eml.cc>
7935
7936         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7937         well as HEADERS.
7938         (nnmairix-retrieve-headers): Provide new argument for the above.
7939
7940 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-sum.el (gnus-summary-move-article): Don't alter
7943         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7944         group.
7945
7946         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7947
7948         * message.el (message-cite-prefix-regexp): Revert my last edit.
7949
7950         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7951         variable instead of the Gnus variable.
7952
7953         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7954
7955         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7956
7957         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7958         since some servers don't like it.
7959         (nnimap-open-connection): Forget credentials if the server says the
7960         password was wrong.
7961         (nnimap-parse-line): Protect against invalid data.
7962
7963         * gnus-sum.el (gnus-summary-move-article): Add comment.
7964         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7965         nothing alters it while scanning for new messages.
7966
7967         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7968         which may or may not help.
7969         (nnimap-open-connection): If we're doing a stream connection, and then
7970         discover we're on a STARTTLS-capable server, then open a STARTTLS
7971         connection instead.
7972
7973 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * nnimap.el (utf7): Require.
7976
7977         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7978         prefix.
7979
7980 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7981
7982         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7983
7984 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * nnimap.el (nnimap-request-accept-article): Message the error on
7987         error.
7988
7989 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7992
7993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * nndoc.el (nndoc-request-list): Return success always.
7996
7997         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7998         `fetch-old' -- we only want to fetch the articles we've requested.
7999         The rest are in the agent, probably.
8000         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8001         disappeared server" to something low.  It's not important.
8002
8003         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8004         arrived before the FETCH data.
8005
8006         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8007         target here, because we don't know the Gnus name of the group.
8008
8009         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8010         for the correct group.
8011
8012         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8013
8014         * gnus.el (gnus): Give a final warning after startup.
8015
8016         * gnus-util.el (gnus-action-message-log): New variable.
8017         (gnus-message): Use it.
8018         (gnus-final-warning): New function.
8019
8020         * nnimap.el (nnimap-open-connection): Record the greeting.
8021         (nnimap): Add greeting.
8022
8023 2010-09-26  Julien Danjou  <julien@danjou.info>
8024
8025         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8026         arguments.
8027         (gnus-html-wash-images): Fix spec computing to include start/end.
8028
8029         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8030
8031 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032
8033         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8034         deletion.
8035         (nnimap-retrieve-headers): Don't select the group, because that's
8036         already done by nnimap-possibly-change-group.
8037
8038         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8039         (gnus-picon-transform-address): Use it.
8040
8041         * mail-source.el (mail-source-value): Revert previous patch.
8042
8043         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8044         on failure.
8045         (nnimap-open-connection): Look up both virtual and physical server name
8046         credentials.
8047
8048         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8049
8050 2009-02-07  Dave Love  <fx@gnu.org>
8051
8052         * tls.el (open-tls-stream): Don't query killing process.
8053
8054 2009-02-08  Dave Love  <fx@gnu.org>
8055
8056         * gnus-win.el (gnus-window-to-buffer-helper)
8057         (gnus-all-windows-visible-p): Function needn't be a symbol.
8058
8059         * mail-source.el (mail-source-value): Function needn't be a symbol.
8060
8061 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * message.el (message-cite-prefix-regexp): Remove } from the cite
8064         prefix.
8065
8066         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8067         highlight again, so that the highlight is correct.
8068
8069         * gnus-picon.el (gnus-picon): Remove again.
8070         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8071
8072         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8073         doing the header highlightling, so that the background color of the
8074         picon is correct.
8075
8076         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8077         (gnus-picon): Ditto.
8078         (gnus-picon): Reinstate.  The background color for picons is white.
8079         (gnus-picon-insert-glyph): Make the background white.
8080
8081         * nnml.el (nnml-open-nov): Don't return dead buffers.
8082
8083         * auth-source.el (auth-source-create): Query the user for whether to
8084         store the credentials.
8085
8086         * netrc.el (netrc-store-data): New function.
8087
8088         * auth-source.el (auth-source-user-or-password): Use the existing auth
8089         sources, if any, for creation.
8090
8091         * gnus.el (gnus-group-fast-parameter): Return the last matching
8092         parameter instead of the first matching parameter.
8093
8094 2010-09-26  Julien Danjou  <julien@danjou.info>
8095
8096         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8097
8098 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8099
8100         * mml2015.el (mml2015-use): Remove gpg support.
8101
8102         * mml1991.el (mml1991-function-alist): Remove gpg function.
8103         (mml1991-gpg-sign): Remove.
8104
8105 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8106
8107         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8108         (gnus-browse-unsubscribe-current-group): Document it.
8109         (gnus-browse-unsubscribe-group): Use it.
8110
8111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8114         address to the To list for easier response.
8115
8116         * gnus.el (gnus-play-startup-jingle): Remove.
8117         (gnus-splash): Don't play jingle.
8118         (gnus): Silence gnus-load message.
8119
8120         * gnus-art.el (gnus-treat-play-sounds): Remove.
8121
8122         * gnus.el (gnus-play-jingle): Remove audio support.
8123
8124         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8125
8126         * earcon.el: Remove -- no users.
8127
8128         * gnus-audio.el: Remove -- no users of this package.
8129
8130         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8131
8132         * gnus-start.el (gnus-setup-news): Remove nocem support.
8133
8134         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8135
8136         * gnus.el (gnus-use-nocem): Remove.
8137
8138         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8139         Remove.
8140
8141         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8142         uses NoCeM any more.
8143
8144         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8145         (gnus-button-ctan-handler): Ditto.
8146         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8147         (gnus-button-ctan-directory-regexp): Ditto.
8148         (gnus-button-handle-ctan): Ditto.
8149         (gnus-button-tex-level): Ditto.
8150         (gnus-button-alist): Remove CTAN stuff.
8151
8152 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8155         nnimap-streaming test.
8156
8157         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8158         servers twice.
8159
8160         * nnimap.el (nnimap-open-connection): Add more error reporting when
8161         nnimap fails early.
8162
8163         * nnheader.el (nnheader-get-report-string): New function.
8164         (nnheader-get-report): Use it.
8165
8166         * gnus-int.el (gnus-check-server): Say what the error was when opening
8167         failed.
8168
8169         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8170         using streaming.
8171
8172 2010-09-25  Julien Danjou  <julien@danjou.info>
8173
8174         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8175         gnus-window-inside-pixel-edges.
8176
8177 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8180
8181         * mm-decode.el (mm-save-part): Allow saving to other directories the
8182         normal Emacs way.
8183
8184         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8185         Suggested by Jay Berkenbilt.
8186
8187         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8188         there isn't a single byte.
8189
8190         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8191         just do it.  It doesn't really seem to matter what the user responds
8192         here, I think, so it's just a confusing question.
8193
8194         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8195         non-streaming case.
8196
8197         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8198         (gnus-article-encrypt-body): Use it.
8199
8200         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8201         keystroke.
8202
8203         * nnimap.el (nnimap-find-wanted-parts-1):
8204         Use gnus-fetch-partial-articles.
8205
8206         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8207
8208         * nnimap.el (nnimap-insert-partial-structure): New function.
8209         (nnimap-get-partial-article): New function.
8210         (nnimap-request-article): Use it.
8211         (nnimap-wait-for-response): Return whether the wait was successful.
8212         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8213         retrieval wasn't successful.
8214         (nnimap-retrieve-group-data-early): Allow throttling servers.
8215         (nnimap-streaming): New variable.
8216         (nnimap-fetch-partial-articles): Remove.
8217
8218         * mm-decode.el (mm-with-part): Protect against killed buffers.
8219
8220         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8221         for prettier summary display.
8222
8223 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8224
8225         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8226
8227 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8230         apparently third-party libraries depend on it.
8231
8232         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8233         before starting negotiation.
8234
8235         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8236         privacy reasons.
8237         (gnus-treat-mail-gravatar): Ditto.
8238
8239         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8240         buffer when inserting images.  Inserting text into the headers, for
8241         instance, can make them invalid.
8242
8243 2010-09-25  Julien Danjou  <julien@danjou.info>
8244
8245         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8246         variables.
8247
8248         * nnheader.el: Remove useless variables news-reply-yank-from and
8249         news-reply-yank-message-id.
8250
8251         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8252         variables.
8253
8254         * mml1991.el: Remove useless mml1991-verbose.
8255
8256         * gnus.el: Remove useless variable gnus-use-generic-from.
8257         Remove obsolete variable gnus-topic-indentation.
8258
8259         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8260
8261         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8262
8263         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8264
8265         * gnus-group.el: Remove useless gnus-group-icon-cache.
8266         Remove useless gnus-ephemeral-group-server.
8267
8268         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8269
8270         * mml2015.el: Remove useless mml2015-verbose.
8271
8272         * mml-smime.el: Remove useless mml-smime-verbose.
8273
8274         * gnus.el: Remove useless gnus-local-domain.
8275
8276         * gnus-gravatar.el (gnus-gravatar-transform-address):
8277         Use gnus-gravatar-size.
8278
8279         * gnus-art.el: Remove useless gnus-treat-translate.
8280
8281 2010-09-24  Julien Danjou  <julien@danjou.info>
8282
8283         * gnus-sum.el: Add support for Gravatars.
8284
8285         * gnus-art.el: Add support for Gravatars.
8286
8287         * gnus-gravatar.el: Add this file.
8288
8289         * gravatar.el: Add this file.
8290
8291 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8294
8295         * gnus-group.el (gnus-group-fetch-faq): Remove.
8296
8297         * gnus.el (gnus-group-faq-directory): Remove.
8298
8299         * gnus-group.el (gnus-group-fetch-charter): Remove.
8300
8301         * gnus.el (gnus-group-charter-alist): Remove.
8302
8303         * gnus-group.el (gnus-group-archive-directory): Remove.
8304         (gnus-group-recent-archive-directory): Ditto.
8305         (gnus-group-make-archive-group): Remove.
8306
8307         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8308
8309         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8310         use the same article number for all the cached articles.
8311
8312         * nnimap.el (nnimap-command): Register the last command time so
8313         that we can use it for idling NOOPs.
8314         (nnimap-open-connection): Start the keeplive timer.
8315         (nnimap-make-process-buffer): Store all the process buffers.
8316         (nnimap-keepalive): New function.
8317
8318         * starttls.el (starttls-open-stream): Add autoload cookie.
8319
8320 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8321
8322         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8323         handling.
8324
8325 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8328         its data structures.
8329
8330         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8331         instead of the cl.el copy-list.
8332         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8333         equalp.
8334
8335 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8338         and tool-bar-local-item-from-menu.
8339
8340         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8341         mode-line-highlight face for Emacs.
8342
8343         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8344         loading gnus-sum.elc; fix comment for canlock-verify.
8345         (gnus-article-jump-to-part): Use read-number.
8346         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8347         Remove Emacs pre-21 compatible code for help-echo.
8348         (gnus-article-next-page-1): No need to adjust the number of lines.
8349         (gnus-article-describe-bindings): Always use help-buffer.
8350
8351         * gnus-audio.el (gnus-audio-inline-sound):
8352         * gnus-cus.el (gnus-custom-mode):
8353         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8354
8355         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8356
8357         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8358         compatible code.
8359
8360 2010-09-24  Glenn Morris  <rgm@gnu.org>
8361
8362         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8363         visiting the fcc file in rmail-mode.
8364
8365         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8366
8367 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * nnir.el: Silence the byte compiler.
8370
8371         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8372         alias to browse-url-url-encode-chars if any.
8373         (gnus-html-encode-url): Use it.
8374
8375 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376
8377         * gnus-start.el (gnus-use-backend-marks): New variable.
8378         (gnus-get-unread-articles-in-group): Use it.
8379
8380         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8381         makeover.
8382
8383 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8384
8385         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8386
8387 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8388
8389         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8390         Remove.
8391         (gnus-setup-news-hook):
8392         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8393
8394         * gnus-int.el (gnus-request-update-info): Protect against backends not
8395         having the function.
8396
8397         * nnimap.el (nnimap-stream): Mention starttls.
8398         (nnimap-open-connection): Add starttls support.
8399
8400 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8401
8402         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8403
8404 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8407         BODYSTRUCTUREs.
8408         (nnimap-transform-headers): Unfold quoted {42} headers.
8409
8410         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8411         the info.
8412         (gnus-get-unread-articles): Only call updatep on backends that support
8413         it.
8414
8415         * nnweb.el (nnweb-request-update-info): NOOP.
8416
8417         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8418
8419         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8420         since it only deals with marks.
8421
8422         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8423         gnus-request-marks, and make a new gnus-request-update-info.
8424
8425         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8426         the active instead of the high number, which is usually too low.
8427
8428 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8429
8430         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8431         * encrypt.el: Remove.
8432
8433 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8436         server in symbolic form.
8437
8438         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8439
8440 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8443         (nnimap-update-info): Fix up code slightly.
8444
8445         * gnus-int.el (gnus-open-server): Add tracing for performance
8446         debugging.
8447
8448         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8449         (gnus-group-insert-group-line): Pass the real group name so that it
8450         gets the right data.
8451
8452         * gnus-start.el (gnus-get-unread-articles): Don't have
8453         `gnus-get-unread-articles-in-group' update info, since that can be
8454         really slow and doesn't seem to be needed?
8455
8456 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8457
8458         * time-date.el (date-to-time): Try using parse-time-string first before
8459         using the slower timezone-make-date-arpa-standard.
8460
8461 2010-09-22  Julien Danjou  <julien@danjou.info>
8462
8463         * gnus-group.el (gnus-group-insert-group-line):
8464         Call gnus-group-highlight-line.
8465         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8466         default hook list.
8467         (gnus-group-update-eval-form): Add new function.
8468         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8469         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8470
8471 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8472
8473         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8474         immediate, then expire all articles.
8475         (nnimap-update-info): Fix off-by-one errors.
8476         (nnimap-flags-to-marks): Would return no marks lists for group with no
8477         flags.  Instead return the other data.
8478
8479 2010-09-22  Julien Danjou  <julien@danjou.info>
8480
8481         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8482         Only return an icon.
8483         (gnus-group-insert-group-line): Compute icon to return.
8484
8485         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8486         (gnus-html-image-fetched): Only cache if
8487         gnus-html-image-automatic-caching is set.
8488         (gnus-html-image-fetched): Check for errors.
8489
8490 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8493         once per method on `g'.  This ensures that backends like nnfolder don't
8494         open all their folders.
8495
8496         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8497         (nnimap-request-list): Nix out group in the correct buffer.
8498         (nnimap-parse-flags): Implement by using `read' instead of
8499         hand-parsing.
8500         (nnimap-flags-to-marks): Pass on permanent-flags.
8501         (nnimap-make-process-buffer): Record the server name.
8502         (nnimap-parse-flags): Fix typo.
8503         (nnimap-request-scan): Run split on the server in general, not just a
8504         single group.
8505
8506         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8507         parameter, and propagate this downwards.
8508
8509         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8510         since EXAMINE changes it on the server.
8511
8512         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8513         this command might take a while.
8514
8515 2010-09-22  Julien Danjou  <julien@danjou.info>
8516
8517         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8518         harmful if you have 2 images side-by-side, they can't be properly
8519         update on text deletion.  Using text-property is safer here.
8520         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8521         data.
8522
8523 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * nnimap.el (nnimap-expunge-inbox): Remove.
8526         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8527         (nnimap-expunge): Flip default to t.
8528
8529         * gnus.el (gnus-method-to-server): Don't push things to the cache
8530         unless it's unique.
8531         (gnus-server-to-method): Ditto.
8532
8533 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8534
8535         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8536
8537 2010-09-22  Julien Danjou  <julien@danjou.info>
8538
8539         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8540         get the start of data.
8541         (gnus-html-encode-url): Add this function to encode special chars in
8542         URL.
8543         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8544         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8545
8546         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8547         default.
8548         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8549
8550         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8551         images alt-text.
8552         (gnus-html-put-image): Put alt-text as help-echo.
8553
8554 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8557         * mm-util.el (mm-decompress-buffer):
8558         * nnir.el (nnir-run-find-grep):
8559         * pop3.el (pop3-list): Use 3rd arg of split-string.
8560
8561         * time-date.el (format-seconds): Comment fix.
8562
8563         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8564         and byte-optimize-form-code-walker.
8565         (dgnushack-make-auto-load): Don't advise make-autoload.
8566
8567         * lpath.el: Remove Emacs 21 stuff.
8568
8569 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8570
8571         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8572         outside the active range.  Suggested by Dan Christensen.
8573
8574         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8575         slightly later to avoid double-getting it.
8576
8577         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8578         previous patch.
8579
8580         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8581
8582 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8583
8584         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8585
8586 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-int.el (gnus-open-server): Give a better error message in the
8589         "go offline" case.
8590
8591         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8592         marks for nnimap, which is seldom the right thing to do.
8593
8594         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8595         (gnus-same-method-different-name): New function.
8596
8597         * nnimap.el (parse-time): Require.
8598
8599         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8600         method in the presence of many similar methods.
8601
8602         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8603
8604         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8605         nnml-inhibit-expiry.
8606
8607         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8608         find out whether methods are equal.
8609
8610         * nnimap.el (nnimap-find-expired-articles): New function.
8611         (nnimap-process-expiry-targets): New function.
8612         (nnimap-request-move-article): Request the article before looking at
8613         what the Message-ID is.  Fix found by Andrew Cohen.
8614         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8615
8616         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8617         for oldness in addition to being a predicate.
8618
8619         * nnimap.el (nnimap-request-group): When we have zero articles, return
8620         the right data to Gnus.
8621         (nnimap-request-expire-articles): Only delete articles immediately if
8622         the target is 'delete.
8623
8624         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8625         method, this would bug out.
8626
8627         * gnus-group.el (gnus-group-expunge-group): Rename from
8628         gnus-group-nnimap-expunge, and implemented as a normal interface
8629         function.
8630
8631         * gnus-int.el (gnus-request-expunge-group): New function.
8632
8633         * nnimap.el (nnimap-request-create-group): Implement.
8634         (nnimap-request-expunge-group): New function.
8635
8636 2010-09-21  Julien Danjou  <julien@danjou.info>
8637
8638         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8639         (gnus-html-cache-expired): Add new function.
8640         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8641         wethever we should display image for fetch it.
8642         Compute alt-text earlier to pass it to the fetching function too.
8643         (gnus-html-schedule-image-fetching): Change function argument to only
8644         get one image at a time, not a list.
8645         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8646         cache.
8647         (gnus-html-get-image-data): New function to retrieve image data from
8648         cache.
8649         (gnus-html-put-image): Change buffer argument to use image data rather
8650         than file, and place image above region rather than inserting a new
8651         one.  Do not take alt-text as argument, since it's useless now: we place
8652         the image above alt-text.
8653         (gnus-html-prune-cache): Remove.
8654         (gnus-html-show-images): Start to fetch image when we find one, do not
8655         push into a temporary list.
8656         (gnus-html-prefetch-images): Only fetch image if they have expired.
8657         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8658         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8659
8660 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8663
8664 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8667         spec inser "*" if the group isn't active instead of 0.
8668
8669         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8670         opening the server.
8671         (nnimap-request-delete-group): Implement group deletion.
8672         (nnimap-transform-headers): Return the size of the entire message in
8673         the Bytes header, not just the size of the first part.
8674         (nnimap-request-move-article): When moving an article from nnimap,
8675         request the article first so the accepting form has an article to
8676         accept.  Reported by Dan Christensen.
8677         (nnimap-command): Make sure that the error message doesn't error out.
8678
8679 2010-09-20  David Edmondson  <dme@dme.org>
8680
8681         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8682         we haven't requested anything.
8683
8684 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685
8686         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8687         "".  Fix found by Andrew Cohen.
8688
8689         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8690         instead of -encode-string.
8691
8692 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8695
8696         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8697         by mm-subst-char-in-string.
8698
8699 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8702         waiting for the connection string.
8703
8704         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8705         arriving.
8706
8707         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8708         bogus characters.  This allows selecting certain Gmail groups.
8709
8710         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8711         (nnimap-fetch-partial-articles): New variable.
8712         (nnimap-open-connection): When looking for credentials, also use the
8713         nnimap-server-port.
8714         (nnimap-request-article): Return the group/article number, so that Gnus
8715         `^' works as expected.
8716         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8717
8718         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8719         comments.
8720         (gnus-methods-sloppily-equal): New function.
8721         (gnus): When using the development version of Gnus, load the gnus-load
8722         file.
8723
8724         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8725         `gnus-open-server' on each method before trying to scan them etc.
8726         This ensures that all the backend parameters are set correctly.
8727
8728         * nnimap.el (nnimap-authenticator): New variable.
8729         (nnimap-open-connection): Allow anonymous login.
8730         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8731         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8732
8733         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8734         patch, found by Knut Anders Hatlen.
8735
8736 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8737
8738         * gnus-agent.el (gnus-agent-batch-confirmation)
8739         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8740         to gnus-message.
8741         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8742         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8743         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8744         * gnus-int.el (gnus-open-server): Likewise.
8745         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8746         (gnus-score-check-syntax): Likewise.
8747         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8748         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8749         Likewise.
8750         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8751
8752 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8755         calling conventions so that prefetch doesn't bug out.
8756
8757 2010-09-19  Julien Danjou  <julien@danjou.info>
8758
8759         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8760         rather than `subst-char-in-region' in order to be able to replace ASCII
8761         char by UTF-8 ones.
8762
8763         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8764         than curl.
8765         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8766         the right URL and ALT text on images.
8767         (gnus-html-wash-tags): Fix tag case.
8768         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8769         (gnus-article-html): Add -o display_ins_del=2 option.
8770         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8771
8772 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773
8774         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8775         the extra mail headers, which sometimes seem to happen for unknown
8776         reasons.
8777
8778         * mail-parse.el (mail-header-encode-parameter): Define as
8779         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8780         (or most, perhaps?) mail readers don't understand the latter, but do
8781         understand the former.
8782
8783         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8784         to nil, so that no methods are automatically agentized.  I think this
8785         is probably what most users want.
8786
8787         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8788         from url-retrieve, for instance about invalid URLs.
8789
8790         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8791         groups that have no articles.
8792         (nnimap-request-article): Check that we really got an article when we
8793         requested one.
8794
8795         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8796         doesn't exist.
8797
8798         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8799         nntp buffer so the agent can save it.
8800         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8801         that CRLF doesn't get translated to \n.
8802         (nnimap-open-connection): Don't make 'shell commands only send \n.
8803
8804 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8805
8806         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8807         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8808         Update var name.
8809         (nnml-generate-nov-file): Use dolist.
8810         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8811         Use with-current-buffer.
8812
8813 2010-09-18  Julien Danjou  <julien@danjou.info>
8814
8815         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8816         parallel.
8817
8818 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8821         the range update right.
8822         (nnimap-request-group): Don't make `M-g' bug out on group with no
8823         marks.
8824         (nnoo): Require, so that other packages can require nnimap.
8825         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8826         command we're looking for.  This helps when the server sends more
8827         responses after we've gotten everything we expected.
8828         (nnimap): Add a `newlinep' field to keep track of end-of-line
8829         conventions.
8830         Don't send CRLF to things that don't want it.
8831         (nnimap-request-accept-article): Ditto.
8832
8833 2010-09-18  Julien Danjou  <julien@danjou.info>
8834
8835         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8836         than curl to retrieve images.
8837
8838 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8841         the marks.
8842         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8843         (nnimap-wait-for-connection): New function.
8844         (nnimap-open-connection): If we have PREAUTH, don't query for login
8845         credentials.
8846         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8847         when doing a partial update.
8848
8849 2010-09-18  Julien Danjou  <julien@danjou.info>
8850
8851         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8852         tags.
8853
8854 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * nnimap.el (nnimap-credentials): New function.
8857         (nnimap-open-connection): Use the new function to look for credentials
8858         also on the numeric equivalents of "imap" and "imaps".
8859
8860         * gnus-start.el (gnus-activate-group): Send the info to
8861         gnus-request-group.
8862
8863         * nnimap.el (nnimap-request-group): Have the "check" version of the
8864         function parse flags and update the info, so that a `M-g' get a total
8865         resync of all flags from the group.
8866
8867         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8868         to allow backends to alter the info on group selection.  Also alter all
8869         the backend -request-group functions to take the parameter.
8870
8871         * nnimap.el (nnimap-store-info): New function.
8872         (nnimap-update-info): Store the info for later usage.
8873         (nnimap-request-group): Use the stored info for the dont-check case, so
8874         that we don't retrieve all marks when we enter a group.
8875
8876         * nnimap.el: Use deffoo instead of defun for interface functions.
8877
8878         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8879         update the group info.  This makes the nndraft groups, for instance, go
8880         back to their old behavior.
8881
8882         * gnus-sum.el (gnus-select-newsgroup): Indent.
8883
8884         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8885         in.
8886         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8887         nothing.
8888
8889         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8890         from methods that are denied.
8891
8892         * gnus-int.el (gnus-method-denied-p): New function.
8893
8894         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8895         store the password instead of netrc.
8896         (nnimap-open-connection): Don't error out when we can't make a
8897         connections.
8898
8899         * auth-source.el (auth-source-create): In the password prompt, say what
8900         we're querying for.  Also prompt for user name if that hasn't been
8901         given.
8902
8903         * nnimap.el (nnimap-with-process-buffer): Remove.
8904
8905 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8906
8907         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8908         method when we're reading from the agent.
8909
8910         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8911
8912         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8913         that's probably most useful for users.
8914
8915         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8916         "failed" all the time.
8917
8918         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8919         ...)) with (with-current-buffer ... ).
8920
8921         * nntp.el (nntp-open-server): Return whether the open was successful or
8922         not.
8923
8924         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8925         select an unread unseen article first.
8926
8927         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8928         /etc/services, supply some sensible port defaults.
8929
8930         * dgnushack.el: Define netrc-credentials.
8931
8932 2010-09-17  Julien Danjou  <julien@danjou.info>
8933
8934         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8935
8936 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8937
8938         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8939         doesn't have any parameters.
8940
8941 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8942
8943         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8944         only upcased checks.
8945
8946         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8947
8948         * nnimap.el (nnimap-open-shell-stream): New function.
8949         (nnimap-open-connection): Use it.
8950         (nnimap-transform-headers): Get the number of lines in each message.
8951         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8952         number of lines.
8953         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8954         problem.
8955
8956         * utf7.el (utf7-encode): Autoload.
8957
8958         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8959         to allow the mail splitting to not return a default group.  This is
8960         useful for nnimap, which will leave unmatched mail in the inbox.
8961
8962         * nnimap.el: Rewritten.
8963
8964         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8965         nnimap usage.
8966
8967         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8968         if the move is internal, so that nnimap can do fast internal moves.
8969
8970         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8971         data.
8972         (gnus-read-active-for-groups): Support finishing the early retrieval of
8973         data.
8974
8975         * gnus-range.el (gnus-range-nconcat): New function.
8976
8977         * gnus-int.el (gnus-finish-retrieve-group-infos)
8978         (gnus-retrieve-group-data-early): New functions.
8979
8980 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8981
8982         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8983         (nnrss-retrieve-groups):
8984         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8985         (pop3-quit): Use with-current-buffer.
8986
8987 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8990         instead of nnheader-accept-process-output.
8991
8992         * dgnushack.el (dgnushack-compile): Add comment.
8993
8994         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8995
8996         * gnus-html.el (gnus-html-schedule-image-fetching)
8997         (gnus-html-prefetch-images): Replace process-kill-without-query by
8998         gnus-set-process-query-on-exit-flag.
8999
9000 2010-09-16  Romain Francoise  <romain@orebokech.com>
9001
9002         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9003
9004 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9007         parameter to unintern is mandatory-ish in Emacs 24.
9008
9009         * gnus-html.el (gnus-html-schedule-image-fetching)
9010         (gnus-html-prefetch-images): Check for curl before using it.
9011
9012         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9013         depend on curl, which isn't essential.
9014
9015         * imap.el: Revert back to version
9016         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9017         seem problematic.
9018
9019 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9020
9021         * gnus-registry.el (gnus-registry-install-shortcuts):
9022         Explicitly pass `obarray' to `unintern' to avoid a warning.
9023
9024 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9027         change.
9028
9029         * nnrss.el (nnrss-request-list): Remove this function and related
9030         functions, including the moreover stuff.
9031
9032 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * nnrss.el (nnrss-retrieve-groups): New function.
9035
9036 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9037
9038         * .dir-locals.el: Add no-byte-compile cookie.
9039
9040 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * time-date.el (format-seconds): Comment fix.
9043
9044         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9045         for back end that doesn't support request-scan.
9046
9047 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9050         then do request scans from the backends.
9051
9052         * netrc.el (netrc-credentials): New conveniency function.
9053
9054         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9055         avoid running a hook per line, since this takes a lot of time,
9056         profiling shows.
9057         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9058         directly if gnus-visual-p is true.
9059
9060 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9063         groups; replace mapcar with dolist which is a bit faster; pass groups
9064         info to gnus-read-active-file-1.
9065         (gnus-read-active-file-1): Scan only specified groups if the new
9066         optional arg `infos' is given.
9067
9068 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9071
9072         * pop3.el (pop3-movemail): Remove.
9073         (pop3-streaming-movemail): Rename to pop3-movemail.
9074
9075         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9076         don't restrict end-tag searches to the end of the line.
9077
9078 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9081         articles of every unchecked group to t, which means unknown since the
9082         server has never been opened.
9083
9084 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-html.el (gnus-html-show-alt-text): New command.
9087         (gnus-html-browse-image): Ditto.
9088         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9089         to browse the image directly.
9090         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9091         better.
9092
9093         * gnus-async.el (gnus-async-article-callback):
9094         Call `gnus-html-prefetch-images' unconditionally.
9095
9096         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9097         before feeding URLs to curl.
9098
9099 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9102         internal images as deletable by `W D D'.
9103
9104         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9105         (gnus-async-article-callback): Fix typo.
9106
9107 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9110         current line to work around bugs in the output from w3m.
9111
9112         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9113         for groups that want that.
9114
9115         * nntp.el (nntp-wait-for-string): Supply a timeout for
9116         accept-process-output to ensure progress.
9117
9118         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9119         level to get unread articles from, then use that for foreign groups,
9120         too.
9121
9122         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9123         confuses the rest of the function.
9124
9125         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9126         for the methods that support -retrieve-groups, too.
9127
9128         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9129
9130 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9133         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9134
9135         * pop3.el: Require cl when compiling.
9136         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9137
9138 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9139
9140         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9141         that aren't going to be activated.
9142         (gnus-get-unread-articles): Fix up the last commit.
9143
9144         * gnus-html.el (gnus-article-html): Allow calling without specifying
9145         the handle.  In that case, dissect the buffer first.
9146
9147         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9148
9149         * nnimap.el (nnimap-open-connection): Revert the change that would look
9150         into authinfo for imaps instead of imap.
9151
9152         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9153         say that you don't want to call gnus-request-group with don-check, but
9154         do check the reponse.  This is for virtual groups only.
9155         (gnus-get-unread-articles): Count the archive groups as secondary, so
9156         that they're activated the same way as before.
9157
9158         * imap.el (imap-message-map): Removed optional buffer parameter, since
9159         no callers use it.
9160         (imap-message-get): Ditto.
9161         (imap-message-put): Ditto.
9162         (imap-mailbox-map): Ditto.
9163         (imap-mailbox-put): Ditto.
9164         (imap-mailbox-get): Ditto.
9165         (imap-mailbox-get): Revert last change for this function.
9166
9167         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9168         case-insensitively.
9169         (nnimap-debug): Remove.
9170
9171         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9172         callers to use `imap-fetch' instead.  According to the comments, this
9173         should be safe, since all other IMAP clients use the 1:* syntax.
9174         (imap-enable-exchange-bug-workaround): Remove.
9175         (imap-debug): Remove -- doesn't seem very useful.
9176
9177         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9178         mail from a file, and the file doesn't exist.
9179
9180         * imap.el (imap-log): New convenience function used throughout instead
9181         of repeating the same code all over the place.
9182
9183         * pop3.el (pop3-streaming-movemail): Return t for success.
9184
9185         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9186         .authinfo if we're using ssl connection.
9187
9188         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9189         already have if we're in a main Gnus `g' run.
9190
9191         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9192
9193 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9196
9197         * nnmh.el (nnmh-request-list-1): Bind `file'.
9198
9199         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9200         alias to set-process-query-on-exit-flag or process-kill-without-query.
9201         (pop3-open-server): Use it.
9202
9203 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9204
9205         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9206         box to the Incoming file.  Fixes mistake in previous checkin.
9207
9208         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9209         request loop (for debugging purposes) removed.
9210
9211         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9212         culprit is more visible.
9213         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9214         (nnml-add-incremental-nov): New functions to do "incremental" nov
9215         updates, where we just append to the end of the existing nov files
9216         without reading/writing them in full.
9217
9218         * mail-source.el (mail-source-delete-crash-box): Really only check the
9219         incoming files once in a while.
9220
9221         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9222
9223         * mail-source.el (mail-source-delete-crash-box): Only check the
9224         incoming files for deletion once per day to save a lot of file
9225         accesses.
9226
9227         * pop3.el (pop3-logon): Fix up unbound variable typo.
9228
9229         * mail-source.el (pop3-streaming-movemail): Autoload.
9230
9231         * pop3.el (pop3-streaming-movemail):
9232         Respect pop3-leave-mail-on-server.
9233
9234         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9235         retrieval.
9236
9237         * pop3.el (pop3-process-filter): Remove unused function.
9238         (pop3-streaming-movemail, pop3-send-streaming-command)
9239         (pop3-wait-for-messages, pop3-write-to-file)
9240         (pop3-number-of-responses): New functions for streaming pop3
9241         retrieval.
9242
9243         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9244         come from no known methods.
9245         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9246         list.
9247
9248         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9249         message sizes.
9250         (pop3-movemail): Use erase-buffer instead of looping and deleting
9251         regions, which seems rather odd.
9252
9253         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9254         file once per `g' run.
9255
9256         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9257         directories.  This makes the draft queue directory work.
9258
9259         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9260         data from the backends, so that we only request the list of groups from
9261         each method once.  This should speed things up considerably.
9262
9263         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9264         detect that it's not implemented.
9265
9266         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9267         we actually do recurse down into the tree, but don't stat all leaf
9268         nodes.
9269
9270         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9271         then say so instead of bugging out.
9272
9273         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9274         files exist before trying to read them.
9275
9276         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9277         around <pre_int>.
9278
9279         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9280
9281         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9282
9283 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * mm-util.el (mm-image-load-path): Just return the image directories,
9286         not all directories in the path in addition to the image directories.
9287         (mm-image-load-path): Maintain a cache of the image directories so that
9288         the `g' command in Gnus doesn't have to stat dozens of directories each
9289         time.
9290
9291         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9292         (gnus-html-wash-tags): Add a new `i' command to insert images.
9293         (gnus-html-insert-image): New command and keystroke.
9294         (gnus-html-redisplay-with-images): New command and keystroke.
9295         (gnus-html-show-images): Rename command.
9296         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9297         spacers.
9298         (gnus-html-wash-tags): Decode entities at the end, so that entities
9299         inside the tags don't mess up the rest of the "parsing".
9300
9301         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9302         so that nnimap methods aren't agentized by default.  There's apparently
9303         many problems related to agent/imap behavior.
9304
9305         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9306
9307         * gnus-html.el: Doc fix.
9308
9309 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9312         specifier-spec-list for Emacs 21.
9313
9314         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9315         glyph-width and glyph-height instead of display-graphic-p and
9316         image-size; make avoidance of displaying small images work for XEmacs.
9317
9318         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9319         for XEmacs.
9320
9321         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9322         of symbol that holds plist data.
9323         (gnus-process-plist): Remove plist of process after getting it.
9324
9325 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * message.el (message-generate-hashcash): Change default to
9328         'opportunistic if hashcash is installed.
9329
9330         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9331         (gnus-html-put-image): Only call image-size once, since it's somewhat
9332         time-consuming on remote X servers.
9333
9334 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9337         type on data, not a file name.
9338
9339         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9340         window-pixel-edges for Emacs 21.
9341
9342         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9343         decoded contents.
9344         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9345
9346 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347
9348         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9349         group line format, since it isn't very interesting.
9350
9351         * gnus-agent.el (gnus-agent-short-article),
9352         (gnus-agent-long-article): Increase values for these two variables,
9353         since most people are likely to have more network connection and
9354         storage than before.
9355
9356         * gnus.el (gnus-refer-article-method): Change default to 'current.
9357         When referring an article, the common behavior is to refer it from the
9358         current select method, not the native select method.  The chances of
9359         the native select method having the message in question is rather slim
9360         these days.
9361
9362         * gnus-sum.el (gnus-auto-select-subject): Change default to
9363         `unseen-or-unread'.  I think it's likely that most people want to
9364         select an unseen article over a previously seen, but unread one.
9365
9366         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9367         means that in the article buffer none of the minor mode elements will
9368         be shown, usually, and this is not desirable in most cases.
9369
9370         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9371         that commands like `d' (and the like) go to the next line in the
9372         buffer, instead of the next unread article.  I think this is the
9373         behavior that is most natural for most users.
9374         (gnus-single-article-buffer): Change default to nil, so that people can
9375         have as many article buffers open as they have summary buffer.  I think
9376         this is the most natural way for the groups to behave.
9377
9378         * message.el (message-generate-new-buffers): Change default to
9379         `unsent', so that all new message buffers start their names with the
9380         string "*unsent", and it's easier to find the buffers if you move from
9381         them.
9382
9383 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9386         small.  They're probably tracking images.
9387         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9388         (gnus-html-rescale-image): Yet another try at getting the image sizing
9389         right.
9390
9391         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9392         nntp-marks-file-name is nil.
9393
9394 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9395
9396         * gnus-html.el (gnus-html-wash-tags)
9397         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9398         Better logging.
9399
9400 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9403
9404         * gnus-html.el (gnus-html-wash-tags): Check the value of
9405         gnus-blocked-images in the summary buffer.
9406
9407 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9410
9411 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412
9413         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9414         like "a", it seems like.
9415         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9416         since it needs to be picked from the correct buffer.
9417
9418         * nnwfm.el: Remove.
9419
9420         * nnlistserv.el: Remove.
9421
9422 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9425         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9426
9427 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * nnkiboze.el: Remove.
9430
9431         * nndb.el: Remove.
9432
9433         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9434         alt text.
9435         (gnus-html-rescale-image): Try to get the rescaling logic right for
9436         images that are just wide and not tall.
9437
9438         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9439         overshadow variable bindings.
9440
9441 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9442
9443         * gnus-html.el (gnus-html-wash-tags)
9444         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9445         Add extra logging.
9446
9447 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9450         (gnus-max-image-proportion): New variable.
9451         (gnus-html-rescale-image): New function.
9452         (gnus-html-put-image): Rescale images.
9453
9454 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9455
9456         Fix up some byte-compiler warnings.
9457         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9458         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9459         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9460         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9461         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9462         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9463         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9464
9465 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-html.el (gnus-article-html): Decode contents by charset.
9468
9469 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9472         (gnus-html-frame-width, gnus-blocked-images):
9473         * message.el (message-prune-recipient-rules): Add custom version.
9474         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9475
9476         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9477         functions.
9478
9479         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9480         gnus-process-get.
9481
9482 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9483
9484         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9485         instead of lsub directly.
9486
9487 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * nnwarchive.el: Remove.
9490
9491         * gnus-soup.el: Remove.
9492
9493         * nnsoup.el: Remove.
9494
9495         * nnultimate.el: Remove.
9496
9497         * gnus-html.el (gnus-blocked-images): New variable.
9498
9499         * message.el (message-prune-recipients): New function.
9500         (message-prune-recipient-rules): New variable.
9501
9502         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9503         guess whether a long line is natural text or not.
9504
9505         * gnus-html.el (gnus-html-schedule-image-fetching):
9506         Use gnus-process-plist and friends for compatibility.
9507
9508 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9509
9510         * gnus-html.el: Require packages that define macros used in this file.
9511         (gnus-article-mouse-face): Declare to silence byte-compiler.
9512         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9513         process-get.
9514         (gnus-html-put-image): Use plist-get to avoid getf.
9515         (gnus-html-prefetch-images): Use with-current-buffer.
9516
9517 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-ems.el: Provide compatibility functions for
9520         gnus-set-process-plist.
9521
9522         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9523         header-line-format for XEmacs 21.4.
9524
9525         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9526         * gnus.el (gnus-valid-select-methods):
9527         * message.el (message-send-mail-partially-limit):
9528         * mm-decode.el (mm-text-html-renderer):
9529         * mml.el (mml-insert-mime-headers-always):
9530         * smiley.el (smiley-regexp-alist): Bump custom version.
9531
9532 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * gnus-html.el: require mm-url.
9535         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9536         with the url to `url'.
9537         (gnus-html-wash-tags): Support cid: URLs/images.
9538
9539 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9542         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9543         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9544
9545         * gnus-move.el: Remove file, since it doesn't really work.
9546
9547         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9548         UTF-8.  This seems to fix problems with some German web feeds.
9549
9550         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9551         at the top so that the proper colors are applied.
9552
9553         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9554         don't have dots in their names.
9555
9556         * gnus-art.el (gnus-article-view-part): Doc fix.
9557
9558         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9559         XEmacs-compatible.
9560         (gnus-html-put-image): Don't do images on non-graphic displays.
9561
9562         * nnslashdot.el: Remove this unused backend.
9563
9564         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9565         actions.
9566         (gnus-undo-register-1): Revert last change.
9567
9568         * gnus-group.el (gnus-group-completing-read): Protect against not
9569         having completion-styles bound.
9570
9571         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9572         make broken recipients happier.
9573
9574         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9575
9576         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9577         point parameter.
9578
9579         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9580
9581         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9582         completion-styles for group selection.
9583
9584 2009-02-04  Andreas Schwab  <schwab@suse.de>
9585
9586         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9587         headers and regexp-quote the match if necessary.
9588
9589 2009-03-24  Miles Bader  <miles@gnu.org>
9590
9591         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9592         the blinking smiley.
9593
9594 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9595
9596         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9597         blink smiley.
9598
9599 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9602         where the dribbel file lives exists.
9603
9604         * message.el (message-send-mail-partially-limit): Change the default to
9605         nil, since most people don't want this.
9606
9607         * mm-url.el (mm-url-decode-entities): Also decode entities like
9608         &#x3212.
9609
9610 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9611
9612         * gnus-sum.el (gnus-summary-idna-message):
9613         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9614         Hyperlink urls in docstrings with URL `...'.
9615
9616 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9617
9618         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9619         functions.
9620
9621 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9622
9623         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9624         say what the mouseover text should be.
9625
9626         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9627         version of the mm-w3m-safe-url-regexp variable to only download images
9628         in the groups where we want that to happen.
9629
9630         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9631
9632         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9633         easier debugging.
9634         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9635         big pictures in the article buffer.
9636
9637         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9638         gnus-article-html.
9639         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9640         w3m.
9641
9642         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9643
9644 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9647         which doesn't exist.
9648
9649         * message.el (message-inhibit-ecomplete): New variable to allow some
9650         function to inhibit ecomplete address storage.
9651         (message-resend): Disable ecomplete message storage when resending
9652         messages.
9653
9654         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9655
9656 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9659         Save excursion while copying, moving, and deleting articles in order to
9660         prevent the cursor from jumping to unforeseen place.
9661
9662 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * lpath.el: No need to bind bookmark-current-buffer,
9665         bookmark-yank-point and bookmark-make-record-function.
9666
9667 2010-08-17  Glenn Morris  <rgm@gnu.org>
9668
9669         * gnus-sync.el: Require gnus components whose functions are used.
9670
9671         * gnus-art.el (bookmark-make-record-function):
9672         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9673         Declare for compiler.
9674
9675         * mm-url.el (mml-compute-boundary): Autoload.
9676
9677 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9680
9681 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9682
9683         Typo fix "hoo4a" -> "hook".
9684
9685         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9686
9687 2010-08-14  Glenn Morris  <rgm@gnu.org>
9688
9689         * gnus-sync.el (gnus-sync): Fix defgroup version.
9690
9691 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9692
9693         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9694
9695         * gnus-sync.el: Fix docs.
9696         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9697         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9698
9699 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9700
9701         Optimizations for gnus-sync.el.
9702
9703         * gnus-sync.el: Add docs about gnus-sync-backend
9704         possibilities.
9705         (gnus-sync-save): Remove unnecessary message.
9706         (gnus-sync-read): Optimize and show what groups were skipped.
9707
9708 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         Minor bug fixes for gnus-sync.el.
9711
9712         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9713         Don't read the sync on get-new-news.
9714
9715         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9716         quiet.
9717
9718         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9719         (fix typo).
9720
9721 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9722
9723         Make saving and restoring of hidden threads work with overlays.
9724         Patch applied by Ted Zlatanov.
9725
9726         * gnus-sum.el (gnus-hidden-threads-configuration)
9727         (gnus-restore-hidden-threads-configuration): Update to deal with text
9728         properties, rather than searching for a magic character.
9729
9730 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9731
9732         New gnus-sync.el library for synchronization of marks.
9733
9734         * gnus-sync.el: New library for synchronization of marks.
9735
9736         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9737         renamed from `gnus-registry-grep-in-list'.
9738
9739         * gnus-registry.el (gnus-registry-follow-group-p):
9740         Use `gnus-grep-in-list'.
9741
9742         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9743
9744 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9747         determining charset of text fails.
9748
9749 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * nnmail.el (nnmail-get-new-mail-1): Revert.
9752
9753         * nnml.el (nnml-active-number): Make sure names of newly created groups
9754         in nnml-group-alist are encoded.
9755
9756 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9759         containing non-ASCII characters in active file for nnml back end.
9760
9761 2010-07-24  David Engster  <dengste@eml.cc>
9762
9763         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9764         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9765
9766 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9767
9768         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9769         tag (Bug#6654).
9770
9771 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9774         the article buffer, not the summary buffer.
9775
9776 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9779         Emacs 23 as well.
9780
9781 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9784         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9785
9786 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9787
9788         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9789         Patch applied by Karl Fogel.
9790
9791         * gnus-sum.el (gnus-summary-bookmark-make-record):
9792         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9793
9794 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9795
9796         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9797         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9798         C-w still not working correctly from Article buffers; Thierry's
9799         patch to fix that will be applied after this.
9800
9801         * gnus-art.el (bookmark-make-record-function): New local variable.
9802
9803         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9804         article buffer.
9805         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9806
9807 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9808
9809         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9810         on changes in bookmark.el.
9811
9812 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9815         `no-log' instead of message not to log prompt string.
9816
9817 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9818
9819         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9820         the *other* type of HTML form submission.
9821
9822 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9823
9824         * auth-source.el (auth-source-pick): If choice does not contain a
9825         questioned keyword, set the check to t.
9826
9827 2010-06-12  Romain Francoise  <romain@orebokech.com>
9828
9829         * gnus-util.el (gnus-date-get-time): Move up before first use.
9830
9831 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9834         (gnus-article-edit-part): Bind it to make last part that is substituted
9835         or deleted visible.
9836         (gnus-mime-display-single): Buttonize part of which id equals to
9837         gnus-mime-buttonized-part-id.
9838
9839 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9840
9841         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9842         (gnus-dd-mmm): Use gnus-date-get-time.
9843         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9844         simplify logic.
9845         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9846         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9847
9848 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9849
9850         * auth-source.el (top): Autoload `secrets-list-collections',
9851         `secrets-create-item', `secrets-delete-item'.
9852         (auth-sources): Fix tag string.
9853         (auth-get-source, auth-source-retrieve, auth-source-create)
9854         (auth-source-delete): New defuns.
9855         (auth-source-pick): Rewrite in order to avoid 2 passes.
9856         (auth-source-forget-user-or-password): New parameter USERNAME.
9857         (auth-source-user-or-password): New parameters CREATE-MISSING and
9858         DELETE-EXISTING.  Retrieve password interactively, if needed.
9859
9860 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9861
9862         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9863         deleting unused directories when gnus-expert-user is t.
9864
9865 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9868         for each temp file when gnus-article-browse-delete-temp is ask.
9869
9870 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9871
9872         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9873         Replace Lisp calls to delete-backward-char by calls to delete-char.
9874
9875 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9876
9877         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9878
9879 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9880
9881         * password-cache.el (password-cache-remove): Fix docstring.
9882
9883 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9886         article unless decoding article to be saved.
9887
9888 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9891         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9892         generated within the mm-with-unibyte-current-buffer macro.
9893
9894 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9897         to nil when we're in a mml-preview buffer and no group is selected.
9898
9899 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9900
9901         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9902         when catching the `C-g'.  Reported by "Leo".
9903
9904 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * message.el (message-forward-make-body-plain)
9907         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9908         multibyte-string-p.
9909
9910         * lpath.el: Revert.
9911
9912 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * message.el (message-forward-make-body-mml): Assume original message
9915         is multibyte string; error on unibyte.
9916         (message-forward-make-body-plain): Ditto; don't add excessive newline
9917         in body end.
9918
9919         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9920
9921 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9922
9923         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9924         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9925
9926 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * mm-extern.el (mm-extern-url): Don't use
9929         mm-with-unibyte-current-buffer.
9930         (mm-extern-cache-contents): Use with-current-buffer instead of
9931         save-excursion + set-buffer.
9932
9933 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * mm-util.el (mm-emacs-mule): Remove.
9936
9937 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9938
9939         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9940         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9941         change.
9942
9943 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9946         bind the default value of enable-multibyte-characters to nil.
9947
9948 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * message.el (message-forward-make-body-plain)
9951         (message-forward-make-body-mml):
9952         Don't use mm-with-unibyte-current-buffer.
9953
9954 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9955
9956         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9957
9958 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9959
9960         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9961         (Bug#5592).
9962
9963 2010-05-07  Julien Danjou  <julien@danjou.info>
9964
9965         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9966         it to mm-pipe-part.
9967
9968         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9969         it is given.
9970
9971 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * binhex.el (binhex-decode-region-internal):
9974         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9975         (dns-query):
9976         * nnweb.el (nnweb-gmane-search):
9977         * pgg-parse.el (pgg-parse-armor):
9978         * pgg.el (pgg-verify-region):
9979         * sha1.el (sha1-string-external):
9980         * uudecode.el (uudecode-decode-region-internal):
9981         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9982         XEmacs.
9983
9984         * gnus-art.el (gnus-article-browse-html-parts):
9985         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9986         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9987         make-temp-file.
9988
9989         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9990         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9991         compiling.
9992
9993         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9994         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9995         XEmacs when compiling.
9996
9997         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9998         gnus-pick-mode-off-hook for XEmacs when compiling.
9999         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10000         gnus-binary-mode-off-hook for XEmacs when compiling.
10001
10002         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10003         Return nil if char-charset is not available.
10004
10005         * imap.el (imap-disable-multibyte)
10006         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10007         macros.
10008
10009         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10010         instead of encode-coding-string.
10011
10012         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10013         'xemacs) instead of mm-emacs-mule to switch function definitions.
10014         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10015
10016         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10017         bind temporary-file-directory for XEmacs;
10018         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10019         timer-set-function for XEmacs 21.4 and SXEmacs;
10020         bind timer-list for XEmacs 21.4 and SXEmacs;
10021         fbind char-charset and find-charset-region for non-Mule XEmacs;
10022         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10023         encode-coding-region and encode-coding-string for XEmacs having no
10024         file-coding feature.
10025
10026 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10027
10028         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10029
10030 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10033         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10034
10035 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10036
10037         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10038         alias `jka-compr-delete-temp-file' no longer exists.
10039
10040 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10041
10042         Use define-minor-mode in Gnus where applicable.
10043         * mml.el (mml-mode): Use define-minor-mode.
10044         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10045         (gnus-undo-mode): Use define-minor-mode.
10046         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10047         (gnus-dead-summary-mode): Use define-minor-mode.
10048         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10049         Initialize in declaration.
10050         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10051         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10052         (gnus-mailing-list-mode): Use define-minor-mode.
10053         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10054         (gnus-draft-mode): Use define-minor-mode.
10055         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10056         (gnus-dired-mode): Use define-minor-mode.
10057
10058 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10059
10060         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10061         handles on recursive mml-to-mime translation and check them for
10062         boundary delimiter collisions.  Reported by Greg Troxel.
10063
10064 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10067
10068 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10069
10070         * mm-util.el (mm-find-buffer-file-coding-system):
10071         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10072
10073 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10074
10075         * message.el (message-generate-headers): Record insertion of optional
10076         headers as well.  Otherwise the check to prevent repeated insertion of
10077         optional headers is a no-op.
10078
10079 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * smime.el: Don't mention CVS.
10082
10083         * nnrss.el (nnrss-fetch): Don't mention CVS.
10084
10085         * nnir.el: Don't mention CVS.
10086
10087 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10088
10089         * gnus-sum.el (gnus-summary-bookmark-make-record):
10090         Add `location' field.
10091
10092 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * lpath.el: Fbind bookmark-default-handler,
10095         bookmark-get-bookmark-record, bookmark-make-record-default,
10096         bookmark-prop-get for Emacs <23 and XEmacs.
10097
10098 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10099
10100         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10101         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10102         Use with-current-buffer to silence the byte-compiler.
10103         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10104         bother to require `gnus'.
10105         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10106
10107 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10108
10109         * gnus-sum.el (gnus-summary-bookmark-make-record)
10110         (gnus-summary-bookmark-jump): New functions.
10111         (gnus-summary-mode): Setup bookmark support.
10112
10113 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10114
10115         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10116         if set.
10117
10118 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10121         gnus-article-browse-html-save-cid-image; make it work recursively for
10122         forwarded messages as well.
10123         (gnus-article-browse-html-parts): Work when prefix arg is given.
10124         (gnus-article-browse-html-article): Doc fix.
10125
10126 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10127
10128         * message.el (message-default-mail-headers):
10129         (message-default-headers): Carry the value mail-default-headers over
10130         into message-default-mail-headers, rather than message-default-headers.
10131
10132 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10133
10134         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10135         charset.
10136
10137         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10138         charset into the <meta> tag when the article is encoded to utf-8.
10139
10140 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-art.el (gnus-article-browse-delete-temp-files):
10143         Delete directories as well.
10144         (gnus-article-browse-html-parts): Work for images that do not specify
10145         file names; delete temp directory when quitting; insert header at the
10146         right place; use file: scheme for image files.
10147
10148 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10149
10150         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10151         (gnus-article-browse-html-parts): Use it to make temporary cid image
10152         files in addition to html file so that browser may display them.
10153
10154 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10157
10158 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10159
10160         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10161
10162 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10163
10164         * auth-source.el (auth-sources): Change default to be simpler.
10165         Explain about Secret Service API sources.  Improve Customize options.
10166         (auth-source-pick): Change to accept any number of search parameters.
10167         Implement fallbacks iteratively, not recursively.  Add scoring on the
10168         second pass and sort by score.  Call Secret Service API when needed.
10169         (auth-source-user-or-password): Use it.  Call Secret Service API
10170         directly when needed to get the user name and the password.
10171
10172 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10173
10174         * message.el (message-interactive): Doc fix.
10175         (message-qmail-inject-args): Reflow.
10176         (message-kill-to-signature): Fix typo in docstring.
10177
10178         * smiley.el (smiley-buffer): Fix typo in docstring.
10179
10180 2010-03-24  Glenn Morris  <rgm@gnu.org>
10181
10182         * mail-source.el (gnus-message): Declare.
10183         (mail-source-delete-old-incoming): Require gnus-util.
10184
10185 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10188
10189         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10190
10191         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10192         password-cache's default if it is not bound.
10193         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10194         password-cache-expiry's default if it is not bound.
10195
10196         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10197         available in Emacs 21.
10198
10199         * lpath.el: Suppress compiler warnings for:
10200         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10201         XEmacs;
10202         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10203         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10204         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10205
10206 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10207
10208         * auth-source.el (auth-sources): Fix up definition so extra parameters
10209         are always inline.
10210
10211 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10212
10213         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10214         wasn't updated after mismatch.  Clear cached mailbox info correctly
10215         when uidvalidity changes.
10216         (nnimap-group-prefixed-name): New function to avoid some code
10217         duplication.
10218         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10219         (nnimap-request-group): Use it.
10220         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10221         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10222         with many imap folders.  This is done by caching the group status from
10223         the imap server persistently in a group parameter `imap-status'.  (This
10224         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10225         but not persistently, so every Gnus startup was still very slow.)
10226
10227 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10228
10229         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10230         delete the extra newline.  Otherwise editing of :string and :number
10231         types don't work.
10232
10233 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10234
10235         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10236         secrets.el dependency.
10237         (auth-sources): Add optional user name.  Add secrets.el configuration
10238         choice (unused right now).
10239
10240 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10241
10242         * gnus-sum.el (gnus-summary-make-menu-bar):
10243         Let `gnus-registry-install-shortcuts' fill in the functions.
10244
10245         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10246         warnings.
10247         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10248         (gnus-registry-install-shortcuts): Populate and use it in a
10249         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10250
10251 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10252
10253         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10254         In-place substitutions for the group name encoding/decoding.
10255         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10256         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10257         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10258         (nnimap-update-unseen, nnimap-request-list)
10259         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10260         (nnimap-request-set-mark, nnimap-split-to-groups)
10261         (nnimap-split-articles, nnimap-request-newgroups)
10262         (nnimap-request-create-group, nnimap-request-accept-article)
10263         (nnimap-request-delete-group, nnimap-request-rename-group)
10264         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10265         `encoded-mbx' for consistency.
10266         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10267         variable `imap-current-mailbox'.
10268
10269         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10270         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10271
10272 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10273
10274         * pop3.el (pop3-display-message-size-flag): Display message size byte
10275         counts during POP3 download.
10276         (pop3-movemail): Use it.
10277         (pop3-list): Implement listing of available messages.
10278
10279 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10280
10281         * nnir.el (nnir-get-article-nov-override-function): New function to
10282         override the normal NOV retrieval.
10283         (nnir-retrieve-headers): Use it.
10284
10285 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10286
10287         * auth-source.el (netrc-machine-user-or-password): Autoload.
10288
10289 2010-03-19  Glenn Morris  <rgm@gnu.org>
10290
10291         Stop message.el from loading about 40 libraries it doesn't always need.
10292         The general approach is to autoload rather than require, and to
10293         require in the specific functions rather than the file.  (Bug#5642)
10294
10295         * gmm-utils.el: Don't require wid-edit.
10296         (widget-create-child-value, widget-convert, widget-default-get):
10297         Autoload.
10298
10299         * gnus-util.el: Don't require time-date, netrc.
10300         (message-fetch-field, gnus-group-name-decode): Declare rather than
10301         autoloading.
10302         (gnus-fetch-field): Require message.
10303         (gnus-decode-newsgroups): Require gnus-group.
10304
10305         * ietf-drums.el: Don't require time-date.
10306
10307         * message.el: Don't require hashcash, canlock, ecomplete.
10308         Do require mail-utils.  Require nnheader only when compiling.
10309         (smtpmail-default-smtp-server): Remove declaration.
10310         (message-send-mail-function): Check smtpmail-default-smtp-server
10311         is bound rather than requiring smtpmail.
10312         (message-auto-save-directory, message-insert-signature):
10313         Use expand-file-name rather than nnheader-concat.
10314         (nnheader-insert-file-contents): Autoload.
10315         (hashcash-wait-async): Declare.
10316         (message-send-mail): Only call gnus-setup-posting-charset if
10317         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10318         (message-send-mail-with-sendmail): Require sendmail.
10319         (canlock-password, canlock-password-for-verify): Declare.
10320         (message-canlock-password): Require canlock.
10321         (nnheader-get-report): Autoload.
10322         (gnus-setup-posting-charset): Declare.
10323         (message-send-news): Require gnus-msg.
10324         (message-make-references, message-make-in-reply-to): Use mail-header-id
10325         rather than the alias mail-header-message-id.
10326         (ecomplete-add-item, ecomplete-save): Declare.
10327         (message-put-addresses-in-ecomplete): Require ecomplete.
10328         (ecomplete-display-matches): Autoload.
10329
10330         * mm-decode.el: Don't require mailcap, gnus-util.
10331         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10332         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10333         Autoload.
10334         (mailcap-mime-extensions): Declare.
10335
10336         * mm-encode.el: Don't require mailcap.
10337         (mailcap-extension-to-mime): Autoload.
10338
10339         * mml-sec.el: Don't require password-cache.
10340
10341         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10342         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10343         (mml-minibuffer-read-type): Require mailcap.
10344         (mml-preview): Require gnus-msg.
10345
10346         * mml1991.el: Require password-cache.
10347         (password-cache-expiry): Remove declaration.
10348
10349         * mml2015.el: Require password-cache.
10350         (password-cache-expiry): Remove declaration.
10351
10352         * nneething.el (mailcap): Require mailcap.
10353
10354         * nnheader.el (declare-function): Add compatibility stub.
10355         (message-remove-header): Declare rather than autoload.
10356         (nnheader-replace-header): Require message.
10357
10358         * nnimap.el (declare-function): Add compatibility stub.
10359         (netrc-parse, netrc-machine-user-or-password): Declare.
10360         (nnimap-open-connection): Require netrc.
10361
10362         * nntp.el (declare-function): Add compatibility stub.
10363         (netrc-parse, netrc-machine, netrc-get): Declare.
10364         (nntp-send-authinfo): Require netrc.
10365
10366         * rfc2047.el: Don't require qp.
10367         (quoted-printable-encode-region, quoted-printable-decode-string):
10368         Autoload.
10369
10370         * sieve-mode.el: Don't require easymenu.
10371         (easy-menu-add-item): Autoload it.
10372
10373         * spam-stat.el (time-to-number-of-days): Autoload it.
10374
10375 2010-03-19  Glenn Morris  <rgm@gnu.org>
10376
10377         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10378
10379 2010-03-18  Glenn Morris  <rgm@gnu.org>
10380
10381         * hashcash.el (declare-function): Remove duplicate definition.
10382
10383 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10384
10385         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10386         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10387         value if any backslash escapes).
10388
10389 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10392         if it is available.  (bug#5647)
10393
10394         * lpath.el: Suppress compiler warning for coding-system-from-name for
10395         Emacs 21 and XEmacs.
10396
10397 2010-03-14  Juri Linkov  <juri@jurta.org>
10398
10399         * hmac-def.el:
10400         * hmac-md5.el:
10401         * netrc.el: Fix keywords.
10402
10403 2010-02-26  Glenn Morris  <rgm@gnu.org>
10404
10405         * message.el (message-send-mail-function): Change the default, so that
10406         it inherits from a customized send-mail-function.  (Bug#5643)
10407
10408 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10409
10410         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10411         shell-command-to-string signals an error (bug#5299).
10412
10413 2010-02-24  Glenn Morris  <rgm@gnu.org>
10414
10415         * message.el (message-smtpmail-send-it)
10416         (message-send-mail-with-mailclient): Doc fixes.
10417
10418 2010-02-16  Glenn Morris  <rgm@gnu.org>
10419
10420         * message.el (message-default-mail-headers): Change the default value
10421         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10422
10423 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10426         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10427
10428 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10429
10430         * time-date.el (date-to-time): Doc fix (Bug#5408).
10431
10432 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10433
10434         * message.el (message-mail): Just pass yank-action on to message-setup.
10435         (message-setup): Handle (FUN . ARGS) form of yank-action.
10436         (message-with-reply-buffer, message-widen-reply)
10437         (message-yank-original): Handle non-buffer values of
10438         message-reply-buffer (Bug#4080).
10439         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10440
10441 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10442
10443         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10444         Fix typo in docstring.
10445
10446 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10447
10448         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10449         response.
10450
10451 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10454
10455         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10456
10457         * message.el (message-check-news-header-syntax): Protect against a
10458         string that `rfc822-addresses' returns when parsing fails.
10459
10460 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10463         (gnus-previous-char-property-change): New functions.
10464
10465         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10466
10467 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10468
10469         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10470         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10471
10472 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10473
10474         * message.el (message-exchange-point-and-mark): Rework last change to
10475         avoid using optional arg of exchange-point-and-mark, for backward
10476         compatibility.
10477
10478 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10479
10480         * message.el (message-exchange-point-and-mark):
10481         Call exchange-point-and-mark with an argument rather than setting
10482         mark-active by hand (Bug#5175).
10483
10484 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * nntp.el (nntp-service-to-port): Work for service expressed with
10487         numeric string; replace [:digit:] with [0-9] for XEmacs.
10488
10489 2009-12-17  Glenn Morris  <rgm@gnu.org>
10490
10491         * gnus-group.el (gnus-bug-group-download-format-alist):
10492         Change emacs entry to debbugs.gnu.org.  Bump :version.
10493
10494 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10497
10498 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * message.el (message-info): Explain why we use `Info-goto-node'.
10501
10502 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10505
10506 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10507
10508         * message.el (message-completion-in-region): New compatibility function.
10509         (message-expand-group): Use it.
10510
10511 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10514         with no unread article should be listed if the 2nd arg `predicate' is
10515         given.
10516
10517 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10520
10521 2009-11-29  Juri Linkov  <juri@jurta.org>
10522
10523         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10524         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10525         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10526
10527 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10528
10529         * sha1.el (sha1-string-external): default-directory "/" in case
10530         otherwise non-existent.  process-connection-type pipe for touch of
10531         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10532
10533 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10534
10535         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10536         it's comms related and sgml-mode.el has "comm" on that basis too.
10537
10538 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10541         containing tspecial characters if they have been already quoted.
10542
10543 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10544
10545         * dns-mode.el (auto-mode-alist): Purecopy string.
10546
10547 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10548
10549         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10550
10551 2009-10-24  Glenn Morris  <rgm@gnu.org>
10552
10553         * gnus-art.el (help-xref-stack-item): Define for compiler.
10554
10555 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10556
10557         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10558
10559 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10562
10563 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10566         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10567
10568 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10571         (gnus-overlays-in): New alias to overlays-in.
10572
10573         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10574         gnus-overlay-get, and gnus-delete-overlay.
10575         (gnus-summary-show-thread): Make it work as well for systems in which
10576         next-single-char-property-change is not available.
10577         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10578
10579         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10580         (gnus-overlay-get): New alias to extent-property.
10581         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10582
10583         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10584         SXEmacs.
10585
10586         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10587         SXEmacs.
10588
10589 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10592
10593 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10594
10595         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10596         and XEmacs that don't have `remove-overlays'.
10597
10598 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10599
10600         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10601         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10602         selective display.  Use overlays instead.
10603
10604 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10605
10606         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10607
10608 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10609
10610         * spam-stat.el (spam-stat-load): Fix typo in message.
10611
10612 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10613
10614         * dig.el (dig-invoke): Fix typo in docstring.
10615         (query-dig): Reflow docstring.
10616
10617 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10618
10619         * gnus-art.el (gnus-article-encrypt-body):
10620         * message.el (message-check-recipients):
10621         * mm-util.el (mm-codepage-setup):
10622         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10623         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10624
10625 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10626
10627         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10628         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10629         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10630         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10631         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10632
10633 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10634
10635         * dig.el: Add "Keywords: comm", as per net-utils.el.
10636
10637 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10638
10639         * dig.el (dig-mode): Use define-derived-mode.
10640
10641 2009-09-19  Glenn Morris  <rgm@gnu.org>
10642
10643         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10644
10645 2009-09-18  Glenn Morris  <rgm@gnu.org>
10646
10647         * gnus-diary.el (gnus-diary-check-message):
10648         * message.el (message-insert-formatted-citation-line):
10649         * nnbabyl.el (top-level):
10650         * nndiary.el (nndiary-schedule):
10651         Fix typos in condition-case handlers.
10652
10653 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10656         configuration that provides the sole article window in a frame;
10657         position point correctly after deleting a part.
10658
10659 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10660
10661         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10662         (spam-resolve-registrations-routine): Use it to unregister articles
10663         that change status.
10664
10665 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10668         with XEmacs.
10669         (parse-time-string-chars): Use it.
10670
10671 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10672
10673         * imap.el (imap-interactive-login): Better messages.
10674         (imap-open): Fix bug with renamed buffer on reconnect.
10675         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10676         for easier debugging and cleaner code.  On successful (guessed based on
10677         server capabilities) secondary authentication, set imap-state
10678         correctly.
10679         (imap-last-authenticator): Define imap-last-authenticator as a variable
10680         to avoid warnings.
10681
10682 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * nnrss.el (nnrss-request-article): Remove binding of
10685         default-enable-multibyte-characters that has gotten needless by
10686         the 2007-07-13 change in rfc2047-encode-message-header.
10687
10688         * mml.el (mml-insert-multipart): Error on the message header.
10689         (mml-insert-part): Error on the message header; position point at
10690         the end of a MIME tag.
10691
10692 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * time-date.el (autoload): Expand define-obsolete-function-alias into
10695         defalias and make-obsolete for old Emacsen that Gnus supports.
10696         (with-no-warnings): Define it for old Emacsen.
10697         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10698         is available.
10699         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10700         float-time is available; suppress compile warning for time-to-seconds.
10701
10702         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10703         (gnus-float-time): Alias to float-time if it exists.
10704
10705         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10706         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10707         float-time is available; suppress compile warning for time-to-seconds.
10708
10709         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10710         XEmacs.
10711
10712 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10713
10714         * imap.el (imap-message-map): Docstring fix.
10715
10716 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10719         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10720         Add the optional argument `encoding' that overrides the default.
10721
10722         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10723         mm-encode-buffer.
10724
10725 2009-09-04  Glenn Morris  <rgm@gnu.org>
10726
10727         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10728         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10729         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10730         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10731         * mm-util.el (mm-with-unibyte-current-buffer)
10732         (mm-find-buffer-file-coding-system):
10733         * yenc.el (yenc-decode-region): Use default-value rather than
10734         default-enable-multibyte-characters.
10735
10736 2009-09-03  Glenn Morris  <rgm@gnu.org>
10737
10738         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10739         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10740         than default-enable-multibyte-characters.
10741
10742 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10743
10744         * gnus-art.el (gnus-article-read-summary-keys):
10745         Fix gnus-buffer-configuration's value temporarily used.
10746
10747 2009-09-02  Glenn Morris  <rgm@gnu.org>
10748
10749         * gnus-util.el (gnus-float-time): New function.
10750         * gnus-delay.el (gnus-delay-article):
10751         * gnus-sum.el (gnus-thread-latest-date):
10752         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10753         * nnspool.el (nnspool-request-newgroups):
10754         Use gnus-float-time rather than time-to-seconds.
10755         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10756
10757         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10758         (gnus-header-subject-face, gnus-header-newsgroups-face)
10759         (gnus-header-name-face, gnus-header-content-face):
10760         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10761         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10762         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10763         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10764         (gnus-cite-face-11):
10765         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10766         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10767         (gnus-server-closed-face, gnus-server-denied-face)
10768         (gnus-server-offline-face):
10769         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10770         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10771         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10772         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10773         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10774         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10775         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10776         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10777         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10778         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10779         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10780         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10781         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10782         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10783         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10784         (gnus-summary-high-undownloaded-face)
10785         (gnus-summary-low-undownloaded-face)
10786         (gnus-summary-normal-undownloaded-face)
10787         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10788         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10789         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10790         (gnus-splash-face):
10791         * message.el (message-header-to-face, message-header-cc-face)
10792         (message-header-subject-face, message-header-newsgroups-face)
10793         (message-header-other-face, message-header-name-face)
10794         (message-header-xheader-face, message-separator-face)
10795         (message-cited-text-face, message-mml-face):
10796         * sieve-mode.el (sieve-control-commands-face)
10797         (sieve-action-commands-face, sieve-test-commands-face)
10798         (sieve-tagged-arguments-face):
10799         * spam.el (spam-face):
10800         Mark face aliases with "-face" in the name as obsolete.
10801
10802 2009-09-01  Glenn Morris  <rgm@gnu.org>
10803
10804         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10805         than goto-line.
10806
10807 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10810         Don't move point if the command is invoked inside the message header.
10811
10812 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10813
10814         * imap.el (imap-send-command): Simplify.
10815         (imap-wait-for-tag): point-max -> buffer-size.
10816
10817 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10818
10819         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10820         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10821         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10822         * nnir.el (nnir-swish-e-index-file):
10823         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10824         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10825         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10826         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10827         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10828         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10829
10830 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10833         Don't save excursion.
10834
10835 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10836
10837         * nnheader.el (nnheader-find-file-noselect):
10838         * mm-util.el (mm-insert-file-contents):
10839         Use (default-value 'major-mode) instead of default-major-mode.
10840
10841 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10842
10843         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10844
10845 2009-08-26  Glenn Morris  <rgm@gnu.org>
10846
10847         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10848         than placing in files.el.
10849
10850 2009-08-25  Glenn Morris  <rgm@gnu.org>
10851
10852         * nnir.el (top-level): Don't require cl at run-time.
10853         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10854         Replace cl-function substitute with gnus-replace-in-string.
10855         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10856         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10857         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10858         simplified expansions.
10859
10860 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10861
10862         * dig.el (dig): Add autoload cookie.
10863
10864 2009-08-22  Glenn Morris  <rgm@gnu.org>
10865
10866         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10867         goto-line.
10868
10869 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10870
10871         * parse-time.el (parse-time-string-chars): Save match data.
10872
10873 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10874
10875         * parse-time.el (parse-time-string-chars): Compute using character
10876         classes, to handle non-ascii characters (Bug#3190).
10877
10878 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10881
10882         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10883         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10884         (gnus-mm-display-part, gnus-mime-display-single)
10885         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10886         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10887
10888         * gnus-sum.el
10889         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10890         (gnus-summary-move-article): Add expirable mark to articles copied or
10891         moved to group that has auto-expire turned on if the option is non-nil.
10892
10893 2009-07-24  Glenn Morris  <rgm@gnu.org>
10894
10895         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10896         Fix typo.  (Bug#3903)
10897
10898 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10901         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10902         that should not be used for draft articles.
10903         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10904         that has no concern in minor mode keys.
10905         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10906         Abolish.
10907
10908 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10911         article without making inquiry to a user for unknown encoding.
10912
10913         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10914         (nnmaildir--scan): Assume i-node and device number that file-attributes
10915         returns might be cons-cell.
10916
10917         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10918
10919         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10920
10921 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10922
10923         * auth-source.el: Remove docs now in auth.texi.  Don't use
10924         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10925         `auth-source-hide-passwords' and use them.
10926
10927 2009-07-15  Glenn Morris  <rgm@gnu.org>
10928
10929         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10930
10931 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10934         excessive whitespace from the default values of title and description.
10935
10936 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10939         mail-fetch-field to fetch Content-Description header in order to
10940         exclude newlines.
10941
10942 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10943
10944         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10945         format used by GnuPG 2.0.11.
10946
10947 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10950         to deleted part.
10951
10952 2009-05-30  David Engster  <dengste@eml.cc>
10953
10954         * nnmairix.el: Remove old documentation in the commentary block.
10955         (nnmairix-request-group): Do not update active file for nnml back ends.
10956         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10957         end so that overview files are ignored.
10958         (nnmairix-update-groups): Make updating the groups more robust by using
10959         marks.
10960         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10961         with dollar characters in message-id.
10962
10963 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10966         2008-12-25 in dns.el.
10967
10968 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10969
10970         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10971         could happen if the text is only composed of spaces and/or tabs.
10972
10973 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10974
10975         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10976         when sending a queued message to avoid extra mml tags.
10977
10978 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10981
10982 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10985         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10986         rmail-toggle-header for XEmacs;
10987         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10988
10989 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-dired.el: Remove autoload for gnus-setup-message.
10992         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10993         displaying Gnus logo; always use compose-mail.
10994
10995 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10998
10999 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11002         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11003         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11004         available.
11005         (gnus-nocem-epg-verify): New function.
11006
11007 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11010
11011 2009-02-15  Glenn Morris  <rgm@gnu.org>
11012
11013         * gnus-util.el (rmail-insert-rmail-file-header)
11014         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11015         autoloads.
11016         (rmail-default-rmail-file): Remove unnecessary declaration.
11017         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11018
11019 2009-02-14  Glenn Morris  <rgm@gnu.org>
11020
11021         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11022         variable (only used in gnus-util, which declares it anyway).
11023         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11024         which was only needed by gnus-art (changed to not use it any more).
11025         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11026         only used in gnus-util, which autoloads it itself.
11027         (rmail-update-summary): Fix autoload.
11028
11029         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11030         rather than rmail-output-to-rmail-file.
11031
11032 2009-02-07  Glenn Morris  <rgm@gnu.org>
11033
11034         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11035         autoload of function that no longer exists.
11036         (rmail-toggle-header): Declare.
11037         (message-forward-rmail-make-body): Handle mbox Rmail.
11038
11039 2009-01-31  Glenn Morris  <rgm@gnu.org>
11040
11041         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11042         2009-01-09 change.
11043
11044 2009-01-31  Dave Love  <fx@gnu.org>
11045
11046         * imap.el (imap-fetch-safe): Bind debug-on-error.
11047         (imap-debug): Add imap-fetch-safe.
11048
11049 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11050
11051         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11052         (auth-source-forget-all-cached): New convenience function.
11053         (auth-source-user-or-password): Accept list of modes or a single mode.
11054
11055         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11056         auth-source modes.
11057
11058         * netrc.el (netrc-machine-user-or-password): Use list of
11059         auth-source modes.
11060
11061         * nnimap.el (nnimap-open-connection): Use list of
11062         auth-source modes.
11063
11064         * nntp.el (nntp-send-authinfo): Use list of
11065         auth-source modes.
11066
11067 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11068
11069         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11070         now.
11071
11072 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11075         coding system in XEmacs; add a workaround for XEmacs.
11076
11077         * lpath.el: Fbind coding-system-aliasee.
11078
11079 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11082         of current-language-environment.
11083
11084 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11087         available at runtime.
11088
11089 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11092
11093 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11094
11095         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11096         the greatest positive fixnum value doesn't work under an XEmacs with
11097         bignum support; use the most-positive-fixnum constant instead,
11098         available since Emacs 21.1 with cl and XEmacs 21.1.
11099
11100 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11103         XEmacs gets not to work.
11104
11105 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * mm-util.el (mm-coding-system-priorities): Allow the value like
11108         "Japanese (UTF-8)" of current-language-environment.
11109
11110 2009-01-09  Glenn Morris  <rgm@gnu.org>
11111
11112         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11113         with last-command-event.
11114
11115 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11118         in the doc string.
11119
11120         * message.el (message-fix-before-sending): Amend comment.
11121
11122 2009-01-08  Dave Love  <fx@gnu.org>
11123
11124         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11125
11126 2009-01-07  David Engster  <dengste@eml.cc>
11127
11128         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11129         simplified server definitions by converting it via
11130         gnus-server-to-method.
11131
11132 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11135         parameter's operands.
11136
11137 2009-01-06  David Engster  <dengste@eml.cc>
11138
11139         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11140         primary select method (for gnus-group-mark-article-as-read).
11141
11142 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11143
11144         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11145         `(gnus)Face', not `(gnus)X-Face'.
11146
11147 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * mm-util.el (mm-ucs-to-char): New function.
11150
11151         * mm-url.el (mm-url-decode-entities): Use it.
11152
11153         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11154         unicode-to-char.
11155
11156 2009-01-05  Dave Love  <fx@gnu.org>
11157
11158         * time-date.el: Require cl for `declare'.
11159
11160 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11163         Dave Love.
11164
11165 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * message.el (message-fix-before-sending): Add `eight-bit' to
11168         illegible-text check.
11169
11170 2009-01-03  Michael Olson  <mwolson@gnu.org>
11171
11172         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11173         `headers' is nil.  This can occur if the IMAP server does not have
11174         permissions to read messages from a folder, but can write new messages
11175         to the folder.
11176         (nnimap-request-article-part): Do not insert `data' if it is nil.
11177
11178         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11179         characters which will confuse `read', so skip past them.
11180
11181 2009-01-01  Dave Love  <fx@gnu.org>
11182
11183         * imap.el (imap-string-to-integer): Fix typo.
11184         (imap-fetch-safe): New function.
11185         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11186
11187         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11188
11189         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11190         (imap-parse-greeting): Fix doc strings.
11191         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11192         (imap-parse-flag-list): Make messages unique.
11193         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11194
11195         * nnimap.el: Fix author email.
11196         (nnimap-split-rule): Add FIXME comment.
11197         (nnimap-debug): Fix doc string.
11198
11199 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11202
11203 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11206         nslookup if resolv.conf isn't available.
11207         (dns-query): Rename from query-dns.
11208         (dns-query-cached): Rename from query-dns-cached.
11209
11210 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11213         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11214         to check if those variables exist (first appeared in Emacs 18.50).
11215
11216 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * mm-util.el (mm-line-number-at-pos): New function.
11219
11220         * spam-report.el (spam-report-process-queue): Use it.
11221
11222 2008-12-24  David Engster  <dengste@eml.cc>
11223
11224         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11225         parameters that haven't existed as variables as buffer-local variables.
11226
11227 2008-12-23  Dave Love  <fx@gnu.org>
11228
11229         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11230         cadar.
11231
11232         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11233         imap-starttls-p.
11234         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11235
11236 2008-12-22  Dave Love  <fx@gnu.org>
11237
11238         * imap.el: Fix author email.  Doc fixes.
11239         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11240         reply.
11241
11242 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * spam-report.el (spam-report-gmane-max-requests): New constant.
11245         (spam-report-gmane-wait): New variable.
11246         (spam-report-gmane-ham, spam-report-gmane-spam)
11247         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11248         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11249         the server.
11250
11251         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11252         Add explanations.
11253
11254         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11255         nnheader-accept-process-output and nnheader-read-timeout if available.
11256         (pop3-movemail): Use it.
11257
11258         * message.el (message-check-news-body-syntax): Fix signature check if
11259         there's an attachment.
11260
11261 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * mm-util.el: Add comments to the mm- emulating functions.
11264
11265 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11268         Reported by Stephen Berman <stephen.berman@gmx.net>.
11269
11270 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * mm-util.el (mm-substring-no-properties): New function.
11273         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11274         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11275         (mm-string-to-multibyte): Doc fix.
11276
11277         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11278
11279 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * mml.el (mml-attach-file): Strip text properties from file name.
11282         (Bug#1574)
11283
11284 2008-12-16  Glenn Morris  <rgm@gnu.org>
11285
11286         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11287
11288 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11291         knows since the charset specified might be a bogus alias that
11292         mm-charset-synonym-alist provides.
11293
11294 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11297         "ISO_8859-1".
11298
11299         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11300
11301 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mm-util.el (mm-charset-eval-alist):
11304         Define it before mm-charset-to-coding-system.
11305         (mm-charset-to-coding-system): Add optional argument `silent';
11306         define it before mm-charset-override-alist.
11307         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11308         default value if it can be used in Emacs currently running;
11309         silence mm-charset-to-coding-system.
11310
11311 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11314         `allow-override' which says whether to use `mm-charset-override-alist'.
11315         (rfc2047-decode-encoded-words): Use it.
11316
11317         * mm-util.el (mm-charset-override-alist): Fix custom type;
11318         add `(gb2312 . gbk)' to choices.
11319
11320 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11323         fast.
11324
11325         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11326
11327         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11328
11329 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11330
11331         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11332         on links.
11333
11334         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11335
11336 2008-12-03  Lute Kamstra  <lute@gnu.org>
11337
11338         * sha1.el: Remove leading * from docstrings of defcustoms,
11339         deffaces, defconsts and defuns.
11340
11341 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11344         users' addresses that don't have domain parts.
11345         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11346         rather than message-narrow-to-head since there will be the message
11347         header separator.
11348
11349 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11350
11351         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11352         since the result is inserted in a unibyte buffer anyway.
11353         (nnimap-demule-use-string-to-multibyte): Remove.
11354         (nnimap-demule): Alias it to mm-string-to-multibyte.
11355
11356 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11359         variable for debugging bug#464 and bug#1174.
11360         (nnimap-demule): Use it.
11361
11362 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11365         score calculation correctly.
11366
11367 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11368
11369         * message.el (message-send-mail): Just set the buffer to unibyte
11370         rather than use mm-with-unibyte-current-buffer which does a lot more.
11371         (message-send-mail-partially): Don't bother with
11372         mm-with-unibyte-current-buffer since it's already been made unibyte by
11373         message-send-mail.
11374
11375 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11376
11377         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11378
11379 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11380
11381         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11382
11383 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11386         require itself and to remove `with-no-warnings'.
11387
11388 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11389
11390         * starttls.el (starttls-any-program-available): Get the name of the
11391         available TLS layer program.
11392         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11393         well as the host name in the "opening" message.
11394
11395         * auth-source.el (auth-source-cache, auth-source-do-cache)
11396         (auth-source-user-or-password): Cache passwords and logins by default,
11397         allow override with `auth-source-do-cache'.
11398         (auth-source-forget-user-or-password): Allow users to remove cache
11399         entries if needed.
11400
11401 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11402
11403         * md4.el (md4-buffer): Fix typo in docstring.
11404         (md4, md4-64): Doc fixes.
11405         (md4-pack-int32): Reflow docstring.
11406
11407 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11408
11409         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11410         condition-case to only the forward-sexp call.
11411
11412 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11413
11414         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11415         quotes contained.  Make it more robust regardless by an extra
11416         condition-case wrapper.
11417
11418 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11421
11422 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11423
11424         * nnml.el (nnml-request-expire-articles): Check if the function set to
11425         `nnmail-expiry-target' returns the symbol `delete'.
11426
11427         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11428
11429         * nnmail.el (nnmail-expiry-target): Fix custom type.
11430
11431 2008-10-02  Glenn Morris  <rgm@gnu.org>
11432
11433         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11434         Silence compiler warning.
11435
11436 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11437
11438         * tls.el (open-tls-stream): Show the actual command being
11439         executed, instead of the format string.
11440
11441 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11442
11443         * lpath.el: Fbind codepage-setup for Emacs 23.
11444
11445 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11446
11447         * mml.el (mml-menu): Don't assume mml2015 is bound.
11448
11449 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11452         exists.
11453
11454 2008-09-27  Glenn Morris  <rgm@gnu.org>
11455
11456         * gnus-util.el (mail-header-remove-comments): Autoload it.
11457
11458 2008-09-27  Andreas Schwab  <schwab@suse.de>
11459
11460         * gnus-util.el (gnus-split-references): Strip comments.
11461         (gnus-parent-id): Likewise.
11462
11463 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * message.el (message-confirm-send): Fix version.
11466
11467 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * message.el (message-idna-to-ascii-rhs-1): Use
11470         mail-extract-address-components rather than mail-header-parse-addresses
11471         that is an alias by default to ietf-drums-parse-addresses that does not
11472         support non-ASCII names in headers' contents.
11473
11474 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11475
11476         * message.el (message-confirm-send): Fix variable documentation to
11477         avoid the "y/n" wording.
11478
11479 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11480
11481         * message.el (message-set-auto-save-file-name): Save to a different
11482         filename so multiple messages (especially drafts) can be recovered.
11483
11484 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11485
11486         * message.el (message-confirm-send): Add appropriate version.
11487
11488 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11489
11490         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11491         defvar.
11492
11493 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11494
11495         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11496         (mm-pkcs7-enveloped-magic): Ditto.
11497
11498 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11499
11500         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11501         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11502
11503 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11504
11505         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11506         default, it's better.
11507
11508 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11511         summary line gnus-number property and ignore them (with a warning
11512         message).
11513
11514 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11517         macro caddr in the interactive form since it won't be expanded.
11518
11519 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11522         `charset'; fix name of function called recursively.
11523         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11524
11525 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11528         (gnus-mime-set-charset-parameters): New function.
11529         (gnus-mime-view-part-as-charset): Use it to correctly display part
11530         specifying wrong charset.
11531
11532 2008-09-08  David Engster  <dengste@eml.cc>
11533
11534         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11535         in completing-read for back end server.
11536
11537 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11538
11539         * message.el (message-confirm-send): New variable to confirm sending a
11540         message.
11541         (message-send): Use it.
11542
11543 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11546
11547 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11550
11551 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11552
11553         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11554         prevent tracking too many groups.
11555         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11556         Use it.
11557
11558 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11559
11560         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11561         moving point to the bottom of the window in order to avoid recentering.
11562
11563 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11566
11567         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11568         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11569         (gnus-article-beginning-of-window): Fix calculation.
11570
11571 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-msg.el (gnus-summary-supersede-article)
11574         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11575         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11576         message header.
11577
11578 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11579
11580         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11581         pending output coming after the status change.
11582
11583 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11584
11585         * message.el:
11586         * gnus-start.el:
11587         * gnus-registry.el: Remove VMS support.
11588
11589 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11592         macro.
11593         (rfc2104-hash): Use it.
11594
11595 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11598         (gnus-summary-sort-by-most-recent-date): New commands.
11599         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11600         and menu entries.
11601
11602 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11605         don't redisplay article for raw contents; remove plural articles stuff.
11606
11607         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11608         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11609         on gnus-summary-save-article; display results properly.
11610
11611 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * lpath.el: No need to fbind ns-focus-frame.
11614
11615 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11618
11619 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (gnus-summary-save-in-pipe):
11622         Consider gnus-save-all-headers.
11623
11624 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11625
11626         * gnus-util.el (ns-focus-frame): Remove declaration.
11627         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11628         like x.
11629
11630 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11631
11632         * rfc2104.el (rfc2104-zero): Delete defconst.
11633         (rfc2104-hex-alist): Likewise.
11634         (rfc2104-hex-to-int): Delete func.
11635         (rfc2104-hexstring-to-bitstring): Likewise.
11636         (rfc2104-nybbles): New defconst.
11637         (rfc2104-hash): Rewrite for speed.
11638
11639 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * tls.el (open-tls-stream): Make it work with the 2nd argument
11642         BUFFER that is a string but does not exist as a buffer object, as
11643         mentioned in the doc-string.
11644
11645 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11648         SXEmacs.
11649
11650 2008-07-16  Glenn Morris  <rgm@gnu.org>
11651
11652         * gnus-util.el (ns-focus-frame): Declare for compiler.
11653
11654 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11657         set as a group parameter.
11658         (gnus-summary-save-in-pipe): Work when it is called independently.
11659         (gnus-summary-pipe-to-muttprint): Don't modify
11660         gnus-summary-pipe-output-default-command.
11661
11662 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11663
11664         * message.el (message-send-mail-with-sendmail):
11665         Display the error message.
11666
11667 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-art.el (gnus-default-article-saver):
11670         Add gnus-summary-save-in-pipe to choices.
11671         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11672         gnus-summary-pipe-output-default-command as the default command.
11673         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11674         instead of gnus-last-shell-command.
11675
11676         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11677         New user option.
11678         (gnus-summary-muttprint-program): Mention the value will be changed.
11679         (gnus-summary-save-article): Force showing of all headers.
11680         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11681
11682 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11683
11684         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11685
11686 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11687
11688         * nnimap.el (nnimap-id):
11689         * sieve-manage.el (sieve-manage-open): Doc fixes.
11690
11691 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11692
11693         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11694         if available.
11695
11696 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11697
11698         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11699
11700         * nnkiboze.el (nnkiboze-generate-group):
11701         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11702
11703         * nnmairix.el: Require CL.
11704
11705 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * dgnushack.el: Autoload get-display-table and put-display-table for
11708         XEmacs 21.5.
11709
11710         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11711         21.4 and SXEmacs.
11712
11713 2008-06-15  David Engster  <dengste@eml.cc>
11714
11715         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11716
11717 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11718
11719         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11720         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11721         runtime choice under XEmacs.
11722
11723         * gnus-sum.el (gnus-summary-set-display-table):
11724         Use `gnus-put-display-table', `gnus-get-display-table',
11725         `gnus-set-display-table' for the display table, instead of `aset'.
11726
11727         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11728         Use `gnus-put-display-table', `gnus-get-display-table',
11729         `gnus-set-display-table' for the display table.
11730
11731 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * nnmairix.el: Add autoloads.
11734
11735 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * nnmairix.el (nnmairix-delete-recreate-group)
11738         (nnmairix-update-and-clear-marks): Fix error messages.
11739
11740 2008-06-14  David Engster  <dengste@eml.cc>
11741
11742         * nnmairix.el: Upgrade to version 0.6.
11743         (nnmairix-group-toggle-propmarks-this-group)
11744         (nnmairix-group-toggle-readmarks-this-group)
11745         (nnmairix-group-delete-recreate-this-group)
11746         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11747         (nnmairix-remove-tick-mark-original-article): New commands.
11748         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11749         (nnmairix-propagate-marks-to-nnmairix-groups)
11750         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11751         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11752         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11753         functions needed for marks propagation and manipulation of read marks.
11754         (nnmairix-update-groups): New function.
11755         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11756         (nnmairix-determine-original-group-from-registry)
11757         (nnmairix-determine-original-group-from-path)
11758         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11759         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11760         New helper functions.
11761         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11762         keystrokes for new commands.
11763         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11764         (nnmairix-request-group): Check allow-fast group parameter.
11765         (nnmairix-request-create-group): Set allow-fast group parameter if
11766         nnmairix-allowfast-default is set.
11767         (nnmairix-close-group): Propagate marks upon closing if needed.
11768         (nnmairix-group-toggle-threads-this-group): Use new.
11769         nnmairix-group-toggle-parameter helper function.
11770         (nnmairix-search): Better check for empty search result.
11771         (nnmairix-goto-original-article): Use new helper functions for
11772         determining original article.
11773         (nnmairix-show-original-article): Make sure message-id is in brackets.
11774         (nnmairix-call-mairix-binary): Change variable name.
11775         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11776         helper function.
11777         (nnmairix-widget-toggle-activate): Fix doc string.
11778
11779 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * nnir.el: Require edmacro when compiling with XEmacs.
11782         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11783         available in Emacs 21.
11784
11785 2008-06-11  Glenn Morris  <rgm@gnu.org>
11786
11787         * gnus-util.el (x-focus-frame):
11788         * gnus.el (image-size):
11789         * mm-decode.el (image-size): Declare.
11790
11791         * gnus-picon.el (declare-function): Add compat definition.
11792         (image-size): Declare.
11793
11794         * gnus-group.el (tool-bar-map):
11795         * gnus-sum.el (tool-bar-map): Define for compiler.
11796
11797         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11798
11799         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11800
11801         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11802         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11803         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11804         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11805         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11806         * sieve-manage.el, spam-report.el, spam.el:
11807         Remove unnecessary eval-and-compile of autoloads.
11808
11809 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11810
11811         * auth-source.el: Precise Tramp doc.
11812
11813 2008-06-07  Glenn Morris  <rgm@gnu.org>
11814
11815         * nnmairix.el: Remove unnecessary eval-when-compile.
11816
11817 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * lpath.el: Fbind propertize for XEmacs 21.4.
11820
11821 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * nnir.el: Move here from ../contrib.
11824
11825 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11826
11827         * gnus-util.el (gnus-read-shell-command): New function.
11828         * mm-decode.el (mm-pipe-part):
11829         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11830
11831 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11834
11835 2008-06-03  Glenn Morris  <rgm@gnu.org>
11836
11837         * pop3.el (nnheader-accept-process-output): Autoload it.
11838
11839 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11842         are not 2-digit hexadecimal characters that follow `%'s.
11843
11844 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * message.el (message-bogus-recipient-p): Fix type in doc string.
11847         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11848         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11849         Improve custom options.
11850         (message-bogus-recipient-p): Adjust accordingly.
11851
11852 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11853
11854         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11855         long-form month and day names.
11856
11857 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * dgnushack.el: Autoload debug, eudc-expand-inline and
11860         pgg-snarf-keys-region for XEmacs.
11861
11862         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11863
11864         * nnmairix.el: Require edmacro when compiling with XEmacs.
11865
11866 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11869         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11870
11871 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11872
11873         * auth-source.el: Add more docs.
11874
11875         * netrc.el (netrc-machine): Always match if the port is not given.
11876
11877 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878
11879         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11880         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11881         retrieval faster in some cases, but might make CPU usage larger.
11882         If this has any bad side effects, we might revert this change.
11883
11884         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11885         seems to make mail retrieval much, much faster.
11886         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11887         unconditionally.
11888
11889         * gnus-draft.el (gnus-group-send-queue):
11890         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11891
11892 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11895
11896         * message.el (message-bogus-address-regexp): Fix and improve custom
11897         type.
11898         (message-setup-hook): Add message-check-recipients as custom option.
11899
11900 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * message.el (message-cite-function): Remove bogus autoload which crept
11903         in during merge from v5-10.
11904
11905 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11908
11909         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11910
11911         * auth-source.el: Preliminary Tramp docs.
11912         (auth-sources): Change the default auth-sources to use
11913         EPA .gpg files.
11914
11915 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11916
11917         * nntp.el: Autoload `auth-source-user-or-password'.
11918         (nntp-send-authinfo): Use it.
11919
11920         * nnimap.el: Autoload `auth-source-user-or-password'.
11921         (nnimap-open-connection): Use it.
11922
11923         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11924         for the gnus-message function.
11925         (auth-source-user-or-password): Use it.
11926
11927 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11928
11929         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11930         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11931         (rfc2104-hash): Use it.
11932
11933 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11934
11935         * gnus-art.el (gnus-article-toggle-truncate-lines):
11936         Don't use `iff' in docstring.
11937
11938 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11939
11940         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11941
11942         * gnus-util.el (gnus-extract-address-component-name)
11943         (gnus-extract-address-component-email): Convenience functions around
11944         `gnus-extract-address-components'.
11945
11946         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11947         Use `gnus-extract-address-component-email' to fix bug of comparing full
11948         sender name to `user-mail-address'.
11949
11950 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11951
11952         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11953         catch/throw to optimize.
11954         (gnus-registry-find-keywords): Just use member to find a keyword.
11955
11956 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11957
11958         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11959         is current before calling gnus-server-prepare.
11960         (gnus-server-setup-buffer, gnus-server-update-server)
11961         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11962
11963 2008-05-04  Juri Linkov  <juri@jurta.org>
11964
11965         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11966         (mailcap-file-default-commands): Use mailcap-replace-in-string
11967         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11968         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11969
11970 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11971
11972         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11973
11974 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11975
11976         * gnus.el: Bump version to 0.11.
11977
11978 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11979
11980         * gnus.el: No Gnus v0.10 is released.
11981
11982 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11983
11984         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11985         hooks.
11986         (gnus-update-read-articles): Speed up non-marks-using users.
11987         (gnus-use-marks): Define gnus-use-marks.
11988         (gnus-propagate-marks): Rename variable to something more sensible.
11989
11990 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11991
11992         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11993         (gmm-image-load-path-for-library): Fix typos in docstrings.
11994         (gmm-message): Reflow docstring.
11995
11996 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11997
11998         * mail-source.el (mail-source-set-1, mail-source-bind):
11999         Move auth-source code out of the macro to clean it up and fix bugs.
12000
12001 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12002
12003         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12004         by sender if it's equal to user-mail-address, it's likely to be
12005         useless.
12006
12007         * mail-source.el (mail-source-bind): Don't use user or password if they
12008         are not bound.  Unintern them if they are nil.  Don't use server unless
12009         it's bound, and default it to empty string otherwise.
12010
12011 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12012
12013         * mail-source.el: Load auth-source.el.
12014         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12015         get user name or password, if auth-sources is set up.
12016
12017         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12018         strategy of splitting with parent.
12019         (gnus-registry-split-fancy-with-parent)
12020         (gnus-registry-post-process-groups): Use it and fix prior
12021         bug (returning a list as the split result).
12022
12023         * auth-source.el (auth-sources): Remove server parameter.
12024         (auth-source-pick, auth-source-user-or-password)
12025         (auth-source-user-or-password-imap)
12026         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12027         (auth-source-user-or-password-sftp)
12028         (auth-source-user-or-password-smtp): Remove server parameter.
12029
12030 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12031
12032         * smime.el (smime-sign-region, smime-encrypt-region)
12033         (smime-decrypt-region):
12034         Remove redundant calls to `generate-new-buffer-name'.
12035
12036 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12037
12038         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12039         Don't use QP for message/rfc822.
12040         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12041
12042 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12043
12044         * sieve-manage.el (sieve-string-bytes): Remove.
12045         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12046         correct byte-length only if the process's coding-system is the same as
12047         the one used internally by Emacs to represent strings.
12048
12049 2008-04-22  Juri Linkov  <juri@jurta.org>
12050
12051         * mailcap.el (mailcap-file-default-commands): New function.
12052
12053 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12054
12055         * message.el (message-signature-separator, message-cite-function):
12056         Change custom version.
12057
12058 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12059
12060         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12061         commands.
12062         (tls-checktrust): Ditto.
12063
12064 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * mm-decode.el (mm-display-external): Make temp file read-only.
12067
12068 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12071         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12072         `C-c C-f d'.
12073
12074 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12075
12076         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12077
12078 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * gnus.el: Bump version to 0.9.
12081
12082 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12083
12084         * gnus.el: No Gnus v0.8 is released.
12085
12086 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12087
12088         * mail-source.el (mail-source-value):
12089         Prefer fboundp to functionp so it works with macros as well.
12090
12091 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12092
12093         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12094         Fix last change in case the element is not even a symbol.
12095
12096 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12099         Prefer fboundp to functionp so it works with macros as well.
12100
12101 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * auth-source.el: Add docs.
12104         (auth-sources): Modify format to support server.
12105         (auth-source-pick, auth-source-user-or-password)
12106         (auth-source-user-or-password-imap)
12107         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12108         (auth-source-user-or-password-sftp)
12109         (auth-source-user-or-password-smtp): Add server parameter.
12110
12111 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12112
12113         * gnus-registry.el: Initialize the registry when gnus-registry-install
12114         is t.
12115
12116 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * compface.el (uncompface): Make buffer unibyte.
12119
12120 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12121
12122         * mail-source.el (mail-source-value):
12123         Prefer fboundp to functionp so it works with macros as well.
12124
12125 2008-04-05  Glenn Morris  <rgm@gnu.org>
12126
12127         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12128
12129 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12130
12131         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12132         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12133
12134         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12135         multibyteness after rather than before erasing it.
12136
12137         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12138         mm-with-multibyte.
12139         (gnus-request-article-this-buffer): Make sure the proper decoding is
12140         used if gnus-original-article-buffer happens to be unibyte.
12141
12142         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12143         default-enable-multibyte-characters.
12144
12145         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12146         default-enable-multibyte-characters.
12147
12148         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12149
12150         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12151
12152 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12153
12154         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12155         Fix last change in case the element is not even a symbol.
12156
12157 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12158
12159         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12160         (imap-message-copyuid-1): Use it.
12161         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12162         J. Williams in
12163         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12164
12165         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12166         imap-enable-exchange-bug-workaround.
12167         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12168
12169 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12170
12171         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12172         a 100 byte status-checks into a 2-3MB transfer for each group.
12173         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12174         to enable bug workaround or not.
12175         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12176
12177 2008-03-31  Glenn Morris  <rgm@gnu.org>
12178
12179         * message.el (mml2015-use): Declare for compiler.
12180         (message-info): Require mml2015 when appropriate.
12181
12182 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12185         whitespace.
12186
12187 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12190         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12191         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12192         (nntp-service-to-port): New function.
12193         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12194         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12195         (nntp-open-netcat-stream): New function.
12196         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12197
12198 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12199
12200         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12201
12202 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12203
12204         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12205
12206 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12207
12208         * dns.el (dns-write): Use set-buffer-multibyte.
12209
12210 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12211
12212         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12213
12214 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12215
12216         * message.el (message-signature-separator): Change default.
12217         Improve custom type.
12218         (message-cite-function): Change default to
12219         message-cite-original-without-signature.
12220
12221         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12222         toggle.
12223
12224         * message.el (message-check-news-body-syntax): Fix signature check.
12225         (message-setup-1): Mark buffer as unmodified _after_ running
12226         message-setup-hook and handling message-alternative-emails.
12227         (message-shorten-references): Be more strict when building list of
12228         valid references to comply with GNKSA.
12229
12230         * gnus-group.el (gnus-read-ephemeral-bug-group)
12231         (gnus-read-ephemeral-debian-bug-group)
12232         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12233
12234         * message.el (message-info): Don't use booleanp which isn't supported
12235         in Emacs 21 and XEmacs.
12236
12237 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12240         gnus-group-gmane-group-download-format.
12241         (gnus-group-read-ephemeral-gmane-group): Rename from
12242         gnus-group-read-ephemeral-gmane-group.
12243         (gnus-read-ephemeral-gmane-group-url): Rename from
12244         gnus-group-read-ephemeral-gmane-group-url.
12245         (gnus-bug-group-download-format-alist): New variable.
12246         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12247         (gnus-read-ephemeral-emacs-bug-group): New commands.
12248
12249 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12252         (gnus-visible-headers): Improve custom type.
12253
12254 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * mml.el (mml-menu): Add workarounds for XEmacs.
12257
12258         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12259         X-Boundary header.
12260
12261         * message.el (message-simplify-recipients): Fix previous commit.
12262
12263 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12264
12265         * mm-util.el (mm-set-buffer-multibyte): New function.
12266         * mm-decode.el (mm-copy-to-buffer): Use it.
12267
12268         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12269         Prefer fboundp to functionp so it works with macros as well.
12270
12271 2008-03-19  Glenn Morris  <rgm@gnu.org>
12272
12273         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12274         Accidentally removed in the sync process with Emacs.
12275
12276 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * message.el (message-alter-recipients-discard-bogus-full-name):
12279         New function.
12280         (message-alter-recipients-function): New variable.
12281         (message-get-reply-headers): Use it.
12282         (message-replace-header): New helper function.
12283         (message-recipients-without-full-name): New variable.
12284         (message-simplify-recipients): New command.
12285
12286         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12287
12288         * message.el (message-info): Handle EasyPG manual.
12289
12290         * mml.el (mml-menu): Add entry for EasyPG.
12291
12292 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12293
12294         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12295         parameter.
12296
12297         * message.el (message-disassociate-draft): Specify drafts group name
12298         fully.
12299
12300 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12301
12302         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12303         Eliminate unnecessary duplicates from the match list.
12304
12305 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12308
12309         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12310
12311         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12312         args of `how-many' of which the XEmacs version doesn't take; declare
12313         Info-index-next as function.
12314
12315 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12316
12317         * gnus-score.el (gnus-score-headers): Fix handling of
12318         gnus-inhibit-slow-scoring.
12319
12320         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12321         string.
12322         (gnus-button-url-regexp): Improve handling of parenthesis.
12323         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12324         (gnus-button-handle-info-keystrokes): Handle index entries.
12325
12326 2008-03-15  Glenn Morris  <rgm@gnu.org>
12327
12328         * parse-time.el (parse-time-string): Simplify.
12329
12330 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12333         Incoming* files.
12334
12335 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12336
12337         * auth-source.el (auth-sources): Rename from auth-source-choices.
12338         (auth-source-pick): Use it.
12339
12340 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12341
12342         * binhex.el (binhex-decode-region-internal):
12343         * uudecode.el (uudecode-decode-region-internal):
12344         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12345         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12346         setting default-enable-multibyte-characters.
12347
12348 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12349
12350         * auth-source.el (auth-source-protocols)
12351         (auth-source-protocols-customize, auth-source-choices): Add and
12352         modified variable customizations and defaults.
12353         (auth-source-pick, auth-source-user-or-password)
12354         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12355         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12356         (auth-source-user-or-password-sftp)
12357         (auth-source-user-or-password-smtp): Use new variables and provide an
12358         interface to netrc.el.
12359
12360 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12363         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12364         Make sure the nntp port to specify is a string.
12365
12366 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12367
12368         * nntp.el: Use with-current-buffer.
12369         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12370         dubious mm-with-unibyte-current-buffer.
12371         (nntp-with-open-group-function): New function extracted from
12372         nntp-with-open-group macro.
12373         (nntp-with-open-group): Use the function, so it's easier to debug.
12374         Add indentation and debugging info.
12375         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12376         Recommend the use of the netcat alternatives.
12377
12378         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12379         Avoid mm-string-as-multibyte as well.
12380
12381         * nnweb.el (nnweb-insert-html):
12382         Remove use of nnheader-string-as-multibyte.
12383
12384         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12385         (nnheader-string-as-multibyte): Remove.
12386
12387         * mm-view.el: Use inhibit-read-only.
12388         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12389         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12390         or unibyte-string.
12391
12392         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12393         (mm-uu-yenc-extract): Use with-current-buffer.
12394
12395         * gnus-soup.el (gnus-soup-send-packet): Don't use
12396         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12397
12398         * nnmh.el: Use with-current-buffer.
12399         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12400         mm-string-as-multibyte on the output of mm-encode-coding-string.
12401
12402         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12403         (nnimap-request-move-article): Use with-current-buffer.
12404
12405         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12406         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12407         conversion uses string-make-unibyte rather than string-as-unibyte.
12408
12409         * gnus-msg.el: Use with-current-buffer.
12410
12411         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12412
12413 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12414
12415         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12416         string for caching if it is 'PIN.
12417
12418 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * lpath.el: Consider the case without Emacs/W3.
12421
12422 2008-03-08  Glenn Morris  <rgm@gnu.org>
12423
12424         * time-date.el (date-to-time, time-subtract, time-add)
12425         (safe-date-to-time): Doc fixes.
12426
12427 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12428
12429         * mail-source.el (mail-source-delete-old-incoming-confirm):
12430         Change default to nil.
12431         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12432
12433 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * lpath.el: Rearrange.
12436
12437         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12438         (gnus-article-goto-prev-page): Work for articles having ^L's.
12439
12440         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12441
12442         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12443
12444 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12445
12446         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12447         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12448         (gnus-bookmark-jump): Adjust some variable names.
12449
12450 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12451
12452         * auth-source.el: New package.
12453         (auth-source-choices): Add customization entry point variable.
12454
12455         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12456         bug.
12457
12458 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12459
12460         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12461         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12462         (gnus-registry-install-shortcuts): Rename from
12463         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12464         the `gnus-registry-mark-map' keymap dynamically from
12465         `gnus-registry-marks'.  The generated functions update the summary line
12466         when a registry mark is added or deleted, and will call
12467         `gnus-registry-install-p' (see the comments in the code).
12468         (gnus-registry-user-format-function-M): Use concat intelligently.
12469
12470         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12471         the registry mark functions.
12472
12473 2008-03-05  Glenn Morris  <rgm@gnu.org>
12474
12475         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12476         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12477         gnus-art.
12478         (top-level): No need to load own source when compiling.
12479
12480 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12483         Suggested by <chris.anderton@zetnet.co.uk>.
12484
12485 2008-03-04  Glenn Morris  <rgm@gnu.org>
12486
12487         * gnus-sum.el (top-level): No need to require gnus when compiling,
12488         since unconditionally required near start of file.
12489         (gnus-summary-display-while-building): Move definition before use.
12490
12491 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12492
12493         * gnus-registry.el (gnus-registry-user-format-function-M):
12494         Add formatting function.
12495
12496 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12497
12498         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12499         with plists.
12500         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12501         Use new format.
12502
12503 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12506         `where-is-internal' that returns a range of key sequences.
12507
12508 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12509
12510         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12511
12512         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12513         (gnus-summary-jump-to-group): Consider windows on other displayed
12514         frames as well.  Similar changes might be needed elsewhere, but that's
12515         the one I've bumped into during my use.
12516
12517         * nndoc.el (nndoc-oe-dbx-type-p):
12518         * gnus-msg.el (gnus-debug):
12519         * gnus-group.el (gnus-update-group-mark-positions):
12520         Use mm-string-to-multibyte.
12521
12522 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12525         doesn't handle NotDashEscaped.
12526
12527         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12528         (mml-dnd-attach-options): Fix typo in custom choice.
12529
12530         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12531         Change nndoc-article-type to mbox.
12532         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12533
12534         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12535         to nil, instead of html2text.
12536
12537         * imap.el (imap-debug): Add `imap-ping-server'.
12538
12539         * gnus-bookmark.el: Add FIXMEs.
12540
12541         * message.el (message-form-letter-separator)
12542         (message-send-form-letter-delay): New variables.
12543         (message-send-form-letter): Use them.  New command to send form
12544         letters.  Requested by Uwe Siart.
12545         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12546
12547 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * Update copyright years.
12550
12551 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12552
12553         Sync from EMACS_22_BASE.
12554
12555         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12556
12557 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12558
12559         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12560         empty author.
12561
12562 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12563
12564         * gnus-registry.el (gnus-registry-marks): Add variable for
12565         customization of marks and their appearance.
12566         (gnus-registry-read-mark): Use it.
12567         (gnus-registry-do-marks): Add utility function to loop through
12568         `gnus-registry-marks'.
12569         (gnus-registry-install-shortcuts-and-menus): Add function to install
12570         shortcuts and menus.
12571         (gnus-registry-initialize): Use it.
12572         (gnus-registry-default-mark): Clarify documentation.
12573
12574 2008-02-29  Glenn Morris  <rgm@gnu.org>
12575
12576         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12577         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12578         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12579         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12580         Change defcustom :version from 23.0 to 23.1.
12581
12582 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12583
12584         * gnus-registry.el (gnus-registry-follow-group-p)
12585         (gnus-registry-post-process-groups): Add functions to aid registry
12586         splitting and improve logging.  Clarify behavior in function
12587         documentation.
12588         (gnus-registry-split-fancy-with-parent): Use them.
12589
12590 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12591
12592         * gnus-art.el: Use with-current-buffer.
12593
12594 2008-02-27  David Engster  <dengste@eml.cc>
12595
12596         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12597         Express real group name in the response.
12598
12599 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12602         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12603         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12604         autoload gnus-registry-fetch-group when compiling.
12605         (nnmairix-request-group-with-article-number-correction):
12606         Remove unreferenced argument passed to nnmairix-call-backend.
12607
12608 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12611         (mm-uu-extract): Improve face for low color ttys.
12612         Reported by Sascha Wilde.
12613
12614 2008-02-27  Glenn Morris  <rgm@gnu.org>
12615
12616         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12617         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12618         variables to defconsts.  Convert comments to doc-strings.
12619         (nnmairix-last-server, nnmairix-current-server): Convert from free
12620         variables to defvars.  Convert comments to doc-strings.
12621         (gnus-registry-fetch-group): Autoload.
12622         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12623         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12624         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12625         caddr.
12626         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12627         nnmairix-request-group-with-article-number-correction call.
12628         (nnmairix-fast, nnmairix-group): New, less general names, for free
12629         variables passed from nnmairix-request-group to
12630         nnmairix-request-group-with-article-number-correction.  Declare.
12631         (nnmairix-request-group-with-article-number-correction):
12632         Use nnmairix-fast, nnmairix-group rather than fast, group.
12633
12634 2008-02-26  David Engster  <dengste@eml.cc>
12635
12636         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12637         version 0.5.
12638
12639 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12640
12641         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12642         instead of making an extra function call.  Don't add the current group
12643         to articles only when they have the group.  Use
12644         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12645         Reported by David <de_bb@arcor.de>.
12646
12647 2008-02-24  Miles Bader  <miles@gnu.org>
12648
12649         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12650         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12651         (mm-find-mime-charset-region):
12652         * mm-bodies.el (mm-encode-body):
12653         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12654
12655 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12656
12657         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12658         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12659
12660 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mail-source.el (mail-source-delete-incoming): Change default.
12663         Supplement doc string.
12664
12665         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12666
12667 2008-02-14  Glenn Morris  <rgm@gnu.org>
12668
12669         * time-date.el (format-seconds): New function.
12670
12671 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * nnmail.el (nnmail-message-id-cache-file): Derive from
12674         `gnus-home-directory'.
12675
12676 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12679         Document negative prefix.
12680
12681         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12682
12683 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12684
12685         * message.el (message-unsent-separator): Add the Exim bounce
12686         separator.
12687
12688 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12689
12690         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12691         list.
12692         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12693         recipient/signer list.
12694
12695 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * Makefile.in (datarootdir): Define.
12698         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12699         name that might contain whitespace.
12700
12701 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12704         fbound (Emacs 23 unicode), signal an error.
12705
12706 2008-02-08  Glenn Morris  <rgm@gnu.org>
12707
12708         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12709
12710 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12711
12712         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12713         ports to the calls to `netrc-machine-user-or-password' in addition to
12714         "imap" and "imaps".
12715
12716 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12717
12718         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12719
12720         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12721
12722 2008-02-01  Kenichi Handa  <handa@m17n.org>
12723
12724         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12725         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12726         (rfc2104-hash): Convert the result of concat to unibyte string.
12727
12728 2008-02-01  Dave Love  <fx@gnu.org>
12729
12730         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12731         coding-system-for-read.
12732         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12733
12734 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12737         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12738         <hanche@math.ntnu.no>.
12739
12740 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12743
12744         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12745
12746 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12747
12748         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12749         * message.el (message-beginning-of-line): Use featurep instead of bound
12750         tests in order to resolve conditionals at compile time.
12751
12752 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12753
12754         * mail-source.el (mail-sources): Add `group' choice.
12755
12756         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12757         parameter `in-group' to control into which group the articles go.
12758         Add treatment of `group' mail-source.
12759
12760 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12763
12764         * mm-decode.el (mm-dissect-buffer): Decode description.
12765
12766         * mml.el (mml-to-mime): Encode message header first.
12767
12768 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12771         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12772
12773         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12774         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12775
12776 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12777
12778         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12779
12780 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12783         prefix keys.
12784         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12785         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12786         gnus-xmas.el.
12787
12788         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12789         (gnus-xmas-article-describe-bindings): New function.
12790         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12791         gnus-xmas-article-describe-bindings.
12792
12793         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12794
12795 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12796
12797         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12798         Add new variables for article mark management.
12799         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12800         list of extra data entries which, when present, will indicate that the
12801         article ID should not be trimmed from the registry.
12802         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12803         functions.
12804         (gnus-registry-read-mark): New function to read a mark name from the
12805         user.
12806         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12807         (gnus-registry-set-article-mark-internal): New functions to add and
12808         remove marks.
12809         (gnus-registry-get-article-marks): New function to show the marks for
12810         an article, or retrieve them for further use.
12811
12812 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12815         keys when no argument is given.
12816
12817 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * imap.el (imap-ping-server): New variable.
12820         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12821         (imap-ping-server): Minor doc string fixes.
12822
12823 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12824
12825         * imap.el (imap-ping-server): New function.
12826         (imap-opened): Call imap-ping-server.
12827
12828 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * gnus-sum.el (gnus-article-sort-by-random)
12831         (gnus-thread-sort-by-random): Fix doc strings.
12832         Reported by jidanni@jidanni.org.
12833
12834 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-article-describe-bindings): New function.
12837         (gnus-article-read-summary-keys): Use it.
12838         (gnus-article-mode-map): Bind `C-h b' to it.
12839
12840 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12843         XEmacs.
12844         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12845         Protect against non-character events.
12846
12847         * lpath.el: Fbind map-keymap for Emacs 21.
12848
12849 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12852         New command.
12853         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12854         instead of END.  Change name of the temp file.
12855         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12856         customizable.
12857
12858 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12861         bind `S W' to gnus-article-wide-reply-with-original; set default
12862         binding to gnus-article-read-summary-send-keys.
12863         (gnus-article-read-summary-keys): Fix the order of keys; display
12864         continuation keys correctly in the echo area; describe bindings
12865         correctly when keys end with `C-h'.
12866         (gnus-article-read-summary-send-keys): New function.
12867         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12868         Work for gnus-article-read-summary-send-keys; display continuation keys
12869         correctly in the echo area.
12870         (gnus-article-reply-with-original): Ignore prefix argument.
12871         (gnus-article-wide-reply-with-original): New function.
12872
12873         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12874         Emacs 21.
12875
12876 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12879         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12880
12881 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12884         (gnus-group-read-ephemeral-gmane-group): New command.
12885
12886 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12887
12888         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12889
12890 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * message.el (message-send-mail-function): Increase custom version.
12893
12894         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12895         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12896
12897 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12898
12899         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12900         for the cases where imap-authenticate is called with a nil buffer
12901         parameter.
12902
12903 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12906         html parts correctly; support forwarded messages.
12907         (gnus-article-browse-html-article): Remove work buffers.
12908
12909         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12910         compiling.
12911         (netrc-bound-and-true-p): New macro.
12912         (netrc-parse): Use it instead of bound-and-true-p that is not available
12913         in XEmacs 21.4.
12914
12915 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * gnus-registry.el (gnus-registry-mark-article)
12918         (gnus-registry-article-marks): Add functionality to mark articles
12919         through the Gnus registry.
12920
12921         * encrypt.el: Clarify documentation for the new pgg method.
12922         (encrypt-file-alist): Add PGG option.
12923         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12924         functionality.  Abstract password key and messaging to external
12925         functions.
12926         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12927         (encrypt-message-method-and-cipher): Add new convenience external
12928         functions.
12929         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12930         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12931
12932         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12933         (netrc-parse): Use encrypt-file-alist to determine if
12934         encrypt-find-model or encrypt-insert-file-contents should be used.
12935
12936         * encrypt.el: Clarify documentation.  Load password-cache or
12937         password, whichever one is found first, instead of autoloading.
12938
12939 2007-12-19  Glenn Morris  <rgm@gnu.org>
12940
12941         * mml.el (message-options-set, message-narrow-to-head)
12942         (message-in-body-p, message-mail-p, message-encode-message-body):
12943         Autoload.
12944         (message-remove-header, message-narrow-to-headers-or-head)
12945         (message-subscribed-p, message-make-mail-followup-to)
12946         (message-position-on-field, message-news-p)
12947         (message-options-set-recipient, message-generate-headers)
12948         (message-sort-headers): Declare as functions.
12949
12950 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12953         convention in doc string.
12954
12955 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12958         title to html parts.
12959         (gnus-article-browse-html-article): Pass message header to it.
12960
12961         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12962
12963 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12966         or password compatible with XEmacs.
12967
12968 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12971         format document.
12972         (gnus-mime-delete-part): Don't write description line if empty.
12973         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12974
12975 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12976
12977         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12978         (gnus-summary-mark-read-and-unread-as-read)
12979         (gnus-summary-mark-current-read-and-unread-as-read)
12980         (gnus-summary-mark-unread-as-ticked): Doc fix.
12981         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12982
12983 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12986         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12987
12988 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12991         yes-or-no-p.
12992
12993 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * mm-decode.el (mm-add-meta-html-tag): New function.
12996         (mm-save-part-to-file, mm-pipe-part): Use it.
12997
12998         * gnus-art.el (gnus-article-browse-delete-temp-files):
12999         Use gnus-y-or-n-p instead of y-or-n-p.
13000         (gnus-article-browse-html-parts): Work with message/external-body; use
13001         mm-add-meta-html-tag.
13002
13003 2007-12-11  Glenn Morris  <rgm@gnu.org>
13004
13005         * gnus-cache.el: Require gnus-sum not just when compiling.
13006
13007         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13008
13009         * gnus-int.el (gnus-server-opened, gnus-status-message):
13010         Move definitions before use.
13011
13012         * mm-decode.el: Require gnus-util.
13013         (mm-remove-part): Only call delete-annotation on XEmacs.
13014
13015         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13016
13017         * nnmail.el: Require gnus-int.
13018
13019         * spam.el: Move `require's before `eval-when-compile's.
13020
13021         * gnus-ems.el (gnus-alive-p):
13022         * gnus-fun.el (message-goto-eoh):
13023         * gnus-util.el (gnus-group-name-decode):
13024         * mail-source.el (gnus-compress-sequence):
13025         * message.el (Info-goto-node, format-spec):
13026         * mm-bodies.el (message-options-get):
13027         * mm-decode.el (mm-view-pkcs7):
13028         * mm-util.el (gmm-write-region):
13029         * mml-smime.el (mml-compute-boundary)
13030         (gnus-completing-read-with-default):
13031         * mml.el (widget-button-press, gnus-make-hashtable):
13032         * mml1991.el (mm-decode-content-transfer-encoding)
13033         (mm-encode-content-transfer-encoding)
13034         (message-options-get, message-options-set):
13035         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13036         * nnfolder.el (gnus-request-group):
13037         * nnheader.el (ietf-drums-unfold-fws):
13038         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13039         * smime.el (gnus-run-mode-hooks):
13040         * spam-stat.el (gnus-message): Autoload.
13041
13042         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13043         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13044         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13045         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13046         Add declare-function compatibility definition.
13047
13048         * gnus-cache.el (nnvirtual-find-group-art):
13049         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13050         (gnus-add-image, gnus-add-wash-type):
13051         * gnus-group.el (nnkiboze-score-file):
13052         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13053         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13054         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13055         (message-tokenize-header, gnus-get-buffer-create)
13056         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13057         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13058         * gnus.el (gnus-group-decoded-name):
13059         * mail-source.el (imap-capability):
13060         * mm-bodies.el (message-options-set):
13061         * mm-decode.el (gnus-configure-windows):
13062         * mm-extern.el (message-goto-body):
13063         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13064         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13065         (epg-sub-key-validity, message-options-set):
13066         * mml.el (widget-event-point, gnus-configure-windows):
13067         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13068         * mml2015.el (epg-check-configuration, epg-configuration)
13069         (message-options-set):
13070         * nndb.el (nndb-request-article):
13071         * nnfolder.el (gnus-request-create-group):
13072         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13073         * nnmaildir.el (gnus-group-mark-article-read):
13074         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13075         * rfc1843.el (message-fetch-field):
13076         * spam.el (gnus-extract-address-components):
13077         Declare as functions.
13078
13079 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13082
13083         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13084
13085         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13086         bind show-trailing-whitespace for XEmacs.
13087
13088 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13091         new no-op macro for backward compatibility.
13092
13093         * imap.el (imap-string-to-integer): New function.
13094
13095 2007-12-09  Glenn Morris  <rgm@gnu.org>
13096
13097         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13098
13099         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13100         * message.el, mm-view.el, sieve-manage.el, smime.el:
13101         Add declare-function compatibility definition.
13102
13103         * gnus-art.el (w3-region, w3m-region, Info-menu):
13104         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13105         * gnus-sum.el (gnus-get-predicate):
13106         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13107         * message.el (mail-abbrev-in-expansion-header-p):
13108         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13109         (w3m-detect-meta-charset, w3m-region):
13110         * sieve-manage.el (password-read, password-cache-add)
13111         (password-cache-remove):
13112         * smime.el (password-read-and-add): Declare as functions.
13113
13114 2007-12-08  David Kastrup  <dak@gnu.org>
13115
13116         * gnus-sum.el (gnus-summary-simplify-subject-query):
13117         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13118         `message'.
13119
13120 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13123         it to bind idna-program, installation-directory, defined-colors, and
13124         face-attribute for XEmacs of the version that compiles defcustom forms.
13125
13126 2007-12-07  Glenn Morris  <rgm@gnu.org>
13127
13128         * gnus-art.el (article-make-date-line): Revert previous change.
13129
13130 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13131
13132         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13133
13134 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13135
13136         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13137         Call gnus-add-to-range ranges only once with a prepared article-list.
13138
13139 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13140
13141         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13142         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13143         group names with backslashes.
13144         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13145
13146 2007-12-06  Deepak Goel  <deego3@gmail.com>
13147
13148         * gnus-art.el (article-make-date-line):
13149         * gnus-start.el (gnus-load):
13150         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13151
13152 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-art.el (gnus-use-idna):
13155         * gnus-start.el (gnus-site-init-file):
13156         * message.el (message-use-idna):
13157         * mm-uu.el (mm-uu-hide-markers):
13158         * smiley.el (smiley-style): Revert changes that suppress warnings.
13159
13160 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13163         specify charset to html source.
13164         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13165
13166 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13169         idna-program in order to suppress byte compile warning issued by XEmacs
13170         that came to byte compile the default value section of defcustom forms
13171         recently.
13172
13173         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13174         value of installation-directory.
13175
13176         * message.el (message-use-idna): Don't directly refer to the value of
13177         idna-program.
13178
13179         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13180
13181         * smiley.el (smiley-style): Don't directly call face-attribute.
13182
13183 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13186
13187         * gnus-dired.el: Reduce Gnus dependencies.
13188         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13189         Don't require.  Use autoloads instead.
13190         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13191         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13192         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13193         (gnus-dired-mode): Adjust doc string.
13194         (gnus-dired-mail-mode): New variable.
13195         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13196         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13197         (gnus-dired-mail-buffers): New function.  Return mail or message
13198         composition buffers.
13199         (gnus-dired-attach): Use it.
13200         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13201         NO-DECODE.
13202         (gnus-dired-print): Use `gnus-print-buffer' depending on
13203         `gnus-dired-mail-mode'.
13204
13205 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * rfc2047.el (rfc2047-encoded-word-regexp)
13208         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13209         explaining what regexp patterns are for.
13210
13211 2007-12-04  Glenn Morris  <rgm@gnu.org>
13212
13213         * password.el: Move to password-cache.el.
13214
13215         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13216         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13217         * mml-smime.el (password-read, password-cache-add)
13218         (password-cache-remove):
13219         No need to autoload, since mml-sec requires password.
13220
13221         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13222         * message.el (gnus-extract-address-components):
13223         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13224
13225         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13226         password.
13227
13228 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * mailcap.el: Reduce dependencies.
13231         (mail-header-parse-content-type): Autoload.
13232         (mailcap-delete-duplicates): New alias.
13233         (mailcap-mime-info): Add optional argument NO-DECODE.
13234         (mailcap-mime-types): Use mailcap-delete-duplicates.
13235
13236         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13237
13238 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13239
13240         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13241         (imap-parse-status): Upcase status-att for servers that sends them
13242         lower-case (e.g., MS Exchange 2007).
13243
13244 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13245
13246         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13247         function.
13248
13249         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13250         (gnus-uu-yenc-article): New function.
13251
13252         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13253
13254         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13255
13256 2007-12-02  Glenn Morris  <rgm@gnu.org>
13257
13258         * binhex.el (binhex): New custom group.
13259         (binhex-decoder-program, binhex-decoder-switches)
13260         (binhex-use-external): Move to the binhex custom group.
13261
13262         * uudecode.el (uudecode): New custom group.
13263         (uudecode-decoder-program, uudecode-decoder-switches)
13264         (uudecode-use-external): Move to the uudecode custom group.
13265
13266         * netrc.el (top-level): Don't load `encrypt' features.
13267         (netrc-parse): Don't use encrypt.
13268         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13269
13270         * encrypt.el: Remove file.
13271
13272 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13275         matches on patches.
13276
13277         * gnus-art.el (gnus-article-browse-html-article):
13278         Mention `mm-text-html-renderer' in the doc string.
13279
13280         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13281         string.  Add comments.
13282
13283         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13284         if rhs is ASCII.
13285
13286 2007-12-01  Glenn Morris  <rgm@gnu.org>
13287
13288         * mail-source.el (top-level): Require format-spec before
13289         eval-when-compile.
13290
13291 2007-11-30  Glenn Morris  <rgm@gnu.org>
13292
13293         * encrypt.el: Require password, rather than autoloading password-read.
13294
13295 2007-11-29  Glenn Morris  <rgm@gnu.org>
13296
13297         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13298         (sasl-make-client, sasl-next-step, sasl-step-data)
13299         (sasl-step-set-data): Declare as functions.
13300
13301 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13304
13305 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13306
13307         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13308         certs should be verified and what is to be done in the event of a
13309         verification failure.
13310
13311         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13312         caller can indicate whether the cache should be disregarded for this
13313         call.  This way the result of the call is reproducible at all times and
13314         can be considered a canonical server name for the supplied method.
13315         (gnus-agent-method-p): Canonicalize server names by pushing their
13316         method through `gnus-method-to-server' using the no-cache argument.
13317
13318         * gnus-srvr.el (gnus-server-insert-server-line):
13319         Call `gnus-method-to-server' with `no-cache' argument.
13320
13321         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13322         gnus-agent-possibly-synchronize-flags as this should be called when the
13323         server is actually being opened.
13324         (gnus-agent-possibly-synchronize-flags)
13325         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13326         flags file of an agentized server to the latter function.
13327
13328         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13329         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13330         after a connection has been established successfully.
13331
13332 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-art.el (article-display-face): Force to display face if called
13335         interactively; check if gnus-article-x-face-too-ugly matches author.
13336         (article-display-x-face): Display face even if From header is missing
13337         as article-display-face does.
13338
13339 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13340
13341         * hashcash.el (message-narrow-to-headers-or-head)
13342         (message-fetch-field, message-goto-eoh)
13343         (message-narrow-to-headers): Declare as functions.
13344
13345 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * mail-source.el (mail-sources): Default to fetch from file for
13348         compatibility with default of nnmail-spool-file.
13349
13350 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13353         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13354         to look for encoded word that should be encoded again.
13355         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13356         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13357         encoding pattern.
13358         (rfc2047-decode-region): Switch strict regexp and loose one according
13359         to rfc2047-allow-irregular-q-encoded-words.
13360
13361 2007-11-25  Romain Francoise  <romain@orebokech.com>
13362
13363         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13364
13365 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * tls.el (tls-program): Provide more custom choices from
13368         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13369         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13370
13371 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13374         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13375
13376         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13377         `nnmail-spool-file'.
13378
13379         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13380         `nnmail-spool-file'.
13381
13382         * gnus-move.el (gnus-change-server): Ditto.
13383
13384         * gnus-kill.el (gnus-batch-score): Ditto.
13385
13386         * gnus-cache.el (gnus-jog-cache): Ditto.
13387
13388         * gnus-msg.el (gnus-summary-reply):
13389         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13390
13391 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13394         version.  Minor improvement to doc strings.
13395         (tls-program): Add comment.
13396
13397 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13398
13399         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13400         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13401         mismatch between the hostname provided in the certificate and the name
13402         of the host connnecting to.
13403         (open-tls-stream): Use them.  Check certificates against trusted root
13404         certificates.
13405
13406 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-cache.el (gnus-cache-generate-nov-databases):
13409         Use nnml-generate-nov-databases-directory instead of
13410         nnml-generate-nov-databases-1.
13411
13412 2007-11-24  Glenn Morris  <rgm@gnu.org>
13413
13414         * message.el (message-tool-bar-retro): Update for rename
13415         mail_send.xpm->mail-send.xpm.
13416
13417 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13420         `smime-ldap-search' for Emacs 22 and up.
13421
13422 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13423
13424         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13425
13426         * message.el (message-send-mail-function): Fix error convention.
13427         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13428         (message-widen-reply, message-send-mail, message-talkative-question)
13429         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13430         (message-clone-locals, message-send-news): Use with-current-buffer.
13431         (message-insert-or-toggle-importance): Remove unused var `valid'.
13432         (message-make-references): Remove unused var `new-references'.
13433         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13434
13435 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13436
13437         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13438         (spam-split-symbolic-return-positive): Reflow docstring.
13439         (spam-backends, spam-summary-exit-behavior)
13440         (spam-mark-ham-unread-before-move-from-spam-group)
13441         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13442         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13443         (spam-clear-cache, spam-backend-check, spam-install-backend)
13444         (spam-install-statistical-backend, spam-list-of-processors)
13445         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13446         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13447         (spam-check-crm114, spam-initialize, spam-unload-hook):
13448         Fix typos in docstrings.
13449
13450 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13453         been checked if they have never been read and those group levels are
13454         higher than the one that a user specified.
13455
13456 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13459         foreign groups unless a group level is specified by a user.
13460         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13461
13462 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * message.el (message-send-mail-function): Require sendmail.
13465
13466 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13467
13468         * message.el (message-send-mail-function): Check for smtpmail too.
13469
13470         * utf7.el (utf7-encode, utf7-decode): Use coding system
13471         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13472
13473         * message.el (message-send-mail-function): New function.
13474         (message-send-mail-function): Set default using
13475         message-send-mail-function.  Adjust doc string.
13476         (message-send-mail-with-mailclient): New function.
13477
13478 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13479
13480         * smime.el (from):
13481         * rfc2047.el (message-posting-charset):
13482         * qp.el (mm-use-ultra-safe-encoding):
13483         * pop3.el (parse-time-months):
13484         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13485         * nnml.el (files):
13486         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13487         (jka-compr-compression-info-list, ange-ftp-path-format)
13488         (efs-path-regexp):
13489         * nndiary.el (files):
13490         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13491         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13492         (epg-digest-algorithm-alist, inhibit-redisplay)
13493         (password-cache-expiry):
13494         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13495         (pgg-output-buffer, password-cache-expiry):
13496         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13497         (efs-path-regexp):
13498         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13499         (inhibit-redisplay):
13500         * mm-uu.el (file-name, start-point, end-point, entry)
13501         (gnus-newsgroup-name, gnus-newsgroup-charset):
13502         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13503         (latin-unity-ucs-list):
13504         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13505         (mm-uu-binhex-decode-function):
13506         * message.el (gnus-message-group-art, gnus-list-identifiers)
13507         (rmail-enable-mime-composing, gnus-local-organization)
13508         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13509         (gnus-read-active-file, facemenu-add-face-function)
13510         (facemenu-remove-face-function, gnus-article-decoded-p)
13511         (tool-bar-mode):
13512         * mail-source.el (display-time-mail-function):
13513         * gnus-util.el (nnmail-pathname-coding-system)
13514         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13515         (gnus-original-article-buffer, gnus-user-agent)
13516         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13517         (xemacs-codename, sxemacs-codename, emacs-program-version):
13518         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13519         * gnus-start.el (gnus-agent-covered-methods)
13520         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13521         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13522         (gnus-newsgroup-headers, gnus-group-list-mode)
13523         (gnus-group-mark-positions, gnus-newsgroup-data)
13524         (gnus-newsgroup-unreads, nnoo-state-alist)
13525         (gnus-current-select-method, mail-sources)
13526         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13527         (nnmail-spool-file, gnus-cache-active-hashtb):
13528         * gnus-mh.el (mh-lib-progs):
13529         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13530         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13531         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13532         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13533         (gnus-group-buffer):
13534         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13535         (font-lock-set-defaults):
13536         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13537         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13538         (gnus-summary-post-menu, total-parts, type, condition, length):
13539         * gnus-agent.el (gnus-agent-read-agentview):
13540         * flow-fill.el (show-trailing-whitespace):
13541         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13542         eval-and-compile wrappers for byte compiler pacifiers.
13543
13544         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13545         (mm-display-inline-fontify): Check for featurep 'xemacs not
13546         extent-list.
13547
13548         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13549         itimer-list.
13550         (mm-create-image-xemacs): Only do something for XEmacs.
13551         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13552
13553         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13554
13555         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13556         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13557
13558 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13559
13560         * nnimap.el (nnimap-split-download-body):
13561         * gnus-demon.el (gnus-demon):
13562         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13563
13564 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13567         New macros.
13568         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13569         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13570         copy data from unibyte buffer to multibyte current buffer.
13571         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13572         to copy data from unibyte current buffer to multibyte buffer.
13573         (nntp-make-process-buffer): Make process buffer unibyte.
13574
13575         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13576
13577 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13578
13579         * pop3.el (pop3-open-server): Accept and process data more robustly at
13580         connection start to avoid spurious "POP SSL connection failed" errors.
13581
13582 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13585         read group names.
13586
13587 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13590
13591 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13594         (nnmail-save-active): Use a unibyte buffer when saving active file,
13595         which may contain non-ASCII group names.
13596
13597         * nnml.el (nnml-request-group): Decode group names in messages.
13598
13599 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * message.el (message-citation-line-function)
13602         (message-insert-formatted-citation-line): Fix spelling of
13603         `message-insert-formated-citation-line'.
13604
13605 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13608
13609 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13612         nnmail-pathname-coding-system.
13613
13614         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13615         that a user enters; decode group names in messages.
13616
13617         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13618
13619 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13622
13623         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13624
13625         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13626         risky local variable.
13627
13628         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13629
13630 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13631
13632         * encrypt.el: Improve documentation to fix function name typo.
13633         Reported by Daiki Ueno <ueno@unixuser.org>.
13634
13635 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13638         even if the point is not in the last page of an article.
13639         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13640         back to the previous page.
13641
13642 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13643
13644         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13645
13646 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13649
13650 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13651
13652         * message.el (message-check-news-body-syntax):
13653         Avoid mm-string-as-multibyte.
13654         (message-hide-headers): Don't assume (point-min)==1.
13655
13656 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * message.el (message-remove-blank-cited-lines): Fix if remove is
13659         given.
13660         (message-bogus-address-regexp): New variable.
13661         (message-bogus-recipient-p): New function.
13662         (message-check-recipients): New command.
13663         (message-syntax-checks): Add `bogus-recipient'.
13664         (message-fix-before-sending): Add `bogus-recipient'.
13665
13666         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13667         (gnus-treat-body-boundary): Don't test window-system.
13668
13669 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13670
13671         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13672
13673 2007-10-28  Miles Bader  <miles@gnu.org>
13674
13675         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13676         at compile-time too.
13677
13678 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-msg.el (gnus-message-setup-hook):
13681         Add `message-remove-blank-cited-lines' to options.
13682
13683 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * message.el (message-remove-blank-cited-lines): New function.
13686         Suggested by Karl Plästerer.
13687
13688 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13691         mapc.
13692
13693         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13694         (top-level): Use mapc to set functions to be traced for debugging.
13695
13696         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13697         called for effect with while loop.
13698
13699         * message.el (message-talkative-question): Replace mapcar called for
13700         effect with mapc.
13701
13702         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13703         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13704         called for effect with dolist.
13705
13706         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13707
13708         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13709         gnus-extra-headers and nnmail-extra-headers.
13710
13711         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13712         called for effect with dolist.
13713         (top-level): Use mapc to set functions to be traced for debugging.
13714
13715         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13716         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13717         dolist.
13718
13719         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13720         Replace mapcar called for effect with mapc.
13721         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13722         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13723         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13724         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13725
13726         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13727         remove-if that's a cl function.
13728
13729         * webmail.el (webmail-debug): Replace mapcar called for effect with
13730         dolist.
13731
13732         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13733         with mapc.
13734
13735 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13738         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13739         with while loop.
13740
13741         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13742         functions from article-* functions.
13743         (gnus-multi-decode-header): Replace mapcar called for effect with
13744         dolist.
13745
13746         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13747         (gnus-bookmark-show-details): Replace mapcar called for effect with
13748         while loop.
13749
13750         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13751         called for effect with while loop.
13752
13753         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13754         with dolist.
13755
13756         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13757         Replace mapcar called for effect with dolist.
13758
13759         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13760
13761         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13762         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13763         Replace mapcar called for effect with dolist.
13764         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13765         mapc.
13766
13767         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13768         Replace mapcar called for effect with dolist.
13769         (gnus-topic-list): Replace mapcar called for effect with mapc.
13770
13771         * gnus.el: Use mapc instead of mapcar to add autoloads.
13772
13773 2007-10-23  Richard Stallman  <rms@gnu.org>
13774
13775         * gnus-group.el (gnus-group-highlight): Mark as risky.
13776
13777 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus.el (gnus-server-to-method): Return method found first in
13780         gnus-newsrc-alist.
13781
13782         * gnus-art.el (gnus-article-highlight-signature)
13783         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13784         button overlay without the front stickiness.
13785
13786 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13787
13788         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13789         overview buffer needed a catch to receive its throw.
13790         (gnus-agent-flush-cache): Declare as interactive to make this function
13791         easier to use.
13792
13793 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13794
13795         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13796         `next-line'.
13797
13798 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13801         exclude address matching message-dont-reply-to-names.
13802
13803 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * gnus-util.el (gnus-string<): New function.
13806
13807         * gnus-sum.el (gnus-article-sort-by-author)
13808         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13809
13810 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13813         the frame-focus tag is set in gnus-buffer-configuration.
13814
13815 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13818         the front stickiness.
13819
13820 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13823         url pattern; remove duplicate one.
13824         (gnus-article-extend-url-button): New function.
13825         (gnus-article-add-buttons): Use it.
13826         (gnus-button-push): Use concatenated url that it makes.
13827
13828 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13829
13830         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13831
13832 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13833
13834         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13835         Don't hardcode point-min==1.
13836
13837 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13838
13839         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13840         Fix comment about "iso8859-1".
13841
13842 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13843
13844         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13845         ones returned from the verify-function.
13846
13847         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13848         Call mml2015-extract-cleartext-signature if extraction failed.
13849
13850 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13851
13852         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13853         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13854         failed.
13855
13856 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13859
13860 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13863         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13864         recommends to use EasyPG instead of PGG.
13865
13866         * pgg.el: Revert to revision 6.23.2.16.
13867
13868         * pgg-def.el: Revert to revision 6.6.2.14.
13869
13870         * pgg-gpg.el: Revert to revision 6.23.2.34.
13871
13872 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13873
13874         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13875         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13876         thread for both the null and zero (kill/expire thread) universal prefix
13877         cases.
13878         (gnus-summary-expire-thread): Add new function to expire a thread,
13879         using gnus-summary-kill-thread.
13880         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13881         shortcuts for gnus-summary-expire-thread.
13882         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13883         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13884
13885 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13886
13887         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13888         extras value, so an extras entry can be deleted.
13889         (gnus-registry-delete-extra-entry): Use it.
13890         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13891         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13892         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13893         storage through the gnus-registry, and provide an appropriate API for
13894         it.
13895
13896 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13899         Suggested by Leo <sdl.web@gmail.com>.
13900
13901         * gnus.el: Do.
13902
13903 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13906         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13907
13908         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13909
13910         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13911         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13912
13913 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13916         newline.
13917         (nnmbox-request-accept-article): Don't change article in source buffer;
13918         narrow to header to use message-fetch-field rather than
13919         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13920         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13921         as delimiters; make sure article ends with newline.
13922         (nnmbox-delete-mail): Correct last position of article to be deleted;
13923         ignore X-Gnus-Newsgroup header in article body.
13924         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13925         positions; make sure article ends with newline.
13926
13927         * message.el (message-display-abbrev): Don't infloop when a user
13928         inserts SPC in the beginning of header.
13929
13930         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13931         coding-system-for-read and coding-system-for-write for XEmacs having no
13932         file-coding feature.
13933
13934         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13935
13936 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13939         list of groups not followed by default.  Fix type to be regexp.
13940         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13941
13942 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13943
13944         * hmac-def.el (define-hmac-function): Switch from old-style to
13945         new-style backquotes.
13946
13947         * md4.el (md4-make-step): Likewise.
13948
13949 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13952         raw-text coding system when saving .newsrc file, which may contain
13953         non-ASCII group names.
13954
13955 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13956
13957         * gnus-cus.el (gnus-score-extra): New widget.
13958         (gnus-score-extra-convert): New function.
13959         (gnus-score-customize): Use it for Extra.
13960
13961 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13962
13963         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13964         (mml2015-mailcrypt-clear-verify): Use it.
13965         (mml2015-gpg-clear-verify): Use it.
13966         (mml2015-pgg-clear-verify): Use it.
13967         (mml2015-epg-clear-verify): Replace the current part with the output
13968         from GnuPG; don't extract the plaintext by itself.
13969
13970         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13971         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13972         mml2015-clear-verify-function; don't touch the armor headers or
13973         dash-escaped text here.
13974
13975 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13978         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13979         parts, or application/octet-stream as a last resort.
13980         (gnus-mime-view-part-as-type): Don't toggle display.
13981         (gnus-mime-view-part-as-charset): Don't turn off display before
13982         querying charset.
13983
13984         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13985         stuff to undisplayer function in Emacs.
13986         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13987
13988         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13989         text/calendar parts.
13990
13991 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13994         decoding text/calendar parts.
13995
13996         * message.el (message-forward-make-body-mime): Always mark body as
13997         having no illegible text; remove signed-or-encrypted argument.
13998         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13999
14000         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14001         (mml-generate-mime-1): Don't encode body if it is specified to be in
14002         raw form; don't make buffer be unibyte when inserting multibyte string.
14003
14004 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14005
14006         * sha1.el: Fix up comment style.
14007         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14008         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14009
14010         * hex-util.el: Fix up comment style.
14011         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14012
14013         * gnus-salt.el: Use with-current-buffer.
14014         (gnus-pick-setup-message): Fix long-standing typo.
14015
14016 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * imap.el (imap-logout-timeout): New variable.
14019         (imap-logout, imap-logout-wait): New functions.
14020         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14021
14022         * nnimap.el (nnimap-logout-timeout): New server variable.
14023         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14024         nnimap-logout-timeout.
14025
14026         * gnus-art.el (gnus-article-summary-command-nosave)
14027         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14028
14029 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus.el (gnus-maximum-newsgroup): New variable.
14032
14033         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14034         according to gnus-maximum-newsgroup.
14035
14036         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14037         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14038         Limit the range of articles according to gnus-maximum-newsgroup.
14039
14040 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14041
14042         * gnus-art.el (gnus-sticky-article): Fix problems described in
14043         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14044         Don't perform gnus-configure-windows here; reuse existing sticky
14045         article buffer.
14046
14047         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14048         it doesn't exist in gnus-article-mode.
14049
14050 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14053         (gnus-agent-decoded-group-name): New function.
14054         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14055         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14056
14057 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14058
14059         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14060         Add binding for gnus-sticky-article.
14061         (gnus-summary-exit): Don't kill sticky article buffers.
14062
14063         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14064         article buffer.
14065         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14066         (gnus-kill-sticky-article-buffers): New commands.
14067
14068 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * nntp.el (nntp-xref-number-is-evil): New server variable.
14071         (nntp-find-group-and-number): If it is non-nil, don't trust article
14072         numbers in the Xref header.
14073
14074 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-agent.el (gnus-agent-read-group): New function.
14077         (gnus-agent-flush-group, gnus-agent-expire-group)
14078         (gnus-agent-regenerate-group): Use it.
14079         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14080         nnmail-pathname-coding-system.
14081
14082 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14085
14086         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14087         that are unread as unread, and also as selected so that information of
14088         marks having been changed by a user may be updated when exiting group.
14089
14090 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14093
14094 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14095
14096         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14097         calculated ignoring signature parts to gnus-treat-article.
14098
14099 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14102         a point here in order to keep the window start.
14103         (gnus-insert-mime-security-button): Make a button overlay without the
14104         front stickiness.
14105         (gnus-mime-display-security): Goto the end of a button.
14106
14107         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14108
14109 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14112         group-name-at-point.
14113         (gnus-group-completing-read): New function that offers decoded
14114         non-ASCII group names for completion.
14115         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14116         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14117         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14118         (gnus-group-fetch-control): Use it.
14119         (gnus-fetch-group): Use group-name-at-point for the initial value
14120         rather than the default value; use gnus-alive-p.
14121
14122         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14123         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14124         (gnus-summary-post-news): Use gnus-group-completing-read.
14125
14126         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14127         (gnus-read-move-group-name): Decode group name for completion.
14128
14129 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14132         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14133         Yamaoka slightly modified the code).
14134
14135 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14138         (nnmail-split-incoming): Bind it.
14139
14140         * nnml.el (nnml-group-name-charset): New function.
14141         (nnml-decoded-group-name): Use it; don't decode group name if
14142         nnmail-group-names-not-encoded-p is non-nil.
14143         (nnml-encoded-group-name): New function.
14144         (nnml-group-pathname): Inline nnml-decoded-group-name.
14145         (nnml-request-expire-articles): Decode group name in message.
14146         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14147         nnmail-pathname-coding-system.
14148         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14149         not decoded ones according to nnmail-group-names-not-encoded-p.
14150         (nnml-generate-active-info): Use nnml-encoded-group-name.
14151
14152 2007-08-08  Glenn Morris  <rgm@gnu.org>
14153
14154         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14155         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14156         doc-strings and comments.
14157
14158 2007-07-25  Glenn Morris  <rgm@gnu.org>
14159
14160         * Relicense all FSF files to GPLv3 or later.
14161
14162 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-sum.el (gnus-summary-move-article):
14165         Make gnus-summary-respool-article work.
14166
14167 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14168
14169         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14170         string.
14171
14172 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14173
14174         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14175         that should be ignored when comparing distant RSS articles with local
14176         ones.
14177         (nnrss-make-hash-index): New function.  Create a hash index according
14178         to the ignored fields.
14179         (nnrss-check-group): Use it.
14180
14181 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14182
14183         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14184
14185         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14186
14187         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14188         the new optional argument ENCODED is non-nil.
14189         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14190         coding system for encoding group name.
14191         (gnus-group-make-rss-group): Pass un-encoded group name to
14192         gnus-group-make-group.
14193         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14194         encoded.
14195
14196         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14197         Encode group name to which articles are moved or copied.
14198         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14199         coding system for encoding Newsgroup, Followup-To and Xref headers.
14200
14201         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14202         marks; use nnheader-file-coding-system to write a file.
14203         (nnagent-retrieve-headers): Bind file-name-coding-system to
14204         nnmail-pathname-coding-system.
14205
14206         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14207
14208         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14209         (nnml-request-article, nnml-request-create-group)
14210         (nnml-request-rename-group, nnml-find-id)
14211         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14212         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14213         (nnml-save-marks): Use nnml-group-pathname instead of
14214         nnmail-group-pathname.
14215
14216         (nnml-request-create-group, nnml-request-expire-articles)
14217         (nnml-request-move-article, nnml-request-delete-group)
14218         (nnml-deletable-article-p, nnml-possibly-create-directory)
14219         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14220         (nnml-open-marks): Bind file-name-coding-system to
14221         nnmail-pathname-coding-system.
14222
14223         (nnml-request-article): Pass server argument to nnml-find-group-number.
14224         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14225         Pass server argument to nnml-possibly-create-directory.
14226         (nnml-request-accept-article): Pass server argument to
14227         nnml-active-number and nnml-save-mail.
14228         (nnml-find-group-number): Pass server argument to nnml-find-id.
14229         (nnml-request-update-info): Pass server argument to
14230         nnml-marks-changed-p.
14231
14232         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14233         (nnml-save-mail, nnml-active-number): Add server argument.
14234
14235         (nnml-request-delete-group): Warn if group is missing.
14236         (nnml-get-nov-buffer): Decode group name.
14237         (nnml-generate-active-info): Encode group name.
14238         (nnml-open-marks): Decode group name in messages.
14239
14240 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14243         if it is not specified.
14244         (gnus-article-pipe-part, gnus-article-save-part)
14245         (gnus-article-interactively-view-part, gnus-article-copy-part)
14246         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14247         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14248         (gnus-article-replace-part, gnus-article-delete-part)
14249         (gnus-article-view-part-as-type): Pass raw prefix argument to
14250         gnus-article-part-wrapper.
14251
14252 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-agent.el (gnus-agent-save-active):
14255         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14256
14257         * gnus-cache.el (gnus-cache-save-buffers)
14258         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14259         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14260         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14261         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14262         (gnus-cache-generate-active, gnus-cache-rename-group)
14263         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14264         (gnus-cache-update-overview-total-fetched-for):
14265         Bind file-name-coding-system to nnmail-pathname-coding-system.
14266         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14267         New variables.
14268         (gnus-cache-decoded-group-name): New function.
14269         (gnus-cache-file-name): Use it.
14270         (gnus-cache-generate-active): Use non-decoded group name for active.
14271
14272         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14273         right place.
14274         (gnus-write-active-file): Don't break non-ASCII group names.
14275
14276         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14277         nnmail-pathname-coding-system.
14278
14279         * lpath.el: Bind default-file-name-coding-system,
14280         file-name-coding-system and language-info-alist for XEmacs.
14281
14282         * gnus-uu.el (gnus-uu-decode-save): Typo.
14283
14284 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14287
14288 2007-07-14  David Kastrup  <dak@gnu.org>
14289
14290         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14291         finishing actions if we did not edit the article.
14292
14293 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14296         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14297         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14298         (gnus-agent-flush-group, gnus-agent-flush-cache)
14299         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14300         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14301         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14302         (gnus-agent-regenerate-group)
14303         (gnus-agent-update-files-total-fetched-for)
14304         (gnus-agent-update-view-total-fetched-for):
14305         Bind file-name-coding-system to nnmail-pathname-coding-system.
14306         (gnus-agent-group-pathname): Don't encode file names by
14307         nnmail-pathname-coding-system.
14308         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14309         coding-system-for-write instead of buffer-file-coding-system to
14310         gnus-agent-file-coding-system.
14311
14312         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14313         Decode group name.
14314
14315         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14316
14317         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14318         (gnus-read-newsrc-el-file): Make group names unibyte.
14319
14320         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14321         nnmail-pathname-coding-system.
14322
14323         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14324         (nnrss-request-delete-group): Bind file-name-coding-system to
14325         nnmail-pathname-coding-system.
14326         (nnrss-read-server-data, nnrss-read-group-data):
14327         Bind file-name-coding-system correctly.
14328         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14329
14330         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14331         (nntp-server-to-method-cache): New variable.
14332         (nntp-group-pathname): New function that decodes non-ASCII group names.
14333         (nntp-possibly-create-directory, nntp-marks-changed-p)
14334         (nntp-save-marks, nntp-open-marks): Use it.
14335         (nntp-possibly-create-directory, nntp-open-marks):
14336         Bind file-name-coding-system to nnmail-pathname-coding-system.
14337         (nntp-open-marks): Decode group names when bootstrapping marks.
14338
14339         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14340         Newsgroups and Followup-To headers.
14341
14342 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14345         (gnus-server-closed-face, gnus-server-denied-face)
14346         (gnus-server-offline-face): Remove variable.
14347         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14348
14349         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14350         of modifying message-stack directly for XEmacs.
14351
14352         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14353         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14354         if the coding-system argument is nil for XEmacs.
14355
14356         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14357         mm-charset-override-alist.
14358
14359         * rfc2047.el: Don't require base64; require rfc2045 for the function
14360         rfc2045-encode-string.
14361         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14362         to quote the parameter value.
14363
14364 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14367         form in gnus-group-name-charset-method-alist.
14368
14369         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14370         overrides the default layout edit-form.
14371
14372         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14373
14374         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14375
14376 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14379         as unfetched articles.
14380
14381 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14384
14385 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14388         original back end that keeps marks in the local system.
14389
14390 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14393         arg of pop-to-buffer for XEmacs.
14394         (gnus-article-read-summary-keys): Ditto; don't restore window
14395         configuration if summary command ends up with neither article buffer
14396         nor summary buffer; describe bindings if summary keys end with C-h.
14397
14398 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14399
14400         * message.el (message-fix-before-sending): Skip raw message part to be
14401         forwarded while checking illegible text.
14402         (message-forward-make-body-mime, message-forward-make-body):
14403         Mark signed or encrypted raw message as having no illegible text.
14404
14405 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14408         (gnus-message-with-timestamp-1): New macro.
14409         (gnus-message-with-timestamp): New function.
14410         (gnus-message): Use them.
14411
14412         * nnheader.el (nnheader-message): Use them.
14413
14414 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14417         .newsrc.eld file.
14418
14419 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-agent.el (gnus-agent-fetch-headers)
14422         (gnus-agent-retrieve-headers):
14423         Bind gnus-decode-encoded-address-function to identity.
14424
14425         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14426         available also when the server returns simply a dot.
14427
14428         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14429
14430 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14433
14434 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-ems.el (gnus-x-splash): Make it work.
14437
14438         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14439         from being used.
14440
14441         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14442
14443 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14446         4th and the 5th arguments.
14447
14448         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14449         the front stickiness.
14450         (gnus-article-summary-command-nosave): Correct the order of the
14451         arguments passed to pop-to-buffer.
14452         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14453         summary command ends up with the article buffer.
14454
14455         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14456         the same faces.
14457
14458 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14459
14460         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14461
14462 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14463
14464         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14465         * gnus-sum.el (gnus-summary-highlight):
14466         * pgg.el (pgg-sign-region, pgg-sign):
14467         * mail-source.el (mail-source-delete-old-incoming-confirm):
14468         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14469
14470 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (gnus-mime-view-part-externally)
14473         (gnus-mime-view-part-internally): Fix predicate function passed to
14474         completing-read.
14475
14476         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14477
14478         * gnus.el (gnus-update-message-archive-method): Add :version.
14479
14480 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus.el (gnus-update-message-archive-method): New variable.
14483
14484         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14485         according to gnus-message-archive-method if
14486         gnus-update-message-archive-method is non-nil.
14487
14488 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14491         Suggested by Loic Dachary <loic@dachary.org>.
14492         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14493
14494 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * message.el (message-pop-to-buffer): Add switch-function argument.
14497         (message-mail): Pass switch-function argument to it.
14498
14499 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14502         Improve doc string.
14503
14504 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14507         (gnus-header-content):
14508         * gnus-cite.el (gnus-cite-10):
14509         * gnus-srvr.el (gnus-server-closed):
14510         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14511         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14512         (gnus-group-mail-3-empty, gnus-group-mail-low)
14513         (gnus-group-mail-low-empty, gnus-splash):
14514         * message.el (message-header-to, message-header-cc)
14515         (message-header-subject, message-header-other, message-header-name)
14516         (message-header-xheader, message-separator, message-cited-text)
14517         (message-mml): Lighten colors of faces used for dark background.
14518
14519 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14520
14521         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14522         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14523
14524 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * message.el (message-narrow-to-headers-or-head):
14527         Ignore mail-header-separator in the body.
14528
14529 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14532         same as window size.
14533
14534 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14535
14536         * message.el (message-font-lock-keywords): Use message-header-xheader
14537         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14538         ahead of the anything pattern, to get it recognized.
14539
14540 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14543         spam.el loads uses it in the compiled defadvice form.
14544
14545 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14546
14547         * gnus-sum.el (gnus-articles-to-read)
14548         (gnus-summary-insert-old-articles): Don't truncate group name for
14549         `read-string'.
14550
14551         * gnus-util.el (gnus-limit-string): Delete this function.
14552
14553         * gnus-sum.el (gnus-simplify-subject-fully):
14554         Use `truncate-string-to-width' instead.
14555
14556 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14557
14558         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14559         Tell if, on summary exit, the next group has to be selected.
14560         (gnus-summary-exit): Use it.
14561
14562 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14565         non-break space.
14566
14567 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14570         Check if group is not a directory.
14571         (nnfolder-request-expire-articles): Don't delete articles if the target
14572         group is not available.
14573
14574         * nnml.el (nnml-request-create-group): Properly check if group is not a
14575         file.
14576         (nnml-request-expire-articles): Don't delete articles if the target
14577         group is not available.
14578
14579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14580         Don't quote characters that are within parentheses.
14581
14582 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14585         (gnus-handle-ephemeral-exit): Select article according to it.
14586
14587 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * message.el (message-insert-formated-citation-line): Remove newline.
14590         (message-citation-line-format): Add final \n here so that the user can
14591         avoid a blank line.
14592
14593 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14594
14595         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14596         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14597         Update lanl/arXiv support.
14598
14599 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus.el: Bump version number.
14602
14603 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * gnus.el (gnus-version-number): Bump version.
14606
14607 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14608
14609         * gnus.el: No Gnus v0.6 is released.
14610
14611 2007-04-27  Didier Verna  <didier@xemacs.org>
14612
14613         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14614         * gmm-utils.el (gmm-regexp-concat): ... here.
14615         * message.el: Don't require 'gnus-util.
14616         (message-dont-reply-to-names): Handle name change above.
14617         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14618
14619 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14622         since the initial value varies according to the system.
14623
14624 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14627
14628 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14629
14630         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14631
14632 2007-04-24  Didier Verna  <didier@xemacs.org>
14633
14634         Improve the type of gnus-ignored-from-addresses.
14635         * gnus-util.el (gnus-orify-regexp): New function.
14636         * message.el (gnus-util): Require it.
14637         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14638         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14639         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14640
14641 2007-04-24  Didier Verna  <didier@xemacs.org>
14642
14643         * gnus-sum.el:
14644         * gnus-utils.el: Fix some trailing whitespaces.
14645
14646 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14649         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14650         article's Message-ID; refer parent article in summary buffer.
14651
14652         * message.el (message-bounce): Call mime-to-mml.
14653
14654         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14655         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14656         optimize and/or forms properly.
14657
14658 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14661         URL.
14662
14663 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14666
14667 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14670         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14671         displayed of multipart/alternative part if it is invoked from summary
14672         buffer.
14673
14674         * mm-view.el (mm-inline-text-html-render-with-w3m)
14675         (mm-inline-text-html-render-with-w3m-standalone)
14676         (mm-inline-render-with-function): Use mail-parse-charset by default.
14677
14678 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14679
14680         * parse-time.el (parse-time-string-chars): Check if CHAR
14681         is less than the length of parse-time-syntax.
14682
14683 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14686         from gnus-newsgroup-processable.
14687
14688 2007-04-16  Didier Verna  <didier@xemacs.org>
14689
14690         * gnus-msg.el (gnus-configure-posting-styles):
14691         Handle message-signature-directory properly with :file syntax.
14692         Reported by "Leo".
14693
14694 2007-04-11  Didier Verna  <didier@xemacs.org>
14695
14696         New user option: message-signature-directory.
14697         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14698         * message.el (message-insert-signature): Ditto.
14699         * message.el (message-signature-file): Doc update.
14700         * message.el (message-signature-directory): New.
14701
14702 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-msg.el (gnus-inews-yank-articles):
14705         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14706
14707 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * message.el (message-yank-original): Make sure cited text ends with
14710         newline; don't exchange point and mark.
14711
14712 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14713
14714         * tls.el (open-tls-stream): Properly handle case where there
14715         is no associated buffer.
14716
14717 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14718
14719         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14720         message-yank-original, make sure (< mark TEXT point).
14721
14722 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * message.el (message-fill-column): New variable.
14725         (message-mode): Use it.  Add comment on a possible new hook.
14726
14727         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14728         (nnmail-get-new-mail): Reformat.
14729
14730         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14731
14732         * gmm-utils.el: Fix Commentary.
14733         (gmm-tool-bar-from-list): Fix typo in doc string.
14734
14735 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14736
14737         * message.el (message-yank-original): Don't switch point and mark
14738         unnecessarily to put point and mark as documented.
14739
14740 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14741
14742         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14743         from the message heads.
14744
14745 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14746
14747         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14748         article buffer does not have a window.  This may not be the best
14749         solution but is certainly better than setting the start of the null,
14750         that is the current, window.
14751
14752 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14755         (gnus-draft-setup): Run it.
14756
14757         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14758         gnus-score-fast-scoring.  Allow regexp.
14759         (gnus-score-headers): Use it.
14760
14761         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14762         XEmacs.
14763
14764         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14765         string.
14766         (gnus-button-alist): Also catch `<f1> k ...'.
14767         (gnus-treat-display-x-face): Fix doc string.
14768
14769 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14770
14771         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14772         evaluation of gnus-extended-version to ensure correct generation of the
14773         User-Agent header when message-generate-headers-first is used.
14774
14775 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14776
14777         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14778         hashcash-path is nil.  Don't call callback with incorrect number of
14779         parameters if val is 0.
14780
14781 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14782
14783         * message.el (message-required-news-headers):
14784         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14785
14786 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14787
14788         * tls.el (open-tls-stream): In handshake-waiting loop,
14789         don't wait more if there is output available to process.
14790
14791 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14792
14793         * tls.el (tls-program): Doc fix.
14794
14795 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * message.el (message-generate-new-buffers): Change the meaning of the
14798         nil value; add `standard' to the choices; treat t as `unique'; improve
14799         doc string.
14800         (gnus-select-frame-set-input-focus): Autoload.
14801         (message-buffer-name): Search for the existing message buffer if
14802         message-generate-new-buffers is nil or `standard'; treat the value t of
14803         message-generate-new-buffers as `unique'.
14804         (message-pop-to-buffer): Raise the frame already displaying the message
14805         buffer; clear the echo area after querying.
14806         (message-setup): Pass the `continue' argument to compose-mail.
14807         (message-mail): Prefer `switch-function' if it is given; search for the
14808         existing message buffer if the `continue' argument is non-nil; pass
14809         continue and switch-function arguments to compose-mail by way of
14810         message-setup.
14811         (message-mail-other-window): Adjust argument of message-setup.
14812         (message-mail-other-frame): Ditto.
14813
14814 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14817         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14818         to turn font-lock on when turning gnus-message-citation-mode on.
14819
14820 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14821
14822         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14823         (mml-smime-function-alist): New variable; add epg as the backend.
14824         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14825         mml-smime- functions instead.
14826         * mm-view.el: Require smime.
14827
14828 2007-03-05  Didier Verna  <didier@xemacs.org>
14829
14830         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14831         instead of just inheritance for posting styles.
14832         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14833
14834 2007-02-24  Chris Moore  <dooglus@gmail.com>
14835
14836         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14837         * pgg-pgp.el (pgg-pgp-encrypt-region):
14838         * pgg-gpg.el (pgg-gpg-encrypt-region):
14839         Check pgg-encrypt-for-me if no other recipients.
14840
14841 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14842
14843         * tls.el (tls-certtool-program): Fix custom type.
14844
14845 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14848         and point-at-eol instead of line-(beginning|end)-position.
14849
14850         * assistant.el (assistant-parse-buffer): Ditto.
14851
14852         * netrc.el (netrc-parse-services): Ditto.
14853
14854 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14855
14856         * mml2015.el (mml2015-epg-find-usable-key): New function.
14857         (mml2015-epg-sign): Use it.
14858         (mml2015-epg-encrypt): Use it.
14859
14860 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * message.el (message-make-in-reply-to): Quote name containing
14863         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14864         if there are special characters.  Reported by NAKAJI Hiroyuki
14865         <nakaji@jp.freebsd.org>.
14866
14867 2007-02-27  Didier Verna  <didier@xemacs.org>
14868
14869         Include the group parameters as well as the topic ones in the
14870         inheritance filter process.
14871         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14872         argument GROUP-PARAMS-LIST.
14873         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14874
14875 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * nntp.el (nntp-never-echoes-commands)
14878         (nntp-open-connection-functions-never-echo-commands): New variables.
14879         (nntp-send-command): Use them.
14880
14881 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14882
14883         * mml2015.el (mml2015-epg-verify): Simplify.
14884
14885 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * mml.el (mml-content-disposition-alist): New user option.
14888         (mml-content-disposition): New function.
14889         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14890         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14891
14892 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14893
14894         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14895         verification.
14896
14897 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14898
14899         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14900         articles posted in the last 24 hours.
14901
14902 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14903
14904         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14905
14906 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14907
14908         * nntp.el (nntp-send-command): Don't wait for echoes when
14909         nntp-open-ssl-stream is used.
14910
14911 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14914         (gnus-message-add-citation-keywords)
14915         (gnus-message-remove-citation-keywords): Remove.
14916         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14917         directly, make the variables in font-lock-defaults buffer-local, add
14918         gnus-message-citation-keywords to them and then update the value of
14919         font-lock-keywords.
14920
14921 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * message.el (message-cite-original-1): Don't call
14924         gnus-article-highlight-citation.
14925
14926         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14927         citations; fix line count.
14928
14929 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14932         (gnus-message-add-citation-keywords)
14933         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14934         versions of font-lock-add-keywords and font-lock-remove-keywords to
14935         work with XEmacs correctly.
14936
14937 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-cite.el (gnus-cite-face-list): Set the values of
14940         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14941         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14942         (gnus-message-cite-prefix-regexp): New variable.
14943         (gnus-message-search-citation-line): Use it; protect against long
14944         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14945         the 0th match data for Emacs.
14946         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14947         (gnus-message-add-citation-keywords): Append keywords rather than
14948         prepending; emulate font-lock-add-keywords if it is not available.
14949         (gnus-message-remove-citation-keywords):
14950         Emulate font-lock-remove-keywords if it is not available.
14951
14952         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14953
14954         * message.el (message-cite-prefix-regexp): Set the value of
14955         gnus-message-cite-prefix-regexp.
14956
14957 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14958
14959         * nnweb.el (nnweb-google-parse-1): Update parser.
14960
14961 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14962
14963         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14964
14965 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14966
14967         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14968         regexp.
14969
14970 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14973         string-to-multibyte.
14974         (uudecode-decode-region-internal): Use it.
14975
14976         * lpath.el: Fbind string-as-multibyte for XEmacs.
14977
14978 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14981         Fix custom choice.
14982
14983         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14984
14985 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14986
14987         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14988
14989         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14990         `write-region' to respect `mm-inhibit-file-name-handlers'.
14991
14992 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14995         Use gnus-home-directory instead of "~/" or "$HOME".
14996
14997 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15000         to mention filename.
15001         Add comments at beginning regarding usage.
15002         (encrypt-write-file-contents): Change interactive so a string is
15003         acceptable.  If the file has no associated model, show an error instead
15004         of a nonsense prompt.
15005
15006 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15007
15008         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15009         Thanks to Yoshihiko Yamada for kind notification of this typo.
15010
15011 2007-01-12  Kenichi Handa  <handa@m17n.org>
15012
15013         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15014         multibyte buffer.
15015
15016 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15017
15018         * gnus-score.el (gnus-score-fast-scoring): New variable.
15019         (gnus-score-headers): Use it.
15020
15021         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15022
15023         * message.el (message-cite-original-1):
15024         Call gnus-article-highlight-citation if requested.
15025         (message-make-from): Allow name and address as optional arguments.
15026
15027         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15028
15029         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15030         bugs to doc string.
15031         (gnus-button-alist): Add mid\\|message-id.
15032         (gnus-button-fetch-group): Extend for use in
15033         `browse-url-browser-function'.
15034         (gnus-button-url-regexp): Try to catch paired parentheses like in
15035         Wikipedia URLs.
15036
15037         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15038         Suggested by Simon Krahnke <overlord@gmx.li>.
15039
15040 2007-01-13  Romain Francoise  <romain@orebokech.com>
15041
15042         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15043         Update copyright.
15044
15045 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15046
15047         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15048
15049 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15050
15051         * gnus-registry.el (gnus-registry-unfollowed-groups)
15052         (gnus-registry-split-fancy-with-parent): Fix documentation.
15053
15054 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15055
15056         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15057         from nnweb groups.
15058
15059 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060
15061         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15062         Xref urls.  Erase buffer before requesting head.
15063
15064         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15065
15066 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15069         customizable.
15070
15071 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15072
15073         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15074         no signing key is found.
15075         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15076         no encrypting and/or signing key is found.
15077
15078 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15081
15082 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15083
15084         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15085         headers read from disk with the ones newly found in the current search.
15086         This should no longer cause problems, because the article numbers in
15087         Gmane's `nov.php' output are ignored since the previous change.
15088
15089 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15090
15091         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15092
15093 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15096         replace-regexp-in-string; bind url-version; fbind display-images-p and
15097         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15098         find-face and set-itimer-function for Emacs; bind itimer-list for
15099         Emacs.
15100
15101         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15102
15103 2007-01-01  Romain Francoise  <romain@orebokech.com>
15104
15105         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15106
15107 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15108
15109         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15110         `define-minor-mode' macro definition expanded properly.
15111         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15112         exclude it there.
15113
15114         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15115         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15116         `fboundp' test.
15117         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15118         This is OK to autoload in (S)XEmacs now.
15119
15120 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15121
15122         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15123         keystroke.
15124         (gnus-summary-limit-to-singletons): Fix typo.
15125
15126         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15127         else fails.
15128
15129 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15130
15131         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15132         docstring.
15133
15134         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15135         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15136         (gnus-summary-insert-dormant-articles): Fix typo in message.
15137
15138 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15141         nil for XEmacs.
15142         (gnus-message-citation-mode): Don't autoload in XEmacs.
15143
15144         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15145
15146 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15147
15148         * nnimap.el (nnimap-expunge-search-string):
15149         Mention nnimap-search-uids-not-since-is-evil in docstring.
15150
15151 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15152
15153         * spam.el: Revert to make-obsolete-variable because
15154         define-obsolete-variable-alias is not supported in Emacs 21.
15155
15156         * spam.el (spam-ifile-path, spam-ifile-database-path)
15157         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15158         make-obsolete-variable.
15159         (spam-bsfilter-path, spam-bsfilter-program)
15160         (spam-spamassassin-path, spam-spamassassin-program)
15161         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15162         Don't use "path" inappropriately.
15163         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15164         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15165         variable names.
15166
15167 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15168
15169         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15170         summary buffer.
15171
15172         * password.el (password-cache-remove): Use clear-string to burn
15173         password, if available.
15174
15175 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15176
15177         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15178
15179         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15180
15181         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15182         (gnus-message-highlight-citation): Move defcustom here from
15183         gnus-cite.el.
15184         (gnus-message-citation-mode): Autoload.
15185
15186         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15187         checks to make it compile with XEmacs.
15188         (gnus-message-citation-mode): New minor mode.
15189         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15190         (gnus-message-highlight-citation): New variables.
15191         (gnus-message-search-citation-line)
15192         (gnus-message-add-citation-keywords)
15193         (gnus-message-remove-citation-keywords)
15194         (turn-on-gnus-message-citation-mode)
15195         (turn-off-gnus-message-citation-mode): New functions.
15196
15197 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15198
15199         * gnus-cite.el: Enable highlighting of different citation levels in
15200         message-mode.
15201
15202 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15203
15204         * message.el (message-make-fqdn): Fix comment.
15205         (message-bogus-system-names): Add ".local".
15206
15207         * spam.el (spam-ifile-path, spam-ifile-program)
15208         (spam-ifile-database-path, spam-ifile-database)
15209         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15210         Don't use "path" inappropriately.
15211         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15212         strings.
15213         (spam-check-ifile, spam-ifile-register-with-ifile)
15214         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15215         Use new variable names.
15216
15217         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15218         (gnus-treat-display-smileys): Simplify using
15219         gnus-image-type-available-p.
15220
15221         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15222         available.
15223
15224         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15225         Use `display-images-p' if available.
15226
15227 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15230         one after turning on the buffer's multibyteness instead of decoding
15231         them directly in the unibyte buffer that causes unexpected conversion
15232         in Emacs 23 (unicode).
15233
15234 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15235
15236         * message.el (message-generate-hashcash): Fix custom type.
15237
15238 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15241
15242 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15243
15244         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15245         disconnect icons.  Add help text.
15246
15247 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15248
15249         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15250         negated to be consistent with the others we handle.
15251
15252 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15253
15254         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15255         version of gnus-summary-buffer to something, so that we can use two
15256         article buffers at the same time.
15257
15258 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15259
15260         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15261         trigger all the extra headers.
15262         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15263         sorting.
15264
15265 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15266
15267         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15268         solid groups.
15269
15270 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15271
15272         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15273
15274 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15275
15276         * legacy-gnus-agent.el: Add Copyright notice.
15277
15278 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15279
15280         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15281
15282 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15283
15284         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15285
15286         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15287         to make it work reliably in CVS Emacs.
15288         (gnus-summary-limit-strange-charsets-predicate)
15289         (gnus-summary-limit-to-predicate): New functions.
15290
15291 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15292
15293         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15294         specifying array size.
15295         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15296         array if it is too small.
15297         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15298         (gnus-sort-threads-loop): New function.
15299
15300 2006-12-06  Chris Moore  <dooglus@gmail.com>
15301
15302         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15303         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15304
15305 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15306
15307         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15308         options.
15309
15310 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15311
15312         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15313         DOS-ing the recipient.
15314
15315         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15316         the headers when creating the mapping to avoid mismappings.
15317         (nnweb-gmane-create-mapping): Always nix out old mapping.
15318
15319 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15320
15321         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15322         and mm-verify-option to never.
15323
15324 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * message.el (message-signed-or-encrypted-p): New function.
15327         (message-forward-make-body): Use it.
15328
15329         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15330         Replace encode-coding-string with mm-encode-coding-string.
15331
15332 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * nneething.el (nneething-decode-file-name):
15335         Replace decode-coding-string with mm-decode-coding-string.
15336
15337         * gnus-int.el (gnus-open-server): Say failed server's name.
15338
15339 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15340
15341         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15342         strings to a single string.  Quote `errors-file-name'.
15343         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15344         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15345         Adjust calls.  Use `shell-quote-argument'.
15346
15347 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15348
15349         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15350         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15351
15352         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15353         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15354         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15355         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15356         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15357         (gnus-subscribe-newsgroup, gnus-1):
15358         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15359         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15360         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15361         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15362
15363 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15364
15365         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15366         keystroke.
15367         (gnus-summary-limit-to-bodies): Implement headersp.
15368
15369 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15372
15373 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15376
15377 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378
15379         * message.el (message-generate-hashcash): Expand range of values to
15380         include `opportunistic'.
15381         (message-send-mail): Use it.
15382
15383 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15384
15385         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15386         and comment it.
15387
15388         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15389
15390 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15391
15392         * gnus-util.el (gnus-extract-address-components): Improve comment.
15393
15394 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-util.el (gnus-extract-address-components): Work with address in
15397         which the name portion contains @.
15398
15399         * lpath.el: Fbind custom-autoload.
15400
15401 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * gnus.el (gnus-start): Move custom group up.
15404         (gnus-select-method): Don't autoload, but make it available for
15405         `customize-variable'.
15406         (gnus-getenv-nntpserver): Don't autoload.
15407
15408 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15409
15410         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15411
15412 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * message.el (message-sendmail-extra-arguments): New variable.
15415         (message-send-mail-with-sendmail): Use it.
15416
15417 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15420         mm-with-unibyte-current-buffer to make string unibyte.
15421
15422         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15423         mm-string-as-multibyte.
15424
15425 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15426
15427         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15428         Reported by Werner Koch <wk@gnupg.org>.
15429
15430 2006-11-14  Daiki Ueno  <ueno@p360>
15431
15432         * mml2015.el: Autoload epa-select-keys when compiling.
15433
15434 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15435
15436         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15437         message-options.
15438         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15439
15440 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15441
15442         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15443         EasyPG (< 0.0.6).
15444         (mml2015-always-trust): New user option.
15445         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15446         prompt.
15447
15448 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * nntp.el (nntp-authinfo-force): New variable.
15451         (nntp-send-authinfo): Use it.
15452
15453 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15456         decode encoded words.  Improve prompt.  Add comment about forwarding.
15457         (message-replacement-char): Move up.
15458
15459 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15460
15461         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15462         instead of gnus-intersection because arguments of gnus-sorted-nunion
15463         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15464
15465 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15468         (message-simplify-subject-functions):
15469         Enable message-strip-subject-encoded-words by default.
15470
15471 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * message.el (message-strip-subject-encoded-words): New function.
15474         (message-simplify-subject-functions): New variable.
15475         (message-simplify-subject): Use it.  Fix typo in doc string.
15476         Support message-strip-subject-encoded-words.
15477
15478 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15479
15480         * gnus-diary.el (gnus-diary-delay-format-function):
15481         * nndiary.el (nndiary-reminders):
15482         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15483
15484 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * gnus-art.el (article-hide-boring-headers): Fetch date from
15487         gnus-original-article-buffer to avoid problems with localized date
15488         strings.
15489
15490 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15493
15494 2006-10-29  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         (mm-charset-synonym-alist, mm-charset-override-alist):
15502         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15503
15504 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15507
15508 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15511         with Emacs 21 and XEmacs.
15512
15513 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * spam.el (spam-parse-address): New function for better parsing,
15516         catching errors, etc.
15517         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15518
15519 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * mm-view.el: Add interactive arg to html2text autoload.
15522
15523 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15524
15525         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15526
15527 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15530         New variables.
15531         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15532         (mm-charset-synonym-alist): Move some entries to
15533         mm-codepage-iso-8859-list.
15534
15535         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15536
15537 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * message.el (message-citation-line-format)
15540         (message-insert-formated-citation-line): Fix implementation of %E, %N
15541         and %n according to the doc string.
15542
15543 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15546         Use car-safe to avoid bad parses.
15547
15548 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15551         names.
15552
15553         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15554
15555 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15558         header.
15559
15560         * message.el (message-draft-headers): Add Date.
15561         (message-headers-to-generate): Fix typo in docstring.
15562
15563         * nndraft.el (nndraft-required-headers): New variable.
15564         (nndraft-generate-headers): Use it.
15565
15566         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15567
15568 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15569
15570         * gnus-registry.el (gnus-registry-wash-for-keywords)
15571         (gnus-registry-find-keywords): New functions to allow easy searching of
15572         articles that are in the registry.
15573
15574 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15577         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15578         Reported by Damien Elmes <damien@repose.cx>.
15579
15580 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus.el (gnus-mime): Remove unused custom group.
15583
15584 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15585
15586         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15587         "blank line" when searching for end of armor headers.
15588
15589 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gmm-utils.el (gmm-write-region): Fix variable name.
15592
15593 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15594
15595         * gmm-utils.el (gmm-write-region): New function based on compatibility
15596         code from `mm-make-temp-file'.
15597
15598         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15599
15600         * nnmaildir.el (nnmaildir--update-nov)
15601         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15602         Use `gmm-write-region'.
15603
15604 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15607         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15608
15609         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15610
15611         * message.el (message-replacement-char): New variable.
15612         (message-fix-before-sending): Use it.
15613         (message-simplify-subject): New function to remove duplicate code.
15614         (message-reply, message-followup): Use it.
15615
15616         * gnus-sum.el (gnus-summary-make-menu-bar):
15617         Clarify gnus-summary-limit-to-articles.
15618
15619 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-util.el (gnus-with-local-quit): New macro.
15622
15623         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15624
15625 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15626
15627         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15628         ignore non-string data.
15629
15630 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15631
15632         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15633         non-string data (needs to be done in the registry too).
15634
15635 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15636
15637         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15638         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15639         (gnus-registry-split-fancy-with-parent)
15640         (gnus-registry-fetch-simplified-message-subject-fast)
15641         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15642         Remove text properties on ingress into the registry and when it's saved.
15643         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15644         registry from entries with no groups.
15645
15646 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15649         function to remove string properties.
15650
15651 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * gmm-utils.el (gmm): Adjust custom version.
15654
15655         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15656         Adjust custom version.
15657
15658         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15659
15660 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-art.el (gnus-insert-prev-page-button)
15663         (gnus-insert-next-page-button): Simplify.  Reformat.
15664
15665 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15666
15667         * gnus-art.el (gnus-insert-prev-page-button)
15668         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15669
15670 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15671
15672         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15673
15674 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15675
15676         * gnus-art.el (gnus-insert-mime-button)
15677         (gnus-insert-mime-security-button):
15678         Apply gnus-article-button-face to MIME and security buttons.
15679
15680 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15681
15682         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15683         readable.
15684
15685 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15688
15689 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15690
15691         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15692         `browse-url-of-file' instead of `browse-url'.
15693
15694 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15695
15696         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15697         regexp.  Articles containing quotation were cut prematurely.
15698
15699 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * message.el (message-cite-original-1): Use nobody by default for the
15702         value of From header.
15703         (message-reply): Ditto.
15704
15705 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15706
15707         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15708         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15709         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15710
15711 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15714         mails in the doc string.  Add some URLs in comment.
15715         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15716
15717 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15720         backslashes handling and the way to find boundaries of quoted strings.
15721
15722 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15723
15724         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15725         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15726         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15727         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15728
15729 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15732         doc string.
15733         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15734
15735 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * lpath.el: Fbind epg-check-configuration.
15738
15739 2006-09-06  Simon Josefsson  <jas@extundo.com>
15740
15741         * mml2015.el (mml2015-use): Doc fix, mention epg.
15742
15743 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15744
15745         * mml2015.el (mml2015-use): Default to epg, if available.
15746
15747 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15748
15749         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15750         message-sender.
15751         (mml1991-epg-encrypt): Ditto.
15752         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15753         message-sender.
15754         (mml2015-epg-encrypt): Ditto.
15755
15756 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15757
15758         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15759         several common directories.
15760
15761 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15762
15763         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15764         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15765
15766 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-art.el (article-decode-encoded-words): Make it fast.
15769
15770 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15773
15774         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15775         in quoted string into `\'.
15776
15777 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15780         Use standard-syntax-table.
15781
15782 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (gnus-decode-address-function): New variable.
15785         (article-decode-encoded-words): Use it to decode headers which are
15786         assumed to contain addresses.
15787         (gnus-mime-delete-part): Remove useless `or'.
15788
15789         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15790         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15791         (gnus-nov-parse-line): Use it to decode From header.
15792         (gnus-get-newsgroup-headers): Ditto.
15793         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15794
15795         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15796         (mail-decode-encoded-address-string): New alias.
15797
15798         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15799         New function.
15800         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15801         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15802         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15803         (rfc2047-decode-string): Ditto.
15804         (rfc2047-decode-address-region): New function.
15805         (rfc2047-decode-address-string): New function.
15806
15807 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15808
15809         * message.el (message-caesar-buffer-body): Allow rotating headers.
15810
15811         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15812
15813         * message.el (message-insert-formated-citation-line): Fix %f.
15814         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15815
15816 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15819         (gnus-bookmark-mouse-available-p): New macro.
15820         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15821         (gnus-bookmark-bmenu-show-infos): Use it.
15822         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15823         (gnus-bookmark-bmenu-hide-infos): Ditto.
15824         (gnus-bookmark-remove-properties): New function.
15825         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15826         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15827         (gnus-bookmark-write-file): Bind coding-system-for-write.
15828         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15829         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15830         group before selecting it.
15831         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15832         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15833         quit-window if it is not available; use gnus-mouse-2 and bind it to
15834         gnus-bookmark-bmenu-select-by-mouse.
15835         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15836         (gnus-bookmark-bmenu-select-by-mouse): New function.
15837
15838 2006-08-13  Romain Francoise  <romain@orebokech.com>
15839
15840         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15841         space.
15842
15843 2006-08-10  Romain Francoise  <romain@orebokech.com>
15844
15845         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15846         (dns-mode-soa-auto-increment-serial): New user option.
15847         (dns-mode-soa-maybe-increment-serial): New function.
15848         (dns-mode): Add the latter to `write-contents-functions'.
15849
15850 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * compface.el (uncompface): Use binary rather than raw-text-unix.
15853
15854 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * compface.el (uncompface): Make sure the eol conversion doesn't take
15857         place when communicating with the external programs.
15858         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15859
15860 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15863
15864 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15865
15866         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15867         Make it more robust by parsing author and date independently.
15868
15869 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15872
15873 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15874
15875         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15876         first matching secret key.
15877         (mml2015-epg-encrypt): Ditto.
15878
15879         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15880         first matching secret key.
15881         (mml1991-epg-encrypt): Ditto.
15882
15883         * mml2015.el (mml2015-encrypt-to-self): New user option.
15884         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15885         mml2015-epg-encrypt-to-self is set.
15886
15887         * mml1991.el (mml1991-encrypt-to-self): New variable.
15888         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15889         mml1991-epg-encrypt-to-self is set.
15890
15891         * mml2015.el (mml2015-signers): New user option.
15892         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15893         (mml2015-epg-encrypt): Allow to select signing keys.
15894
15895         * mml1991.el (mml1991-signers): New variable.
15896         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15897         (mml1991-epg-encrypt): Allow to select signing keys.
15898
15899 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * nnheader.el (nnheader-insert-head): Make it work even if the file
15902         uses CRLF for the line-break code.
15903
15904 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15905
15906         * mml2015.el: Require mml-sec instead of password.
15907         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15908         (mml2015-cache-passphrase): Inherit the default value from
15909         mml-secure-cache-passphrase.
15910         (mml2015-passphrase-cache-expiry): Inherit the default value from
15911         mml-secure-passphrase-cache-expiry.
15912
15913         * mml1991.el: Require mml-sec instead of password.
15914         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15915         (mml1991-cache-passphrase): Inherit the default value from
15916         mml-secure-cache-passphrase.
15917         (mml1991-passphrase-cache-expiry): Inherit the default value from
15918         mml-secure-passphrase-cache-expiry.
15919
15920         * mml-sec.el: Require password.
15921         (mml-secure-verbose): New user option.
15922         (mml-secure-cache-passphrase): New user option.
15923         (mml-secure-passphrase-cache-expiry): New user option.
15924
15925 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15926             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15927
15928         * pgg-def.el (pgg-truncate-key-identifier):
15929         Truncate the key ID to 8 letters from the end.
15930
15931 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15932
15933         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15934         workaround for the url package included with Emacs.
15935
15936         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15937
15938 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15941         correctly.  This fixes a bug caused by the 2006-05-12 change.
15942
15943 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15944
15945         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15946         some information about the error when saying that the `bogus' mail
15947         group will be used.
15948
15949 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15952         string.
15953
15954 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15955
15956         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15957
15958 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15959
15960         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15961
15962 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15963
15964         * mml1991.el (mml1991-function-alist): Add epg.
15965         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15966         (mml1991-epg-encrypt): New functions.
15967
15968 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15969
15970         * mml2015.el (mml2015-verbose): New variable.
15971         (mml2015-cache-passphrase): Ditto.
15972         (mml2015-passphrase-cache-expiry): Ditto.
15973         (mml2015-function-alist): Add epg.
15974         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15975         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15976         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15977         New functions.
15978
15979 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15980
15981         * message.el (message-cite-original-1): Preserve region when removing
15982         quoted text due to X-No-Archive in order to avoid bogus attribution
15983         when citing multiple messages.
15984
15985 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15986
15987         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15988         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15989
15990 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * gnus-diary.el (gnus-user-format-function-d)
15993         (gnus-user-format-function-D): Autoload.
15994
15995         * imap.el (Commentary): Fix typo.
15996
15997         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15998         2006-04-22 contribution.
15999
16000 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16001
16002         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16003         It didn't really fix the bogosity I'm seeing with solid web groups.
16004
16005 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16006
16007         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16008         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16009         created using server names.  If we use the feature without declaring
16010         it, Gnus does not properly manage server and group state.
16011
16012         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16013         bound.
16014
16015 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16016
16017         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16018         looking up the method using GROUP's prefix before inventing a new one.
16019         It is used on killed/unknown groups in various places where returning
16020         an all-new method isn't expected by the caller.
16021
16022         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16023         and match semantics of gnus-group-real-prefix.
16024
16025 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * nnmail.el (nnmail-broken-references-mailers): New variable.
16028         (nnmail-ignore-broken-references): New function generalizing
16029         nnmail-fix-eudora-headers.
16030         (nnmail-fix-eudora-headers): Now obsolete.
16031
16032         * gnus-art.el (gnus-button-handle-custom):
16033         Support `customize-apropos*'.
16034
16035 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16038
16039         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16040         articles.
16041
16042 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16043
16044         * message.el (message-cite-reply-above): New variable.
16045         (message-yank-original): Use it.
16046
16047 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16050
16051 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16052
16053         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16054         as read.
16055
16056         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16057
16058 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16061         (gnus-bookmark-default-file): Use gnus-directory.
16062         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16063         Remove "*" in doc string.
16064         (gnus-bookmark-write-file): Simplify.
16065         (gnus-bookmark-maybe-sort-alist): Use `when'.
16066         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16067         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16068         Add FIXME about Emacs 21 and XEmacs compatibility.
16069         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16070         compatibility.
16071         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16072         compatibility.
16073         (gnus-bookmark-menu-heading): Fix version.
16074
16075 2006-06-19  Bastien Guerry  <bzg@altern.org>
16076
16077         * gnus-bookmark.el: New file.
16078
16079 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * message.el (message-syntax-checks): Doc fix.
16082
16083 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16084
16085         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16086         unsubscribed groups as if they were killed ones.  It causes duplicate
16087         entries in gnus-newsrc-alist.
16088
16089 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * message.el (message-syntax-checks): Doc fix.
16092         (message-send-mail): Add check for continuation headers.
16093         (message-check-news-header-syntax): Fix regexp used to check for
16094         continuation headers.
16095
16096 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16097
16098         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16099
16100 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16101
16102         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16103
16104 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16107         default-truncate-lines.
16108
16109 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16112         to fill the utf-8 entry.
16113
16114         * lpath.el: Fbind unicode-precedence-list.
16115
16116 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16117
16118         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16119
16120 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16121
16122         * gnus-agent.el (directory-files-and-attributes): Move all the way
16123         forward (the third and final move).
16124         (gnus-agent-read-agentview): Trap reconstruction errors due to
16125         nonexistent directory.  Handle by returning nil.
16126
16127 2006-05-30  Didier Verna  <didier@xemacs.org>
16128
16129         * message.el (message-dont-reply-to-names): Update the custom type.
16130         * message.el (message-dont-reply-to-names): New defsubst: potentially
16131         convert a list of regexps into a single one.
16132         * message.el (message-get-reply-headers): Use it.
16133         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16134
16135 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-agent.el (directory-files-and-attributes): Move forward.
16138
16139 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * gnus-ml.el (gnus-mailing-list-subscribe)
16142         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16143         (gnus-mailing-list-message): Fix doc strings.
16144
16145 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16146
16147         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16148         of doing it manually.
16149
16150 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16153         comment.
16154
16155 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16156
16157         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16158         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16159         (gnus-agent-read-local): All symbols allocated in my-obarray.
16160         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16161         (gnus-agent-regenerate-group): Check numeric names to see if they are
16162         messages or groups.
16163         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16164         better way of do this...)
16165
16166         * gnus-cache.el (gnus-agent-total-fetched-for):
16167         Ignore 'dummy.group' (there should be a better way of do this...)
16168
16169 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16172         (gnus-saved-headers): Ditto.
16173         (gnus-default-article-saver): Mention functions may have properties.
16174         (gnus-article-save): Override gnus-save-all-headers and
16175         gnus-saved-headers by :headers property which saver function may have.
16176         (gnus-summary-save-in-file): Add :headers property.
16177         (gnus-summary-write-to-file): Ditto.
16178
16179         * gnus-sum.el (gnus-summary-save-article): Bind
16180         gnus-prompt-before-saving to t when saving many articles in a file;
16181         always show all headers.
16182
16183         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16184
16185 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16186
16187         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16188         marks.
16189
16190         * message.el (message-indent-citation): Add optional arguments to allow
16191         using it outside of message buffers.
16192
16193         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16194         (gnus-article-treat-unfold-headers): Use it.
16195         (gnus-article-truncate-lines): New variable.
16196         (gnus-article-mode): Use it.
16197         (gnus-article-toggle-truncate-lines): New function.
16198
16199         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16200         Add gnus-article-toggle-truncate-lines.
16201
16202         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16203         coding system in XEmacs, use binary.
16204
16205 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16208         after-load-alist.
16209
16210         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16211         this function should save decoded articles.
16212         (gnus-summary-write-to-file): Use property to specify this function
16213         should save decoded articles and specify gnus-summary-save-in-file
16214         should be used to save articles other than the first one when saving
16215         many articles.
16216         (gnus-summary-save-body-in-file): Use property to specify this
16217         function should save decoded articles.
16218         (gnus-summary-write-body-to-file): Use property to specify this
16219         function should save decoded articles and specify
16220         gnus-summary-save-body-in-file should be used to save articles other
16221         than the first one when saving many articles.
16222
16223         * gnus-sum.el (gnus-summary-save-article): Simplify.
16224
16225 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-art.el (gnus-default-article-saver):
16228         Add gnus-summary-write-body-to-file.
16229         (gnus-article-save-coding-system): Don't use coding system object
16230         in XEmacs.
16231         (gnus-read-save-file-name): Add optional `dir-var' argument which
16232         specifies directory in which files are saved; work even if optional
16233         `variable' argument is not specified.
16234         (gnus-summary-write-to-file): Read file name.
16235         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16236         (gnus-summary-write-body-to-file): New function.
16237
16238         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16239         (gnus-summary-local-variables): Add it.
16240         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16241         (gnus-summary-save-article): Remove optional `decode' argument;
16242         determine whether to decode articles by the value of
16243         gnus-default-article-saver; when saving many files using
16244         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16245         it first and use gnus-summary-save-in-file or
16246         gnus-summary-save-body-in-file thereafter unless
16247         gnus-prompt-before-saving is always; move point to article which
16248         will be saved.
16249         (gnus-summary-save-article-file): Revert.
16250         (gnus-summary-write-article-file): Revert.
16251         (gnus-summary-save-article-body-file): Revert.
16252         (gnus-summary-write-article-body-file): New function.
16253
16254 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-default-article-saver): Doc fix.
16257         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16258         from gnus-summary-save-article-coding-system, and default to a
16259         certain coding system.
16260         (gnus-output-to-file): Add coding cookie and encode text according
16261         to gnus-article-save-coding-system; don't use mm-append-to-file.
16262
16263         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16264         gnus-art.el and rename to gnus-article-save-coding-system.
16265         (gnus-summary-save-article): Require gnus-art; don't show all
16266         headers if it decodes articles; don't add coding cookie here;
16267         don't bind mm-text-coding-system-for-write.
16268         (gnus-summary-save-article-file): Save decoded articles.
16269         (gnus-summary-write-article-file): When saving many files, use
16270         gnus-summary-write-to-file first and gnus-summary-save-in-file
16271         thereafter unless gnus-prompt-before-saving is always.
16272         (gnus-summary-save-article-body-file): Save decoded articles.
16273
16274         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16275
16276 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * nnrss.el (nnrss-check-group): Bind hash-index.
16279
16280 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16281
16282         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16283         its hash index.  Store this hash in `nnrss-group-data'.
16284         (nnrss-read-group-data): Update accordingly.
16285
16286 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16289         entry.
16290
16291         * gnus-sum.el (gnus-summary-make-menu-bar):
16292         Add gnus-article-browse-html-article.
16293
16294 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16295
16296         * gnus-sum.el (gnus-summary-mime-map):
16297         Add gnus-article-browse-html-article.
16298
16299         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16300
16301 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16304         suitable coding systems in customize.
16305
16306 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16307
16308         * mail-source.el (mail-sources): Fix custom type.
16309
16310 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16313         (gnus-summary-expire-articles-now): Shorten prompt.
16314
16315         * gmm-utils.el (wid-edit): Require.
16316         (defun-gmm): Rename from `gmm-defun-compat'.
16317         (gmm-image-search-load-path): Use it.
16318         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16319
16320 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16321
16322         * gnus-sum.el (gnus-summary-save-article-coding-system):
16323         New variable.
16324         (gnus-summary-save-article): Add optional `decode' argument.
16325         If it is set and gnus-summary-save-article-coding-system is non-nil,
16326         save decoded article.
16327         (gnus-summary-write-article-file): Save decoded article if
16328         gnus-summary-save-article-coding-system is non-nil.
16329
16330         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16331         type.
16332
16333 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16336
16337 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16340         first to test gnus-single-article-buffer which may be buffer-local.
16341
16342         * gnus-sum.el (gnus-summary-setup-buffer):
16343         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16344         group; make gnus-article-buffer, gnus-article-current, and
16345         gnus-original-article-buffer always buffer-local.
16346         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16347         group.
16348         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16349
16350 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16351
16352         * nnml.el (nnml-request-compact-group): Compressed files might not
16353         have .gz extension.
16354
16355 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16356
16357         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16358         (mm-copy-to-buffer): Use with-current-buffer.
16359         (mm-display-part): Simplify.
16360         (mm-inlinable-p): Add optional arg `type'.
16361
16362 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16363
16364         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16365         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16366         Try harder to show the attachment internally or externally using
16367         gnus-mime-view-part-as-type.
16368
16369 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * message.el (message-from-style, message-signature-separator)
16372         (message-user-organization-file, message-send-mail-function)
16373         (message-citation-line-function, message-yank-prefix)
16374         (message-indent-citation-function, message-signature)
16375         (message-signature-file, message-signature-insert-empty-line):
16376         Remove autoloads.
16377
16378         * gnus-art.el (gnus-buttonized-mime-types):
16379         Remove "multipart/signed".  Revert 2006-04-26 change.
16380
16381 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16382
16383         * gnus.el (gnus-version-number): Bump version.
16384
16385 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16386
16387         * gnus.el: No Gnus v0.5 is released.
16388
16389 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16390
16391         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16392         fetching articles by message-id.
16393
16394 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16395
16396         * message.el (hashcash): Require hashcash as normal.
16397
16398         * ecomplete.el (ecomplete-highlight-match-line):
16399         Use point-at-eol.
16400         (ecomplete-highlight-match-line): Use `highlight', because that
16401         face exists in both Emacs and XEmacs.
16402
16403         * message.el (message-display-abbrev): Use point-at-bol.
16404
16405         * mail-source.el: Don't require timer/timer-funcs.
16406
16407         * gnus-async.el: Ditto.
16408
16409         * password.el: Ditto.
16410
16411         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16412
16413         * mm-url.el: Ditto.
16414
16415         * gnus-xmas.el: Don't require timer-funcs.
16416
16417         * mm-util.el: Require timer/timer-funcs.
16418
16419 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16420
16421         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16422         Close.
16423
16424 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16427         unibyte after clear-decrypt function runs.
16428
16429         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16430         returns as a unibyte string.
16431
16432 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16433
16434         * lpath.el: Revert.
16435
16436         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16437         (pgg-gpg-process-sentinel): Revert.
16438
16439         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16440         (pgg-pgp-lookup-key): Revert.
16441
16442         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16443         (pgg-pgp5-lookup-key): Revert.
16444
16445         * pgg.el (pgg-fetch-key): Revert.
16446
16447 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * lpath.el: Fbind string-as-multibyte for XEmacs.
16450
16451         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16452         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16453         (mml1991-pgg-encrypt): Ditto.
16454
16455         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16456         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16457         a multibyte buffer.
16458
16459         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16460         (pgg-pgp-lookup-key): Ditto.
16461
16462         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16463         (pgg-pgp5-lookup-key): Ditto.
16464
16465         * pgg.el (pgg-fetch-key): Ditto.
16466
16467 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * message.el (message-user-organization-file): Check several
16470         locations of the organization file.
16471
16472         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16473         Add gnus-article-view-part-as-type.
16474
16475         * gnus-art.el (gnus-article-view-part-as-type): New function.
16476
16477         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16478         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16479
16480         * mml.el: Simplify autoload.
16481         (mml-mode): defvar dnd-protocol-alist instead of using
16482         symbol-value.
16483         (mml-default-directory): New variable.
16484         (mml-minibuffer-read-file): Use it.
16485         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16486
16487         * message.el (message-citation-line-format): New variable.
16488         (message-insert-formated-citation-line): New function.
16489         (message-citation-line-function):
16490         Add `message-insert-formated-citation-line' to custom type.
16491
16492         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16493         to doc string.
16494
16495         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16496         depending on mm-verify-option.
16497
16498 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16501         binding pgg-* variables; reimplement the section which prevents
16502         MIME header from being signed.
16503         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16504         pgg-text-mode; remove a blank line at the top of body.
16505
16506         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16507         lines at the top of body; use gnus-newsgroup-charset if there's no
16508         Charset header.
16509
16510 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * message.el (message-self-insert-commands): Doc fix.
16513
16514         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16515         (mm-uu-pgp-encrypted-test): Ditto.
16516         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16517         between header and body; return application/pgp-encrypted handle
16518         if decryption failed; decode decrypted body by charset.
16519
16520         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16521         element match to application/pgp-*.
16522
16523 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16524
16525         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16526         HTML.
16527
16528 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * mail-source.el (mail-source-call-script): Message the error
16531         string.
16532
16533 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16534
16535         * gnus-util.el (gnus-byte-compile): Use it.
16536
16537 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16538
16539         * gnus-util.el (kill-empty-logs): New function.
16540
16541 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16542
16543         * message.el (message-mail-alias-type): Doc fix.
16544         (message-mail-alias-type-p): New function.
16545         (message-send): Use it.
16546         (message-mode): Ditto.
16547         (message-strip-forbidden-properties): Ditto.
16548
16549         * ecomplete.el (ecomplete-database-file-coding-system):
16550         New variable.
16551         (ecomplete-save): Use it.
16552         (ecomplete-setup): Use it.
16553
16554 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * message.el (message-self-insert-commands): New variable.
16557         (message-strip-forbidden-properties): Use it.
16558
16559 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16560
16561         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16562         that doesn't make XEmacs choke.
16563
16564 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-util.el (gnus-replace-in-string):
16567         Prefer replace-regexp-in-string over of replace-in-string.
16568
16569 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * gnus-util.el (gnus-select-frame-set-input-focus):
16572         Use select-frame-set-input-focus if it is available in XEmacs; use
16573         definition defined in Emacs 22 for old Emacsen.
16574
16575         * dgnushack.el: Autoload unmorse-region for XEmacs.
16576
16577         * lpath.el: Bind cursor-in-non-selected-windows and
16578         select-frame-set-input-focus for XEmacs.
16579
16580 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16583
16584 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * gnus-registry.el (gnus-registry-cache-save): Remove text
16587         properties when saving via the temp buffer.
16588
16589 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16590
16591         * message.el (message-generate-hashcash): Honor custom type.
16592
16593 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * message.el (message-generate-hashcash): Default to non-nil when
16596         hashcash is found.
16597
16598         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16599         (gnus-refer-thread-limit): Increase default to 500.
16600
16601         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16602
16603         * flow-fill.el (fill-flowed): Allow delete-space.
16604
16605 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16608         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16609         Remove autoloads.
16610
16611 2006-04-18  Simon Josefsson  <jas@extundo.com>
16612
16613         * message.el (message-generate-hashcash): Default to.
16614
16615 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16618         concatenating segments rather than before concatenating them.
16619
16620 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16623
16624 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16625
16626         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16627
16628         * message.el (message-forward-make-body-plain):
16629         Allow message-forward-ignored-headers to be a list.
16630         (message-remove-ignored-headers): Factor out into function.
16631         (message-forward-make-body-mml): Use it.
16632
16633         * imap.el (imap-quote-specials): New function.
16634         (imap-login-auth): Quote specials.
16635
16636         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16637         (rfc2231-parse-string): Allow concatanation of parameters that
16638         aren't contiguous.  The test case is
16639           (mail-header-parse-content-type "message/external-body;
16640             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16641             access-type=LOCAL-FILE;
16642             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16643
16644 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16645
16646         * nntp.el (nntp-accept-process-output): Return the value of
16647         `nnheader-accept-process-output'.
16648
16649 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16650
16651         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16652         (gnus-button-alist): Recognize more diff formats.
16653         (gnus-button-patch): Strip directory.
16654
16655 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16658         Emacs 22 when setting focus.
16659
16660 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661
16662         * gnus-art.el (gnus-article-treat-types): Do treatment of
16663         text/x-verbatim parts.
16664         (gnus-button-patch): New command.
16665
16666         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16667         addresses that contain invalid characters.
16668
16669 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670
16671         * message.el (message-put-addresses-in-ecomplete):
16672         Use gnus-replace-in-string.
16673         (message-is-yours-p): Use the more correct
16674         mail-header-parse-address instead of
16675         mail-extract-address-components.
16676         (message-put-addresses-in-ecomplete): Fix typo.
16677
16678         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16679         keystroke.
16680
16681         * gnus-art.el (gnus-treatment-function-alist): Change order of
16682         newsgroups/generic header folding to avoid double-folding.
16683
16684         * message.el (message-hidden-headers): Add X-Draft-From.
16685
16686         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16687         New command.
16688         (gnus-summary-repeat-search-article-backward): New command.
16689
16690         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16691         groups in the parent topic.
16692
16693 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16694
16695         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16696         (spam-extra-header-to-number): Return the CRM114 number as a
16697         number instead of a string.
16698
16699 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700
16701         * gnus-art.el (gnus-face-properties-alist): Move here from
16702         gnus-fun.
16703
16704         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16705
16706 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16707
16708         * message.el (message-strip-forbidden-properties): Only display on
16709         self-insert-command.
16710
16711         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16712         reindent.
16713         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16714
16715 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16716
16717         * smiley.el (smiley-style): Fix typo.
16718
16719 2006-03-23  Kenichi Handa  <handa@m17n.org>
16720
16721         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16722         instead of set-buffer-multibyte.
16723
16724 2006-03-23  Kenichi Handa  <handa@m17n.org>
16725
16726         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16727         buffer and then decode the buffer text if necessary.
16728         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16729         first, and after mm-encode-body, change the buffer to unibyte.
16730
16731 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16732
16733         * hashcash.el (hashcash-insert-payment-async-2):
16734         Use message-goto-eoh instead of doing it manually.
16735         (mail-add-payment): Use message-narrow-to-header instead of trying
16736         to do the same itself.
16737
16738         * message.el (message-hidden-headers): Add Face.
16739
16740         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16741         reparenting code.
16742         (gnus-summary-reparent-children): Refactored out code.
16743         (gnus-summary-thread-map): New keystroke.
16744         (gnus-summary-reparent-children): Make into command.
16745
16746         * smiley.el (smiley-style): Default to `medium' if using a large
16747         font.
16748
16749         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16750         does it itself.
16751
16752         * message.el (message-point-in-header-p): Simplify definition.
16753
16754 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755
16756         * nnagent.el (nnagent-request-set-mark): Silence log file
16757         writing.
16758         (nnagent-request-set-mark): Use write-region instead of
16759         append-to-file.
16760
16761         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16762         strange select method.
16763
16764         * ecomplete.el (ecomplete-display-matches): Get highlightling
16765         right.
16766         (ecomplete-display-matches): Use literals.
16767         (ecomplete-display-matches): Disable message logging.
16768
16769         * message.el (message-display-abbrev): Small optimization.
16770
16771         * ecomplete.el (ecomplete-display-matches): Allow automatic
16772         display.
16773
16774         * message.el (message-strip-forbidden-properties):
16775         Display abbrevs.
16776         (message-display-abbrev): Get automatic display right.
16777
16778         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16779         keystrokes.
16780
16781 2006-04-13  Romain Francoise  <romain@orebokech.com>
16782
16783         TODO: Backport to v5-10!
16784
16785         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16786         Move here (and rename) from gnus-registry.el.
16787
16788         * gnus-registry.el: Require gnus-util.
16789         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16790
16791 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16792
16793         * gnus-group.el (gnus-group-catchup-current):
16794         Change if-then-else-if-then-else into cond.
16795         (gnus-group-catchup): Indent.
16796         (group-name-at-point): New function.
16797         (gnus-fetch-group): Provide default from thing at point.
16798
16799 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16800
16801         * message.el (message-display-abbrev): Fix regexp.
16802
16803         * ecomplete.el (ecomplete-highlight-match-line):
16804         Reimplement choosing.
16805         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16806         dead variables.
16807
16808         * message.el (message-newline-and-indent): Remove debugging.
16809         (message-display-abbrev): Use new implementation.
16810
16811 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * gnus-art.el (gnus-article-mode):
16814         Set cursor-in-non-selected-windows to nil.
16815
16816         * smiley.el: Revert previous change.
16817         (smiley-data-directory): defvar it before using it in the
16818         defcustom of `smiley-style'.
16819
16820 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16821
16822         * message.el (message-newline-and-indent): New function.
16823
16824         * ecomplete.el: Implement more bits.
16825
16826         * message.el (message-put-addresses-in-ecomplete): Clean up the
16827         string.
16828
16829         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16830
16831         * gnus-sum.el (gnus-summary-save-parts):
16832         Bind gnus-summary-save-parts-counter and use it to make unique file
16833         names.
16834
16835         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16836
16837         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16838         parameter to say whether to actually parse the individual
16839         addresses.
16840
16841         * message.el (message-put-addresses-in-ecomplete): New function.
16842         (ecomplete): Require.
16843         (message-mail-alias-type): Add ecomplete as an option.
16844
16845 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16846
16847         * flow-fill.el (fill-flowed): Remove trailing space from blank
16848         quoted lines.
16849
16850 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * smiley.el (smiley-style): Move definition later to avoid a
16853         compilation warning.
16854
16855 2006-04-12  Kenichi Handa  <handa@m17n.org>
16856
16857         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16858         buffer and then decode the buffer text if necessary.
16859         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16860         first, and after mm-encode-body, change the buffer to unibyte.
16861         Use mm-disable-multibyte instead of set-buffer-multibyte.
16862
16863 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16866         Content-Type header instead of Content-Disposition header.
16867         (gnus-mime-inline-part): Ditto.
16868         (gnus-mime-view-part-as-charset): Ignore charset that the part
16869         specifies.
16870
16871         * mm-decode.el (mm-display-part): Work with external parts and
16872         usual parts similarly.
16873
16874         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16875         instead of gnus-display-mime.
16876
16877         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16878         instead of with-temp-buffer.
16879
16880         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16881         tag to summarized topics part in order to encode non-ASCII text.
16882
16883 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * smiley.el (smiley-style): New variable.
16886         (smiley-directory): New function.
16887         (smiley-data-directory): Derive from `smiley-style' using
16888         `smiley-directory'.
16889         (smiley-regexp-alist): Add new entries.
16890
16891         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16892         (gnus-article-browse-delete-temp): Add :version.
16893
16894 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16895
16896         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16897         the sieve region.
16898
16899 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * gnus.el (gnus-version-number): Bump version.
16902
16903 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16904
16905         * gnus.el: No Gnus v0.4 is released.
16906
16907 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16908
16909         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16910         layout.
16911
16912         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16913         unknown charset.
16914
16915         * message.el (message-header-synonyms): Add Original-To to the
16916         default.
16917
16918         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16919         optional parameter.
16920
16921 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * gnus-fun.el (gnus): Require it for gnus-directory.
16924
16925 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16928
16929 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16930
16931         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16932
16933 2006-04-05  Simon Josefsson  <jas@extundo.com>
16934
16935         * password.el (password-reset): New function.
16936
16937 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16938
16939         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16940         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16941
16942 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16943
16944         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16945         Some whitespace was matched into the url, which broke browsing hits
16946         > 100 when mm-url-use-external was nil.
16947
16948 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16951         Check gnus-extra-headers for 'Newsgroups.
16952
16953         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16954         bound.
16955
16956 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16957
16958         * pgg-gpg.el: Clean up process buffers every time gpg processes
16959         complete.
16960
16961 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16962
16963         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16964         doc string.
16965
16966 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16967
16968         * pgg-gpg.el (pgg-gpg-process-filter)
16969         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16970
16971         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16972         lines, temporary fix.
16973
16974 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16977
16978 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16979
16980         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16981         default-enable-multibyte-characters.  This reverts the change from
16982         revision 6.17 which is no longer necessary because the passphrase
16983         is sent separately now.  GnuPG messages are unreadable under
16984         multibyte locales with default-enable-multibyte-characters set to
16985         nil.
16986
16987 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16988
16989         * message.el (message-tool-bar-gnome): Move "spell".
16990
16991 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16994         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16995         instead.
16996
16997 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16998
16999         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17000         Improve newsgroups handling for NNTP overviews which don't include
17001         Newsgroups.
17002
17003 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17004
17005         * message.el (message-resend): Bind message-generate-hashcash to nil.
17006
17007 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17008
17009         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17010         when searching for already-paid recipients.
17011
17012 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17013
17014         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17015         passphrases when it is not needed.
17016         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17017         passphrase stuff from gpg, should only be necessary when you use
17018         gpg with a smartcard.
17019
17020 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * mml.el (mml-insert-mime): Ignore cached contents of
17023         message/external-body part.
17024
17025         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17026         (mm-insert-part): Ditto.
17027
17028 2006-03-23  Simon Josefsson  <jas@extundo.com>
17029
17030         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17031         Reiner.
17032         (pgg-gpg-use-agent-p): Use it again.
17033
17034 2006-03-23  Simon Josefsson  <jas@extundo.com>
17035
17036         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17037         older emacsen.
17038         (pgg-gpg-use-agent-p): Don't use it.
17039
17040 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17041
17042         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17043         if we can.
17044
17045 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17046
17047         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17048         (pgg-gpg-update-agent): New function.
17049         (pgg-gpg-use-agent-p): New function.
17050         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17051         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17052         (pgg-gpg-sign-region): Use it.
17053
17054 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17057         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17058
17059 2006-03-21  Simon Josefsson  <jas@extundo.com>
17060
17061         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17062         <wilde@sha-bang.de>.
17063         (pgg-gpg-use-agent): New variable.
17064         (pgg-gpg-process-region): Use it.
17065         (pgg-gpg-encrypt-region): Likewise.
17066         (pgg-gpg-encrypt-symmetric-region): Likewise.
17067         (pgg-gpg-decrypt-region): Likewise.
17068         (pgg-gpg-sign-region): Likewise.
17069         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17070
17071 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17072
17073         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17074
17075         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17076         Add comment on version.
17077
17078 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17079
17080         * smiley.el: Add missing test smiley.
17081
17082 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * mm-decode.el (mm-with-part): New macro.
17085         (mm-get-part): Use it; work with message/external-body as well.
17086         (mm-save-part): Treat name and filename equally.
17087
17088         * mm-extern.el (mm-extern-cache-contents): New function.
17089         (mm-inline-external-body): Use it; force the part to be displayed;
17090         move undisplayer added to the cached handle to the parent.
17091
17092         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17093         (gnus-mime-view-part-as-type): Work with message/external-body.
17094
17095         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17096
17097 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17100         images in image-load-path.  [Sync with image.el, revision 1.60, in
17101         Emacs.]
17102
17103 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17106         path rather than symbol.  Always return list of directories.
17107         Guarantee that image directory comes first.  [Sync with image.el,
17108         revision 1.59, in Emacs.]
17109
17110         * message.el (message-make-tool-bar): Adjust to new API of
17111         `gmm-image-load-path-for-library'.
17112
17113         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17114
17115         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17116
17117 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17118
17119         * gnus-art.el (gnus-article-only-boring-p):
17120         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17121         intangible text.
17122         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17123
17124 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17127         Use `defun' instead of `gmm-defun-compat'.
17128
17129 2006-03-14  Simon Josefsson  <jas@extundo.com>
17130
17131         * message.el (message-unique-id): Don't use message-number-base36
17132         if (user-uid) is a float.
17133         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17134
17135 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17138
17139         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17140         empty line between a part and a message part.
17141
17142 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * smiley.el: Add more test smileys.
17145         (smiley-data-directory, smiley-regexp-alist)
17146         (gnus-smiley-file-types): Fix doc strings.
17147         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17148         adding new elements.
17149         (smiley-mouse-map): Unused code.  Make it a comment.
17150
17151 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17154         scan latest NoCeM messages instead of old ones.
17155         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17156         delimiters that are recently used.
17157         (gnus-nocem-load-cache): Add autoload cookie.
17158
17159         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17160
17161         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17162         level which is larger than gnus-use-nocem is specified.
17163
17164         * gnus-group.el (gnus-group-get-new-news): Ditto.
17165
17166 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-util.el (gnus-tool-bar-update): New function.
17169
17170         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17171         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17172
17173         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17174
17175         * gnus-group.el (gnus-group-redraw-when-idle)
17176         (gnus-group-redraw-check): Remove.
17177         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17178
17179 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17182         if optional last element is specified in splits (FIELD VALUE...).
17183
17184 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17187         to gmm-image-load-path-for-library.  Call with no-error argument.
17188         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17189
17190         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17191
17192         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17193
17194         * gmm-utils.el (gmm-image-load-path): Remove alias.
17195
17196 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17197
17198         * gmm-utils.el (gmm-image-load-path): Add alias.
17199
17200         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17201         nnml-generate-nov-databases-1.
17202         (nnml-generate-nov-databases): Use it.
17203         (nnml-generate-nov-databases-directory): Document no-active
17204         argument.
17205
17206         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17207         directory if path is t.  Add no-error.
17208
17209         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17210         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17211
17212         * gnus-art.el (gnus-article-browse-delete-temp-files):
17213         Simplify resetting gnus-article-browse-html-temp-list.
17214
17215         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17216         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17217         Add example to docstring.  Rename local variables.  Move error
17218         checks to default case in cond and simplify.
17219
17220 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17223         handle is multipart when calling it recursively.
17224         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17225
17226 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17227
17228         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17229         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17230
17231 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17234         is loaded.
17235
17236         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17237         loaded.
17238
17239 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17242         to "Emacs 23 (unicode)" in doc string.
17243
17244         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17245         "Emacs 23 (unicode)" in comment.
17246
17247 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17250
17251         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17252         characters 160 through 255 in Emacs 23.
17253
17254 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17257         gnus-article-browse-html-temp.
17258         (gnus-article-browse-delete-temp): Make it customizable.
17259         Add `file'.  Adjust doc string.
17260         (gnus-article-browse-delete-temp-files): Add argument.
17261         Allow query for each file.  Adjust doc string.
17262         (gnus-article-browse-html-parts):
17263         Add `gnus-article-browse-delete-temp-files' to
17264         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17265
17266 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17267
17268         * gnus-art.el (gnus-article-browse-html-temp)
17269         (gnus-article-browse-delete-temp): New variables.
17270         (gnus-article-browse-delete-temp-files): New function.
17271         (gnus-article-browse-html-parts): Use it.
17272
17273 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17274
17275         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17276
17277         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17278         string.
17279
17280         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17281         gnus-summary-insert-new-articles when unplugged.
17282         Remove gnus-summary-search-article-forward.
17283
17284         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17285         display-visual-class instead of display-color-cells.
17286
17287 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * dgnushack.el: Autoload customize-group for XEmacs.
17290
17291         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17292         message/* containing non-ASCII text properly.
17293
17294 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * message.el: Require gmm-utils, remove autoloads.
17297         (message-tool-bar): Set default based on
17298         gmm-tool-bar-style.
17299         (message-tool-bar-gnome): Add gmm-customize-mode.
17300
17301         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17302         gmm-tool-bar-style.
17303         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17304
17305         * gnus-group.el (gnus-group-tool-bar): Set default based on
17306         gmm-tool-bar-style.
17307         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17308
17309         * gmm-utils.el (gmm-image-directory): Rename variable from
17310         gmm-image-load-path.
17311         (gmm-image-load-path): Use gmm-image-directory.
17312         (gmm-customize-mode): New function.
17313         (gmm-tool-bar-style): New variable.
17314
17315         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17316         gnus-group-redraw-line-number.
17317         (gnus-group-redraw-check): Simplify.
17318         (gnus-group-tool-bar-update): Remove redraw check.
17319         (gnus-group-make-tool-bar): Add redraw check.
17320
17321 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17322
17323         * gnus-art.el (gnus-button): Add missing parentheses.
17324
17325 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * lpath.el: Fbind line-number-at-pos.
17328
17329 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17330
17331         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17332
17333 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17334
17335         * gnus-art.el (gnus-button): New face.
17336         (gnus-article-button-face): Use it.
17337
17338         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17339         Add gnus-summary-next-page.  Re-order.
17340
17341         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17342         next-node are now included.
17343         (gnus-group-redraw-line-number): New internal variable.
17344         (gnus-group-redraw-check): Helper function for updating the tool
17345         bar.
17346         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17347
17348         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17349
17350         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17351         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17352         Use it to match format of Spamassassin 3.0 and later.
17353         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17354         (spam-check-bogofilter)
17355         (spam-bogofilter-register-with-bogofilter): Fix args of
17356         `gnus-error' calls.
17357
17358 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17359
17360         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17361         unnecessary interaction when sending queued mails.
17362         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17363
17364 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17367         first or last are nil.
17368
17369 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17370
17371         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17372
17373 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17374
17375         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17376
17377 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * dns.el (query-dns): Protect more against buggy tcp output.
17380
17381 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17384         nov.php.
17385
17386 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17387
17388         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17389         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17390         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17391         output on the server side.
17392         (nnweb-google-create-mapping): Update regexps and add some
17393         progress indication.
17394
17395 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-group.el (gnus-group-tool-bar-gnome):
17398         Fix gnus-agent-toggle-plugged.  Re-order icons.
17399         (gnus-group-tool-bar-gnome):
17400         Add gnus-group-{prev,next}-unread-group.
17401         (gnus-group-tool-bar-gnome): Re-order icons.
17402
17403         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17404         Move gnus-summary-insert-new-articles.
17405
17406         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17407         Fix comments.
17408
17409         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17410         also available in Emacs 21.3.
17411
17412         * message.el (message-fix-before-sending): Change "Emacs 22" to
17413         "Emacs 23 (unicode)" in comment.
17414
17415         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17416         "Emacs 23 (unicode)" in comment.
17417
17418         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17419         comment.
17420         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17421
17422         * mm-view.el (mm-fill-flowed): Add :version.
17423
17424 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17427         and load-path.
17428
17429 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * message.el: Autoload gmm-image-load-path.
17432         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17433         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17434         consitency.
17435
17436         * gmm-utils.el (gmm-image-load-path): Also search in
17437         "../etc/images".  Don't set gmm-image-load-path if we don't find
17438         the image.
17439
17440 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * gmm-utils.el (gmm-image-load-path): Don't make
17443         `gmm-image-load-path' include subdirectories which the second arg
17444         `image' might specify.
17445
17446         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17447         subdirectory to icon file names.
17448
17449         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17450
17451 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17452
17453         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17454         gmm-image-load-path calls.
17455
17456         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17457
17458         * message.el (message-make-tool-bar): Ditto.
17459
17460         * mml.el (mml-preview): Add comment concerning tool bar icons.
17461
17462         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17463         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17464
17465         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17466         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17467
17468         * message.el (message-tool-bar-gnome): Use new icon names.
17469         (message-make-tool-bar): Use `gmm-image-load-path'.
17470
17471         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17472         New functions from MH-E.
17473         (gmm-image-load-path): New variable from MH-E.
17474         (gmm-image-load-path): New function from MH-E.  Add arguments
17475         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17476         *-image-load-path-called-flag.
17477
17478 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17479
17480         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17481
17482 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17483
17484         * nnimap.el (nnimap-request-move-article): Change folder back to
17485         source group before deleting.
17486
17487 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17490
17491         * gnus-art.el (mm-url-insert-file-contents-external):
17492         Autoload mm-url.
17493
17494         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17495
17496 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17499         coding system which mm-charset-to-coding-system returns for a
17500         given charset is valid.
17501
17502 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17503
17504         * html2text.el (html2text-remove-tag-list):
17505         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17506
17507 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17508
17509         * gnus-cus.el: Revert 2005-10-17 change.
17510
17511 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-art.el (article-strip-banner):
17514         Call article-really-strip-banner only when the regexp match is made.
17515
17516 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * gnus-art.el (article-strip-banner):
17519         Use gnus-extract-address-components instead of
17520         mail-header-parse-addresses to make it work with non-ASCII text;
17521         remove mail-encode-encoded-word-string.
17522
17523         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17524         values which are surrounded with \"...\"; make it never cause a
17525         Lisp error; give up parsing of parameters if it failed in
17526         extracting type.
17527
17528 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17529
17530         * smime.el (smime-cert-by-ldap-1): Fix bug where
17531         `smime-ldap-search' returns results without userCertificates.
17532
17533 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17536
17537 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * spam.el (spam-check-spamassassin-headers): Adapt format for
17540         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17541         <ari@mbf.ocn.ne.jp>.
17542         (spam-list-of-processors): Add spam-use-gmane.
17543
17544 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17547         make-temp-file; make it work with XEmacs as well.
17548
17549         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17550         mm-make-temp-file.
17551
17552         * mm-decode.el (mm-display-external): Use the 3rd arg of
17553         mm-make-temp-file.
17554         (mm-create-image-xemacs): Ditto.
17555
17556 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17557
17558         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17559         with message-narrow-to-headers.
17560         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17561         (gnus-draft-check-draft-articles): New function.
17562         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17563
17564 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * gnus-art.el (gnus-article-browse-html-parts):
17567         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17568         Don't use suffix argument for mm-make-temp-file for Emacs 21
17569         compatibility.  Remove useless `format'.
17570
17571 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17572
17573         * nnweb.el (nnweb-google-wash-article): Update regexps.
17574         (nnweb-group-alist): Use defvoo instead of defvar.
17575
17576 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17579         re-loading nn* modules.
17580
17581 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17582
17583         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17584         for `tool-bar-mode' and don't check it's default-value.
17585
17586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17587
17588         * message.el (message-make-tool-bar): Ditto.
17589
17590         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17591         `substring'.  Shorten tmp-file name.
17592
17593         * gnus.el: Remove bogus comment.
17594
17595 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17596
17597         * gnus-art.el (gnus-article-browse-html-parts): New function.
17598         (gnus-article-browse-html-article): New function for viewing html
17599         articles with a browser.
17600
17601 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17602
17603         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17604         in elisp.
17605         (pgg-gpg-encrypt-symmetric-region): Ditto.
17606         (pgg-gpg-sign-region): Ditto.
17607
17608         * pgg-def.el (pgg-text-mode): New variable.
17609
17610         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17611         (mml2015-pgg-encrypt): Ditto.
17612
17613         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17614         (mml1991-pgg-encrypt): Ditto.
17615
17616 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * nnfolder.el (nnfolder-insert-newsgroup-line):
17619         Use message-make-date instead of current-time-string.
17620
17621         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17622         to gnus-decoded which mm-uu might set.
17623
17624 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17625
17626         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17627         don't decode quoted parameters; remove misimported Emacs code.
17628         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17629         (rfc2231-decode-encoded-string): Don't use split-string which
17630         behaves differently according to Emacs version; use
17631         mm-decode-coding-region to convert charset to coding-system.
17632         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17633         (rfc2231-encode-string): Remove misimported Emacs code.
17634
17635 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17638         when calling mail-header-parse-content-type.
17639         (article-de-quoted-unreadable): Ditto.
17640         (article-de-base64-unreadable): Ditto.
17641         (article-wash-html): Ditto.
17642
17643         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17644         calling mail-header-parse-content-type and
17645         mail-header-parse-content-disposition.
17646         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17647         mail-header-parse-content-type.
17648
17649         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17650         insert charset and format parameters; encode description after
17651         inserting it to buffer.
17652         (mml-insert-parameter): Fold lines properly even if a parameter is
17653         segmented into two or more lines; change the max column to 76.
17654
17655         * rfc1843.el (rfc1843-decode-article-body): Don't use
17656         ignore-errors when calling mail-header-parse-content-type.
17657
17658         * rfc2231.el (rfc2231-parse-string): Return at least type if
17659         possible; don't cause an error even if it fails in parsing of
17660         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17661         (rfc2231-encode-string): Don't break lines at the beginning, leave
17662         it to mml-insert-parameter.
17663
17664         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17665         calling mail-header-parse-content-type.
17666
17667 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17668
17669         * spam-report.el (spam-report-gmane-use-article-number):
17670         Improve doc string.
17671         (spam-report-gmane-internal): Check if a suitable header was found
17672         in the article.
17673
17674 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17677         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17678
17679 2006-02-05  Romain Francoise  <romain@orebokech.com>
17680
17681         Update copyright notices of all files in the gnus directory.
17682
17683 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17684
17685         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17686
17687 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17688
17689         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17690         segmented lines of parameter value to cope with Thunderbird 1.5
17691         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17693         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17694
17695 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17696
17697         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17698         parts.
17699
17700 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17701
17702         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17703         there's only one active file for all servers.
17704         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17705         solid groups.  Gnus might have used a FAST request to select the group.
17706         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17707         and nnweb-search redundantly in the active file.
17708         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17709         (nnweb-request-create-group): Don't use ARGS.
17710         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17711         initializations.  Let nnoo do the work.
17712
17713 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17716         Say the part has been decoded.
17717
17718         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17719
17720 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17721
17722         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17723         mailcap-viewer-test-cache when there's no 'test clause, since that
17724         will invert the meaning of a "nil" test previously determined by
17725         mailcap-mailcap-entry-passes-test.
17726
17727 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17730         compiling.
17731
17732         * gnus-sum.el: Ditto.
17733
17734         * message.el: Don't bind tool-bar-map when compiling.
17735
17736 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17739
17740 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17741
17742         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17743         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17744         current Google Groups.
17745
17746 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17747
17748         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17749         and tool-bar-mode.
17750
17751         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17752         and tool-bar-mode.
17753
17754         * message.el (message-tool-bar-update): Simplify.
17755         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17756
17757         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17758         gnus-summary-buffer.
17759         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17760         gnus-summary-reply.
17761
17762         * gmm-utils.el (gmm): Add :version.
17763
17764 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * Makefile.in (clean): New rule.
17767         (distclean): Use it.
17768
17769 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17770
17771         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17772         Don't autoload.
17773
17774 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gmm-utils.el (gmm-verbose): Add :group.
17777
17778 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * message.el: Change some comments WRT tool-bars.
17781
17782         * gnus-sum.el (gnus-summary-tool-bar)
17783         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17784         (gnus-summary-tool-bar-zap-list): New variables.
17785         (gnus-summary-make-tool-bar): Complete rewrite using
17786         `gmm-tool-bar-from-list'.
17787
17788         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17789         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17790         New variables.
17791         (gnus-group-make-tool-bar): Complete rewrite using
17792         `gmm-tool-bar-from-list'.
17793         (gnus-group-tool-bar-update): New function.
17794
17795         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17796
17797 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17800         is dissected into a single part of which the type is the same as
17801         the given one; decode charset.
17802
17803 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17804
17805         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17806         into alists as symbol not string, since that's what
17807         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17808         look for.
17809
17810 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17813         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17814
17815         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17816
17817 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17820         (gnus-xmas-mime-security-button-menu): New function.
17821
17822         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17823         (gnus-mime-security-button-menu): New definition.
17824         (gnus-mime-security-button-map): Use them.
17825         (gnus-mime-security-button-menu): New function.
17826         (gnus-insert-mime-security-button): Addition to help echo.
17827         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17828         (gnus-mime-security-pipe-part): New functions.
17829
17830         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17831         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17832
17833         * mm-decode.el (mm-handle-set-disposition): Remove.
17834         (mm-handle-set-description): Remove.
17835
17836 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17839         (mm-w3m-standalone-supports-m17n-p): New function.
17840         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17841         w3m usage.
17842
17843         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17844         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17845
17846 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17847
17848         * message.el (message-tool-bar-zap-list):
17849         Use gmm-tool-bar-zap-list as custom type.
17850         (message-tool-bar-update): New function.
17851         (message-tool-bar, message-tool-bar-gnome)
17852         (message-tool-bar-retro): Add message-tool-bar-update.
17853         (message-tool-bar-gnome): Add flyspell-buffer.
17854
17855         * gnus-util.el (gnus-error): Describe `args'.
17856
17857         * gmm-utils.el (gmm-error): Describe `args'.
17858         (gmm-tool-bar-zap-list): New widget.
17859         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17860
17861 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17864         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17865         the number of recursive calls.
17866
17867         * mm-decode.el (mm-handle-set-disposition): New macro.
17868         (mm-handle-set-description): New macro.
17869
17870 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17873         encoding.
17874
17875 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17876
17877         * message.el (message-tool-bar-zap-list, message-tool-bar)
17878         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17879         (message-tool-bar-local-item-from-menu): Remove.
17880         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17881         (message-make-tool-bar): New function.
17882         (message-mode): Use `message-make-tool-bar'.
17883
17884         * gmm-utils.el: New file.
17885         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17886         (gmm-lazy): New widget copied from `nnmail.el'.
17887         (gmm-tool-bar-from-list): New function for creating customizable
17888         tool bars.
17889         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17890         output.
17891         (gmm): Add :prefix to defgroup.
17892
17893 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17894
17895         * gmm-utils.el (gmm-widget-p): New function.
17896
17897 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * mml.el (mml-attach-file): Describe `description' in doc string.
17900         (mml-menu): Add Emacs MIME manual and PGG manual.
17901
17902 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17903
17904         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17905
17906 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17907
17908         * nntp.el (nntp-end-of-line): Doc fix.
17909
17910 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17911
17912         * imap.el (imap-open): Handle case where buffer is a buffer
17913         object.
17914
17915 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17916
17917         * gnus-delay.el (gnus-delay): Don't autoload.
17918         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17919         to be re-loaded when customizing the `gnus-delay' group.
17920
17921 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17922
17923         * message.el (message-insert-citation-line): Use newlines.
17924
17925 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17926
17927         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17928         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17929         these routines, so the passphrase can be managed externally and
17930         passed in to the system.
17931         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17932         pgg-add-passphrase-to-cache function.
17933
17934         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17935         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17936         these routines, so the passphrase can be managed externally and
17937         passed in to the system.
17938         (pgg-pgp5-sign-region): Use new name of
17939         pgg-add-passphrase-to-cache function.
17940
17941 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17942
17943         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17944         part of the decoded armor to find the key-identifier.
17945         (pgg-gpg-lookup-key-owner): New function to return the
17946         human-readable identifier of a key owner.
17947         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17948         itself.
17949         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17950         the key value) if we have a key and can match it against a secret
17951         key.  Also, added a note pointing out fact that the prompt only
17952         indicates the first matching key.
17953
17954         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17955         pgg-decrypt-region.
17956         (pgg-add-passphrase-to-cache): Rename from
17957         `pgg-add-passphrase-cache' to reduce confusion (all callers
17958         changed).
17959         (pgg-remove-passphrase-from-cache): Rename from
17960         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17961         changed).
17962         (pgg-read-passphrase, pgg-add-passphrase-cache)
17963         (pgg-remove-passphrase-cache): Add informative docstrings.
17964         (pgg-decrypt): Convey provided passphrase in subordinate call to
17965         pgg-decrypt-region.
17966
17967 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17968
17969         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17970         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17971         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17972         'passphrase' argument, so the passphrase can be managed externally
17973         and then passed in to the system.
17974
17975         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17976         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17977         so the passphrase cache can be used reliably with identifiers
17978         besides a pgp packet's key id.
17979
17980         * pgg-gpg.el (pgg-gpg-encrypt-region)
17981         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17982         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17983         these routines, so the passphrase can be managed externally and
17984         passed in to the system.
17985
17986         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17987         'notruncate' argument, so the passphrase cache can be used
17988         reliably with identifiers besides a pgp packet's key id.
17989
17990 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17991
17992         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17993         symmetric encryption.
17994         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17995         encrypted session key.
17996         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17997         message ask for the passphrase in a proper way.
17998
17999         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18000         New user commands for symmetric encryption.
18001
18002 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18005
18006         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18007
18008 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18009
18010         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18011
18012 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * mm-decode.el (mm-inlined-types): Add application/pgp.
18015         (mm-automatic-display): Ditto.
18016
18017         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18018         part as text.
18019
18020 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * nnrss.el: Update copyright.
18023         (nnrss-opml-import): Query whether to subscribe to each entry.
18024
18025         * gnus-art.el:
18026         * gnus-sum.el:
18027         * gnus-xmas.el:
18028         * messagexmas.el:
18029         * mm-uu.el:
18030         * mm-view.el: Update copyright.
18031
18032 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * message.el (message-info): New function.
18035         (message-mode-menu): Add it.
18036         Update copyright.
18037
18038         * ChangeLog: Fix and update copyright.
18039
18040 2006-01-13  Romain Francoise  <romain@orebokech.com>
18041
18042         * message.el (message-forward-subject-name-subject): Prefer the
18043         address to 'nowhere' if the sender has no name.
18044         Fix typo.  Update copyright year.
18045
18046 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-art.el (article-wash-html):
18049         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18050         (gnus-article-wash-html-with-w3m-standalone): New function.
18051
18052         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18053         mm-inline-text-html-render-with-w3m-standalone.
18054         (mm-text-html-washer-alist): Map w3m-standalone to
18055         gnus-article-wash-html-with-w3m-standalone.
18056         (mm-inline-text-html-render-with-w3m-standalone): New function.
18057
18058 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18061         Improve LaTeX.
18062
18063 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18066         (nnrss-request-article): Render text/plain parts as HTML.
18067
18068         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18069         the buffer.
18070
18071 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18074         custom definition of `gnus-posting-styles'.
18075
18076         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18077         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18078
18079 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18082         Use nntp for bug archive.
18083
18084 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18087         parts.
18088         (nnrss-normalize-date): New function converts ISO 8601 date into
18089         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18090         (nnrss-check-group): Use it.
18091
18092 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18095
18096         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18097         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18098         (nnrss-insert-w3): Ditto.
18099
18100 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18103         the articles to be forwarded including the case where neither a
18104         number of articles nor a region is specified.
18105
18106 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * nnrss.el (nnrss-request-article): Fix last change; fill
18109         text/plain parts.
18110
18111 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18114         in text/plain part.
18115         (nnrss-check-group): Don't add excessive newline to dc:subject.
18116
18117 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18118
18119         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18120         article.
18121
18122 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18123
18124         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18125         (nnml-use-compressed-files, nnml-save-mail): Support other
18126         comression programs such as bzip2.
18127
18128 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18129
18130         * dns.el (query-dns): Make sure we check the buffer size before
18131         removing tcp headers.
18132
18133 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18136         remove MIME buttons associated with multipart/alternative parts.
18137         (gnus-mime-display-alternative): Tag buttons using `article-type'
18138         text property.
18139
18140         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18141         associated with multipart/alternative parts.
18142
18143         * gnus-art.el (gnus-signature-separator): Fix custom type.
18144
18145         * mm-decode.el (mm-inlined-types): Fix custom type.
18146         (mm-keep-viewer-alive-types): Ditto.
18147         (mm-automatic-display): Ditto.
18148         (mm-attachment-override-types): Ditto.
18149         (mm-inline-override-types): Ditto.
18150         (mm-automatic-external-display): Ditto.
18151
18152 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18153
18154         * spam-report.el (spam-report-user-mail-address)
18155         (spam-report-user-agent): New variables.
18156         (spam-report-url-ping-plain): Use spam-report-user-agent.
18157
18158 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18159
18160         * gnus-art.el (gnus-button-handle-custom): Do not just use
18161         `customize-apropos' for any "M-x customize-*" button but the
18162         function called for.  Accept both the function name and its
18163         argument in order to achieve this.
18164         (gnus-button-alist): Remove support for "custom:" URL's.
18165         Pass function name to `gnus-button-handle-custom' in case of "M-x
18166         customize-*" buttons.
18167
18168 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18171         multipart/alternative and add xref to mm-discouraged-alternatives
18172         in doc string.
18173
18174         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18175         gnus-buttonized-mime-types in doc string.
18176
18177 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18178
18179         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18180         Suggest image/.* in the doc string.
18181
18182 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18185         message-marks (Debian bug #342521).
18186
18187 2005-12-12  Simon Josefsson  <jas@extundo.com>
18188
18189         * password.el (password-read-from-cache): Add.
18190         (password-read): Use it.
18191
18192 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * rfc2047.el (rfc2047-charset-to-coding-system):
18195         Recognize us-ascii as a MIME charset.
18196
18197         * mm-bodies.el (mm-decode-content-transfer-encoding):
18198         Protect against the case where the 2nd arg TYPE is nil.
18199
18200 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18201
18202         * pop3.el (pop3-stream-type): Fix custom version.
18203
18204         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18205
18206 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18207
18208         * mm-decode.el (mm-display-external): Add missing cdr.
18209
18210 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18213         RFC1524) if it is in mailcap or add a suffix according to
18214         mailcap-mime-extensions when generating a temp filename; postpone
18215         deleting a temp file for 2 seconds for some wrappers, shell
18216         scripts, and so on, which might exit right after having started a
18217         viewer command as a background job.
18218
18219 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * nntp.el (nntp-marks-directory): Fix custom group.
18222
18223         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18224         steps when < 10.
18225
18226         * gnus-start.el (gnus-no-server-1):
18227         Mention `gnus-level-default-subscribed' in doc string.
18228
18229 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18230
18231         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18232         parens.
18233
18234 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * gnus-xmas.el (gnus-use-toolbar): Revert.
18237         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18238         gnus-use-toolbar is default.
18239
18240         * messagexmas.el (message-use-toolbar): Revert.
18241         (message-setup-toolbar): Use global default-toolbar if
18242         message-use-toolbar is default.
18243
18244 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18247         according to default-toolbar-visible-p.
18248
18249         * messagexmas.el (message-use-toolbar): Ditto.
18250
18251 2005-11-26  Dave Love  <fx@gnu.org>
18252
18253         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18254         (tls-program, tls-success): Provide openssl alternative.
18255
18256         * starttls.el: Doc fixes.
18257         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18258         SERVICE to PORT.
18259
18260         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18261         port null or service name.
18262         (starttls-negotiate): Autoload.
18263
18264 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * message.el (message-kill-to-signature): Fix interactive spec.
18267
18268 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * pop3.el (pop3-open-server): Recognize a string as a service name.
18271
18272 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18273
18274         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18275
18276 2005-11-23  Dave Love  <fx@gnu.org>
18277
18278         Add pop3s, pop3/starttls.
18279
18280         * pop3.el (pop3-authentication-scheme): Clarify doc.
18281         (open-tls-stream, starttls-open-stream): Autoload.
18282         (pop3-stream-type): New.
18283         (pop3-open-server): Use it.
18284
18285         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18286         for POP.
18287         (mail-source-keyword-map): Add :stream for POP.
18288         (mail-source-fetch-pop): Use pop3-stream-type.
18289
18290 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18293         of current-time-string.
18294
18295 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18296
18297         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18298         date header.
18299
18300 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18301
18302         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18303         it can seriously impact performance as it bypasses the agent's
18304         local caches.
18305
18306 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18307
18308         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18309         must be explicitly online rather than "not explicitly offline" for
18310         its flags to be synchronized.
18311
18312         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18313         that gnus-uu-unmark-thread will function correctly.
18314
18315         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18316         1024K is instead displayed as 1M.
18317
18318 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18319
18320         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18321
18322 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18323
18324         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18325
18326 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18327
18328         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18329         error message to display actual error condition.
18330         (gnus-agent-save-local): Avoid saving symbols that are bound to
18331         nil as they simply result in a warning message in
18332         gnus-agent-read-local.
18333
18334 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18337         rather than make-variable-buffer-local for file-precious-flag.
18338
18339 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18340
18341         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18342         for duplicates which are removed.  The invalid sort check then
18343         triggers a rescan after the sort as sorting may have moved
18344         duplicate entries such that they can be cheaply detected.
18345
18346 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18349
18350 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18351
18352         * gnus-agent.el (gnus-agent-article-alist-save-format):
18353         Change internal variable to a custom variable.  Change default value
18354         from compressed(2) to uncompressed(1).
18355         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18356         support for uncompressed agentview files.  Taken together, reading
18357         the agentview file should now be 6-7 times faster.
18358
18359 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18360
18361         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18362         as a buffer-local variable.  This avoids creating truncated
18363         dribble files as a result of a hang up, eg.
18364
18365 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18366
18367         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18368         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18369         XEmacs.
18370
18371 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18372
18373         * gnus-start.el (gnus-start-draft-setup):
18374         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18375
18376         * gnus.el (gnus-splash): Change custom group.
18377         (gnus-group-get-parameter, gnus-group-parameter-value):
18378         Describe allow-list argument.
18379
18380         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18381         string.
18382
18383 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18384
18385         * gnus-art.el (gnus-default-article-saver): Add user-defined
18386         `function' to custom type.
18387
18388 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18389
18390         * imap.el (imap-open): Handle case where buffer is a buffer
18391         object.
18392
18393 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18394
18395         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18396         long lines.
18397         (gnus-cache-delete-group): Wrap doc strings.
18398
18399         * gnus-agent.el (gnus-agent-rename-group)
18400         (gnus-agent-delete-group): Wrap doc strings.
18401
18402 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18403
18404         * messagexmas.el (message-use-toolbar): Change the valid values
18405         into default, top, bottom, left, and right.
18406         (message-toolbar-thickness): New variable.
18407         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18408         well.
18409         (message-setup-toolbar): Make it work.
18410
18411         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18412         (gnus-use-toolbar): Change the valid values into default, top,
18413         bottom, left, and right.
18414         (gnus-toolbar-thickness): New variable.
18415         (gnus-xmas-setup-toolbar): New function.
18416         (gnus-xmas-setup-group-toolbar): Use it.
18417         (gnus-xmas-setup-summary-toolbar): Use it.
18418
18419 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18420
18421         * gnus-start.el (gnus-1): Add "native" to
18422         gnus-predefined-server-alist.
18423
18424         * gnus.el (gnus-method-to-server): Don't add "native" to the
18425         lists here, because that leads to problems when
18426         gnus-select-method is bound.
18427
18428 2005-11-09  Simon Josefsson  <jas@extundo.com>
18429
18430         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18431         use (not sort-by-date) instead.
18432
18433 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18434
18435         * gnus-delay.el (gnus-delay-group): Don't autoload.
18436         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18437         to be re-loaded when customizing the `gnus-delay' group.
18438
18439 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18440
18441         * message.el: Revert last changes.
18442         (message-insert-citation-line): Use newlines.
18443
18444 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18445
18446         * message.el (message-courtesy-message)
18447         (message-mark-insert-begin, message-mark-insert-end)
18448         (message-elide-ellipsis, message-cancel-message)
18449         (message-add-header, message-change-subject)
18450         (message-cross-post-followup-to-header)
18451         (message-cross-post-insert-note, message-reduce-to-to-cc)
18452         (message-widen-reply, message-delete-not-region)
18453         (message-kill-to-signature, message-insert-signature)
18454         (message-insert-importance-high, message-insert-importance-low)
18455         (message-insert-or-toggle-importance)
18456         (message-insert-disposition-notification-to)
18457         (message-indent-citation, message-yank-original)
18458         (message-cite-original-without-signature, message-cite-original)
18459         (message-insert-citation-line, message-position-on-field)
18460         (message-fix-before-sending, message-send-mail-partially)
18461         (message-send-mail, message-send-mail-with-sendmail)
18462         (message-send-mail-with-qmail, message-send-news)
18463         (message-check-news-header-syntax, message-generate-headers)
18464         (message-insert-courtesy-copy, message-fill-address)
18465         (message-fill-header, message-shorten-references)
18466         (message-setup-1, message-cancel-news)
18467         (message-forward-make-body-plain, message-forward-make-body-mime)
18468         (message-forward-make-body-mml, message-encode-message-body)
18469         (message-forward-make-body-digest-plain)
18470         (message-forward-make-body-digest-mime)
18471         (message-use-alternative-email-as-from): Insert `hard-newline'
18472         instead of ordinary newlines.
18473
18474 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * message.el (message-generate-headers): Downcase the argument
18477         given to message-check-element.
18478
18479 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18480
18481         * nntp.el (nntp-authinfo-rejected): New error condition.
18482         (nntp-wait-for): Use new error condition to signal authentication
18483         error.
18484         (nntp-retrieve-data): Rethrow new error condition to break out of
18485         recursive call to nntp-send-authinfo.
18486
18487 2005-11-08  Romain Francoise  <romain@orebokech.com>
18488
18489         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18490         (gnus-summary-exit-map): Bind to `Z p'.
18491         (gnus-summary-make-menu-bar): Add menu item.
18492
18493 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18496         (gnus-treat-*): Add `first' in all doc strings.
18497
18498         * gnus-group.el (gnus-group-compact-group): Fix typo.
18499
18500 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * gnus.el (gnus-parameters-case-fold-search): New variable.
18503         (gnus-parameters-get-parameter): Use it.
18504
18505         * gnus-score.el (gnus-home-score-file): Doc fix.
18506
18507 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18508
18509         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18510
18511 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18512
18513         * mm-util.el (mm-special-display-p): New function.
18514
18515         * mml.el (mml-preview): Use it; doc fix.
18516
18517 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18518
18519         * imap.el (imap-open): Handle case where buffer is a buffer object.
18520
18521 2005-10-29  Romain Francoise  <romain@orebokech.com>
18522
18523         * message.el (message-fix-before-sending): Fix comment.
18524
18525 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18526
18527         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18528
18529 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18530
18531         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18532         Used in gnus-score.el.
18533
18534 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18537
18538 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18539
18540         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18541         whitespace removed in revision 7.8.  Use concatenated string to
18542         protect trailing whitespace.
18543
18544 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18545
18546         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18547         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18548         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18549         Courier IMAP ("some version from 2004").  Mostly based on similar
18550         code in the same function.
18551
18552 2005-10-26  Didier Verna  <didier@xemacs.org>
18553
18554         * gnus-group.el (gnus-group-compact-group): Invalidate original
18555         article buffer.
18556         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18557         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18558         NOV database and in article itself.
18559         Invalidate article backlog.
18560
18561 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18562
18563         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18564
18565 2005-10-26  Simon Josefsson  <jas@extundo.com>
18566
18567         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18568         part of 2004-07-25 change.
18569
18570 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * message.el (message-display-completion-list): New function.
18573         (message-expand-group): Use it; make sure the Completions buffer
18574         is modifiable.
18575 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18576
18577         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18578         user-mail-name is an empty string.
18579
18580 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18581
18582         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18583         depending on gnus-score-decay-constant.
18584
18585         * encrypt.el (encrypt-insert-file-contents)
18586         (encrypt-write-file-contents): Don't use `gnus-message'.
18587
18588         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18589         arguments.
18590         (mm-uu-type-alist): Add message-marks and insert-marks.
18591         Pass arguments to mm-uu-verbatim-marks-extract.
18592         (mm-uu-hide-markers): New variable.
18593         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18594
18595         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18596         (gnus-convert-image-to-face-command): Use "convert" by default to
18597         allow other input image formats.
18598         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18599         accordingly.
18600
18601 2005-10-23  Simon Josefsson  <jas@extundo.com>
18602
18603         * imap.el (imap-gssapi-program): Align command line parameters
18604         with latest GNU SASL.
18605         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18606
18607 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18608
18609         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18610         HTML.
18611         (nnslashdot-request-article): Ditto.
18612
18613         * lpath.el (featurep): Add nobreak-char-display.
18614
18615 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18616
18617         * mail-source.el (mail-source-fetch-pop): Require pop3.
18618         (mail-source-check-pop): Ditto.
18619
18620 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18623         errors.
18624
18625 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18626
18627         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18628         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18629
18630         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18631
18632         * mm-bodies.el (mm-decode-string):
18633         Call `mm-charset-to-coding-system' with allow-override argument.
18634
18635 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18638         (rfc2047-charset-to-coding-system): New function.
18639         (rfc2047-decode-encoded-words): New function.
18640         (rfc2047-decode-region): Use them.
18641         (rfc2047-decode-cte): Remove.
18642         (rfc2047-parse-and-decode): Remove.
18643         (rfc2047-decode): Remove.
18644
18645 2005-10-15  Kenichi Handa  <handa@m17n.org>
18646
18647         * rfc2047.el (rfc2047-decode-cte): New function.
18648         (rfc2047-decode-region): Change the way to decode successive
18649         encoded-words: decode B- or Q-encoding in each encoded-word,
18650         concatenate them, and decode it as charset.
18651
18652 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * lpath.el: Fbind codepage-setup for XEmacs.
18655
18656 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18657
18658         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18659         widget-move-and-invoke.
18660         (gnus-custom-mode): Use gnus-custom-map.
18661
18662 2005-10-15  Bill Wohler  <wohler@newt.com>
18663
18664         * message.el (message-tool-bar-map): Rename image file from
18665         mail_send to mail/send.
18666
18667 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18668
18669         * message.el (message-expand-group): Pass the common
18670         prefix substring of completion to `display-completion-list'.
18671
18672 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * mml-sec.el (mml-secure-method): New internal variable.
18675         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18676         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18677         New functions using mml-secure-method.
18678
18679         * mml.el (mml-mode-map): Add key bindings for those functions.
18680         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18681         Harder <harder@myrealbox.com>.
18682         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18683         Goto end of message if point is the headers of the message.
18684
18685         * message.el (message-in-body-p): New function.
18686
18687         * assistant.el: Autoload gnus-util and netrc.
18688
18689         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18690         Use `mm-charset-override-alist' only when decoding.
18691
18692         * mm-bodies.el (mm-decode-body):
18693         Call `mm-charset-to-coding-system' with allow-override argument.
18694
18695         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18696         `filename' from Content-Disposition if Content-Type doesn't
18697         provide `name'.
18698         (gnus-mime-view-part-as-type): Set default instead of
18699         initial-input.
18700
18701 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18702
18703         * format-spec.el (format-spec): Propagate text properties of % spec.
18704
18705 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18706
18707         * gnus-art.el (gnus-treat-predicate): Add `first'.
18708
18709 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18710
18711         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18712         (mm-charset-override-alist): New variable.
18713         (mm-charset-to-coding-system): Use it.
18714         (mm-codepage-setup): New helper function.
18715         (mm-charset-eval-alist): New variable.
18716         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18717         Warn about unknown charsets.
18718
18719         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18720
18721 2005-10-04  David Hansen  <david.hansen@gmx.net>
18722
18723         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18724         (nnrss-check-group): Ditto.
18725
18726 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18727
18728         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18729         Rename x-gnus-verbatim to x-verbatim.
18730         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18731
18732         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18733         x-verbatim.
18734
18735         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18736
18737         * gnus-util.el (gnus-remove-duplicates): Remove.
18738
18739         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18740         instead of gnus-remove-duplicates.
18741
18742         * message.el (message-remove-duplicates): Remove.
18743         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18744         message-remove-duplicates.
18745
18746         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18747         available, else use implementation from `delete-dups'.
18748
18749         * message.el (message-insert-expires): New function.
18750         (message-mode-map): Add key binding.
18751         (message-mode-field-menu): Add menu entry.
18752         (message-mode): Document it.
18753         (message-make-expires-date): Use `message-make-date'.
18754
18755 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18756
18757         * message.el (message-make-expires-date): New function.
18758
18759 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * Makefile.in (list-installed-shadows): New entry.
18762         (install): Use it.
18763         (remove-installed-shadows): New entry.
18764
18765         * dgnushack.el (dgnushack-default-load-path): New variable.
18766         (dgnushack-find-lisp-shadows): New function.
18767         (dgnushack-remove-lisp-shadows): New function.
18768
18769 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18770
18771         * Makefile.in (install-el-elc): New entry.
18772         (install): Use it so that .el files are necessarily installed.
18773
18774 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18775
18776         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18777
18778 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18779
18780         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18781         function rather than the diff-mode.el package.
18782         (mm-display-external): Use with-current-buffer.
18783         (mm-viewer-completion-map, mm-viewer-completion-map):
18784         Move initialization inside declaration.
18785
18786 2005-09-29  Simon Josefsson  <jas@extundo.com>
18787
18788         * spam.el: Load hashcash when compiling, to avoid warnings.
18789         Don't autoload mail-check-payment.
18790         (spam-check-hashcash): Define unconditionally, since hashcash.el
18791         is part of Gnus now.  Ignore errors from payment checking.
18792
18793 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18794
18795         * message.el (message-bold-region, message-unbold-region):
18796         Rename from `bold-region' and `unbold-region'.
18797
18798         * message.el: Remove useless autoloads.
18799
18800 2005-09-28  Simon Josefsson  <jas@extundo.com>
18801
18802         * message.el (message-use-idna): Default to t.
18803         (message-use-idna): Test whether encoding works too.  Doc fix.
18804
18805 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * nntp.el (nntp-warn-about-losing-connection): Remove.
18808
18809 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18810
18811         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18812         customizable.  Change default value.
18813         (mm-uu-diff-groups-regexp): Change default value.
18814         (mm-uu-type-alist): Add doc string.
18815         (mm-uu-configure): Add doc string.  Make it interactive.
18816         (mm-uu-tex-groups-regexp): New variable.
18817         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18818         (mm-uu-type-alist): Add LaTeX documents.
18819         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18820         of "text/verbatim".
18821         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18822
18823         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18824         instead of "text/verbatim".
18825
18826         * message.el (message-mark-inserted-region)
18827         (message-mark-insert-file): Use slrn style marks when called with
18828         prefix argument.
18829
18830 2005-09-27  Simon Josefsson  <jas@extundo.com>
18831
18832         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18833
18834 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18835
18836         * message.el (message-remove-duplicates): New function.
18837         Implementation borrowed from `gnus-remove-duplicates'.
18838         (message-idna-to-ascii-rhs): Also encode idna addresses in
18839         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18840         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18841         only ask about the same idna domain once per header and also tell
18842         in what header to replace the idna domain.
18843
18844         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18845         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18846         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18847         a header is decoded and not just the last one.
18848
18849 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18850
18851         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18852         has been decoded.
18853
18854         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18855         (mm-insert-part): Don't modify text if it has been decoded.
18856
18857         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18858         decoded.
18859
18860         * mm-view.el (mm-inline-text): Don't strip text props unless
18861         decoding enriched or richtext parts.
18862
18863 2005-09-25  Romain Francoise  <romain@orebokech.com>
18864
18865         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18866         * gnus-start.el (gnus-subscribe-interactively):
18867         * gnus-uu.el (gnus-uu-grab-articles):
18868         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18869         space.
18870
18871 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18872
18873         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18874         * mm-view.el (mm-view-pkcs7-decrypt):
18875         * gnus-sum.el (gnus-summary-limit-to-extra)
18876         (gnus-summary-respool-article, gnus-read-move-group-name):
18877         * gnus-score.el (gnus-summary-increase-score):
18878         * gnus-util.el (gnus-completing-read-with-default):
18879         * gnus-art.el (gnus-read-save-file-name)
18880         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18881         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18882         * message.el (message-check-news-header-syntax):
18883         Follow convention for reading with the minibuffer.
18884
18885 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18886
18887         * spam-report.el (spam-report-url-ping-plain):
18888         Use gnus-extended-version as User-Agent.
18889
18890         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18891         default value is nil.
18892
18893         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18894         (mm-uu-verbatim-marks-extract): New function.
18895         (mm-uu-extract): New face.
18896         (mm-uu-copy-to-buffer): Use it.
18897
18898         * spam-report.el (spam-report-gmane-ham): Rename from
18899         `spam-report-gmane-unspam'.
18900         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18901         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18902
18903         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18904         Autoload.
18905         (spam-report-gmane-unregister-routine):
18906         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18907
18908 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18911         (spam-report-gmane-unregister-routine): Add support for gmane
18912         unregistration.
18913
18914         * spam-report.el (spam-report-gmane-unspam)
18915         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18916         (spam-report-gmane): Change to take a single article and do unspam
18917         registration.
18918
18919 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * mm-url.el (mm-url-decode-entities): Fix regexp.
18922
18923 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18924
18925         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18926         default to nil, to be able to use Gnus at all.  If the default
18927         switches to something else, then the function should be fixed not
18928         be exceedingly slow.
18929
18930 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18931
18932         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18933         fail hard.
18934
18935         * spam-report.el: Add better Keywords line.
18936
18937         * spam.el: Add Maintainer and better Keywords line.
18938
18939 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18940
18941         * gnus-art.el (gnus-article-replace-part)
18942         (gnus-mime-replace-part): New functions.
18943         (gnus-mime-action-alist, gnus-mime-button-commands)
18944         (gnus-mime-save-part-and-strip): Add file argument.
18945         (gnus-article-part-wrapper): Add interactive argument.
18946
18947         * gnus-sum.el (gnus-summary-mime-map):
18948         Add `gnus-article-replace-part'.
18949
18950 2005-09-19  Didier Verna  <didier@xemacs.org>
18951
18952         The nnml compaction feature:
18953         * nnml.el (nnml-request-compact-group): New function.
18954         * nnml.el (nnml-request-compact): New function.
18955         * gnus-int.el (gnus-request-compact-group): New function.
18956         * gnus-int.el (gnus-request-compact): New function.
18957         * gnus-group.el (gnus-group-compact-group): New function.
18958         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18959         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18960         * gnus-srvr.el (gnus-server-compact-server): New function.
18961         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18962         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18963
18964 2005-09-18  Deepak Goel  <deego@gnufans.org>
18965
18966         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18967         format spec.
18968
18969 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18970
18971         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18972
18973 2005-09-15  Romain Francoise  <romain@orebokech.com>
18974
18975         * message.el (message-fill-paragraph): Clarify docstring.
18976
18977 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gnus-art.el (gnus-mime-display-part): Protect against broken
18980         MIME messages.
18981
18982 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18985         before parsing header.
18986
18987 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18988
18989         * html2text.el (html2text-replace-list): Add new entities.
18990
18991 2005-09-11  Romain Francoise  <romain@orebokech.com>
18992
18993         * message.el (message-alternative-emails): Improve docstring.
18994         (message-setup-1): Call `message-use-alternative-email-as-from'
18995         after `message-setup-hook' to give it precedence over posting
18996         styles, etc.
18997         (message-use-alternative-email-as-from): Add docstring.
18998         Remove the original From header if present.
18999
19000         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19001         (nnml-save-mail): Use it.
19002
19003         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19004         articles.  Add new argument `silent'.
19005         (gnus-uu-mark-all): Report the total number of marked articles.
19006
19007 2005-09-10  Romain Francoise  <romain@orebokech.com>
19008
19009         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19010         (gnus-uu-mark-series): Likewise.
19011
19012 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19013
19014         * spam-report.el (spam-report-gmane): Fix generation of spam
19015         report URL.
19016
19017 2005-09-10  Simon Josefsson  <jas@extundo.com>
19018
19019         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19020         t, based on discussion on the ding list with Robert Epprecht
19021         <epprecht@solnet.ch>.
19022
19023 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * spam-report.el (spam-report-gmane): Make it work without
19026         X-Report-Spam header.  Gmane now only provides Archived-At.
19027         This is only used if `spam-report-gmane-use-article-number' is nil.
19028         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19029
19030         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19031         make `gnus-summary-sort-by-recipient' work with threading.
19032
19033         * nnweb.el (nnweb-google-wash-article): Print a message if article
19034         is not available.
19035
19036 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19037
19038         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19039         change.  Decode text/* parts content before displaying.
19040
19041 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19042
19043         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19044
19045 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19046
19047         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19048
19049         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19050         url-package-name, url-package-version,
19051         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19052         w3m-display-inline-images, and w3m-minor-mode-map.
19053
19054 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19055
19056         * message.el (message-tab-body-function): Fix mismatched custom type.
19057
19058         * gnus.el (gnus-group-change-level-function): Ditto.
19059
19060         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19061
19062         * gnus-art.el (gnus-signature-limit)
19063         (gnus-article-mime-part-function): Ditto.
19064
19065 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19066
19067         * mml.el (mml-mode): Silence the byte compiler.
19068
19069         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19070         using `(sit-for 0)' before moving the point to the specified part;
19071         skip unbuttonized parts.
19072         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19073         return to the summary window if gnus-auto-select-part is non-nil.
19074
19075 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19076
19077         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19078         New variables.
19079         (mml-dnd-attach-file, mml-mode): Use them.
19080
19081         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19082         Make fetching article by MID work again for Google Groups.
19083         Add FIXME concerning gnus-group-make-web-group.
19084
19085         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19086         Don't depend on Gnus by using mail-extract-address-components if
19087         gnus-extract-address-components is not bound.
19088
19089 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19090
19091         * gnus-art.el (gnus-mime-display-security): Don't display the
19092         signature, but only the signed part.
19093
19094 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19095
19096         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19097
19098         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19099         list, not listp.
19100
19101 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19102
19103         * mm-encode.el (mm-encode-content-transfer-encoding):
19104         Likewise when encoding.
19105
19106         * mm-bodies.el (mm-decode-content-transfer-encoding):
19107         De-canonicalize CRLF for all text content types, not just
19108         text/plain.
19109
19110 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19113         valid article; point arrow and cursor at the MIME button.
19114
19115 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19116
19117         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19118         Suggested by Dan Christensen <jdc@uwo.ca>.
19119
19120         * mm-decode.el (mm-save-part): Enable change of prompt.
19121
19122 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19123
19124         * gnus-msg.el (gnus-inews-add-send-actions):
19125         Make `message-post-method' lambda parameter ARG `&optional'.
19126
19127 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19128
19129         * gnus-sum.el (gnus-summary-mime-map):
19130         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19131         gnus-article-jump-to-part.
19132
19133         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19134         (gnus-article-edit-part): Use it.
19135         (gnus-article-part-wrapper): Add no-handle argument.
19136         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19137         New functions.
19138
19139 2005-08-29  Romain Francoise  <romain@orebokech.com>
19140
19141         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19142         docstring.
19143         (gnus-face-from-file): Likewise.
19144
19145 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19146
19147         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19148         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19149         non-nil.
19150         (gnus-auto-select-part): New variable.
19151         (gnus-article-jump-to-part): New function.
19152         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19153         (gnus-mime-delete-part): Allow selecting specified part after
19154         deleting or stripping parts.
19155         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19156         part if argument is bogus.
19157
19158 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19159
19160         * gnus-art.el (w3m-minor-mode-map):
19161         * gnus-spec.el (gnus-newsrc-file-version):
19162         * gnus-util.el (nnmail-active-file-coding-system)
19163         (gnus-original-article-buffer, gnus-user-agent):
19164         * gnus.el (gnus-ham-process-destinations)
19165         (gnus-parameter-ham-marks-alist)
19166         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19167         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19168         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19169         * mm-decode.el (gnus-current-window-configuration):
19170         * mm-extern.el (gnus-article-mime-handles):
19171         * mm-url.el (url-current-object, url-package-name)
19172         (url-package-version):
19173         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19174         (smime-keys, w3m-cid-retrieve-function-alist)
19175         (w3m-current-buffer, w3m-display-inline-images)
19176         (w3m-minor-mode-map):
19177         * mml-smime.el (gnus-extract-address-components):
19178         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19179         (gnus-newsrc-hashtb, message-default-charset)
19180         (message-deletable-headers, message-options)
19181         (message-posting-charset, message-required-mail-headers)
19182         (message-required-news-headers):
19183         * mml1991.el (mc-pgp-always-sign):
19184         * mml2015.el (mc-pgp-always-sign):
19185         * nnheader.el (nnmail-extra-headers):
19186         * rfc1843.el (gnus-decode-encoded-word-function)
19187         (gnus-decode-header-function, gnus-newsgroup-name):
19188         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19189
19190 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19191
19192         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19193         the end of the date treatments.
19194
19195 2005-08-15  Simon Josefsson  <jas@extundo.com>
19196
19197         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19198         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19199         Capello and Romain Francoise.
19200         (pgg-fetch-key-function): Remove, not used?
19201         (pgg-insert-url-with-w3): Require url, to get
19202         url-insert-file-contents regardless of where it is defined.
19203
19204 2005-08-13  Romain Francoise  <romain@orebokech.com>
19205
19206         * message.el (message-cite-original-1): New function.
19207         (message-cite-original): Use it.
19208         (message-cite-original-without-signature): Ditto.
19209
19210 2005-08-08  Romain Francoise  <romain@orebokech.com>
19211
19212         * message.el (message-yank-empty-prefix): New variable.
19213         (message-indent-citation): Use it.
19214         (message-cite-original-without-signature): Respect X-No-Archive.
19215
19216 2005-08-08  Simon Josefsson  <jas@extundo.com>
19217
19218         * pgg.el: Autoload url-insert-file-contents instead of loading
19219         w3/url.
19220         (pgg-insert-url-with-w3): Don't load url here.
19221
19222 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19223
19224         * message.el (message-kill-to-signature): Don't insert newline at
19225         bol.
19226         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19227
19228 2005-08-06  Romain Francoise  <romain@orebokech.com>
19229
19230         * message.el (message-user-fqdn): Fix typo in docstring.
19231
19232 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19233
19234         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19235
19236         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19237
19238 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * mm-bodies.el (mm-encode-body): Use coding system rather than
19241         charset to encode text.
19242
19243         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19244         number of charsets if utf-8 is available (XEmacs).
19245
19246 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19247
19248         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19249         taken from `gnus-button-mid-or-mail-regexp'.
19250         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19251         (gnus-button-alist): Improve regexp for domain part of the MIDs
19252         for news:localpart@domain buttons.
19253         (gnus-button-ctan-directory-regexp): Update.
19254
19255 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19256
19257         * sieve-manage.el (sieve-manage-interactive-login):
19258         Use make-local-variable rather than make-variable-buffer-local.
19259         (sieve-manage-open): Ditto.
19260         (sieve-manage-authenticate): Ditto.
19261
19262         * mml.el (mml-generate-mime-1): Make the content type default to
19263         text/plain if the filename is not specified.
19264
19265 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19268         instead of insert-buffer.
19269
19270         * message.el (message-yank-original): Ditto; set the mark at the
19271         end of the yanked message.
19272
19273 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19276         lines to scroll rather than to stop it.
19277
19278         * mml.el (mml-generate-default-type): Add doc string.
19279         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19280         default to application/octet-stream when determining the content
19281         type if it is not specified for the part or the mml contents; add
19282         a comment about mml-generate-default-type.
19283
19284 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19285
19286         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19287         make it default to application/octet-stream when determining the
19288         content type if it is not specified for the external contents.
19289
19290 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19293         segmented parameter but also other parameters might be there.
19294
19295 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * mm-decode.el (mm-display-external): Delete temp file, directory
19298         and buffer immediately if the external process is exited.
19299
19300 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19303         fewer lines than that of scroll-margin.
19304         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19305
19306 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19307
19308         * gnus-art.el (gnus-article-next-page): Revert.
19309         (gnus-article-beginning-of-window): New macro.
19310         (gnus-article-next-page-1): Use it.
19311         (gnus-article-prev-page): Ditto.
19312         (gnus-article-edit-part): Use insert-buffer-substring instead of
19313         insert-buffer.
19314         (gnus-article-edit-exit): Ditto.
19315
19316         * gnus-util.el (gnus-beginning-of-window): Remove.
19317         (gnus-end-of-window): Remove.
19318
19319         * lpath.el: Don't bind header-line-format and scroll-margin.
19320
19321 2005-07-25  Simon Josefsson  <jas@extundo.com>
19322
19323         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19324         to have the url package without w3.  Reported by Daiki Ueno
19325         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19326
19327 2005-07-20  Didier Verna  <didier@xemacs.org>
19328
19329         * gnus-diary.el: Remove the description comment (nndiary is now
19330         properly documented in the Gnus manual).
19331         Fix the spelling of "Back End".
19332         * nndiary.el: Ditto.
19333         Fix the copyright notice.
19334
19335 2005-07-18  Romain Francoise  <romain@orebokech.com>
19336
19337         * gnus-sum.el (gnus-summary-to-prefix)
19338         (gnus-summary-newsgroup-prefix): New variables.
19339         (gnus-summary-from-or-to-or-newsgroups): Use them.
19340
19341 2005-07-17  Romain Francoise  <romain@orebokech.com>
19342
19343         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19344         space as it's generally not especially interesting to the user.
19345
19346 2005-07-16  Romain Francoise  <romain@orebokech.com>
19347
19348         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19349         nil to avoid prompting and file modification if one of the
19350         messages at the top of the nnfolder file contains a copyright
19351         notice.
19352         Update copyright notice.
19353
19354         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19355         instead of `current-time-string' as the latter creates a time
19356         string that is not RFC 2822 compliant (it lacks the zone).
19357         Update copyright notice.
19358
19359 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19360
19361         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19362         for text/rtf.  Display default in prompt.  Pass default for M-n.
19363
19364         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19365
19366 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19367
19368         * gnus-msg.el (gnus-button-mailto):
19369         Remove save-selected-window-window hackery because it relies on
19370         save-selected-window internals.
19371
19372 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19375         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19376         (gnus-article-prev-page): Ditto.
19377
19378         * gnus-util.el (gnus-beginning-of-window): New function.
19379         (gnus-end-of-window): New function.
19380
19381         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19382
19383 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19384
19385         * gnus-score.el (gnus-score-edit-all-score):
19386         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19387         gnus-message.
19388
19389 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * gnus-msg.el (gnus-button-mailto):
19392         Remove save-selected-window-window hackery because it relies on
19393         save-selected-window internals.
19394
19395 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19398         add-minor-mode.
19399         (gnus-binary-mode): Ditto.
19400
19401         * gnus-topic.el (gnus-topic-mode): Ditto.
19402
19403 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19404
19405         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19406         (gnus-article-prev-page): Take scroll-margin into consideration.
19407
19408 2005-07-04  Lute Kamstra  <lute@gnu.org>
19409
19410         Update FSF's address in GPL notices.
19411
19412 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19413
19414         * gnus.el (gnus-exit):
19415         * gnus-group.el (gnus-group-icons):
19416         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19417
19418         * gnus-nocem.el (gnus-nocem):
19419         * message.el (message-various, message-buffers, message-sending)
19420         (message-interface, message-forwarding, message-insertion)
19421         (message-headers, message-news, message-mail):
19422         * pgg-gpg.el (pgg-gpg):
19423         * pgg-parse.el (pgg-parse):
19424         * pgg-pgp.el (pgg-pgp):
19425         * pgg-pgp5.el (pgg-pgp5):
19426         * pop3.el (pop3): Finish `defgroup' description with period.
19427
19428 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19429
19430         * gnus-art.el (article-display-face): Improve the efficiency.
19431         (article-display-x-face): Ditto; remove gray x-face stuff.
19432
19433 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * gnus-art.el (article-display-face): Correct the position in
19436         which Faces are inserted.
19437
19438 2005-06-29  Didier Verna  <didier@xemacs.org>
19439
19440         * gnus-art.el (article-display-face): Display faces in correct
19441         order.
19442
19443 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19444
19445         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19446         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19447         (gnus-nocem-check-article): Fetch the Type header.
19448         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19449         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19450         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19451         make sure gnus-nocem-hashtb is initialized.
19452         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19453         (gnus-nocem-unwanted-article-p): Ditto.
19454
19455         * pgg.el (pgg-verify): Return the verification result.
19456
19457 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19458
19459         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19460         is ascii.
19461
19462 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19463
19464         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19465         `show-nonbreak-escape'.
19466
19467 2005-06-23  Lute Kamstra  <lute@gnu.org>
19468
19469         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19470
19471         * dig.el (dig-mode):
19472         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19473
19474 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19475
19476         * nnimap.el (nnimap-split-download-body): Fix spellings.
19477
19478 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19479
19480         * gnus-art.el (gnus-article-encrypt-body):
19481         * gnus-cus.el (gnus-score-customize):
19482         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19483         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19484
19485 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19486
19487         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19488         header by looking for magic "MII" at the beginning.
19489
19490 2005-06-16  Miles Bader  <miles@gnu.org>
19491
19492         * gnus-xmas.el (gnus-xmas-group-startup-message):
19493         Use renamed gnus-splash face.
19494
19495         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19496         (assistant-field-face): New backward-compatibility alias for renamed
19497         face.
19498         (assistant-render-text): Use renamed assistant-field face.
19499
19500         * spam.el (spam): Remove "-face" suffix from face name.
19501         (spam-face): New backward-compatibility alias for renamed face.
19502         (spam-face, spam-initialize): Use renamed spam face.
19503
19504         * message.el (message-header-to, message-header-cc)
19505         (message-header-subject, message-header-newsgroups)
19506         (message-header-other, message-header-name)
19507         (message-header-xheader, message-separator, message-cited-text)
19508         (message-mml): Remove "-face" suffix from face names.
19509         (message-header-to-face, message-header-cc-face)
19510         (message-header-subject-face, message-header-newsgroups-face)
19511         (message-header-other-face, message-header-name-face)
19512         (message-header-xheader-face, message-separator-face)
19513         (message-cited-text-face, message-mml-face):
19514         New backward-compatibility aliases for renamed faces.
19515         (message-font-lock-keywords): Use renamed message faces.
19516
19517         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19518         (sieve-test-commands, sieve-tagged-arguments):
19519         Remove "-face" suffix from face names.
19520         (sieve-control-commands-face, sieve-action-commands-face)
19521         (sieve-test-commands-face, sieve-tagged-arguments-face):
19522         New backward-compatibility aliases for renamed faces.
19523         (sieve-control-commands-face, sieve-action-commands-face)
19524         (sieve-test-commands-face, sieve-tagged-arguments-face):
19525         Use renamed sieve faces.
19526
19527         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19528         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19529         (gnus-group-news-3-empty, gnus-group-news-4)
19530         (gnus-group-news-4-empty, gnus-group-news-5)
19531         (gnus-group-news-5-empty, gnus-group-news-6)
19532         (gnus-group-news-6-empty, gnus-group-news-low)
19533         (gnus-group-news-low-empty, gnus-group-mail-1)
19534         (gnus-group-mail-1-empty, gnus-group-mail-2)
19535         (gnus-group-mail-2-empty, gnus-group-mail-3)
19536         (gnus-group-mail-3-empty, gnus-group-mail-low)
19537         (gnus-group-mail-low-empty, gnus-summary-selected)
19538         (gnus-summary-cancelled, gnus-summary-high-ticked)
19539         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19540         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19541         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19542         (gnus-summary-low-undownloaded)
19543         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19544         (gnus-summary-low-unread, gnus-summary-normal-unread)
19545         (gnus-summary-high-read, gnus-summary-low-read)
19546         (gnus-summary-normal-read, gnus-splash):
19547         Remove "-face" suffix from face names.
19548         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19549         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19550         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19551         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19552         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19553         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19554         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19559         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19560         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19561         (gnus-summary-normal-ticked-face)
19562         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19563         (gnus-summary-normal-ancient-face)
19564         (gnus-summary-high-undownloaded-face)
19565         (gnus-summary-low-undownloaded-face)
19566         (gnus-summary-normal-undownloaded-face)
19567         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19568         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19569         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19570         (gnus-splash-face):
19571         New backward-compatibility aliases for renamed faces.
19572         (gnus-group-startup-message): Use renamed gnus faces.
19573
19574         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19575         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19576         (gnus-server-agent): Remove "-face" suffix from face names.
19577         (gnus-server-agent-face, gnus-server-opened-face)
19578         (gnus-server-closed-face, gnus-server-denied-face)
19579         (gnus-server-offline-face):
19580         New backward-compatibility aliases for renamed faces.
19581         (gnus-server-agent-face, gnus-server-opened-face)
19582         (gnus-server-closed-face, gnus-server-denied-face)
19583         (gnus-server-offline-face): Use renamed gnus faces.
19584
19585         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19586         Remove "-face" suffix from face names.
19587         (gnus-picon-xbm-face, gnus-picon-face):
19588         New backward-compatibility aliases for renamed faces.
19589
19590         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19591         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19592         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19593         (gnus-cite-11): Remove "-face" suffix from face names.
19594         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19595         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19596         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19597         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19598         New backward-compatibility aliases for renamed faces.
19599         (gnus-cite-attribution-face, gnus-cite-face-list)
19600         (gnus-article-boring-faces): Use renamed gnus faces.
19601
19602         * gnus-art.el (gnus-signature, gnus-header-from)
19603         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19604         (gnus-header-content): Remove "-face" suffix from face names.
19605         (gnus-signature-face, gnus-header-from-face)
19606         (gnus-header-subject-face, gnus-header-newsgroups-face)
19607         (gnus-header-name-face, gnus-header-content-face):
19608         New backward-compatibility aliases for renamed faces.
19609         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19610
19611         * gnus-sum.el (gnus-summary-selected-face)
19612         (gnus-summary-highlight): Use renamed gnus faces.
19613         * gnus-group.el (gnus-group-highlight): Likewise.
19614
19615 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19616
19617         * gnus-sieve.el (gnus-sieve-article-add-rule):
19618         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19619         * spam-stat.el (spam-stat-buffer-change-to-spam)
19620         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19621
19622         * message.el (message-is-yours-p):
19623         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19624
19625 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * mm-view.el (mm-inline-text): Withdraw the last change.
19628
19629 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19632         executing enriched-decode.
19633
19634 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19637         charset of tar files.
19638
19639 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19640
19641         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19642
19643 2005-06-04  Lute Kamstra  <lute@gnu.org>
19644
19645         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19646         information is never recorded.
19647
19648 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19649
19650         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19651
19652 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * pop3.el (pop3-apop): Run md5 in the binary mode.
19655
19656         * starttls.el (starttls-set-process-query-on-exit-flag):
19657         Use eval-and-compile.
19658
19659 2005-05-31  Simon Josefsson  <jas@extundo.com>
19660
19661         * smime.el (smime-replace-in-string): Define.
19662         (smime-cert-by-ldap-1): Use it.
19663
19664 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * gnus-art.el (article-display-x-face): Replace
19667         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19668
19669         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19670         set-process-query-on-exit-flag or process-kill-without-query.
19671
19672         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19673         loop instead of replace-regexp.
19674
19675         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19676         instead of process-kill-without-query if it is available.
19677
19678         * lpath.el: Fbind ldap-search-entries.
19679
19680         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19681         instead of find-file-hooks if it is available.
19682
19683         * mml1991.el: Bind pgg-default-user-id when compiling.
19684
19685         * mml2015.el: Bind pgg-default-user-id when compiling.
19686
19687         * nndraft.el (nndraft-request-associate-buffer):
19688         Use write-contents-functions instead of write-contents-hooks if it is
19689         available.
19690
19691         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19692         instead of find-file-hooks if it is available.
19693
19694         * nntp.el (nntp-open-connection): Replace
19695         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19696         (nntp-open-ssl-stream): Ditto.
19697         (nntp-open-tls-stream): Ditto.
19698
19699         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19700         set-process-query-on-exit-flag or process-kill-without-query.
19701         (starttls-open-stream-gnutls): Use it instead of
19702         process-kill-without-query.
19703         (starttls-open-stream): Ditto.
19704
19705 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19706
19707         * smime.el (smime-cert-by-ldap-1): Don't use
19708         replace-regexp-in-string.
19709
19710 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19711
19712         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19713
19714         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19715         in PEM format.  Adjust to the XEmacs compatibility.
19716
19717 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19718
19719         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19720         by `string-to-number'.
19721         * gnus-agent.el (gnus-agent-regenerate-group)
19722         (gnus-agent-fetch-articles): Ditto.
19723         * gnus-art.el (gnus-button-fetch-group): Ditto.
19724         * gnus-cache.el (gnus-cache-generate-active)
19725         (gnus-cache-articles-in-group): Ditto.
19726         * gnus-group.el (gnus-group-set-current-level)
19727         (gnus-group-insert-group-line): Ditto.
19728         * gnus-score.el (gnus-score-set-expunge-below)
19729         (gnus-score-set-mark-below, gnus-summary-score-effect)
19730         (gnus-summary-score-entry): Ditto.
19731         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19732         (gnus-soup-pack): Ditto.
19733         * gnus-spec.el (gnus-xmas-format): Ditto.
19734         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19735         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19736         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19737         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19738         * nndb.el (nndb-get-remote-expire-response): Ditto.
19739         * nndiary.el (nndiary-parse-schedule-value)
19740         (nndiary-string-to-number, nndiary-request-replace-article)
19741         (nndiary-request-article): Ditto.
19742         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19743         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19744         * nneething.el (nneething-make-head): Ditto.
19745         * nnfolder.el (nnfolder-request-article)
19746         (nnfolder-retrieve-headers): Ditto.
19747         * nnheader.el (nnheader-file-to-number): Ditto.
19748         * nnkiboze.el (nnkiboze-request-article): Ditto.
19749         * nnmail.el (nnmail-process-unix-mail-format)
19750         (nnmail-process-babyl-mail-format): Ditto.
19751         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19752         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19753         (nnmh-request-create-group, nnmh-request-list-1)
19754         (nnmh-request-group, nnmh-request-article): Ditto.
19755         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19756         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19757         * nnsoup.el (nnsoup-make-active): Ditto.
19758         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19759         * nntp.el (nntp-find-group-and-number)
19760         (nntp-retrieve-headers-with-xover): Ditto.
19761         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19762         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19763         (pgg-format-key-identifier): Ditto.
19764         * pop3.el (pop3-last, pop3-stat): Ditto.
19765         * qp.el (quoted-printable-decode-region): Ditto.
19766
19767         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19768         of concat.
19769
19770 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19773
19774         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19775
19776         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19777
19778         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19779
19780         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19781
19782         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19783
19784         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19785         (gnus-carpal-mode): Ditto.
19786
19787         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19788         (gnus-browse-mode): Ditto.
19789
19790         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19791
19792         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19793
19794 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19795
19796         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19797
19798 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19799
19800         * gnus-util.el (gnus-run-mode-hooks): New function.
19801
19802         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19803
19804         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19805         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19806
19807 2005-05-27  Lute Kamstra  <lute@gnu.org>
19808
19809         * dns-mode.el (dns-mode): Specify customization group.
19810
19811 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19812
19813         * gnus-agent.el (gnus-agent-make-mode-line-string):
19814         Use mode-line-highlight as mouse-face.
19815
19816 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19817
19818         * canlock.el (canlock): Change the parent group to news.
19819
19820         * deuglify.el (gnus-outlook-deuglify): Add :group.
19821
19822         * dig.el (dig): Add :group.
19823
19824         * dns-mode.el (dns-mode): Add :group.
19825
19826         * encrypt.el (encrypt): Add :group.
19827
19828         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19829         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19830         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19831         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19832         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19833
19834         * gnus-diary.el (gnus-diary): Add :group.
19835
19836         * gnus.el (gnus-group-news-1-face): Add :group.
19837         (gnus-group-news-1-empty-face): Ditto.
19838         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19839         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19840         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19841         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19842         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19843         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19844         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19845         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19846         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19847         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19848         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19849         (gnus-summary-high-ticked-face): Ditto.
19850         (gnus-summary-low-ticked-face): Ditto.
19851         (gnus-summary-normal-ticked-face): Ditto.
19852         (gnus-summary-high-ancient-face): Ditto.
19853         (gnus-summary-low-ancient-face): Ditto.
19854         (gnus-summary-normal-ancient-face): Ditto.
19855         (gnus-summary-high-undownloaded-face): Ditto.
19856         (gnus-summary-low-undownloaded-face): Ditto.
19857         (gnus-summary-normal-undownloaded-face): Ditto.
19858         (gnus-summary-high-unread-face): Ditto.
19859         (gnus-summary-low-unread-face): Ditto.
19860         (gnus-summary-normal-unread-face): Ditto.
19861         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19862         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19863
19864         * hashcash.el (hashcash): New custom group.
19865         (hashcash-default-payment): Add :group.
19866         (hashcash-payment-alist): Ditto.
19867         (hashcash-default-accept-payment): Ditto.
19868         (hashcash-accept-resources): Ditto.
19869         (hashcash-path): Ditto.
19870         (hashcash-extra-generate-parameters): Ditto.
19871         (hashcash-double-spend-database): Ditto.
19872         (hashcash-in-news): Ditto.
19873
19874         * message.el (message-minibuffer-local-map): Add :group.
19875
19876         * netrc.el (netrc): Add :group.
19877
19878         * sieve-manage.el (sieve-manage-log): Add :group.
19879         (sieve-manage-default-user): Diito.
19880         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19881         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19882         (sieve-manage-authenticators): Ditto.
19883         (sieve-manage-authenticator-alist): Ditto.
19884         (sieve-manage-default-port): Ditto.
19885
19886         * sieve-mode.el (sieve-control-commands-face): Add :group.
19887         (sieve-action-commands-face): Ditto.
19888         (sieve-test-commands-face): Ditto.
19889         (sieve-tagged-arguments-face): Ditto.
19890
19891         * smime.el (smime): Add :group.
19892
19893         * spam-report.el (spam-report): Add :group.
19894
19895         * spam.el (spam, spam-face): Add :group.
19896
19897 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19898
19899         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19900         return \n.\n.\n at the end of articles.  Protect against that.
19901         (nntp-with-open-group): Allow debugging.
19902
19903         * nnheader.el (mail-header-set-extra): Make into a function
19904         because I just could't understand how to quote the list properly.
19905
19906         * dns.el (query-dns-cached): New function.
19907
19908 2005-05-26  Lute Kamstra  <lute@gnu.org>
19909
19910         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19911
19912 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19915
19916         * gnus-art.el: Don't autoload mail-extract-address-components.
19917
19918         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19919         eval-and-compile to evaluate it.
19920
19921         * hashcash.el: Don't autoload executable-find.
19922
19923         * nndb.el: Don't declare the nndb back end two or more times; don't
19924         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19925
19926         * nntp.el: Autoload format-spec instead of format; use
19927         eval-and-compile to evaluate autoload forms.
19928
19929 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19930
19931         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19932
19933 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19934
19935         * gnus.el (gnus-version-number): Bump version.
19936
19937 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19938
19939         * gnus.el: No Gnus v0.3 is released.
19940
19941 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942
19943         * lpath.el (featurep): Bind show-nonbreak-escape.
19944
19945 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * gnus-art.el (gnus-article-edit-part): Disable undo.
19948
19949 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19952         gnus-article-date-lapsed-new-header is t if date timer is active;
19953         skip headers in which the original date value is empty.
19954         (gnus-article-save-original-date): Redefine it as a macro.
19955         (gnus-display-mime): Use it.
19956
19957 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19958
19959         * gnus-art.el (article-date-ut): Support converting date in
19960         forwarded parts as well.
19961         (gnus-article-save-original-date): New function.
19962         (gnus-display-mime): Use it.
19963
19964 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19965
19966         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19967         enclosure element of <item>.
19968
19969 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19970
19971         * message.el (message-kill-buffer-query): Rename from
19972         `message-kill-buffer-query-if-modified'.  Add :version.
19973
19974 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19977         window layout.
19978
19979 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19980
19981         * mml.el: Autoload dnd when compiling.
19982
19983 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19984
19985         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19986         x-dnd-*.
19987
19988 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * qp.el (quoted-printable-encode-region): Save excursion.
19991
19992 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19993
19994         * message.el (message-kill-buffer-query-if-modified): Add new variable
19995         so the user can kill a modified message buffer quickly.
19996         (message-kill-buffer): Use it.
19997
19998 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * lpath.el: Fbind display-time-event-handler; don't fbind
20001         string-to-multibyte.
20002
20003         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20004
20005 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20006
20007         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20008         contained in text because xml.el decodes entities) with LFs.
20009
20010 2005-04-11  Lute Kamstra  <lute@gnu.org>
20011
20012         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20013         differently.
20014
20015 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20016
20017         * mm-util.el (mm-detect-coding-region): Typo.
20018
20019 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20022
20023 2005-04-06  Deepak Goel  <deego@gnufans.org>
20024
20025         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20026         user-function allow user modifications of the scores.
20027         (spam-stat-score-buffer-user): New function, to allow
20028         user-computed modifications to the score.
20029         (spam-stat-score-buffer-user-functions): List of additional
20030         scoring functions.
20031         (spam-stat-error-holder): Global temporary error holder.
20032         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20033         variable.
20034
20035 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20036
20037         * gnus-registry.el (gnus-registry-clean-empty-function)
20038         (gnus-registry-trim, gnus-registry-fetch-groups)
20039         (gnus-registry-delete-group): Groups that match
20040         `gnus-registry-ignored-groups' are removed from the registry
20041         entries, not just ignored for splitting.  This helps clean up the
20042         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20043         to get all the groups a message ID is in.
20044
20045         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20046         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20047         (spam-stat-score-buffer-user-functions): Add :number custom type.
20048
20049 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20052         argument in XEmacs.
20053
20054         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20055         (nnrss-request-group): Decode group name first.
20056         (nnrss-request-article): Make a text/plain article if mml-to-mime
20057         failed.
20058         (nnrss-get-encoding): Return a compatible encoding according to
20059         nnrss-compatible-encoding-alist.
20060         (nnrss-find-el): Use consp instead of listp.
20061         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20062
20063 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20066         which Emacs 20 doesn't support.
20067         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20068
20069 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20070
20071         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20072         silence the byte compiler inside the defun.
20073
20074         * gnus-demon.el (parse-time-string): Add autoload.
20075
20076         * gnus-delay.el (parse-time-string): Add autoload.
20077
20078         * gnus-art.el (parse-time-string): Add autoload.
20079
20080         * nnultimate.el (parse-time): Require for `parse-time-string'.
20081
20082 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20083
20084         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20085
20086         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20087
20088         * smime.el (smime-ldap-host-list): Add :version.
20089
20090 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20091
20092         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20093         pass it to `gnus-browse-read-group'.
20094         (gnus-browse-read-group): Add NUMBER argument and pass it to
20095         `gnus-group-read-ephemeral-group'.
20096
20097         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20098         argument and pass it to `gnus-group-read-group'.
20099
20100 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20101
20102         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20103         mm-xemacs-find-mime-charset-1 if we have the mule feature
20104         available at runtime.
20105
20106 2005-03-25  Werner Lemberg  <wl@gnu.org>
20107
20108         * nnmaildir.el: Replace `illegal' with `invalid'.
20109
20110 2005-03-23  Lute Kamstra  <lute@gnu.org>
20111
20112         * time-date.el: Add comment on time value formats.
20113         Don't require parse-time.
20114         (with-decoded-time-value): New macro.
20115         (encode-time-value): New function.
20116         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20117         (days-to-time): Return a valid time value when arg is huge.
20118         (time-since): Use time-subtract.
20119         (time-to-number-of-days): Use time-to-seconds.
20120
20121 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20122
20123         * gnus-start.el (gnus-display-time-event-handler):
20124         Check display-time-timer at runtime rather than only at load time
20125         in case display-time-mode is turned off in the mean time.
20126
20127 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20128
20129         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20130         used.
20131
20132         * nneething.el (nneething-map-file-directory): Derive from
20133         `gnus-directory'.
20134
20135         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20136         the To/Cc button.
20137
20138 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20139
20140         * nnmaildir.el (nnmaildir-request-accept-article):
20141         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20142
20143 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20144
20145         * gnus-async.el: Require timer-funcs at compile time when in
20146         XEmacs for `run-with-idle-timer'.
20147
20148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20149
20150         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20151         autoloaded function.
20152
20153 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20154
20155         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20156
20157 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20158
20159         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20160
20161 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20162
20163         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20164         Add gnus-expert-user to default.
20165
20166 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20167
20168         * nnimap.el (nnimap-open-server): Ditto.
20169
20170         * imap.el (imap-authenticate): Fix typo.
20171
20172 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20173
20174         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20175         buffer (since IMAP server might return FETCH response out of
20176         order, and the nntp buffer must be sorted).
20177
20178 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20179
20180         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20181         comparison on string.
20182
20183         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20184         (gnus-agent-score): Rename category keywords to match gnus-cus.
20185         (gnus-agent-summary-fetch-series): Modify to protect against
20186         gnus-agent-summary-fetch-group clearing processable flags.
20187         (gnus-agent-synchronize-group-flags): Update live group buffer as
20188         synchronization may occur due to the user toggle the plugged
20189         status.
20190         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20191         successfully downloaded.
20192         (gnus-agent-expire-group-1): Avoid using markers when the overview
20193         is in ascending order; greatly improves performance.
20194         (gnus-agent-regenerate-group):
20195         Use gnus-agent-synchronize-group-flags to reset read status in both
20196         gnus and server.
20197         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20198
20199 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20200
20201         * message.el: Don't autoload former message-utils variables.
20202         (message-strip-subject-trailing-was): Change doc string.
20203
20204         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20205         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20206         (nnweb-google-search): Add "hl=en" here.
20207         (nnweb-google-parse-1, nnweb-google-create-mapping):
20208         Don't hardcode URL.
20209
20210 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20211
20212         * message.el (message-get-reply-headers, message-followup):
20213         Mention related variables `message-use-followup-to' and
20214         `message-use-mail-followup-to', in the information buffer.
20215
20216         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20217         of broken groups(-beta).google.com.
20218
20219 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20220
20221         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20222         parameter to invoked gnus-request-move-article; remove the
20223         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20224         all at once instead of once per article.
20225         (gnus-summary-remove-process-mark): Accept a list of articles as
20226         well as a single article for processing.
20227
20228         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20229         parameter.
20230
20231         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20232
20233         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20234
20235         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20236         parameter.
20237
20238         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20239         parameter.
20240
20241         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20242         parameter and remove the gnus-sum-hint-move-is-internal variable.
20243
20244         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20245         parameter.
20246
20247         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20248         parameter.
20249
20250         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20251         parameter.
20252
20253         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20254
20255         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20256         parameter.
20257
20258         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20259         parameter.
20260
20261 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20262
20263         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20264         a more conservative way.
20265
20266 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20267
20268         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20269         buffer, so it moves the window's cursor.
20270
20271 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20272
20273         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20274         `mm-dissect-multipart' and receive the from field as an (optional)
20275         argument from `mm-dissect-multipart'.
20276         (mm-dissect-multipart): Receive the from field as an argument and
20277         pass it on when we call `mm-dissect-buffer' on MIME parts.
20278         Fixes verification/decryption of signed/encrypted MIME parts.
20279
20280 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20281
20282         * gnus-sum.el (gnus-summary-move-article):
20283         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20284         whatever it calls (right now, only nnimap-request-move article
20285         respects it).
20286
20287         * nnimap.el (nnimap-request-move-article):
20288         When gnus-sum-hint-move-is-internal is set, don't do the extra
20289         nnimap-request-article.
20290
20291 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20294
20295         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20296         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20297
20298         * gnus-sum.el (gnus-summary-caesar-message):
20299         Apply `gnus-treat-article' after rotation.
20300
20301         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20302         doc string.
20303
20304 2005-02-22  Simon Josefsson  <jas@extundo.com>
20305
20306         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20307         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20308         <arne@arnested.dk>.
20309         (encrypt): Add password-cache and password-cache-expiry as group
20310         members.
20311
20312 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20313
20314         * smime.el (smime-ldap-host-list): Doc fix.
20315         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20316         cache) password.
20317         (smime-sign-region): Use it.
20318         (smime-decrypt-region): Use it.
20319         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20320         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20321         fails.
20322         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20323         certificate from DER to PEM format rather than calling openssl.
20324
20325         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20326
20327         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20328         for signing/encryption.
20329
20330         * mml.el (mml-parse-1): Use them.
20331
20332 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20333
20334         * nnrss.el (nnrss-verbose): Remove.
20335         (nnrss-request-group): Use `nnheader-message' instead.
20336
20337 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20338
20339         * nnrss.el (nnrss-verbose): New variable.
20340         (nnrss-request-group): Make it say nnrss is requesting a group.
20341
20342 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20343
20344         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20345         Handle news URL with given port correctly.
20346
20347 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20350         containing special characters.
20351
20352         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20353
20354         * mml.el (mime-to-mml): Ditto.
20355
20356         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20357         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20358         (rfc2047-decode-region): Quote decoded words containing special
20359         characters when rfc2047-quote-decoded-words-containing-tspecials
20360         is non-nil.
20361
20362 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20363
20364         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20365
20366         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20367
20368 2005-02-15  Simon Josefsson  <jas@extundo.com>
20369
20370         * nnimap.el (nnimap-debug): Doc fix.
20371
20372         * imap.el (imap-debug): Doc fix.
20373
20374 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20377
20378 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20379
20380         * gnus.el (spam-contents): Improve docs for spam-contents
20381         parameter in its variable incarnation.
20382
20383 2005-02-14  Simon Josefsson  <jas@extundo.com>
20384
20385         * smime-ldap.el: Use require instead of load-library for ldap.
20386         (smime-ldap-search): Indent.
20387         (smime-ldap-search-internal): Shorten line.
20388
20389         * smime.el (smime-cert-by-dns): Add doc-string.
20390         (smime-cert-by-ldap-1): Indent.
20391
20392         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20393         mml-smime-get-dns-ldap.
20394         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20395
20396 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20397
20398         * smime.el: Require smime-ldap.
20399         (smime-ldap-host-list): New variable.
20400         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20401
20402         * mml-smime.el (mml-smime-encrypt-query): New function.
20403         (mml-smime-encrypt-query): Use it.
20404
20405         * smime-ldap.el: New file.
20406
20407 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20410
20411 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20412
20413         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20414         argument in doc string.  Make query for type more clear.
20415
20416 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * gnus.el (gnus-group-startup-message): Search for gnus images in
20419         etc/images/gnus.
20420         * mm-util.el (mm-image-load-path): Likewise.
20421         * smiley.el (smiley-data-directory): Search for smilies in
20422         etc/images/smilies.
20423
20424 2005-02-09  Kim F. Storm  <storm@cua.dk>
20425
20426         Change Emacs release version from 21.4 to 22.1 throughout.
20427         Change Emacs development version from 21.3.50 to 22.0.50.
20428
20429 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20430
20431         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20432
20433         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20434         non-Mule XEmacs as well.
20435         (mm-decompress-buffer): Signal an error intentionally if it does
20436         not decompress compressed data because auto-compression-mode is
20437         disabled.
20438
20439 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20440
20441         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20442         an ID in the registry even if it has no groups.
20443
20444 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20447         merge it into mm-decompress-buffer.
20448         (gnus-mime-copy-part): Use the MIME part charset, the value which
20449         a user specified or gnus-newsgroup-charset for decoding, like
20450         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20451         save-buffer what was used.  Suggested by Kevin Ryde
20452         <user42@zip.com.au>.
20453         (gnus-mime-inline-part): Allow the name parameter as well as the
20454         filename parameter; force decompressing of compressed data; always
20455         display contents being not decoded as unibyte.
20456
20457         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20458         as well as the filename parameter.
20459
20460         * mm-util.el (mm-decompress-buffer):
20461         Merge gnus-mime-jka-compr-maybe-uncompress.
20462         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20463         of compressed data.
20464
20465 2005-02-08  Simon Josefsson  <jas@extundo.com>
20466
20467         * imap.el (imap-log): Doc fix.
20468
20469 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20472         the coding cookies; decompress compressed parts.
20473
20474         * mml.el (mml-generate-mime-1): Add the charset parameter according
20475         to the value which a user specified manually or the coding cookie.
20476
20477         * mm-util.el (mm-string-to-multibyte): New function.
20478         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20479         (mm-coding-system-to-mime-charset): New function.
20480         (mm-decompress-buffer): New function.
20481         (mm-find-buffer-file-coding-system): New function.
20482
20483         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20484         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20485         parts.
20486
20487 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20488
20489         * mm-view.el (mm-display-inline-fontify): Decode a part according
20490         to the charset parameter.
20491
20492 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20493
20494         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20495         prefix arg is neither nil nor a number, as info specifies.
20496
20497 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20498
20499         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20500         timestamps.
20501
20502 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20503
20504         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20505         groups error checking and notify user.
20506
20507 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20508
20509         * message.el (message-send-mail-function): Check existence of
20510         sendmail-program first before using default value
20511         `message-send-mail-with-sendmail'.  Otherwise use more generic
20512         `smtpmail-send-it'.
20513
20514 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * nntp.el (nntp-request-update-info): Always return nil.
20517
20518 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20519
20520         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20521
20522 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20523
20524         * message.el (message-beginning-of-line): Change the behavior when
20525         invoked between BOL and : so that it first moves backward.
20526
20527 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20530         article buffer when editing of the article is discarded.
20531         (gnus-article-prepare): Revert.
20532
20533 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20534
20535         * gnus-art.el (gnus-article-prepare):
20536         Remove message-strip-forbidden-properties from the local hook.
20537
20538 2005-01-27  Simon Josefsson  <jas@extundo.com>
20539
20540         * password.el (password-cache-add): Only start one timer per key.
20541         Reported by Derek Atkins <warlord@MIT.EDU>.
20542
20543 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20544
20545         * run-at-time.el: Remove.  It is no longer needed as
20546         timer-funcs.el in the xemacs-base package has a working version of
20547         `run-at-time'.
20548
20549         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20550
20551         * password.el: Require timer-funcs instead of run-at-time in
20552         XEmacs.
20553         Remove `password-run-at-time' macro.
20554         (password-cache-add): Use `run-at-time' instead of
20555         `password-run-at-time'.
20556
20557         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20558         Remove `nnheader-cancel-function-timers' alias,
20559         `cancel-function-timers' exists in XEmacs in timer-funcs.
20560
20561         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20562         for `run-with-idle-timer'.
20563
20564         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20565         for `run-at-time'.
20566
20567         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20568         for `with-timeout'.
20569
20570         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20571         the same as for XEmacs 21.4.
20572         No need to ignore `run-with-idle-timer', this function exists in
20573         XEmacs now in timer-funcs.el in the xemacs-base package.
20574         (dgnushack-compile): No need to delete
20575         run-at-time.el from the list of files to compile because it
20576         doesn't exist anymore.
20577
20578 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20581         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20582
20583 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20584
20585         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20586         sensitively.
20587
20588 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20589
20590         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20591
20592 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20593
20594         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20595         which will be inserted according to the multibyteness of a buffer
20596         rather than the type of contents.  Suggested by ARISAWA Akihiro
20597         <ari@mbf.ocn.ne.jp>.
20598
20599         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20600         of string which old xml.el may return rather than a string.
20601
20602 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20603
20604         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20605
20606 2005-01-16  Simon Josefsson  <jas@extundo.com>
20607
20608         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20609         idn/idna.el isn't available.
20610         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20611         <michael@waxrat.com>.
20612
20613         * hashcash.el: Remove non-FSF copyright header.
20614
20615         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20616         (hashcash-generate-payment): Use it.
20617         (hashcash-generate-payment-async): Use it.
20618
20619 2005-01-15  Simon Josefsson  <jas@extundo.com>
20620
20621         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20622         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20623
20624         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20625         gnus-summary-idna-message.
20626         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20627         (gnus-summary-idna-message): New function.
20628
20629 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20632         gnus-novice-user.
20633
20634 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * nnrss.el (nnrss-request-delete-group): Delete entries in
20637         nnrss-group-alist as well.
20638         (nnrss-save-server-data): Insert newline.
20639
20640 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20641
20642         * gnus.el (gnus-user-agent): Use list of symbols instead of
20643         symbols.  Display full version number for (S)XEmacs.
20644         Optionally display (S)XEmacs codename.
20645
20646         * gnus-util.el (gnus-emacs-version): Update for new
20647         `gnus-user-agent'.
20648
20649         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20650         Gnus version.
20651
20652 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20653
20654         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20655         which is unreadable in some setups.
20656
20657 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20658
20659         * gnus-spec.el (gnus-update-format-specifications): Flush the
20660         group format spec cache if it doesn't support decoded group names.
20661
20662 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20663
20664         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20665         Allow to apply decay on score files matching a regexp.
20666
20667 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20670         compatibility in %g and %c.
20671
20672 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20673
20674         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20675         name for only %g and %c.
20676         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20677         of gnus-tmp-group to decoded group name.
20678         (gnus-group-make-rss-group): Exclude `/'s from group names.
20679
20680 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20681
20682         * nnrss.el (nnrss-get-encoding): Fix regexp.
20683
20684 2004-12-27  Simon Josefsson  <jas@extundo.com>
20685
20686         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20687         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20688         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20689
20690 2004-12-17  Kim F. Storm  <storm@cua.dk>
20691
20692         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20693
20694         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20695
20696 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20697
20698         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20699
20700 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * nnrss.el: Require rfc2047 and mml.
20703         (nnrss-file-coding-system): New variable.
20704         (nnrss-format-string): Redefine it as an inline function.
20705         (nnrss-decode-group-name): New function.
20706         (nnrss-string-as-multibyte): Remove.
20707         (nnrss-retrieve-headers): Decode group name; don't use
20708         nnrss-format-string.
20709         (nnrss-request-group): Decode group name.
20710         (nnrss-request-article): Decode group name; allow a Message-ID as
20711         well as an article number; don't use nnrss-format-string; encode a
20712         Message-ID string which may contain non-ASCII characters; use
20713         mml-to-mime to compose a MIME article.
20714         (nnrss-request-expire-articles): Decode group name.
20715         (nnrss-request-delete-group): Decode group name.
20716         (nnrss-fetch): Clarify error message.
20717         (nnrss-read-server-data): Use insert-file-contents instead of load;
20718         bind file-name-coding-system; use multibyte buffer.
20719         (nnrss-save-server-data): Bind coding-system-for-write to the
20720         value of nnrss-file-coding-system; bind file-name-coding-system;
20721         add coding cookie.
20722         (nnrss-read-group-data): Use insert-file-contents instead of load;
20723         bind file-name-coding-system; use multibyte buffer.
20724         (nnrss-save-group-data): Bind coding-system-for-write to the
20725         value of nnrss-file-coding-system; bind file-name-coding-system.
20726         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20727         make it work with non-ASCII text.
20728         (nnrss-find-el): Make it work with old xml.el as well.
20729
20730 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20731
20732         * nnrss.el (nnrss-get-encoding): New function.
20733         (nnrss-fetch): Use unibyte buffer initially; bind
20734         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20735         decode contents according to the encoding attribute.
20736         (nnrss-save-group-data): Add coding cookie.
20737         (nnrss-mime-encode-string): New function.
20738         (nnrss-check-group): Use it to encode subject and author.
20739
20740 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20741
20742         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20743         imaginary variable.
20744
20745 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20746
20747         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20748         correctly even if there are wide characters.
20749
20750 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20751
20752         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20753         downcased symbol names; make a new cache instead of reusing
20754         bbdb-hashtable.
20755
20756 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20759         concatenating segments rather than before concatenating them.
20760         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20761
20762         * message.el (message-get-reply-headers): Bind `extra'.
20763
20764 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20765
20766         * message.el (message-extra-wide-headers): New variable.
20767         (message-get-reply-headers): Use it.
20768
20769 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20770
20771         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20772         (gnus-agent-group-pathname): Ditto.
20773
20774         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20775
20776         * gnus-group.el (gnus-group-make-group): Decode group name.
20777         (gnus-group-make-rss-group): Register the group data after opening
20778         the nnrss group.
20779
20780 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20781
20782         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20783         by expiry now get marked as read.
20784
20785 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20786
20787         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20788
20789 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20790
20791         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20792         unify Latin characters in XEmacs.
20793         (mm-find-mime-charset-region): Use it.
20794
20795 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20796
20797         * gnus-util.el (gnus-delete-directory): New function.
20798
20799         * gnus-agent.el (gnus-agent-delete-group): Use it.
20800
20801         * gnus-cache.el (gnus-cache-delete-group): Use it.
20802
20803 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20804
20805         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20806         names.
20807
20808 2004-12-16  Simon Josefsson  <jas@extundo.com>
20809
20810         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20811
20812 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20815
20816         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20817         (gnus-group-set-current-level): Decode group name.
20818
20819 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20820
20821         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20822         failed.
20823
20824 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20825
20826         * gnus-group.el (gnus-group-delete-group): Decode group name.
20827         (gnus-group-make-rss-group): Encode group name.
20828         (gnus-group-catchup-current): Decode group name.
20829         (gnus-group-kill-group): Decode group name.
20830
20831 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20832
20833         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20834
20835 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * gnus-group.el (gnus-group-make-rss-group):
20838         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20839
20840         * gnus-start.el (gnus-setup-news): Honor user's setting to
20841         gnus-message-archive-method.  Suggested by Lute Kamstra
20842         <lute@gnu.org>.
20843
20844 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20845
20846         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20847         global counterparts of the buffer-local variables.
20848
20849 2004-11-16  Romain Francoise  <romain@orebokech.com>
20850
20851         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20852         counterparts of the buffer-local variables.
20853
20854 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * message.el (message-forbidden-properties): Fix typo in doc
20857         string.
20858
20859 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-util.el (gnus-replace-in-string): Add doc string.
20862
20863         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20864         to avoid problems when splitting mails with many recipients.
20865
20866 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20867
20868         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20869         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20870
20871 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20872
20873         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20874         if there is no hashtable in memory or file modification time is
20875         newer than cached timestamp.
20876
20877 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20878
20879         * gnus-sum.el (gnus-summary-limit-to-recipient):
20880         Implement not-matching option.
20881
20882 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20883
20884         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20885         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20886         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20887         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20888         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20889         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20890
20891 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * message.el (message-forward-make-body-mml): Remove headers
20894         according to message-forward-ignored-headers if a message is decoded.
20895
20896 2004-12-02  Romain Francoise  <romain@orebokech.com>
20897
20898         * message.el (message-forward-make-body-plain): Always remove
20899         headers according to message-forward-ignored-headers.
20900
20901 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20902
20903         * spam.el (spam-summary-prepare-exit): Remove the
20904         gnus-summary-limit pop for now, it has problems with ham marks for
20905         me.
20906
20907 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20908
20909         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20910         correctly.
20911
20912 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20913
20914         * format-spec.el (format-spec): Message the char.
20915
20916 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20917
20918         * gnus-art.el (gnus-split-methods): Reformat comments.
20919
20920         * spam.el (spam-summary-prepare-exit): Remove article limits
20921         before exiting the summary buffer.
20922
20923 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20924
20925         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20926         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20927
20928         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20929         order to silence the byte compiler.
20930
20931         * spam.el: Fix the way to silence the byte compiler, which
20932         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20933         bbdb-search-simple, spam-BBDB-register-routine,
20934         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20935         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20936         spam-stat-buffer-is-spam, spam-stat-load,
20937         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20938         spam-stat-save and spam-stat-split-fancy.
20939
20940 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20941
20942         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20943         which may confuse users.
20944         (canlock-password-for-verify): Ditto.
20945
20946         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20947
20948         * gnus-art.el (gnus-emphasis-alist): Ditto.
20949
20950         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20951
20952         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20953
20954         * gnus-start.el (gnus-save-killed-list): Ditto.
20955
20956         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20957         (gnus-sum-thread-tree-root): Ditto.
20958         (gnus-sum-thread-tree-false-root): Ditto.
20959         (gnus-sum-thread-tree-single-indent): Ditto.
20960
20961         * message.el (message-courtesy-message): Ditto.
20962         (message-archive-note): Ditto.
20963         (message-subscribed-address-file): Ditto.
20964         (message-user-fqdn): Ditto.
20965
20966         * spam-report.el (spam-report-gmane-regex): Ditto.
20967
20968         * spam.el (spam-blackhole-good-server-regex): Ditto.
20969
20970 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20971
20972         * mml.el (mml-preview): Widen the message buffer before copying
20973         the contents to the preview buffer; sort headers before previewing.
20974
20975         * message.el (message-hidden-headers): Fix the way to avoid a bug
20976         in the `repeat' widget in Emacs 21.3 or earlier.
20977
20978 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20979
20980         * message.el (message-hidden-headers): Default to "^References:".
20981         Improve customization type.  Suggested by Reiner Steib
20982         <Reiner.Steib@gmx.de>.
20983
20984 2004-11-25  Romain Francoise  <romain@orebokech.com>
20985
20986         * message.el (message-strip-forbidden-properties): Remove check for
20987         obsolete `message-hidden' text property, hidden headers are not
20988         accessible in the buffer anymore.
20989
20990 2004-11-22  Romain Francoise  <romain@orebokech.com>
20991
20992         * message.el (message-header-format-alist): Add `From' in list
20993         so that it can be sorted.
20994         (message-fix-before-sending): Widen and sort headers before
20995         sending.
20996         (message-hide-headers): Use narrowing to hide headers by moving
20997         them to the top of the buffer and narrowing to the region
20998         underneath.
20999
21000 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21001
21002         * message.el (message-strip-forbidden-properties):
21003         Bind buffer-read-only (etc) to nil.
21004
21005 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21008         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21009
21010 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21011
21012         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21013
21014 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21015
21016         * dns.el (query-dns): Use sit-for to time instead of
21017         accept-process-output, since that doesn't seem to work on udp
21018         sockets.
21019
21020 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21021
21022         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21023
21024 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21025
21026         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21027         doc string.  Improve doc string.
21028
21029 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * nntp.el (nntp-request-update-info): Return nil if
21032         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21033         may not call gnus-activate-group which uselessly issues the GROUP
21034         commands for all nntp groups and wastes time.  Reported by Romain
21035         Francoise <romain@orebokech.com>.
21036
21037         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21038
21039 2004-11-15  Simon Josefsson  <jas@extundo.com>
21040
21041         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21042         headers separately.
21043         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21044         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21045
21046 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21047
21048         * gnus-start.el (gnus-convert-old-newsrc):
21049         Assign legacy-gnus-agent to 5.10.7.
21050
21051 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21052
21053         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21054         start of the lines.
21055
21056 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21057
21058         * hashcash.el (hashcash-default-payment): Change default to 20.
21059         (hashcash-default-accept-payment): Change default to 20.
21060         (hashcash-process-alist): New variable.
21061         (hashcash-generate-payment-async): Add.
21062         (hashcash-already-paid-p): Add.
21063         (hashcash-insert-payment): Don't generate payments twice.
21064         (hashcash-insert-payment-async): Add.
21065         (hashcash-insert-payment-async-2): Add.
21066         (hashcash-cancel-async): Add.
21067         (hashcash-wait-async): Add.
21068         (hashcash-processes-running-p): Add.
21069         (hashcash-wait-or-cancel): Add.
21070         (mail-add-payment): New optional argument.  Conditionally start
21071         asynchronous calculation.
21072         (mail-add-payment-async): Add.
21073
21074         * message.el (message-send-mail): Wait for asynchronous hashcash
21075         results.  Don't clobber existing X-Hashcash headers.
21076         (message-setup-1): Call mail-add-payment-async when
21077         message-generate-hashcash is non-nil.
21078
21079 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21080
21081         * message.el (message-use-alternative-email-as-from): Examine the
21082         From header as well; use message-make-from in order to include a
21083         user's full name.
21084
21085 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21088         default; improve customization type.
21089         (gnus-emphasis-custom-with-format): New macro.
21090         (gnus-emphasis-custom-value-to-external): New function.
21091         (gnus-emphasis-custom-value-to-internal): New function.
21092
21093 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21094
21095         * dns.el (query-dns): Resolve reverse addresses.
21096
21097 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21098
21099         * gnus-group.el (gnus-group-get-new-news): Use it.
21100
21101         * gnus-start.el (gnus-check-reasonable-setup): New function.
21102
21103 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21106         "Args out of range" error.  Reported by Arnaud Giersch
21107         <arnaud.giersch@free.fr>.
21108
21109 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21110
21111         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21112
21113 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21114
21115         * spam.el (spam group): Add :version.
21116
21117         * pgg-def.el (pgg group): Add :version.
21118
21119 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * gnus-art.el (gnus-article-edit-article): Don't associate the
21122         article buffer with a draft file.  This is a temporary measure
21123         against the 2004-08-22 change to gnus-article-edit-mode.
21124
21125 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21126
21127         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21128         (html2text-format-tags): Remove unused variable `attr'.
21129
21130 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21131
21132         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21133
21134         * tls.el (tls-process-connection-type, tls-success)
21135         (tls-certtool-program): Add :version.
21136
21137         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21138         (starttls-extra-arguments, starttls-process-connection-type)
21139         (starttls-connect, starttls-failure, starttls-success): Add :version.
21140
21141         * spam-stat.el (spam-stat): Add :version.
21142
21143         * sieve.el (sieve): Add :version.
21144
21145         * sha1.el (sha1): Add :version.
21146         (sha1-use-external): Remove redundant version.
21147
21148         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21149         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21150         (nnmail-split-fancy-match-partial-words)
21151         (nnmail-split-lowercase-expanded): Add :version.
21152
21153         * nndiary.el (nndiary): Add :version.
21154
21155         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21156
21157         * mml-sec.el (mml-default-sign-method)
21158         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21159         Add :version.
21160
21161         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21162
21163         * mm-url.el (mm-url-use-external, mm-url-program)
21164         (mm-url-arguments): Add :version.
21165
21166         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21167         (mm-attachment-file-modes, mm-decrypt-option)
21168         (mm-w3m-safe-url-regexp): Add :version.
21169
21170         * message.el (message-cite-prefix-regexp)
21171         (message-sendmail-envelope-from, message-minibuffer-local-map)
21172         (message-user-fqdn, message-completion-alist): Add :version.
21173
21174         * gnus-win.el (gnus-configure-windows-hook)
21175         (gnus-use-frames-on-any-display): Add :version.
21176
21177         * gnus-art.el (gnus-article-address-banner-alist)
21178         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21179         (gnus-treat-from-picon, gnus-treat-mail-picon)
21180         (gnus-treat-x-pgp-sig): Add :version.
21181
21182         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21183         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21184         (gnus-summary-article-delete-hook)
21185         (gnus-summary-display-while-building): Add :version.
21186
21187         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21188         (gnus-get-top-new-news-hook): Add :version.
21189
21190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21191         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21192
21193         * gnus-registry.el (gnus-registry): Add :version.
21194
21195         * gnus-spec.el (gnus-use-correct-string-widths)
21196         (gnus-make-format-preserve-properties): Add :version.
21197
21198         * gnus.el (gnus-group-charter-alist)
21199         (gnus-group-fetch-control-use-browse-url)
21200         (gnus-install-group-spam-parameters): Add :version.
21201
21202         * gnus-diary.el (gnus-diary): Add :version.
21203
21204         * gnus-delay.el (gnus-delay): Add :version.
21205
21206         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21207         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21208         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21209         Add :version.
21210
21211         * gnus-agent.el (gnus-agent-max-fetch-size)
21212         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21213         (gnus-agent-prompt-send-queue): Add :version.
21214
21215         * deuglify.el (gnus-outlook-deuglify): Add :version.
21216
21217         * html2text.el: Beautify code.  Improve doc strings.
21218         Some checkdoc cleanup.
21219         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21220
21221 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21222
21223         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21224
21225 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21226
21227         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21228         when package is loaded.
21229
21230         * spam.el (spam-summary-score-preferred-header): Add global preference
21231         for people who want to override the default SpamAssassin over
21232         Bogofilter preference (when both are set).
21233         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21234         (spam-user-format-function-S):
21235         Check spam-summary-score-preferred-header.
21236         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21237         (spam-user-format-function-S): Format the score correctly.
21238
21239 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21240
21241         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21242         signature file.  Suggested by Manoj Srivastava
21243         <srivasta@golden-gryphon.com>.
21244
21245         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21246         iso-2022-jp even in the Japanese language environment.
21247         Suggested by Jason Rumney <jasonr@gnu.org>.
21248
21249 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21252         use the same characters as the dummy marks; make it free from
21253         getting affected by the language environment.
21254         (gnus-summary-read-group-1): Update mark positions only when the
21255         format spec is updated.
21256
21257         * gnus-spec.el (gnus-update-format-specifications): Return a list
21258         of updated types.
21259
21260 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21261
21262         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21263         of boundp to check if display-warning is available.
21264
21265 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21266
21267         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21268
21269 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * nnspool.el (nnspool-spool-directory): Use news-path if the
21272         news-directory variable is not bound.
21273
21274         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21275         function instead of display-warning if it is not available.
21276
21277 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21278
21279         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21280         v5-10: Use `point-at-bol'.
21281
21282 2004-10-26  Simon Josefsson  <jas@extundo.com>
21283
21284         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21285         <chenggao@gmail.com>.
21286
21287 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21288
21289         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21290         instead.
21291
21292 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21293
21294         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21295         to remove a server from the nnimap-server-buffer-alist.
21296         (nnimap-open-connection, nnimap-close-server): Use it.
21297
21298         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21299
21300 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21301
21302         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21303         running the major-mode function.
21304
21305 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21306
21307         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21308         dummy marks in the right way.
21309
21310 2004-10-18  David Edmondson  <dme@dme.org>
21311
21312         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21313         excessively.
21314
21315 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21316
21317         * gnus-util.el (gnus-split-references): Accept a nil references
21318         string and go on blissfully.
21319
21320         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21321         cases where the references string is non-nil but has no references.
21322
21323         * encrypt.el: Add autoload tags.
21324
21325         * spam.el (spam-resolve-registrations-routine): Remove article
21326         from unregistration list too.  Reported by David Hanak
21327         <dhanak@isis.vanderbilt.edu>
21328
21329 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21330
21331         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21332         nil.  Change custom type.
21333
21334 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21335
21336         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21337
21338         * gnus-sum.el (gnus-summary-move-article): Use it.
21339
21340 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21341
21342         * encrypt.el: Add autoload cookies.
21343
21344         * spam.el (spam-backend-article-list-property)
21345         (spam-backend-get-article-todo-list)
21346         (spam-backend-put-article-todo-list)
21347         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21348         Resolve registrations separately.
21349         (spam-register-routine): Format comments.
21350         (spam-unregister-routine, spam-register-routine): Always call with
21351         specific-articles, no default list.
21352         (spam-summary-prepare-exit): Use the spam-classifications function.
21353
21354         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21355         gnus-encrypt.el.
21356
21357         * encrypt.el: Copied from gnus-encrypt.el.
21358
21359         * gnus-encrypt.el: Commented that it's obsolete.
21360
21361 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21362
21363         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21364         (gnus-score-save): Use it.
21365
21366         * message.el (message-bury): Use `window-dedicated-p'.
21367
21368 2004-10-15  Simon Josefsson  <jas@extundo.com>
21369
21370         * pop3.el (top-level): Don't require nnheader.
21371         (pop3-read-timeout): Add.
21372         (pop3-accept-process-output): Add.
21373         (pop3-read-response, pop3-retr): Use it.
21374
21375 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21376
21377         * spam.el (spam-register-routine): Move comment.
21378         (spam-verify-bogofilter): Use 'unknown for the initial
21379         spam-bogofilter-valid state, not 'never.
21380
21381         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21382         for netrc-machine.
21383
21384         * nnimap.el (nnimap-open-connection):
21385         Use netrc-machine-user-or-password.
21386
21387 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21388
21389         * gnus-registry.el (gnus-registry-unload-hook):
21390         Set as a variable with add-hook.
21391
21392         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21393         of news-path.
21394
21395         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21396
21397         * spam.el: Delete duplicate `provide'.
21398         (spam-unload-hook): Set as a variable with add-hook.
21399
21400 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21401
21402         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21403         in the doc string.
21404
21405         * message.el (message-ignored-news-headers)
21406         (message-ignored-supersedes-headers)
21407         (message-ignored-resent-headers)
21408         (message-forward-ignored-headers): Improve custom type.
21409
21410 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21411
21412         * message.el (message-tokenize-header): Fix 2004-09-06 change
21413         which used point-min in the wrong place.
21414
21415 2004-10-12  Simon Josefsson  <jas@extundo.com>
21416
21417         * tls.el (tls-certtool-program): New variable.
21418         (tls-certificate-information): New function, based on
21419         ssl-certificate-information.
21420
21421 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21422
21423         * compface.el: Move the version of ELisp-based uncompface program
21424         to the contrib directory because of the copyright problem.
21425
21426 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21427
21428         * message.el (message-kill-buffer): Raise the current frame.
21429
21430 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21431
21432         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21433
21434         * gnus.el (message-y-or-n-p): Autoload.
21435
21436         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21437         (pop3-password-required, pop3-authentication-scheme)
21438         (pop3-leave-mail-on-server): Make customizable.
21439         (pop3): New custom group.
21440         (pop3-retr): Remove `sleep-for' statements.
21441         Suggested by Dave Love <fx@gnu.org>.
21442
21443         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21444         Windows/DOS.
21445
21446         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21447         (imap-parse-body): Fix incorrect use of `assert'.
21448         Suggested by Dave Love <fx@gnu.org>.
21449
21450         * mml.el (mml-minibuffer-read-disposition): Require match.
21451         Suggested by Dave Love <fx@gnu.org>.
21452
21453 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21454
21455         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21456         doc string.
21457
21458 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21459
21460         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21461
21462 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21463
21464         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21465         instead of calling `mm-insert-inline', to decode text/* parts
21466         before displaying them.
21467
21468 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21469
21470         * mm-uu.el (mm-uu-text-plain-type): New variable.
21471         (mm-uu-pgp-signed-extract-1): Use it.
21472         (mm-uu-pgp-encrypted-extract-1): Use it.
21473         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21474         bind mm-uu-text-plain-type with that value.
21475         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21476         mm-uu-dissect.
21477
21478 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21479
21480         * gnus-group.el (gnus-update-group-mark-positions):
21481         * gnus-sum.el (gnus-update-summary-mark-positions):
21482         * message.el (message-check-news-body-syntax):
21483         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21484         of string-as-multibyte.
21485
21486 2004-10-05  Juri Linkov  <juri@jurta.org>
21487
21488         * gnus-group.el (gnus-update-group-mark-positions):
21489         * gnus-sum.el (gnus-update-summary-mark-positions):
21490         * message.el (message-check-news-body-syntax):
21491         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21492         8-bit unibyte values to a multibyte string for search functions.
21493
21494 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21495
21496         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21497         (mm-uu-dissect-text-parts): New function.
21498
21499         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21500         dissect text parts.
21501
21502         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21503         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21504
21505         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21506
21507         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21508         Use gnus-current-topics instead of gnus-current-topic.
21509
21510 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21511
21512         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21513
21514 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21515
21516         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21517         where appropriate.
21518
21519         * nnml.el (nnml-generate-active-info): do.
21520
21521         * nndiary.el (nndiary-generate-active-info): do.
21522
21523         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21524         (gnus-topic-move): do.
21525
21526         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21527         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21528
21529         * gnus-srvr.el (gnus-server-prepare)
21530         (gnus-server-open-all-servers): do.
21531
21532         * gnus-msg.el (gnus-summary-cancel-article)
21533         (gnus-summary-resend-message)
21534         (gnus-summary-mail-crosspost-complaint): do.
21535
21536         * gnus-move.el (gnus-change-server): do.
21537
21538         * gnus-group.el (gnus-group-unmark-all-groups)
21539         (gnus-group-set-current-level): do.
21540
21541 2004-10-04  Simon Josefsson  <jas@extundo.com>
21542
21543         * message.el (message-generate-hashcash): Doc fix.
21544
21545 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21546
21547         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21548         avoid infinite recursion via gnus-get-function.
21549
21550 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21551
21552         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21553
21554         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21555
21556         * nnmail.el (nnmail-split-history): do.
21557
21558         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21559         (nnml-request-delete-group): do.
21560
21561         * nnslashdot.el (nnslashdot-read-groups): do.
21562
21563         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21564         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21565
21566         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21567         (nnspool-sift-nov-with-sed): Use last.
21568         (nnspool-retrieve-headers-with-nov): Use mapc.
21569         (nnspool-request-newgroups): Use dolist.
21570         (nnspool-request-group): Use last.
21571
21572         * nntp.el (nntp-read-server-type): Use dolist.
21573
21574         * nnvirtual.el (nnvirtual-create-mapping)
21575         (nnvirtual-update-read-and-marked): Use dolist.
21576         (nnvirtual-convert-headers): Simplify.
21577
21578 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21579
21580         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21581         Add support for sync'ing tick marks.
21582
21583 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21586         there's no visible header.
21587
21588 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21589
21590         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21591         When necessary, pass full group name to gnus-request-set-marks.
21592
21593 2004-10-01  Simon Josefsson  <jas@extundo.com>
21594
21595         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21596         acroread.
21597
21598 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21599
21600         * spam-report.el (spam-report-gmane): Fix interactive.
21601
21602         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21603
21604         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21605         when writing file.
21606         (gnus-agent-synchronize-flags): Don't default to being
21607         interactive.
21608
21609 2004-09-30  Simon Josefsson  <jas@extundo.com>
21610
21611         * message.el (message-generate-hashcash): Add.
21612         (message-send-mail): Use it, call mail-add-payment.
21613
21614 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21615
21616         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21617
21618 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21619
21620         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21621         gnus-requst-update-info with explicit code to sync the in-memory
21622         info read flags with the marks being sync'd to the backend.
21623
21624         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21625
21626 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21627
21628         * spam.el (spam-verify-bogofilter): Add new function.
21629         (spam-check-bogofilter)
21630         (spam-bogofilter-register-with-bogofilter): Use it.
21631         (spam-verify-bogofilter): Add small fixes.
21632
21633 2004-09-28  Simon Josefsson  <jas@extundo.com>
21634
21635         * hashcash.el (hashcash-generate-payment): Revert.
21636
21637 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21638
21639         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21640         Use gnus-extract-references instead of gnus-split-references.
21641
21642         * gnus-util.el (gnus-extract-references): Add new function, analogous
21643         to gnus-split-references but extracts only the message-ID without
21644         anything extra.
21645
21646         * hashcash.el (hashcash-generate-payment)
21647         (hashcash-check-payment): Do the right thing if hashcash-path is
21648         nil (because the hashcash program could not be found).
21649
21650         * spam.el (spam-use-hashcash): Remove comment.
21651
21652 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21653
21654         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21655         (gnus-cache-enter-article, gnus-cache-remove-article)
21656         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21657
21658         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21659
21660         * gnus-art.el (article-hide-boring-headers)
21661         (article-translate-strings, article-display-face)
21662         (gnus-article-mime-match-handle-first)
21663         (gnus-article-highlight-headers)
21664         (gnus-article-add-buttons-to-head): do.
21665
21666 2004-09-27  Simon Josefsson  <jas@extundo.com>
21667
21668         * hashcash.el: New version, from
21669         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21670         ../contrib/.
21671
21672 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21673
21674         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21675
21676 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21677
21678         * gnus-dup.el (gnus-dup-open): Use mapc.
21679         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21680
21681         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21682         Reported by Stefan Wiens <s.wi@gmx.net>.
21683
21684         * gnus.el (gnus-shutdown): Use dolist.
21685
21686         * gnus-undo.el (gnus-undo): Use mapc.
21687
21688         * nnrss.el (nnrss-generate-active): do.
21689
21690         * message.el (message-cite-original-without-signature)
21691         (message-cite-original): Use mapc.
21692         (message-do-actions, message-make-forward-subject): Use dolist.
21693
21694 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21695
21696         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21697         deletion to remove entire duplicate line.  Fixes merged article
21698         number bug.
21699
21700 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21701
21702         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21703         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21704         first ask if you want to open a server and then, even when you
21705         responded with no, asking if you want to synchronize the server's
21706         flags.
21707         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21708         multi-line expressions.
21709         (gnus-agent-synchronize-group-flags): New internal function.
21710         Updates marks in memory (in the info structure) AND in the
21711         backend.
21712
21713         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21714
21715         * nnagent.el (nnagent-request-set-mark):
21716         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21717         method, to ensure that synchronization updates marks in the
21718         backend and in the info (in memory) structure.
21719
21720 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21721
21722         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21723         convention fully; don't miss the root article of a thread; make
21724         the X-Draft-From header with correct article numbers.
21725
21726 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21727
21728         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21729         unless plugged.  Disable the agent so that an open failure causes
21730         an error.
21731
21732         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21733         Revert 2004-09-21 change.  The backend must be opened while
21734         synchronizing flags even when the backend stores the flags
21735         locally.
21736
21737 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21738
21739         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21740         in `header' match.  Reported by Svend Tollak Munkejord.
21741
21742         * message.el (message-cite-original): Fix use of
21743         `message-cite-articles-with-x-no-archive'.
21744
21745 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21746
21747         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21748         (gnus-window-to-buffer): Ditto.
21749
21750         * mml.el (mml-preview-buffer): New variable.
21751         (mml-preview): Manage window layout with gnus-buffer-configuration.
21752
21753         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21754         X-Draft-From header even if those articles aren't quoted.
21755
21756 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21757
21758         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21759         (gnus-request-set-mark, gnus-request-update-mark): Use new
21760         g-s-t-u-l-m to decide to use backend even when unplugged.
21761
21762 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21763
21764         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21765         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21766
21767 2004-09-20  Simon Josefsson  <jas@extundo.com>
21768
21769         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21770         "utf-16-le".
21771
21772 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21773
21774         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21775
21776 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21777
21778         * uudecode.el (uudecode-use-external): Add :version.
21779
21780         * smime.el (smime-CA-file, smime-encrypt-cipher)
21781         (smime-dns-server): Add :version.
21782
21783         * smiley.el (gnus-smiley-file-types): Add :version.
21784
21785         * sha1.el (sha1-use-external): Add :version.
21786
21787         * pgg-def.el (pgg-query-keyserver): Add :version.
21788
21789         * nnmail.el (nnmail-fancy-expiry-targets)
21790         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21791         Add :version.
21792
21793         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21794         (nnimap-retrieve-groups-asynchronous): Add :version.
21795         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21796
21797         * mml.el (mml-content-disposition-parameters)
21798         (mml-insert-mime-headers-always): Add :version.
21799
21800         * mm-util.el (mm-coding-system-priorities): Add :version.
21801
21802         * mm-decode.el (mm-inline-text-html-with-images)
21803         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21804         (mm-verify-option): Add :version.
21805         (mm-text-html-renderer): Change :version.
21806
21807         * message.el (message-fcc-externalize-attachments)
21808         (message-required-headers, message-draft-headers)
21809         (message-subject-trailing-was-query)
21810         (message-subject-trailing-was-ask-regexp)
21811         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21812         (message-mark-insert-end, message-archive-header)
21813         (message-archive-note, message-cross-post-default)
21814         (message-cross-post-note, message-followup-to-note)
21815         (message-cross-post-note-function, message-use-mail-followup-to)
21816         (message-subscribed-address-functions)
21817         (message-subscribed-address-file, message-subscribed-addresses)
21818         (message-subscribed-regexps, message-allow-no-recipients)
21819         (message-yank-cited-prefix, message-signature-insert-empty-line)
21820         (message-hidden-headers, message-hierarchical-addresses)
21821         (message-mail-user-agent, message-use-idna)
21822         (message-valid-fqdn-regexp)
21823         (message-strip-special-text-properties, message-header-synonyms)
21824         (message-beginning-of-line, message-tab-body-function): Add :version.
21825         (message-insert-canlock, message-wide-reply-confirm-recipients):
21826         Change :version.
21827
21828         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21829         and :version.
21830         (mail-source-delete-old-incoming-confirm)
21831         (mail-source-movemail-program): Add :version.
21832
21833         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21834         (gnus-agent-cache, gnus-agent): Change :version.
21835
21836         * gnus-util.el (gnus-use-byte-compile): Change :version.
21837
21838         * gnus-sum.el (gnus-summary-make-false-root-always)
21839         (gnus-summary-default-high-score)
21840         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21841         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21842         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21843         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21844         (gnus-sum-thread-tree-single-indent)
21845         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21846         (gnus-sum-thread-tree-leaf-with-other)
21847         (gnus-sum-thread-tree-single-leaf): Add :version.
21848         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21849         (gnus-article-loose-mime): Change :version.
21850
21851         * gnus-start.el (gnus-backup-startup-file)
21852         (gnus-save-startup-file-via-temp-buffer): Add :version.
21853
21854         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21855         (gnus-server-offline-face): Add :version.
21856
21857         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21858
21859         * gnus-msg.el (gnus-gcc-externalize-attachments)
21860         (gnus-debug-files, gnus-debug-exclude-variables)
21861         (gnus-discouraged-post-methods): Change :version.
21862         (gnus-confirm-mail-reply-to-news)
21863         (gnus-confirm-treat-mail-like-news): Add :version.
21864
21865         * gnus-int.el (gnus-server-unopen-status): Add :version.
21866
21867         * gnus-group.el (gnus-group-jump-to-group-prompt)
21868         (gnus-large-ephemeral-newsgroup)
21869         (gnus-fetch-old-ephemeral-headers): Add :version.
21870
21871         * gnus-fun.el (gnus-x-face-directory)
21872         (gnus-convert-pbm-to-x-face-command)
21873         (gnus-convert-image-to-x-face-command)
21874         (gnus-convert-image-to-face-command): Add :version.
21875
21876         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21877
21878         * gnus-cite.el (gnus-cite-blank-line-after-header)
21879         (gnus-article-boring-faces): Add :version.
21880
21881         * gnus-art.el (gnus-buttonized-mime-types)
21882         (gnus-inhibit-mime-unbuttonizing)
21883         (gnus-treat-display-face)
21884         (gnus-treat-body-boundary): Change :version.
21885         (gnus-body-boundary-delimiter, gnus-picon-databases)
21886         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21887         (gnus-treat-date-english, gnus-treat-fold-headers)
21888         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21889         (gnus-treat-mail-picon, gnus-treat-wash-html)
21890         (gnus-article-encrypt-protocol)
21891         (gnus-use-idna, gnus-article-over-scroll)
21892         (gnus-mime-display-multipart-alternative-as-mixed)
21893         (gnus-mime-display-multipart-related-as-mixed)
21894         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21895         (gnus-ctan-url, gnus-button-ctan-handler)
21896         (gnus-button-handle-ctan-bogus-regexp)
21897         (gnus-button-ctan-directory-regexp)
21898         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21899         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21900         (gnus-button-man-level, gnus-button-emacs-level)
21901         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21902
21903         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21904         (gnus-agent-go-online): Change :version.
21905         (gnus-agent-expire-unagentized-dirs)
21906         (gnus-agent-auto-agentize-methods): Add :version.
21907
21908         * flow-fill.el (fill-flowed-display-column)
21909         (fill-flowed-encode-column): Add :version.
21910
21911         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21912         (gnus-outlook-deuglify-unwrap-max)
21913         (gnus-outlook-deuglify-cite-marks)
21914         (gnus-outlook-deuglify-unwrap-stop-chars)
21915         (gnus-outlook-deuglify-no-wrap-chars)
21916         (gnus-outlook-deuglify-attrib-cut-regexp)
21917         (gnus-outlook-deuglify-attrib-verb-regexp)
21918         (gnus-outlook-deuglify-attrib-end-regexp)
21919         (gnus-outlook-display-hook): Add :version.
21920
21921         * binhex.el (binhex-use-external): Add :version.
21922
21923 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21924
21925         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21926         and `invisible'.
21927
21928 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21929
21930         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21931         in gnus-registry-trim.
21932
21933 2004-09-13  Simon Josefsson  <jas@extundo.com>
21934
21935         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21936
21937         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21938
21939         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21940         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21941         <yamaoka@jpl.org>.
21942         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21943         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21944         <yamaoka@jpl.org>.
21945
21946         * sieve.el (sieve-manage-mode): Ditto.
21947
21948 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21949
21950         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21951
21952 2004-09-11  Simon Josefsson  <jas@extundo.com>
21953
21954         * dns-mode.el: Add.
21955
21956         * mm-view.el (mm-display-dns-inline): Add.
21957
21958         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21959         (mm-automatic-display): Ditto.
21960
21961         * mailcap.el (mailcap-mime-data): Add text/dns.
21962         (mailcap-mime-extensions): Map .soa to text/dns.
21963
21964 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21965
21966         * gnus-art.el (article-decode-mime-words, article-babel)
21967         (gnus-article-highlight-signature, gnus-article-add-buttons)
21968         (gnus-signature-toggle): Remove unnecessary bindings of
21969         `inhibit-read-only' inherited from v5.10 merge.
21970
21971 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21972
21973         * nntp.el (nntp): New customization group.
21974         (nntp-authinfo-file): Add customization group.
21975
21976         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21977
21978         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21979
21980         * gnus.el (to-address, to-list, subscribed)
21981         (large-newsgroup-initial): Ditto.
21982
21983         * flow-fill.el (fill-flowed-display-column)
21984         (fill-flowed-encode-column): Ditto.
21985
21986 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21987
21988         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21989         Use point-min rather than 1.
21990         (message-send-mail): Use buffer-size rather than point-max.
21991
21992         * gnus-sum.el (gnus-summary-search-article-forward):
21993         Signal a specific `search-failed' rather than a generic `error'.
21994
21995         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21996         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21997         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21998
21999 2004-09-10  Simon Josefsson  <jas@extundo.com>
22000
22001         * nndb.el (require): Remove tcp and duplicate cl.
22002
22003 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22004
22005         * gnus-agent.el (directory-files-and-attributes): Move forward.
22006
22007 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22008
22009         * gnus-agent.el (directory-files-and-attributes):
22010         Optionally defined to support XEmacs.
22011
22012 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22013
22014         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22015         to avoid run-time CL dependencies.
22016         (gnus-agent-unfetch-articles): New function.
22017         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22018         article numbers even when local .overview file is missing.
22019         (gnus-agent-read-article-number): New function.  Only accepts
22020         27-bit article numbers.
22021         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22022         Use gnus-agent-read-article-number.
22023         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22024         from backend while recognizing that article numbers in .overview
22025         must be valid.
22026         (gnus-agent-update-files-total-fetched-for):
22027         Use directory-files-and-attributes to improve performance.
22028         * gnus-int.el (gnus-request-move-article):
22029         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22030         improve performance.
22031
22032         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22033         some users confused by references to .newsrc when they only have a
22034         .newsrc.eld file.
22035         (gnus-convert-mark-converter-prompt)
22036         (gnus-convert-converter-needs-prompt): Fix use of property list.
22037         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22038         New function.  Used internally to only display 'gnus converting
22039         files' message when actually necessary.
22040
22041         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22042         methods now autoloaded.
22043
22044 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22045
22046         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22047         identifiers.
22048
22049 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22050
22051         * gnus-picon.el: Fix indentation and closing parenthesis.
22052
22053 2004-09-01  Simon Josefsson  <jas@extundo.com>
22054
22055         * message.el (message-canlock-generate): Require sha1, not
22056         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22057         to require within a function.  Sadly, if sha1.el isn't loaded, the
22058         let binding in m-c-g will hide the defcustom definition, which is
22059         bad.)
22060
22061         * canlock.el: Require sha1, not sha1-el.
22062
22063         * message.el: Don't autoload sha1 (there is a autoload cookie in
22064         sha1.el).
22065
22066         * sha1-el.el: Rename to sha1.el.
22067
22068 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22069
22070         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22071
22072 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22073
22074         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22075
22076 2004-08-30  Kim F. Storm  <storm@cua.dk>
22077
22078         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22079
22080         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22081         Add :group 'nnimap.
22082
22083 2004-08-30  Andreas Schwab  <schwab@suse.de>
22084
22085         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22086         ?* and ?\;.
22087
22088         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22089         and ?\' to symbol instead of whitespace.
22090
22091 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22092
22093         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22094
22095         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22096         instead of re-search-forward.
22097
22098         * gnus-uu.el (gnus-uu-save-article): Ditto.
22099         (gnus-uu-post-encode-uuencode): Ditto.
22100
22101         * html2text.el (html2text-clean-list-items): Ditto.
22102         (html2text-clean-dtdd): Ditto.
22103         (html2text-format-tags): Ditto.
22104
22105         * message.el (message-send-mail-with-sendmail): Fix regexp.
22106         (message-fill-field-general): Use search-forward instead of
22107         re-search-forward.
22108         (unbold-region): Ditto.
22109
22110         * nnrss.el (nnrss-request-article): Ditto.
22111
22112         * nnslashdot.el (nnslashdot-request-article): Ditto.
22113
22114         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22115
22116         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22117         "Unrecognized menu descriptor" error in XEmacs.
22118
22119 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22120
22121         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22122         parent article of a sparse article in the thread hashtb.
22123
22124 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22125
22126         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22127         (nnmail-expand-newtext): Lowercase expanded entries if
22128         nnmail-split-lowercase-expanded is non-nil.
22129
22130 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22131
22132         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22133
22134         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22135         of gnus-tmp-news-method into string under XEmacs.  It will be
22136         passed to gnus-correct-length which takes only a string argument.
22137
22138 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22139
22140         * gnus-util.el (gnus-bind-print-variables): New macro.
22141         (gnus-prin1): Use it.
22142         (gnus-prin1-to-string): Use it.
22143         (gnus-pp): New function.
22144         (gnus-pp-to-string): New function.
22145
22146         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22147         Replace pp-to-string with gnus-pp-to-string.
22148         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22149         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22150         * gnus-msg.el (gnus-debug): Ditto.
22151         * gnus-score.el (gnus-score-save): Ditto.
22152         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22153         gnus-pp-to-string.
22154         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22155         with gnus-pp.
22156         * score-mode.el (gnus-score-pretty-print): Ditto.
22157         * webmail.el (webmail-debug): Ditto.
22158
22159 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22160
22161         * gnus-art.el (article-display-face, article-display-x-face):
22162         Use buffer-read-only.
22163
22164 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22165
22166         * gnus-art.el (article-hide-list-identifiers):
22167         Bind inhibit-read-only as t.
22168
22169 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22170
22171         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22172
22173 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22174
22175         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22176         (gnus-narrow-to-page): Don't assume point-min == 1.
22177         (gnus-article-edit-mode): Derive from message-mode.
22178
22179         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22180         point-min == 1.
22181
22182         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22183         Disable incorrect use of `assert'.
22184
22185         * message.el (message-mode): Set comment-start-skip.
22186
22187
22188 2004-08-22  Sam Steingold  <sds@gnu.org>
22189
22190         * pop3.el (pop3-leave-mail-on-server): New user variable.
22191         (pop3-movemail): Delete mail only when it is nil.
22192
22193 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22194
22195         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22196
22197         * mml.el (mml-preview): Use `pop-to-buffer'.
22198
22199         * message.el (message-goto-mail-followup-to): Insert after "To".
22200         (message-carefully-insert-headers): Add comment.
22201
22202         * gnus.el: Remove unused variable `gnus-article-check-size'.
22203
22204         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22205
22206         * gnus-art.el (gnus-button-alist):
22207         Improve `gnus-button-handle-library' entry.
22208
22209 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22210
22211         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22212         Use downcase, since XEmacs capitalizes error messages differently.
22213
22214 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22215
22216         * nntp.el: Add (require 'gnus) due to reference to
22217         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22218
22219 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22220
22221         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22222         Bind `mm-fill-flowed'.
22223
22224         * mm-decode.el (mm-dissect-singlepart): Check it.
22225
22226 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22227
22228         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22229         'imap' for netrc parsing.
22230
22231 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22232
22233         * mailcap.el (mailcap-mime-data): Mark as risky.
22234
22235 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22236
22237         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22238         may be included in the encoded word.
22239         (rfc2047-encode): Don't append a space if the encoded word
22240         includes close parenthesis.
22241
22242 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22243
22244         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22245         of text within parentheses.
22246
22247 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22248
22249         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22250         (gnus-encrypt-write-file-contents): Make the password key the file
22251         name PLUS the cipher, not just the cipher.  Also remove failed
22252         passwords from the cache.
22253
22254 2004-08-06  Simon Josefsson  <jas@extundo.com>
22255
22256         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22257         Doc fix.
22258
22259 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22260
22261         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22262         LWSP.
22263
22264 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22265
22266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22267         Try to append in-reply-to: data to the references: header.
22268
22269         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22270         (netrc-parse): Use gnus-encrypt.el functions.
22271
22272         * gnus-encrypt.el: Add new file for encryption support; currently
22273         does only a few GPG ciphers and an internal XOR cipher.
22274
22275         * password.el: Add comments on using password-read-and-add.
22276         (password-read-and-add): Add function to read and add the
22277         password to the cache at once.
22278
22279 2004-07-28  Simon Josefsson  <jas@extundo.com>
22280
22281         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22282         parameter (but don't use it, for now).
22283
22284         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22285         instead of hard coding to nil.
22286
22287 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22290         as mm-inline-image-xemacs does.
22291
22292 2004-07-26  Simon Josefsson  <jas@extundo.com>
22293
22294         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22295         Revert part of 2004-07-17 change below.
22296
22297 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22298
22299         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22300         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22301
22302 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22303
22304         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22305         quotes that actually start with ">" at the beginning of the
22306         lines.
22307
22308 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22309
22310         * rfc2047.el (rfc2047-encode-region): Fix last change.
22311         (rfc2047-encode-parameter): Remove useless concat.
22312
22313 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22314
22315         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22316         encode special characters; fix some kind of misconfigured headers;
22317         signal a real error if debug-on-quit or debug-on-error is non-nil.
22318         (rfc2047-encode-max-chars): New variable.
22319         (rfc2047-encode-1): Use it.
22320         (rfc2047-encode-parameter): New function.
22321
22322         * mml.el (mml-insert-parameter): Remove an excessive space.
22323
22324 2004-07-17  Simon Josefsson  <jas@extundo.com>
22325
22326         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22327         Kai Grossjohann <kai@emptydomain.de>.
22328         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22329         (gnus-group-make-menu-bar): Ditto.
22330
22331         * gnus-util.el (gnus-group-server): Add.
22332
22333 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22334
22335         * message.el (message-clone-locals): Clone sendmail and smtp
22336         variables.
22337
22338 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22339
22340         * rfc2047.el (rfc2047-encode-region): Fix last change.
22341
22342 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22343
22344         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22345         characters as non-special.
22346
22347 2004-07-09  Simon Josefsson  <jas@extundo.com>
22348
22349         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22350         Users will lose all flag changes made while unplugged with
22351         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22352         good default.  See numerous reports on ding mailing list.
22353
22354 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22355
22356         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22357         add generate-head-function and generate-article-function to the
22358         rfc822-forward entry.
22359         (nndoc-rfc822-forward-generate-article): New function.
22360         (nndoc-rfc822-forward-generate-head): New function.
22361
22362         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22363
22364 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22365
22366         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22367         respect display group parameter and gnus-summary-expunge-below.
22368         (gnus-articles-to-read): Remove unused reference to display group
22369         parameter.
22370
22371 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22372
22373         * nnheader.el (nnheader-uniquify-message-id): New experimental
22374         variable.
22375         (nnheader-nov-read-message-id): Use it.
22376
22377         * spam-report.el (spam-report-gmane): Add interactive.
22378
22379 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22380
22381         * mm-encode.el (mm-content-transfer-encoding-defaults):
22382         Use qp-or-base64 for the application/* types.
22383
22384 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22385
22386         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22387
22388 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22389
22390         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22391         trim value.
22392
22393 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22394
22395         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22396         New macro and function.
22397         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22398
22399 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22400
22401         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22402         after-load-alist.
22403
22404 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22405
22406         * gnus-group.el (gnus-group-get-new-news-this-group):
22407         Don't update info that isn't there.
22408
22409 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22410
22411         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22412         entry.
22413
22414 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * mm-view.el (mm-inline-render-with-function): Use multibyte
22417         buffer; decode html source by charset.
22418
22419         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22420
22421         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22422         Mule-UCS is loaded under XEmacs.
22423         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22424
22425 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22426
22427         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22428
22429 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22430
22431         * mm-util.el (mm-coding-system-p): Return a coding-system.
22432         (mm-mime-mule-charset-alist): Use shift_jis instead of
22433         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22434         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22435         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22436         instead of japanese-shift-jis and iso-latin-1 respectively in
22437         order to share the default value with both Emacs and XEmacs-mule.
22438         (mm-mule-charset-to-mime-charset):
22439         Make mm-coding-system-priorities effective.
22440         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22441         while predicating of candidates upon the priorities.
22442
22443 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22444
22445         * gnus-sum.el (gnus-summary-make-menu-bar):
22446         Add gnus-uu-invert-processable.
22447
22448         * gnus.el: Autoload gnus-uu-invert-processable.
22449
22450 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * mm-util.el (mm-with-multibyte-buffer): New macro.
22453
22454         * rfc2047.el (rfc2047-encode-string): Use it.
22455         (rfc2047-encode-region): Move point to the end of the region after
22456         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22457
22458 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22459
22460         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22461         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22462
22463 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22464
22465         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22466         (gnus-cite-parse): Ignore quoted envelope From_.
22467         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22468
22469 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22470
22471         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22472         invalid addresses.
22473
22474 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22475
22476         * spam.el: Change section markers, revise TODO list.
22477         (spam-backends): Make new master list of all installed backends.
22478         (spam-summary-exit-behavior): Add new variable to determine how
22479         messages moves are done at summary exit.
22480         (spam-move-spam-nonspam-groups-only)
22481         (spam-process-ham-in-nonham-groups)
22482         (spam-process-ham-in-spam-groups): Remove variables, the
22483         spam-summary-exit-behavior variable should be used to manage this
22484         behavior.
22485         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22486         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22487         and spam-old-spam-articles.
22488         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22489         Add empty variables, placeholders for the backends they represent.
22490         (spam-set-difference): Move, unchanged.
22491         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22492         unless the user has a processor variable.
22493         (spam-classifications, spam-classification-valid-p)
22494         (spam-backend-properties, spam-backend-property-valid-p)
22495         (spam-backend-function-type-valid-p)
22496         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22497         (spam-report-articles-gmane, spam-report-articles-resend):
22498         Remove functions, they are not needed.
22499         (spam-install-backend-super, spam-backend-list)
22500         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22501         (spam-backend-function, spam-backend-ham-registration-function)
22502         (spam-backend-spam-registration-function)
22503         (spam-backend-ham-unregistration-function)
22504         (spam-backend-spam-unregistration-function)
22505         (spam-backend-statistical-p, spam-backend-mover-p)
22506         (spam-install-backend-alias, spam-install-checkonly-backend)
22507         (spam-install-mover-backend, spam-install-nocheck-backend)
22508         (spam-install-backend, spam-install-statistical-backend)
22509         (spam-install-statistical-checkonly-backend): Add backend installation
22510         support.
22511         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22512         (spam-group-processor-p): Use the new backend code and respect the
22513         summary exit behavior.
22514         (spam-mark-spam-as-expired-and-move-routine): Remove.
22515         (spam-summary-prepare): Change to use the new spam-old-articles
22516         variable.
22517         (spam-copy-or-move-routine, spam-copy-spam-routine)
22518         (spam-move-spam-routine, spam-copy-ham-routine)
22519         (spam-move-ham-routine): Add code to copy/move ham or spam.
22520         (spam-fetch-field-fast): Improve doc and code, plus allow the
22521         'number request.
22522         (spam-list-of-checks, spam-list-of-statistical-checks):
22523         Remove variables.
22524         (spam-split, spam-find-spam): Use the new backend code.
22525         (spam-registration-functions): Remove variable.
22526         (spam-unregister-routine): Add convenience wrapper.
22527         (spam-log-undo-registration, spam-register-routine)
22528         (spam-log-processing-to-registry)
22529         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22530         where possible.
22531         (spam-check-gmane-xref, spam-check-regex-headers)
22532         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22533         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22534         (spam-check-bogofilter-headers, spam-check-spamoracle)
22535         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22536         (spam-check-crm114-headers): Use the spam-split-group that
22537         spam-split prepares, no need to determine it every time.
22538
22539         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22540         to the nnheader-parse-naked-head call.
22541
22542         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22543
22544         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22545         the nnheader-nov-read-message-id call.
22546
22547 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22548
22549         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22550         gnus-activate-group twice.  Suggested by Markus Peter
22551         <warp@spin.de>.
22552
22553 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22554
22555         * gnus-art.el (gnus-article-time-format): Exchange the order of
22556         day and month in the default value; fix customization type.
22557         (article-date-ut): Use add-text-properties.
22558         (article-make-date-line): Use message-make-date instead of
22559         current-time-string.
22560
22561         * message.el (message-fetch-field): Don't use set-text-properties.
22562         (message-make-date): Simplify.
22563
22564         * messagexmas.el (message-xmas-make-date): New function.
22565         (message-xmas-redefine): Defalias message-make-date to it.
22566
22567 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22568
22569         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22570         (rfc2047-encode-region): Treat text within parentheses as special;
22571         show the original text when error has occurred.
22572
22573         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22574         already-computed method to gnus-activate-group.
22575
22576         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22577         same select-methods identical Lisp objects.
22578
22579         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22580         object when modifying the info.
22581
22582 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22583
22584         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22585         gnus-opened-servers since it has never been opened with the new
22586         configuration yet.
22587
22588 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22591         arg to nnheader-generate-fake-message-id.
22592
22593 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22594
22595         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22596         number and build a fake message ID localized to a group and
22597         article number (so it's repeatable from that point on).
22598         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22599         ID format.
22600
22601         * gnus-sum.el (gnus-get-newsgroup-headers):
22602         Call nnheader-generate-fake-message-id with the article number.
22603
22604 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22605
22606         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22607         end-of-buffer.
22608
22609 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22610
22611         * message.el (message-ignored-supersedes-headers): Add Approved.
22612
22613 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22614
22615         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22616         goto-char.
22617         (rfc2047-encode): Fold the line before encoding.
22618
22619 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22620
22621         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22622         folding -- not all headers can be folded, and this should be done
22623         by the message composition mode.  Probably.  I think.
22624
22625 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22626
22627         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22628         fast.
22629
22630         * gnus-ems.el (gnus-remove-image): Don't use
22631         message-text-with-property; remove only the image found first.
22632
22633         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22634         found first.
22635
22636 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22637
22638         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22639
22640 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * message.el (message-text-with-property): Make it fast and accept
22643         optional arguments.
22644         (message-strip-forbidden-properties): Use it.
22645         (message-fix-before-sending): Follow the m-t-w-p change.
22646
22647         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22648
22649 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22650
22651         * gnus-art.el (article-hide-headers): Don't change the buffer
22652         mistakenly when performing mml-preview even if
22653         gnus-single-article-buffer is nil.
22654
22655 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22656
22657         * message.el (message-expand-name-databases): New user option.
22658         (message-expand-name): Use it.
22659
22660 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22661
22662         * spam.el (spam-report-articles-resend)
22663         (spam-report-resend-register-routine): Allow ham reporting.
22664         (spam-report-resend-register-ham-routine): Add wrapper.
22665         (spam-registration-functions): Add ham resending functions.
22666         (spam-list-of-processors): Add ham resend processor.
22667
22668         * gnus.el (ham-resend-to): Add new group parameter.
22669         (spam-process): Add ham resend option.
22670
22671         * spam-report.el (spam-report-resend): Allow reporting ham.
22672         (spam-report-resend-ham): Add wrapper.
22673
22674 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22675
22676         * message.el (message-cite-articles-with-x-no-archive):
22677         New variable.
22678         (message-cite-original): Use it.
22679
22680 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22681
22682         * message.el (message-cite-original): Respect X-No-Archive.
22683
22684 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * gnus-art.el (article-hide-headers): Refer to the values for
22687         gnus-ignored-headers and gnus-visible-headers in the summary
22688         buffer since a user may have set them as group parameters.
22689
22690 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22691
22692         * assistant.el (assistant-node-name): Add convenience function.
22693         (assistant-render-text, assistant-render-node): Add error handling,
22694         plus handle multiple next nodes.
22695         (assistant-find-next-node): Comment out for now.
22696         (assistant-find-next-nodes): Add function, returns list of next
22697         nodes.
22698
22699 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22700
22701         * mail-source.el (mail-source-directory): Fix doc-string.
22702
22703 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22704
22705         * assistant.el (assistant-render-text, assistant-eval): Add :set
22706         widget type, which is different because it takes and returns a
22707         list.  Much hilarity ensues.
22708
22709 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22710
22711         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22712
22713         * gnus-group.el (gnus-group-get-new-news-this-group):
22714         Add doc-string.
22715
22716         * gnus-start.el (gnus-activate-group): Add doc-string.
22717
22718 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22719
22720         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22721
22722 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22723
22724         * assistant.el (assistant-render-text): Try to add a :set
22725         widget, more to come.
22726
22727         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22728         strings.
22729         (spam-report-articles-resend)
22730         (spam-register-routine): Do registration iff any articles warrant
22731         it.
22732         (spam-summary-prepare-exit): Change log message for nil group
22733         destinations.
22734
22735 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22736
22737         * spam.el (spam-report-resend-register-routine):
22738         Allow spam-report-resend-to to be a group parameter or a global value.
22739
22740 2004-05-26  Simon Josefsson  <jas@extundo.com>
22741
22742         * starttls.el: Merge with my GNUTLS based starttls.el.
22743         (starttls-gnutls-program, starttls-use-gnutls)
22744         (starttls-extra-arguments, starttls-process-connection-type)
22745         (starttls-connect, starttls-failure, starttls-success):
22746         New variables.
22747         (starttls-program, starttls-extra-args): Doc fix.
22748         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22749         New functions.
22750         (starttls-negotiate, starttls-open-stream):
22751         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22752         function if it is set.
22753
22754 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22755
22756         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22757         structured fields.
22758
22759 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22760
22761         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22762
22763 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22764
22765         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22766         Add variable.
22767         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22768         assigning the spam-mark to new messages.
22769
22770 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22771
22772         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22773
22774 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22775
22776         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22777
22778         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22779         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22780         default.
22781
22782 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22783
22784         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22785         correct data.
22786
22787 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22788
22789         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22790         (spam-group-processor-p): Fix function.
22791         (spam-group-processor-multiple-p)
22792         (spam-group-spam-processor-report-gmane-p)
22793         (spam-group-spam-processor-report-resend-p)
22794         (spam-group-spam-processor-bogofilter-p)
22795         (spam-group-spam-processor-blacklist-p)
22796         (spam-group-spam-processor-ifile-p)
22797         (spam-group-ham-processor-ifile-p)
22798         (spam-group-spam-processor-spamoracle-p)
22799         (spam-group-spam-processor-crm114-p)
22800         (spam-group-ham-processor-bogofilter-p)
22801         (spam-group-spam-processor-stat-p)
22802         (spam-group-ham-processor-stat-p)
22803         (spam-group-ham-processor-whitelist-p)
22804         (spam-group-ham-processor-BBDB-p)
22805         (spam-group-ham-processor-spamoracle-p)
22806         (spam-group-ham-processor-copy-p): Remove functions with some
22807         prejudice against unneeded code.
22808         (spam-report-articles-resend)
22809         (spam-report-resend-register-routine): Allow the group/topic
22810         spam-resend-to value to override spam-report-resend-to.
22811         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22812         properly now.
22813
22814         * gnus.el (spam-resend-to): Add group/topic parameter.
22815         (spam-process): Move the OBSOLETE processors to the end of the
22816         choices.
22817
22818 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22819
22820         * spam-report.el (spam-report-resend-to, spam-report-resend):
22821         Start with resend-to set to nil, and then ask the user if necessary.
22822         (spam-report-resend): spam-report-resend takes a list of articles, not
22823         separate article numbers.
22824
22825 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22826
22827         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22828         addition to emacs-w3m.
22829
22830 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22831
22832         * assistant.el (assistant-authinfo-data): New function.
22833         (assistant-eval): Eval for entire assistant.
22834
22835         * netrc.el (netrc-services-file): New variable.
22836         (netrc-parse-services): New function.
22837         (netrc-find-service-name): New function.
22838         (netrc-find-service-number): New function.
22839         (netrc-port-equal): New function.
22840         (netrc-machine): Use it.
22841
22842         * nnimap.el (nnimap-open-connection): Use netrc.
22843
22844         * gnus-util.el (gnus-netrc-get): Remove aliases.
22845
22846         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22847
22848         * assistant.el (wid-edit): Fix compilation.
22849
22850         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22851
22852 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22853
22854         * gnus-util.el (gnus-set-file-modes): New function.  (small
22855         patch).
22856
22857 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22858
22859         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22860
22861         * assistant.el (assistant-render-node): Fix up rendering and
22862         read-only text.
22863         (assistant-render-node): Reset.
22864         (assistant-make-read-only): Not sticky.
22865
22866 2004-05-20  Danny Siu  <dsiu@adobe.com>
22867
22868         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22869         centered even when gnus-auto-center-summary is t.
22870
22871 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22872
22873         * dns.el (dns-get-txt-answer): New function.
22874         (dns-read-txt): Ditto.
22875         (query-dns): Use it.
22876
22877 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22878
22879         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22880         active for foreign groups even if the group level is higher than
22881         the specified value.
22882
22883 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22884
22885         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22886         non-active groups.
22887
22888         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22889
22890 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22891
22892         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22893
22894 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22895
22896         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22897         (spam-crm114-header, spam-crm114-spam-switch)
22898         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22899         (spam-crm114-positive-spam-header)
22900         (spam-crm114-database-directory, spam-list-of-processors)
22901         (spam-group-spam-processor-crm114-p)
22902         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22903         (spam-generic-score, spam-list-of-checks)
22904         (spam-list-of-statistical-checks, spam-registration-functions)
22905         (spam-check-crm114-headers, spam-crm114-score)
22906         (spam-check-crm114, spam-crm114-register-with-crm114)
22907         (spam-crm114-register-spam-routine)
22908         (spam-crm114-unregister-spam-routine)
22909         (spam-crm114-register-ham-routine)
22910         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22911
22912 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22913
22914         * gnus.el: Add spam-use-crm114.
22915
22916         * spam.el (spam-list-of-processors, spam-registration-functions):
22917         Add spam-use-resend.
22918         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22919         (spam-report-articles-gmane): Add doc fix.
22920         (spam-report-articles-resend, spam-report-resend-register-routine):
22921         Add wrappers around spam-report-resend-to.
22922
22923         * spam-report.el (spam-report-resend-to, spam-report-resend):
22924         Add support for resending spam.
22925         (spam-report-gmane): Fix line length >80.
22926
22927         * gnus.el (spam-process): Add spam-use-resend.
22928
22929 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22930
22931         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22932         number of processed spam messages.
22933         (spam-ham-copy-or-move-routine): Return the number of processed
22934         ham messages.
22935         (spam-summary-prepare-exit): Use the above values to decide
22936         whether status messages shouled be displayed.
22937
22938 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22939
22940         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22941         `rfc2047-encoding-function-alist' in order to avoid conflicting
22942         with the old version.
22943         (rfc2047-encode-region): Concatenate words containing non-ASCII
22944         characters in structured fields; don't encode space-delimited
22945         ASCII words even in unstructured fields; don't break words at
22946         char-category boundaries.
22947         (rfc2047-encode-1): New function.
22948         (rfc2047-encode): Use it; encode text so that it occupies the
22949         maximum width within 76-column; work correctly on Q encoding for
22950         iso-2022-* charsets.
22951         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22952         sure not to break a line just after the header name.
22953         (rfc2047-b-encode-region): Remove.
22954         (rfc2047-b-encode-string): New function.
22955         (rfc2047-q-encode-region): Remove.
22956         (rfc2047-q-encode-string): New function.
22957
22958         * mm-util.el (mm-replace-in-string): New function.
22959
22960 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22961
22962         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22963         Really get it right.
22964         (gnus-inews-make-draft): Really.
22965
22966 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22967
22968         * nnmh.el (nnmh-request-list-1): Don't check the link count
22969         before descending.  (small patch)
22970
22971 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22972
22973         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22974         stuff.
22975
22976         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22977         Match on real group name.
22978
22979         * gnus-art.el (gnus-signature-limit): Doc fix.
22980
22981         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22982
22983         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22984
22985 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22986
22987         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22988         isn't a string.
22989
22990 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22991
22992         * gnus-draft.el (gnus-draft-send):
22993         Bind rfc2047-encode-encoded-words.
22994
22995         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22996         (rfc2047-encodable-p): Say that =? needs encoding.
22997         (rfc2047-encode-encoded-words): New variable.
22998
22999         * gnus-group.el (gnus-group-select-group): Doc fix.
23000
23001         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23002
23003         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23004         to nil.
23005
23006         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23007
23008         * nnheader.el (nnheader-get-lines-and-char): New function.
23009
23010 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23011
23012         * gnus-msg.el (gnus-summary-followup-with-original):
23013         Document yanking of region when active.
23014
23015 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23016
23017         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23018         groups if the group level is higher than the specified value.
23019
23020 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23021
23022         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23023         (gnus-group-jump-to-group): Add prefix argument using
23024         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23025         non-active group.
23026
23027         * compface.el (uncompface): Be verbose when changing
23028         `uncompface-use-external'.
23029
23030         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23031         handle manual section.
23032
23033 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23034
23035         * gnus-art.el (gnus-button-alist): Revert previous change.
23036
23037 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23038
23039         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23040
23041 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23042
23043         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23044         whether backend can accept message.
23045
23046         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23047
23048 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23049
23050         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23051         Avoid creating directory when nntp-marks-is-evil is true.
23052         Reported by Reiner Steib.
23053
23054 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23055
23056         * gnus-picon.el (gnus-picon-insert-glyph):
23057         Add optional `nostring' argument.
23058
23059 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23060
23061         * gnus-picon.el (gnus-picon-style): New variable.
23062         (gnus-picon-transform-address): Support `gnus-picon-style'.
23063
23064 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23065
23066         * message.el (message-fill-field): Return point.
23067         (message-generate-headers): Go to end of field.
23068
23069         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23070         stuff for non-living groups.
23071
23072 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23073
23074         * gnus-art.el (gnus-article-followup-with-original)
23075         (gnus-article-reply-with-original): gnus-mark-active-p ->
23076         gnus-region-active-p.
23077
23078 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23079
23080         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23081         only when there is spam or ham to be processed.
23082
23083 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23084
23085         * mail-source.el (mail-source-delete-crash-box): Refactor.
23086         (mail-source-fetch): Use it.
23087         (mail-source-fetch-file): Ditto.
23088         (mail-source-fetch-directory): Run postscript in loop.
23089         (mail-source-fetch-pop): Delete.
23090         (mail-source-fetch-maildir): Ditto.
23091         (mail-source-fetch-imap): Ditto.
23092
23093         * imap.el (imap-authenticators): Comment out sasl.
23094
23095         * message.el (message-skip-to-next-address): New function.
23096         (message-fill-header-address): Refactor.
23097         (message-fill-address): Use it.
23098         (message-delete-address): Use it.
23099         (message-fill-header-general): Refactor.
23100         (message-fill-field-address): Rename.
23101         (message-narrow-to-field): Find the start of the header.
23102         (message-header-format-alist): Don't pre-fill.
23103         (message-fill-header): Remove.
23104         (message-insert-header): New function.
23105         (message-shorten-references): Use it.
23106
23107         * rfc2047.el (rfc2047-field-value): Strip props.
23108
23109         * mail-parse.el (mail-header-make-address): New alias.
23110
23111         * ietf-drums.el (ietf-drums-make-address): New function.
23112
23113         * imap.el: Add compiler directives.
23114
23115         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23116
23117         * gnus-art.el (article-decode-idna-rhs): Don't use
23118         message-idna-inside-rhs-p.
23119
23120 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23121
23122         * message.el (message-idna-inside-rhs-p): Remove.
23123         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23124
23125         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23126         false positives.
23127
23128 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23129
23130         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23131
23132 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23133
23134         * nneething.el (nneething-file-name): Don't create spurious
23135         files.
23136
23137         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23138         (gnus-inews-do-gcc): Remove sleep.
23139
23140         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23141         part under point.
23142
23143         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23144         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23145
23146 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23147
23148         * spam.el (spam-summary-prepare-exit): Fix (length).
23149
23150 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23151
23152         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23153         as expired without moving it" message when there are spam
23154         messages left.
23155
23156 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23157
23158         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23159         header is not nil.
23160
23161 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23162
23163         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23164         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23165         (nntp-marks-changed-p): New arg SERVER.
23166         (nntp-request-update-info): Adjust caller.
23167
23168 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23169
23170         * nntp.el (nntp-save-marks): Pass missing arg.
23171
23172 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23173
23174         * nntp.el: Support marks.
23175         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23176         (nntp-marks-modtime, nntp-marks-directory): New variables.
23177         (nntp-request-set-mark, nntp-request-update-info)
23178         (nntp-possibly-create-directory, nntp-marks-changed-p)
23179         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23180         New functions.
23181
23182 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23183
23184         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23185         (gnus-xmas-redefine): Rename.
23186
23187         * gnus-score.el (gnus-score-insert-help):
23188         Use gnus-select-lowest-window.
23189
23190         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23191         appt-select-lowest-window and rename to gnus-select-lowest-window.
23192
23193         * gnus.el: do.
23194
23195 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23196
23197         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23198         encodings of MIME-encoded words, in order to improve
23199         interoperability with several broken MUAs.
23200
23201 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23202
23203         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23204         tags, only when charsets are not specified in headers.
23205         (mm-inline-text-html-render-with-w3m): Ditto.
23206
23207         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23208         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23209
23210 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23211
23212         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23213         instead of MIME-decoded from fields when checking
23214         `gnus-article-address-banner-alist'.
23215
23216 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23217
23218         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23219         description rather than subject.
23220
23221 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23222
23223         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23224
23225 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23226
23227         * gnus.el (gnus-version-number): Bump.
23228
23229 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23230
23231         * gnus.el: No Gnus v0.2 is released.
23232
23233 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23234
23235         * gnus-agent.el (gnus-agent-read-agentview):
23236         Inline gnus-uncompress-range.
23237
23238 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23239
23240         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23241         `exec-installed-p'.
23242
23243 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23244
23245         * gnus.el (spam-process, spam-autodetect-methods):
23246         Add bsfilter and bsfilter-headers.
23247
23248         * spam.el (spam-bsfilter): New customize group.
23249         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23250         (spam-bsfilter-header, spam-bsfilter-probability-header)
23251         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23252         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23253         (spam-bsfilter-database-directory): New options.
23254         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23255         (spam-list-of-statistical-checks, spam-registration-functions):
23256         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23257         (spam-bsfilter-score): New command.
23258         (spam-check-bsfilter-headers, spam-check-bsfilter)
23259         (spam-bsfilter-register-with-bsfilter)
23260         (spam-bsfilter-register-spam-routine)
23261         (spam-bsfilter-unregister-spam-routine)
23262         (spam-bsfilter-register-ham-routine)
23263         (spam-bsfilter-unregister-ham-routine): New functions.
23264         (spam-generic-score): Support bsfilter; Accept an optional argument
23265         to recalcurate spam score even if scoring header has already been
23266         added.
23267         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23268         optional argument to recalcurate spam score even if scoring header
23269         has already been added.
23270
23271 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23274         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23275         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23276         link is missing.
23277
23278 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23279
23280         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23281         (html2text-get-attr): Rewrite.
23282
23283         * message.el (message-setup-1): Remove redundant put-text-property
23284         on mail-header-separator.
23285
23286 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23287
23288         * gnus-registry.el (gnus-registry-cache-whitespace)
23289         (gnus-registry-action, gnus-registry-spool-action)
23290         (gnus-registry-split-fancy-with-parent): Change message levels
23291         from 5 to 3 or 7, as needed.
23292
23293         * spam.el (spam-summary-prepare-exit)
23294         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23295         (spam-split, spam-find-spam, spam-log-undo-registration)
23296         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23297         level from 5 to 6.
23298
23299 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23300
23301         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23302         2004-03-04 change).
23303
23304 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23305
23306         * sieve-manage.el (sieve-manage-open):
23307         * nnweb.el (nnweb-insert-html):
23308         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23309         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23310         * nnspool.el (nnspool-request-group):
23311         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23312         * nnml.el (nnml-request-update-info):
23313         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23314         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23315         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23316         (nnimap-request-set-mark):
23317         * nnfolder.el (nnfolder-request-update-info):
23318         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23319         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23320         * gnus-uu.el (gnus-uu-find-articles-matching):
23321         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23322         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23323         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23324         * gnus-nocem.el (gnus-nocem-scan-groups):
23325         * gnus-int.el (gnus-start-news-server):
23326         * gnus-group.el (gnus-group-make-kiboze-group)
23327         (gnus-group-browse-foreign-server):
23328         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23329         Use mapc when appropriate.
23330
23331 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23332             Adam Sjøgren  <asjo@koldfront.dk>
23333             Wes Hardaker  <wes@hardakers.net>
23334             Michael Shields  <shields@msrl.com>
23335
23336         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23337         may need for spam sorting and scoring.
23338         (spam-user-format-function-S): Add user format function suitable for
23339         general use.
23340         (spam-article-sort-by-spam-status): Add sorting function for summary
23341         sorting.
23342         (spam-extra-header-to-number): Add function to get a score from a
23343         header.
23344         (spam-summary-score): Add function to get a numeric score from the
23345         headers.
23346         (spam-generic-score): Fix function doc, was in wrong place.
23347         (spam-initialize): Take symbols when it's run, and install the
23348         extra headers that spam-necessary-extra-headers thinks we need.
23349
23350 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23351
23352         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23353         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23354
23355 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23356
23357         * gnus-sum.el (gnus-set-global-variables)
23358         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23359         (gnus-article-get-xrefs, gnus-summary-best-group)
23360         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23361         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23362         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23363         Use with-current-buffer.
23364
23365 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23366
23367         * spam.el (spam-summary-prepare-exit): Simplify logic.
23368         (spam-fetch-article-header): Read the article header if it's not
23369         available.
23370         (spam-list-articles): Simplify logic.
23371         (spam-filelist-register-routine): Fix bug with unregister-list.
23372
23373         * gnus-registry.el: Fix comments at beginning.
23374
23375 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23376
23377         * message.el (message-cater-to-broken-inn): Remove.
23378         (message-shorten-references): Make sure the total folded length of
23379         References is shorter than 998 characters to cater to a bug in INN
23380         2.3.  Also, don't pretend that references aren't folded -- this
23381         hasn't worked for a while.
23382
23383 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23384
23385         * gnus-agent.el (gnus-agentize):
23386         gnus-agent-send-mail-real-function no longer set to current value
23387         of message-send-mail-function but rather a lambda that calls
23388         message-send-mail-function.  The change makes the agent real-time
23389         responsive to user changes to message-send-mail-function.
23390
23391 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23392
23393         * legacy-gnus-agent.el
23394         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23395         help from Florian Weimer <fw@deneb.enyo.de>
23396
23397 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23398
23399         * nnmail.el (nnmail-cache-insert): Revert last change.
23400
23401 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23402
23403         * nnmail.el (nnmail-cache-insert): Always check whether
23404         nnmail-cache-ignore-groups matches a group name.
23405
23406 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23407
23408         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23409         (spam-find-spam, spam-log-processing-to-registry)
23410         (spam-log-registered-p, spam-log-unregistration-needed-p)
23411         (spam-log-undo-registration): Use gnus-message instead of
23412         gnus-error, none of these errors are fatal.
23413
23414         * gnus-registry.el (gnus-registry-clean-empty-function)
23415         (gnus-registry-clean-empty): Remove only empty entries without
23416         extra data.
23417
23418 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23419
23420         * spam-stat.el (spam-stat-buffer-change-to-spam)
23421         (spam-stat-buffer-change-to-non-spam): Change (error) to
23422         (gnus-message 8) invocation.
23423
23424 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23425
23426         * nntp.el (nntp-via-netcat-command): New variable.
23427         (nntp-via-netcat-switches): New variable.
23428         (nntp-open-via-rlogin-and-netcat): New function.
23429         (nntp-open-connection-function): Doc fix.
23430         (nntp-telnet-command): Doc fix.
23431         (nntp-end-of-line): Doc fix.
23432         (nntp-via-rlogin-command): Doc fix.
23433         (nntp-via-user-name): Doc fix.
23434         (nntp-via-address): Doc fix.
23435
23436 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23437
23438         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23439         error in Emacs 21.1.
23440
23441 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23442
23443         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23444
23445 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23446
23447         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23448         (gnus-agent-with-refreshed-group): New macro.
23449         (gnus-agent-rename-group): New function.
23450         (gnus-agent-delete-group): New function.
23451         (gnus-agent-save-group-info): Use gnus-command-method when
23452         `method' parameter is nil.  Don't write nil entries into the
23453         active file.
23454         (gnus-agent-get-group-info): New function.
23455         (gnus-agent-fetch-articles):
23456         Use gnus-agent-update-files-total-fetched-for to increment disk space
23457         used.
23458         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23459         Use gnus-agent-update-view-total-fetched-for to increment disk space
23460         used.
23461         (gnus-agent-get-local): Add optional parameters to avoid calling
23462         gnus-group-real-name and gnus-find-method-for-group.
23463         (gnus-agent-set-local): Delete stored entry if either min, or max,
23464         are nil.
23465         (gnus-agent-fetch-session): Reworded error/quit messages.
23466         On quit, use gnus-agent-regenerate-group to record existance of any
23467         articles fetched to disk before the quit occurred.
23468         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23469         gnus-agent-update-view-total-fetched-for, and
23470         gnus-agent-update-files-total-fetched-for to decrement disk space
23471         used.
23472         (gnus-agent-retrieve-headers):
23473         Use gnus-agent-update-view-total-fetched-for to increment disk space
23474         used.
23475         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23476         with gnus-agent-update-files-total-fetched-for to decrement disk
23477         space and fresh group buffer.
23478         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23479         (gnus-agent-need-update-total-fetched-for): New variable.
23480         (gnus-agent-update-files-total-fetched-for): New function.
23481         (gnus-agent-update-view-total-fetched-for): New function.
23482         (gnus-agent-total-fetched-for): New function.
23483
23484         * gnus-cache.el (gnus-cache-save-buffers):
23485         Use gnus-cache-update-overview-total-fetched-for to change disk space
23486         used by this group.
23487         (gnus-cache-possibly-enter-article):
23488         Use gnus-cache-update-file-total-fetched-for to increment disk space
23489         used by this group.
23490         (gnus-cache-possibly-remove-article):
23491         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23492         used by this group.
23493         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23494         (gnus-cache-rename-group): New function.
23495         (gnus-cache-delete-group): New function.
23496         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23497         (gnus-cache-need-update-total-fetched-for): New variable.
23498         (gnus-cache-with-refreshed-group): New macro.
23499         (gnus-cache-update-file-total-fetched-for): New function.
23500         (gnus-cache-update-overview-total-fetched-for): New function.
23501         (gnus-cache-rename-group-total-fetched-for): New function.
23502         (gnus-cache-delete-group-total-fetched-for): New function.
23503         (gnus-cache-total-fetched-for): New function.
23504
23505         * gnus-group.el: Require gnus-sum and autoload functions to
23506         resolve warnings when gnus-group.el compiled alone.
23507         (gnus-group-line-format): Documented new %F.
23508         (size of Fetched data) group line format; identifies disk space
23509         used by agent and cache.
23510         (gnus-group-line-format-alist): Defined new F format.
23511         (gnus-total-fetched-for): New function.
23512         (gnus-group-delete-group): No longer update
23513         gnus-cache-active-altered as gnus-request-delete-group now keeps
23514         the cache in sync.
23515         (gnus-group-list-active): Let the agent store a server's active
23516         list if currently plugged.
23517
23518         * gnus-int.el (gnus-request-delete-group):
23519         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23520         local disk in sync with the server.
23521         (gnus-request-rename-group):
23522         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23523         local disk in sync with the server.
23524
23525         * gnus-start.el (gnus-get-unread-articles):
23526         Cosmetic simplification to logic.
23527
23528         * gnus-util.el (gnus-rename-file): New function.
23529
23530 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23531
23532         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23533
23534 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23535
23536         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23537         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23538
23539 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23540
23541         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23542         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23543
23544 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23545
23546         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23547
23548 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23549
23550         * spam.el (spam-set-difference): Add function to replace
23551         gnus-set-difference in spam.el.
23552         (spam-summary-prepare-exit): Use spam-set-difference.
23553
23554 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23555
23556         * gnus-registry.el (gnus-registry-cache-file): Update to use
23557         gnus-dribble-directory OR gnus-home-directory OR ~.
23558         (gnus-registry-split-fancy-with-parent): Fix doc.
23559
23560 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23561
23562         * message.el (message-exchange-point-and-mark):
23563         Use message-mark-active-p.  Suggested by Jesper Harder
23564         <harder@ifa.au.dk>.
23565
23566 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23567
23568         * message.el (message-exchange-point-and-mark): Don't activate
23569         region if it was inactive.  Suggested by Hiroshi Fujishima
23570         <pooh@nature.tsukuba.ac.jp>.
23571
23572 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23573
23574         * gnus-art.el (article-display-face): Display Faces in the same
23575         order as X-Faces.
23576
23577 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23580
23581 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23582
23583         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23584         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23585         (gnus-article-mime-hierarchy): Remove.
23586         (gnus-article-mime-hierarchy-next): Remove.
23587         (gnus-article-mode): Revert 2004-03-19 change.
23588         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23589         (gnus-insert-mime-button): Revert 2004-03-19 change.
23590         (gnus-mime-accumulate-hierarchy): Remove.
23591         (gnus-mime-enter-multipart): Remove.
23592         (gnus-mime-leave-multipart): Remove.
23593         (gnus-mime-display-part): Revert 2004-03-19 change.
23594         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23595
23596         * mml.el (mml-preview): Revert 2004-03-19 change.
23597
23598 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23599
23600         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23601
23602 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23603
23604         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23605         t while entering a file name using the mm-with-multibyte macro.
23606         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23607
23608         * mm-util.el (mm-with-multibyte): New macro.
23609
23610 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23613         New user option.
23614         (gnus-mime-multipart-functions): Doc and customization fix.
23615         (gnus-article-mime-hierarchy): New variable.
23616         (gnus-article-mime-hierarchy-next): New variable.
23617         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23618         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23619         gnus-article-mime-hierarchy-next to nil.
23620         (gnus-insert-mime-button): Show hierarchy numbers.
23621         (gnus-mime-accumulate-hierarchy): New function.
23622         (gnus-mime-enter-multipart): New function.
23623         (gnus-mime-leave-multipart): New function.
23624         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23625         (gnus-mime-display-alternative): Show hierarchy numbers.
23626
23627         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23628         gnus-article-mime-hierarchy-next to nil.
23629
23630 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23631
23632         * dns.el: Don't require gnus-xmas.
23633
23634 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23635
23636         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23637         inline PGP.
23638         (mml-menu): Disable mml-quote-region if mark is inactive.
23639
23640 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23641
23642         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23643         when the group's active is not available.
23644
23645 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23648         error.
23649
23650 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23651
23652         * imap.el (imap-store-password): New variable.
23653         (imap-interactive-login): Use it.
23654         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23655
23656 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23657
23658         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23659         window-start and hscroll to summary window.
23660
23661 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23662
23663         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23664         conversion message to newsrc-dribble when an actual conversion is
23665         performed.
23666
23667 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23668
23669         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23670
23671 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23672
23673         * mm-decode.el (mm-complicated-handles): New function reviving
23674         former definition of mm-multiple-handles.
23675
23676         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23677         (gnus-mime-delete-part): Use it.
23678
23679 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23680
23681         * gnus-agent.el (gnus-agent-read-local):
23682         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23683         avoid the implicit assumption that they will always be equal.
23684         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23685         coding-system-for-write, as the with-temp-file macro first prints
23686         to a buffer then saves the buffer.
23687
23688 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23689
23690         * gnus-art.el (gnus-article-edit-part): New function.
23691         (gnus-mime-save-part-and-strip): Use it; do query instead of
23692         signaling an error; don't use mm-multiple-handles.
23693         (gnus-mime-delete-part): Ditto.
23694
23695 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23696
23697         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23698         old file versions.
23699         (gnus-group-prepare-hook): Remove function that converted list
23700         form of gnus-agent-expire-days to group properties.
23701
23702         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23703         (gnus-request-accept-article): Re-indented.
23704
23705         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23706         converters to handle old agent file formats.  Add logic for a
23707         "backup before upgrading warning".
23708         (gnus-convert-mark-converter-prompt): Developers can mark
23709         functions as needing (default), or not needing,
23710         gnus-convert-old-newsrc's "backup before upgrading warning".
23711         (gnus-convert-converter-needs-prompt): Tests whether the user
23712         should be protected from potentially irreversable changes by the
23713         function.
23714
23715         * legacy-gnus-agent.el: New.  Provides converters that are only
23716         loaded when gnus-convert-old-newsrc needs to call them.
23717
23718 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * mail-source.el (mail-source-touch-pop): Doc fix.
23721
23722         * message.el (message-smtpmail-send-it): Doc fix.
23723
23724 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23725
23726         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23727
23728         * nnmail.el (nnmail-split-fancy): do.
23729
23730         * gnus-kill.el (gnus-kill, gnus-execute): do.
23731
23732 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23733
23734         * gnus-sum.el (gnus-widget-reversible-match)
23735         (gnus-widget-reversible-to-internal)
23736         (gnus-widget-reversible-to-external): New functions.
23737         (gnus-widget-reversible): New widget.
23738         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23739
23740 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23741
23742         * gnus-sum.el (gnus-thread-sort-functions)
23743         (gnus-article-sort-functions): Document `(not F)' items.
23744
23745 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23746
23747         * spam.el (spam-use-gmane-xref): Add new backend.
23748         (spam-gmane-xref-spam-group): Add variable to control the name of the
23749         Gmane spam group.
23750         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23751         (spam-regex-headers-spam, spam-regex-headers-ham)
23752         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23753         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23754         backends and checks.
23755         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23756
23757         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23758         an autodetect method.
23759
23760 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23761
23762         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23763         articles are being added to a group.
23764         (gnus-request-replace-article): Inform the agent that articles
23765         need to be uncached as the cached contents are no longer valid.
23766
23767 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23768
23769         * binhex.el: Don't autoload executable-find.
23770
23771         * canlock.el: Don't autoload mail-fetch-field.
23772
23773         * dgnushack.el: Autoload c-mode for XEmacs.
23774
23775         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23776
23777         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23778         rmail-dont-reply-to and rmail-output.
23779
23780         * gnus-score.el: Don't autoload ffap-string-at-point.
23781
23782         * gnus-setup.el: Don't autoload sc-cite-original.
23783
23784         * imap.el: Don't autoload base64-decode-string,
23785         base64-encode-string and md5.
23786
23787         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23788         and rmail-msg-restore-non-pruned-header.
23789
23790         * mm-decode.el: Don't autoload executable-find.
23791
23792         * mm-url.el: Don't autoload executable-find.
23793
23794         * mm-view.el: Don't autoload diff-mode.
23795
23796         * nndb.el: Don't autoload news-reply-mode, news-setup,
23797         cancel-timer and telnet.
23798
23799         * password.el: Don't autoload run-at-time for Emacs.
23800
23801         * sha1-el.el: Don't autoload executable-find.
23802
23803         * sieve-mode.el: Don't autoload c-mode.
23804
23805         * uudecode.el: Don't autoload executable-find.
23806
23807 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23808
23809         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23810         (gnus-agent-possibly-alter-active): Avoid null in numeric
23811         comparison.
23812         (gnus-agent-set-local): Refuse to save null in local object table.
23813         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23814         list of articles that will be marked as unread.
23815
23816 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23817
23818         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23819
23820 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23821
23822         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23823         language tags.
23824
23825 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23826
23827         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23828         Don't bind "obarray".
23829
23830         * gnus-sum.el (gnus-thread-sort-functions):
23831         Add `gnus-thread-sort-by-most-recent-number' and
23832         `gnus-thread-sort-by-most-recent-date'.
23833         Reported by Kai Grossjohann <kai@emptydomain.de>.
23834
23835 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23838
23839 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23840
23841         * gnus-cus.el (gnus-agent-customize-category):
23842         Remove ignore-errors macro reference that required cl to be loaded at
23843         run-time.
23844
23845         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23846         single-interval range of the form (min . max).  Previously the
23847         range had to look like ((min . max)).  Likewise, return
23848         (min . max) rather than ((min . max)).
23849         (gnus-range-map): Use gnus-range-normalize to accept
23850         single-interval range.
23851
23852         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23853         the cache, but not the agent, now appear with their usual face.
23854
23855         * dgnushack.el (loaddir): New variable that is bound to the
23856         directory containing the dgnushack.el file. Use loaddir, rather
23857         than srcdir, to update load-path. Change lets dgnushack compile
23858         code in directories other than GNUS/lisp.
23859
23860 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23861
23862         * lpath.el: Don't bind w3m-safe-url-regexp.
23863
23864         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23865         w3m-safe-url-regexp variable buffer-local.
23866
23867         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23868
23869 2004-02-27  Simon Josefsson  <jas@extundo.com>
23870
23871         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23872         gnus-group-real-prefix.
23873         (gnus-summary-move-article): Use it, instead of
23874         gnus-group-real-prefix.
23875
23876 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23877
23878         * lpath.el: Bind w3m-safe-url-regexp.
23879
23880         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23881         w3m-safe-url-regexp variable buffer-local and set it as the value
23882         of mm-w3m-safe-url-regexp.
23883
23884         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23885
23886         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23887         parsing gnus-posting-styles when the message is not for replying.
23888
23889         * dgnushack.el: Autoload sgml-mode for XEmacs.
23890
23891         * nnrss.el (nnrss-opml-export):
23892         Use mm-set-buffer-file-coding-system instead of
23893         set-buffer-file-coding-system.
23894
23895 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23896
23897         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23898         of checkdoc.el).
23899         * nnrss.el: do.
23900         * gnus-mlspl.el: do.
23901         * gnus-ml.el: do.
23902         * gnus-srvr.el: do.
23903
23904         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23905
23906 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23907
23908         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23909         Corrections to custom-manual links.
23910
23911         * gnus-art.el (gnus-article): Ditto.
23912
23913         * mm-decode.el (mime-display, mime-security): Ditto.
23914
23915 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23916
23917         * flow-fill.el: Typo.
23918
23919 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23920
23921         * spam-wash.el: New file.
23922
23923 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23924
23925         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23926
23927 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23928
23929         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23930         to be run with new-articles as LIST1, not LIST2.
23931         (spam-registration-functions): Add spam-use-ham-copy as a nil
23932         registration backend.
23933
23934 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23935
23936         * spam-stat.el (spam-stat-washing-hook): New option.
23937         (spam-stat-buffer-words): Use it.
23938         (spam-stat-process-directory, spam-stat-test-directory):
23939         Use insert-file-contents-literally.
23940         (spam-stat-coding-system): New variable.
23941         (spam-stat-load, spam-stat-save): Use it.
23942
23943 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23944
23945         * spam-report.el (spam-report-plug-agent):
23946         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23947
23948 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23949
23950         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23951         Allow / in mailto URLs.
23952
23953 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23954
23955         * spam-report.el (spam-report-process-queue): Fix interactive use.
23956         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23957         (spam-report-unplug-agent): Doc fixes.
23958         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23959         (spam-report-agentize, spam-report-deagentize): Autoload.
23960
23961 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23962
23963         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23964
23965         * message.el (message-setup-fill-variables): Add mml tags to
23966         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23967         <ajk@iu.edu>.
23968         (message-mode): Don't modify paragraph-separate there.
23969
23970 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * compface.el (uncompface-use-external): Default to undecided.
23973         (uncompface-use-external-threshold): New variable.
23974         (uncompface-float-time): New macro.
23975         (uncompface): Determine whether to use the external decoder if
23976         uncompface-use-external is undecided.
23977
23978 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23979
23980         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23981         after images.
23982
23983         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23984
23985 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23986
23987         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23988
23989         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23990
23991         * gnus-sum.el (gnus-summary-limit-to-age)
23992         (gnus-summary-limit-children): do.
23993
23994         * gnus-int.el (gnus-request-scan): do.
23995
23996         * gnus-group.el (gnus-group-suspend): do.
23997
23998         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23999
24000         * gnus-cite.el (gnus-cite-parse-attributions): do.
24001
24002         * gnus-agent.el (gnus-summary-set-agent-mark)
24003         (gnus-agent-regenerate-group): do.
24004
24005         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24006
24007         * binhex.el (binhex-decode-region-internal): do.
24008
24009 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24010
24011         * gnus-fun.el (gnus-face-properties-alist): New user option.
24012         (gnus-display-x-face-in-from): Use it.
24013
24014         * gnus-art.el (article-display-face): Ditto.
24015
24016         * compface.el (uncompface-use-external): Default to nil.
24017
24018 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24019
24020         * nntp.el (nntp-erase-buffer): New function.
24021         (nntp-retrieve-data, nntp-send-command)
24022         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24023         (nntp-possibly-change-group): Use it.
24024
24025         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24026         Use with-current-buffer.
24027
24028 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24029
24030         * compface.el: Merge the ELisp-based uncompface program.
24031         (compface): New customization group.
24032         (uncompface-use-external): New user option.
24033         (uncompface): Call uncompface-internal if uncompface-use-external
24034         is nil.
24035         (uncompface-internal): New function.  Note that there are also
24036         some other functions and variables added for this function.
24037
24038 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24039
24040         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24041         if necessary.
24042
24043 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24044
24045         * spam-report.el (spam-report-unplug-agent)
24046         (spam-report-plug-agent, spam-report-deagentize)
24047         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24048         Add support for the Agent in spam-report: when unplugged, report to a
24049         file; when plugged, submit all the requests.
24050
24051         * spam.el (spam-register-routine): Fix message about
24052         registration.
24053
24054 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24055
24056         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24057         dependencies.
24058         (rfc2047-encode): Use it.
24059
24060         * gnus-art.el (gnus-button-marker-list): Move before first
24061         reference.
24062
24063         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24064         (imap-parse-body): Fix format string mismatch.
24065
24066         * gnus-score.el (gnus-summary-increase-score): do.
24067
24068         * nnrss.el (nnrss-close): New function.
24069
24070 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24071
24072         * nnrss.el (nnrss-make-filename): New function.
24073         (nnrss-request-delete-group, nnrss-read-server-data)
24074         (nnrss-save-server-data, nnrss-read-group-data)
24075         (nnrss-save-group-data): Use it.
24076         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24077         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24078         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24079
24080 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24081
24082         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24083
24084 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24085
24086         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24087         files.
24088
24089         * message.el (message-generate-headers-first): Don't quote nil
24090         and t in docstrings.
24091
24092         * imap.el (imap-id): do.
24093
24094         * gnus-agent.el (gnus-agent-consider-all-articles)
24095         (gnus-agent-queue-mail): do.
24096
24097 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24098
24099         * spam-report.el (spam-report-process-queue): New function.
24100         Process requests from `spam-report-requests-file'.
24101         (spam-report-process-queue): Doc fix.
24102
24103 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24104
24105         * spam.el (spam-register-routine)
24106         (spam-log-processing-to-registry, spam-log-registered-p)
24107         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24108         Change "check" to "spam-check" for semi-clarity.
24109
24110 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24111
24112         * pop3.el: Require nnheader.
24113
24114         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24115
24116         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24117
24118         * gnus-picon.el: Require cl.
24119
24120         * gnus-fun.el: Require gnus-ems and gnus-util.
24121
24122         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24123
24124         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24125
24126         * gnus-art.el (gnus-article-edit-mode): Define before first
24127         reference.
24128
24129 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24130
24131         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24132         (gnus-uu-post-encoded): Use point-at-bol.
24133
24134         * gnus-topic.el (gnus-group-active-topic-p): do.
24135
24136         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24137
24138         * gnus-group.el (gnus-group-kill-region): do.
24139
24140         * gnus-art.el (article-date-ut): do.
24141
24142         * message.el (message-fetch-field): Remove redundant
24143         case-fold-search binding.
24144         (message-narrow-to-field): Simplify.
24145
24146 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24147
24148         * spam.el (spam-directory): Derive from `gnus-directory'.
24149
24150         * spam-report.el (spam-report-url-to-file)
24151         (spam-report-requests-file): New function and variable for offline
24152         reporting.
24153         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24154         and user defined function.
24155         (spam-report-url-ping-mm-url): Remove doubled slash.
24156
24157 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24158
24159         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24160
24161 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24162
24163         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24164         Fix format string mismatch.
24165
24166         * sieve.el (sieve-deactivate-all): do.
24167
24168         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24169
24170         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24171
24172         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24173
24174         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24175
24176 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24177
24178         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24179         the list of checks.
24180
24181 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24182
24183         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24184         padding.
24185
24186 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24187
24188         * mm-view.el (mm-fill-flowed): New variable.
24189         (mm-inline-text): Use it.
24190
24191 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24192
24193         * spam.el (spam-spamassassin-register-ham-routine)
24194         (spam-spamassassin-register-spam-routine): Fix function names.
24195
24196 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24197
24198         * gnus.el (gnus-tmp-grouplens): Remove.
24199         (gnus-summary-line-format): Remove grouplens.
24200
24201         * gnus-group.el (gnus-group-line-format): Ditto.
24202
24203         * gnus-spec.el (gnus-format-specs): Ditto.
24204         (gnus-update-format-specifications): Flush the group format spec
24205         cache if there's the grouplens stuff.
24206         (gnus-parse-simple-format): Replace %l with the empty string.
24207
24208 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24209
24210         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24211         omission.
24212
24213 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24214
24215         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24216         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24217
24218 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24219
24220         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24221         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24222         New macros and functions.
24223         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24224         Handle > NLINK_MAX messages.
24225         * nnmaildir.el (nnmaildir-request-set-mark):
24226         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24227
24228 2004-01-25  Alex Schroeder  <alex@gnu.org>
24229
24230         * spam-stat.el (spam-stat-process-directory-age): New option.
24231         (spam-stat-process-directory): Use it.
24232
24233 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24234
24235         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24236         (spam-stat-save): Accept prefix argument.
24237
24238 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24239
24240         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24241         links" error.
24242
24243 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24244
24245         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24246         the rest of the and/or forms.
24247
24248 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24249
24250         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24251         compatibility with old .newsrc.eld files.
24252
24253         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24254
24255         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24256
24257         * gnus-start.el (gnus-1): do.
24258
24259         * gnus-group.el (gnus-group-line-format-alist): do.
24260
24261         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24262
24263         * gnus-gl.el: Remove.
24264
24265 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24266
24267         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24268         marks consisting of a single range {for example, (3 . 5)} rather
24269         than a list of a single range { ((3 . 5)) }.
24270
24271 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24272
24273         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24274         Use with-current-buffer.
24275         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24276         avoid consing a string.
24277
24278         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24279         Remove obsolete entries for big5 and gb2312.
24280
24281 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24282
24283         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24284         uncompressed list.
24285
24286 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24287
24288         * spam-stat.el (spam-stat-strip-xref): New function.
24289         (spam-stat-process-directory): Use it.
24290
24291         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24292         here -- it's done in message-fetch-field.
24293
24294 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24295
24296         * gnus-agent.el (gnus-agent-queue-mail)
24297         (gnus-agent-prompt-send-queue): New variables.
24298         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24299         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24300         "nndraft:queue" along to gnus-draft-send.
24301         Use gnus-agent-prompt-send-queue.
24302         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24303         is "nndraft:queue".  Suggested by Gaute Strokkenes
24304         <gs234@srcf.ucam.org>
24305
24306         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24307         (agent-enable-undownloaded-faces): Add.
24308         (gnus-agent-cat-groups): Use eval-and-compile, not
24309         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24310         method of gnus-agent-cat-groups even when the buffer has been
24311         evaled.
24312         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24313         delete gnus-agent-save-active-1.
24314         (gnus-agent-save-groups): Delete.  Identical to
24315         gnus-agent-save-active.
24316         (gnus-agent-write-active): No longer adjust agent's copy of active
24317         file as agent's adjustments are now stored in their own
24318         file.  Remove optional parameter.
24319         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24320         servers.  Add use of min/max range limits from server's local
24321         file.
24322         (gnus-agent-save-alist): Remove unused optional argument.
24323         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24324         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24325         (gnus-agent-set-local): A per-server file that keeps min/max range
24326         limits for articles known to the agent.  Provides a fast mechanism
24327         for altering many active ranges.
24328         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24329         active file (local makes it unnecessary).
24330         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24331
24332         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24333         (agent-enable-undownloaded-faces): Add.
24334
24335         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24336         disable it when sending to "nndraft:queue".
24337         (gnus-group-send-queue): Add safety check to avoid sending queue
24338         when unplugged.
24339
24340         * gnus-group.el (gnus-group-catchup): Use new
24341         gnus-sequence-of-unread-articles, not
24342         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24343         numbers of articles.  Use gnus-range-map to avoid having to
24344         uncompress the unread list.
24345         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24346         Fix invalid ange-ftp reference.
24347
24348         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24349         (gnus-sorted-range-intersection): Intersection of two ranges
24350         without requiring that they first be uncompressed.
24351
24352         * gnus-start.el (gnus-activate-group): Unless blocked by the
24353         caller, possibly expand the active range to include both cached
24354         and agentized articles.
24355         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24356         multiple version-dependent converters.
24357         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24358         gnus-agent-save-active.
24359         (gnus-save-newsrc-file): Save dirty agent range limits.
24360
24361         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24362         gnus-agent-possibly-alter-active.
24363         (gnus-adjust-marked-articles): Faster handling of simple lists.
24364
24365 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24366
24367         * spam-stat.el (spam-stat-test-directory): New optional argument
24368         displays a list of files detected.  Suggested by Andrew Cohen
24369         <cohen@andy.bu.edu>.
24370         (spam-stat-buffer-words-with-scores): Don't narrow and change
24371         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24372
24373 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24374
24375         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24376         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24377         (spam-spamassassin-arguments)
24378         (spam-spamassassin-spam-flag-header)
24379         (spam-spamassassin-positive-spam-flag-header)
24380         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24381         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24382         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24383         (spam-list-of-processors, spam-list-of-checks)
24384         (spam-list-of-statistical-checks, spam-registration-functions)
24385         (spam-check-spamassassin-headers, spam-check-spamassassin)
24386         (spam-spamassassin-score)
24387         (spam-spamassassin-register-with-sa-learn)
24388         (spam-spamassassin-register-spam-routine)
24389         (spam-spamassassin-register-ham-routine)
24390         (spam-assassin-register-spam-routine)
24391         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24392         (spam-bogofilter-score): Fix to show article before scoring.
24393
24394 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24395
24396         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24397         default scoring function.
24398         (spam-generic-score): Call spam-spamassassin-score if
24399         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24400         spam-bogofilter-score otherwise.
24401
24402         * gnus.el (spam-process, spam-autodetect-methods):
24403         Add spamassassin and spamassassin-headers.
24404
24405 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24406
24407         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24408         Suppress unnecessary messages.
24409
24410 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24411
24412         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24413         make-hash-table.
24414
24415 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24416
24417         * canlock.el (base64-encode-string): Don't autoload it.
24418
24419 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24420
24421         * run-at-time.el: Remove useless (require 'itimer),
24422         eval-and-compile and (featurep 'xemacs).
24423
24424 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24425
24426         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24427         GROUP is a virtual group.
24428
24429 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24430
24431         * gnus.el: Autoload `message-y-or-n-p'.
24432
24433 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24434
24435         * pgg-parse.el: Remove unnecessary (require 'custom).
24436
24437         * pgg-def.el: do.
24438
24439         * nnmail.el: do.
24440
24441         * gnus-undo.el: do.
24442
24443         * gnus-picon.el: do.
24444
24445         * gnus-util.el: do.
24446
24447 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24448
24449         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24450
24451 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24454         handle, as well as a list.
24455
24456         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24457         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24458         (mm-w3m-cid-retrieve): Simplify.
24459
24460 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24461
24462         * message.el (message-kill-to-signature): Allow prefix arg to
24463         specify number of lines to keep before signature.
24464
24465 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24466
24467         * message.el (message-kill-to-signature): Change docstring.
24468
24469 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24470
24471         * canlock.el: Always require sha1-el.
24472         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24473
24474         * message.el: Autoload sha1 only when compiling.
24475
24476         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24477         eudc-expand-inline for XEmacs.
24478
24479 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24480
24481         * message.el (message-canlock-generate): Require sha1-el.
24482
24483 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24484
24485         * message.el (message-expand-name): Silence the byte compiler.
24486
24487         * lpath.el: Add detect-coding-system.
24488
24489         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24490         cus-edit.
24491
24492 2004-01-13  Simon Josefsson  <jas@extundo.com>
24493
24494         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24495         Invoke gnus-score-mode.
24496         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24497
24498         * gnus-range.el (gnus-compress-sequence): Doc fix.
24499         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24500
24501 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24502
24503         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24504
24505 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24506
24507         * spam.el (spam-get-article-as-string): Update to use
24508         gnus-request-article-this-buffer, much simpler.
24509         (spam-get-article-as-buffer): Remove.
24510
24511 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24512
24513         * message.el (message-expand-name): Use EUDC if the user uses that.
24514
24515 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24516
24517         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24518         character for the encoding to avoid consing a string.
24519
24520         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24521         unnecessarily.
24522
24523         * mm-util.el (mm-replace-chars-in-string): Remove.
24524
24525         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24526         of mm-replace-chars-in-string.
24527
24528 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24529
24530         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24531
24532         * mm-util.el (mm-subst-char-in-string): Support inplace.
24533
24534         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24535         a new string in every iteration.  Use shy groups.
24536
24537 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24538
24539         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24540         * gnus-soup.el (gnus-soup-group-brew):
24541         * gnus-msg.el (gnus-put-message):
24542         * gnus-move.el (gnus-group-move-group-to-server):
24543         * gnus-kill.el (gnus-batch-score):
24544         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24545         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24546         (gnus-group-update-group, gnus-group-read-group)
24547         (gnus-group-make-group, gnus-group-make-help-group)
24548         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24549         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24550         (gnus-group-sort-by-unread, gnus-group-catchup)
24551         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24552         (gnus-group-yank-group, gnus-group-set-info)
24553         (gnus-group-list-groups):
24554         * gnus.el (gnus-generate-new-group-name):
24555         * gnus-delay.el (gnus-delay-send-queue):
24556         * nnvirtual.el (nnvirtual-catchup-group):
24557         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24558         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24559         (gnus-group-prepare-topics, gnus-topic-check-topology):
24560         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24561         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24562         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24563         (gnus-group-make-articles-read):
24564         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24565         (gnus-group-change-level, gnus-kill-newsgroup)
24566         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24567         (gnus-get-unread-articles, gnus-make-articles-unread)
24568         (gnus-make-ascending-articles-unread): Use accessor
24569         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24570         to get group information for improved readability.
24571
24572
24573 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24574
24575         * gnus-art.el (article-decode-mime-words, article-babel)
24576         (gnus-article-highlight-signature, gnus-article-add-buttons)
24577         (gnus-signature-toggle): Use gnus-with-article-buffer.
24578
24579         * gnus-art.el (gnus-article-highlight-headers)
24580         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24581
24582         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24583         (gnus-article-set-globals, gnus-request-article-this-buffer)
24584         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24585         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24586         (gnus-mime-display-alternative): Use with-current-buffer.
24587
24588 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24589
24590         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24591         also under 80 char limit, and call gnus-error if needed.
24592         (spam-fetch-article-header): Fix - it was a
24593         buffer-local variable (gnus-newsgroup-data).
24594         (spam-find-spam): Use spam-generate-fake-headers, forget about
24595         spam-insert-fake-headers.
24596         (spam-insert-fake-headers): Remove.
24597
24598 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24599
24600         * deuglify.el (gnus-article-outlook-unwrap-lines)
24601         (gnus-outlook-rearrange-article)
24602         (gnus-outlook-repair-attribution-outlook)
24603         (gnus-outlook-repair-attribution-block)
24604         (gnus-outlook-repair-attribution-other): Remove redundant
24605         save-excursion.
24606
24607 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24608
24609         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24610         (spam-fetch-field-subject-fast)
24611         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24612         (spam-fetch-article-header): Add functions to deal with Gnus
24613         internals for fast retrieval of article header data.
24614         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24615
24616 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24617
24618         * pop3.el (pop3-md5): Remove.
24619         (pop3-apop): Replace pop3-md5 with md5.
24620
24621         * mm-bodies.el: base64 is always built-in.
24622
24623         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24624         Use with-current-buffer.
24625
24626 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24627
24628         * canlock.el (canlock-insert-header): Remove excessive grouping in
24629         regexp.
24630
24631         * gnus-sum.el (gnus-summary-read-document): Ditto.
24632
24633         * gnus-uu.el (gnus-uu-part-number): Ditto.
24634
24635         * html2text.el (html2text-remove-tags): Ditto.
24636         (html2text-format-tags): Ditto.
24637         (html2text-format-single-elements): Ditto.
24638
24639         * mml.el (mml-parse-1): Ditto.
24640
24641 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24642
24643         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24644
24645         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24646
24647         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24648
24649         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24650
24651 2003-11-15  Simon Josefsson  <jas@extundo.com>
24652
24653         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24654         (pgg-gpg-lookup-key): Use regexp match instead of
24655         split-string (split-string is different between emacs 21.2 and
24656         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24657
24658 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24659
24660         * gnus-art.el (gnus-mime-view-all-parts)
24661         (gnus-article-part-wrapper, gnus-article-view-part):
24662         Use with-current-buffer.
24663
24664 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24665
24666         * spam.el (spam-disable-spam-split-during-ham-respool)
24667         (spam-spamoracle-database, spam-cache-lookups)
24668         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24669         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24670         (spam-group-ham-marks, spam-group-spam-marks)
24671         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24672         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24673         also add spam-use-blackholes to the statistical checks.
24674         (spam-fetch-field-fast): Add interface to fetching fields, may
24675         become a macro.
24676         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24677         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24678         (spam-insert-fake-headers): Fake an article when needed.
24679         (spam-find-spam): Fake article when possible.
24680         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24681         (spam-check-bogofilter-headers): Use message-fetch-field instead
24682         of nnmail-fetch-field.
24683
24684 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24685
24686         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24687
24688 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24689
24690         * spam.el (spam-split): Do not require spam-use-CHECK to be
24691         enabled if that check is passed to spam-split explicitly; also
24692         fix so 'spam doesn't get converted to spam-split-group when
24693         spam-split-symbolic-return is t.
24694         (spam-find-spam): Find registrations of the article and use those
24695         instead of re-running spam-split to find the spam/ham
24696         classification of the article.
24697         (spam-log-processing-to-registry, spam-log-registered-p)
24698         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24699         Use gnus-error instead of gnus-message.
24700         (spam-log-registration-type): Add function to determine the
24701         classification of a message based on registry entries; will
24702         return nil if both 'spam and 'ham are found.
24703         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24704         a reasonably fast local cache without the loading errors.
24705         (spam-cache-lookups): Set to t by default.
24706         (spam-find-spam): Don't try to guess spam-cache-lookups.
24707         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24708         spam-caches entry.
24709         (spam-filelist-build-cache, spam-filelist-check-cache):
24710         Fix caching of whitelist/blacklist entries.
24711         (spam-check-whitelist, spam-check-blacklist):
24712         Invoke spam-from-listed-p with a type, not a cache variable.
24713         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24714
24715 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24716
24717         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24718
24719         * nnmail.el (nnmail-split-fancy): do.
24720
24721         * mml.el (mml-parse): do.
24722
24723         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24724         (gnus-score-adaptive): do.
24725
24726 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24727
24728         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24729         (gnus-mime-button-map): Don't set keymap parent.
24730         (gnus-button-ctan-directory-regexp): Use shy grouping.
24731         (gnus-prev-page-map): Don't set keymap parent.
24732         (gnus-prev-page-map): Remove duplicated one.
24733         (gnus-next-page-map): Don't set keymap parent.
24734         (gnus-mime-security-button-map): Ditto.
24735
24736         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24737         version number.
24738
24739         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24740
24741 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24742
24743         * canlock.el (canlock-sha1-function): Remove.
24744         (canlock-sha1-function-for-verify): Remove.
24745         (canlock-openssl-program): Remove.
24746         (canlock-openssl-args): Remove.
24747         (canlock-ignore-errors): Remove.
24748         (canlock-sha1-with-openssl): Remove.
24749         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24750         (canlock-verify): Don't use canlock-ignore-errors.
24751
24752         * sha1-el.el (sha1-string-external): Make it can return a string
24753         in binary form.
24754         (sha1-region-external): Ditto.
24755         (sha1-string-internal): Ditto.
24756         (sha1-region-internal): Ditto.
24757         (sha1-region): Ditto.
24758         (sha1-string): Ditto.
24759         (sha1): Ditto.
24760
24761 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24762
24763         * spam.el (spam-report-articles-gmane): New command.
24764
24765 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24766
24767         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24768
24769         * run-at-time.el (run-at-time-saved): Remove.
24770         (run-at-time): Doc fix.
24771
24772 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24773
24774         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24775         (gnus-summary-limit-map): Add it.
24776         (gnus-summary-make-menu-bar): do.
24777
24778 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24779
24780         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24781         Make attempt at some caching support (done for BBDB only now).
24782         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24783         addresses to be checked.
24784         (spam-clear-cache-BBDB): Add function, to be invoked by
24785         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24786         (spam-check-BBDB): Check and use the caches, if
24787         spam-cache-lookups is on, remove superfluous (provide).
24788
24789 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24790
24791         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24792
24793 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24794
24795         * run-at-time.el (run-at-time-saved): Move to after the definition
24796         of `run-at-time'.
24797
24798         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24799
24800 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24801
24802         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24803         mm-w3m-local-map-property.
24804
24805         * mm-view.el (mm-w3m-mode-map): Remove.
24806         (mm-w3m-local-map-property): Remove.
24807         (mm-inline-text-html-render-with-w3m): Don't use
24808         mm-w3m-local-map-property.
24809
24810 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24811
24812         * run-at-time.el: New file.
24813
24814         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24815         under Emacs.
24816
24817         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24818         of gnus-set-text-properties.
24819
24820         * gnus-uu.el (gnus-uu-save-article): Ditto.
24821
24822         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24823
24824         * gnus-cite.el (gnus-cite-parse): Ditto.
24825
24826         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24827         of gnus-.
24828
24829         * gnus-xmas.el (run-at-time): Require run-at-time.
24830
24831         * gnus.el: Change calls to nnheader-run-at-time and
24832         password-run-at-time throughout to use run-at-time directly.
24833
24834         * password.el: Remove definition of run-at-time.
24835
24836         * nnheaderxm.el: Remove definition of run-at-time.
24837
24838 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24839
24840         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24841         in prompt.
24842
24843 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24844
24845         * messagexmas.el (message-xmas-redefine): Alias
24846         `message-make-caesar-translation-table' to
24847         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24848         version.
24849
24850         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24851         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24852         `gnus-xmas-set-text-properties'.
24853         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24854         `gnus-xmas-completing-read'.
24855         (gnus-xmas-completing-read): Removed.
24856         (gnus-xmas-open-network-stream): Removed.
24857
24858         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24859         XEmacs version.
24860
24861         * dns.el (dns-make-network-process): Use `open-network-stream'
24862         instead of `gnus-xmas-open-network-stream'.
24863
24864         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24865
24866         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24867
24868 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24869
24870         * gnus-art.el (gnus-mime-display-alternative)
24871         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24872         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24873         Don't use gnus-local-map-property.
24874
24875         * gnus-util.el (gnus-local-map-property): Remove.
24876
24877         * mm-view.el (mm-view-pkcs7-decrypt):
24878         Replace gnus-completing-read-maybe-default with completing-read.
24879
24880         * gnus-util.el (gnus-completing-read): do.
24881         (gnus-completing-read-maybe-default): Remove.
24882
24883 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24884
24885         * password.el: Only autoload `run-at-time' if not XEmacs.
24886         Only autoload the itimer functions if XEmacs.
24887
24888 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24889
24890         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24891         XEmacsen.
24892
24893         * dgnushack.el: Autoload executable-find for XEmacs.
24894
24895 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24896
24897         * gnus-art.el (gnus-read-string): Remove.
24898         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24899         read-string.
24900
24901 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24902
24903         * netrc.el: Autoload password-read.
24904         (netrc): Add configuration group.
24905         (netrc-encoding-method, netrc-openssl-path):
24906         Add variables for encoding and decoding of files with symmetric
24907         ciphers.
24908         (netrc-encode): Add assistant function to encode a file with
24909         netrc-encoding-method.
24910         (netrc-parse): Add interactive parameter, added optional
24911         decoding if netrc-encoding-method is non-nil but otherwise
24912         behavior is standard.
24913         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24914         Do s/encode/encrypt/ everywhere.
24915
24916         * spam.el: Remove executable-find autoload.
24917
24918 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24919
24920         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24921
24922         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24923
24924 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24925
24926         * gnus-art.el (gnus-treat-ansi-sequences)
24927         (article-treat-ansi-sequences): New variable and function.
24928         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24929
24930         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24931         Use it.
24932
24933 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24934
24935         * mm-util.el (mm-quote-arg): Remove.
24936
24937         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24938         shell-quote-argument.
24939
24940         * gnus-uu.el (gnus-uu-command): do.
24941
24942         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24943
24944         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24945         with make-char.
24946
24947         * mm-util.el (mm-make-char): Remove.
24948
24949         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24950         add-minor-mode.
24951
24952         * gnus-undo.el (gnus-undo-mode): do.
24953
24954         * gnus-topic.el (gnus-topic-mode): do.
24955
24956         * gnus-sum.el (gnus-dead-summary-mode): do.
24957
24958         * gnus-start.el (gnus-slave-mode): do.
24959
24960         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24961
24962         * gnus-ml.el (gnus-mailing-list-mode): do.
24963
24964         * gnus-gl.el (gnus-grouplens-mode): do.
24965
24966         * gnus-draft.el (gnus-draft-mode): do.
24967
24968         * gnus-dired.el (gnus-dired-mode): do.
24969
24970         * gnus-ems.el (gnus-add-minor-mode): Remove.
24971
24972         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24973         Replace gnus-char-width with char-width.
24974
24975         * gnus-ems.el (gnus-char-width): Remove.
24976
24977         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24978         Replace gnus-char-width with char-width.
24979
24980         * gnus-ems.el (gnus-char-width): Remove.
24981
24982         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24983         definition.
24984         Remove Emacs 20 hash table compatibility code.
24985
24986         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24987         20 compatibility code.
24988
24989         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24990
24991         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24992
24993         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24994         Replace with point-at-{eol,bol}.
24995
24996         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24997
24998         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24999
25000         * flow-fill.el (fill-flowed-point-at-bol)
25001         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25002
25003         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25004         Replace with point-at-{eol,bol} throughout all files.
25005
25006 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * ntlm.el (ntlm-string-as-unibyte): New macro.
25009         (ntlm-build-auth-response): Use it.
25010
25011         Remove Emacs 20 stuff:
25012         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25013         (butlast, mapc, remove): Remove the compiler macros.
25014         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25015         of delq and copy-sequence.
25016         * gnus-art.el (popup-menu): Remove the compiler macro.
25017         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25018         Emacs 20.
25019
25020 2004-01-05  Simon Josefsson  <jas@extundo.com>
25021
25022         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25023         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25024         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25025         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25026         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25027         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25028         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25029         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25030         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25031         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25032         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25033         string-xor into ntlm-string-xor.
25034         Suggested by Jesper Harder <harder@myrealbox.com>.
25035
25036         * ntlm.el: Don't include poem.
25037
25038         * md4.el (print-int32, print-string-hexa): Remove.
25039         Suggested by Jesper Harder <harder@myrealbox.com>.
25040
25041         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25042
25043         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25044         probably breaks emacs with DL patch, but do we care? Is anyone
25045         still using the DL stuff?)
25046
25047         * sieve-manage.el: Use the password package.
25048         (sieve-manage-read-passwd): Remove.
25049         (sieve-manage-interactive-login): Use password.  Re-add
25050         condition-case around loop.
25051
25052         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25053         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25054         Use the password package.
25055
25056 2003-02-19  Simon Josefsson  <jas@extundo.com>
25057
25058         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25059         token.
25060
25061 2002-08-07  Simon Josefsson  <jas@extundo.com>
25062
25063         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25064         (sieve-manage-authenticators):
25065         (sieve-manage-authenticator-alist): Add some SASL mechs.
25066         (sieve-sasl-auth): New function.
25067         (sieve-manage-cram-md5-auth):
25068         (sieve-manage-plain-auth): Rewrite using SASL library.
25069         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25070         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25071         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25072         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25073
25074 2004-01-05  Simon Josefsson  <jas@extundo.com>
25075
25076         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25077         New files.
25078
25079 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25080
25081         * gnus-group.el (gnus-no-groups-message): Update.
25082
25083         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25084
25085 2003-11-09  Simon Josefsson  <jas@extundo.com>
25086
25087         * imap.el: Support for ID IMAP extension (RFC 2971).
25088         (imap-local-variables): Add imap-id.
25089         (imap-id): New variable.
25090         (imap-id): New function.
25091         (imap-parse-response): Parse untagged ID response.
25092         * nnimap.el (nnimap-id): New variable.
25093         (nnimap-open-connection): Use it.
25094
25095 2003-12-28  Simon Josefsson  <jas@extundo.com>
25096
25097         * gnus-score.el (gnus-score-edit-all-score): New.
25098         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25099
25100 2004-01-04  Simon Josefsson  <jas@extundo.com>
25101
25102         * password.el: Add.
25103
25104 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25105
25106         * dns.el (dns-query-types): Fix typo.
25107         (dns-query-types): New function.
25108         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25109         PTR and SOA replies, see RFC 1035.
25110
25111 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25112
25113         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25114
25115         * Move to Changelog.2.
25116
25117 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25118
25119         * gnus.el (gnus-version-number): Bump version.
25120
25121 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25122
25123         * gnus.el: No Gnus v0.1 is released.
25124
25125 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25126
25127         * gnus.el: No Gnus v0.0 is released.
25128
25129 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25130
25131         * gnus.el (gnus-version-number): Bump.
25132         (gnus-version): No.
25133
25134 See ChangeLog.2 for earlier changes.
25135
25136   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25137
25138   This file is part of GNU Emacs.
25139
25140   GNU Emacs is free software: you can redistribute it and/or modify
25141   it under the terms of the GNU General Public License as published by
25142   the Free Software Foundation, either version 3 of the License, or
25143   (at your option) any later version.
25144
25145   GNU Emacs is distributed in the hope that it will be useful,
25146   but WITHOUT ANY WARRANTY; without even the implied warranty of
25147   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25148   GNU General Public License for more details.
25149
25150   You should have received a copy of the GNU General Public License
25151   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25152
25153 ;; Local Variables:
25154 ;; coding: utf-8
25155 ;; fill-column: 79
25156 ;; add-log-time-zone-rule: t
25157 ;; End: