gmm-utils.el (gmm-flet): Remove.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
11919132
KY
12012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gmm-utils.el (gmm-flet): Remove.
4 * gnus-sync.el (gnus-sync-lesync-call)
5 * message.el (message-read-from-minibuffer): Don't use it.
6
68c2d59d
KY
72012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8
9 * gmm-utils.el (gmm-labels): Use cl-labels if available.
10
46a2cc44
KY
112012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
14
15 * gnus-sync.el (gnus-sync-lesync-call)
16 * message.el (message-read-from-minibuffer): Use gmm-flet.
17
18 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
19
20 * gnus-util.el (gnus-macroexpand-all): Remove.
21
c5bc2d1d 222012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1e14f99e 23
061c3227
AS
24 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
25 to TAB, not [tab].
26 (gnus-summary-article-map): Likewise.
27
1e14f99e
AS
28 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
29 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
30
70678cd5
KY
312012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
32
33 * message.el (message-get-reply-headers):
34 Make sure the reply goes to the author if it is a wide reply.
35
a2cfe8a3
JT
362012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
37
38 * gnus-score.el (gnus-score-body):
39 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
40 scoring by body.
41
96e05507 422012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
43
44 * gnus-diary.el (nndiary-request-create-group-functions)
45 (nndiary-request-update-info-functions)
46 (gnus-subscribe-newsgroup-functions)
47 (nndiary-request-accept-article-functions):
48 Use new names for hooks rather than obsolete aliases.
49
c01f0213
KY
502012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
53 in meta tag with the one the part specifies in its header.
54
f7e65065 552012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
a71e2379
G
56
57 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
f7e65065 58 by default.
a71e2379
G
59
602012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
61
62 New UIDL implementation.
63
64 * mail-source.el (mail-sources, mail-source-keyword-map):
65 Add :leave as a pop3 keyword.
66 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
67
68 * pop3.el (pop3-leave-mail-on-server): Allow number.
69 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
70 (pop3-movemail): Add UIDL support.
71 (pop3-send-streaming-command): Take a list of mail numbers instead of
72 the number of mails.
73 (pop3-write-to-file): Add X-UIDL header.
74 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
75 (pop3-uidl-add-xheader): New functions.
76
77 * message.el (message-ignored-resent-headers):
78 Add X-Content-Length and X-UIDL headers.
79
d1069532
SM
802012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * nndiary.el (nndiary-request-create-group-functions)
83 (nndiary-request-update-info-functions)
84 (nndiary-request-accept-article-functions):
85 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
86 "-hooks" suffix.
87
ab1dc14b 882012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
a31eeec2
KI
89
90 * starttls.el (starttls-extra-arguments): Doc fix.
91
7518fc12
LMI
922012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
93
94 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
95 it.
96
d1a1c7e6
GM
972012-10-06 Glenn Morris <rgm@gnu.org>
98
99 * gnus-notifications.el (gnus-notifications):
100 Add missing group :version tag.
101 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
102 (gnus-gcc-post-body-encode-hook):
103 * gnus-sync.el (gnus-sync-lesync-name)
104 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
105
2eff54ba
KY
1062012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
107
108 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
109 a user about whether to delete temp files if once a user answered as n.
110
2e8efb2f
RS
1112012-09-17 Richard Stallman <rms@gnu.org>
112
cdfca592
RS
113 * message.el (message-in-body-p): Don't set mark or modify buffer.
114
2e8efb2f
RS
115 * mml.el (mml-attach-file): Doc fix.
116 (mml-attach-external, mml-attach-buffer, mml-attach-file):
117 Set mail-encode-mml when in Mail mode.
118 Simplify code to set HEAD and move back to HEAD.
119 (mml-insert-multipart, mml-insert-part):
120 Set mail-encode-mml when in Mail mode.
121
5e2b4ce1
KY
1222012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
123
124 * gnus-util.el (gnus-timer--function): New function.
125
126 * gnus-art.el (gnus-article-stop-animations): Use it.
127
72eac303
PE
1282012-09-13 Paul Eggert <eggert@cs.ucla.edu>
129
130 Fix glitches caused by addition of psec to timers.
131 * gnus-art.el (gnus-article-stop-animations): Use timer--function
132 rather than raw access to timer vector.
133
95729d50
JD
1342012-09-11 Julien Danjou <julien@danjou.info>
135
136 * gnus-notifications.el (gnus-notifications): Check for nil values in
137 ignored addresses check.
138
9b851e25
SM
1392012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
142
1d43a35f
CY
1432012-09-07 Chong Yidong <cyd@gnu.org>
144
145 * gnus-util.el
146 (gnus-put-text-property-excluding-characters-with-faces): Restore.
147
148 * gnus-salt.el (gnus-tree-highlight-node):
149 * gnus-sum.el (gnus-summary-highlight-line):
150 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
151
845ce106
G
1522012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
153
154 * gnus-util.el: Fix compilation error on XEmacs 21.4.
155
1562012-09-06 Juri Linkov <juri@jurta.org>
157
158 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
159 scheme for buffer names to be more consistent with other group and
160 article buffer names in Gnus.
161
1622012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
163
164 * gnus-util.el
165 (gnus-put-text-property-excluding-characters-with-faces): Remove.
166
167 * gnus-compat.el: Define compat function `add-face' from Wolfgang
168 Jenkner.
169
170 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
171
172 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
173
174 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
175
4fd78b62
KY
1762012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
177
178 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
179 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
180
181 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
182 string-prefix-p in Emacs >=23.2.
183
184 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
185 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
186 instead of string-match-p.
187 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
188
f41d6f9d
KH
1892012-09-06 Kenichi Handa <handa@gnu.org>
190
191 * qp.el (quoted-printable-decode-region): Fix previous change; handle
192 lowercase a..f.
193
067b39d4
G
1942012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
195
196 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
197
1982012-09-05 Martin Stjernholm <mast@lysator.liu.se>
199
d1069532 200 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
067b39d4
G
201 TIME is set.
202
2032012-09-05 Juri Linkov <juri@jurta.org>
204
205 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
206 than one group at a time (bug#11961).
207
350a1888
G
2082012-09-05 Julien Danjou <julien@danjou.info>
209
210 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
211 this hide the real reason with a message giving absolutely no hint.
212
2132012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
214
215 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
216 to the backend (bug#11804).
217
218 * message.el (message-insert-newsgroups): Don't insert newsgroup
219 duplicates (bug#12275).
8a8507e9 220
350a1888
G
2212012-09-05 John Wiegley <johnw@newartisans.com>
222
223 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
224 sieve rules.
225
2262012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
227
228 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
229 function.
230
231 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
232
233 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
234
2352012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
236
237 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
238 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
239 This should make nnmaildir more usable with offlineimap.
240
8a8507e9 2412012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
8a8507e9
LI
242
243 * gnus-notifications.el (gnus-notifications-notify): Use it.
244
245 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
246 warnings on XEmacs.
247
0e23ef9d
PE
2482012-09-01 Paul Eggert <eggert@cs.ucla.edu>
249
250 Better seeds for (random).
251 * gnus-sync.el (gnus-sync-lesync-setup):
252 * message.el (message-canlock-generate, message-unique-id):
253 Change (random t) to (random), now that the latter is more random.
254
c20643e2
DA
2552012-08-31 Dave Abrahams <dave@boostpro.com>
256
257 * auth-source.el (auth-sources): Fix macos keychain access.
258
259 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
260 allow the backend `request-head' function to determine the group
261 name on its own.
262 (gnus-request-expire-articles): Filter out negative article numbers
263 during expiry (Bug#11980).
264
265 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
266 O(N^2) to O(N). This makes warping into huge groups tolerable.
267
268 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
269 you've found the article when you haven't.
270
e1991423
SM
2712012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
274
ba7ac1f6
JD
2752012-08-30 Julien Danjou <julien@danjou.info>
276
277 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
278 `gnus-notifications-timeout'.
279 (gnus-notifications-timeout): Add.
280 (gnus-notifications-action): New function.
281 (gnus-notifications-notify): Add :action using
282 `gnus-notifications-action'.
283 (gnus-notifications-id-to-msg): New variable.
284 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
285 notifications id to messages.
286
8b0c72d3
KH
2872012-08-30 Kenichi Handa <handa@gnu.org>
288
289 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
290 once.
291
96656012
JD
2922012-08-29 Julien Danjou <julien@danjou.info>
293
294 * gnus-notifications.el: New file.
295 (gnus-notifications-notify): New function.
296 (gnus-notifications): Use `gnus-notifications-notify'.
297
cc319c03
KY
2982012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
299
300 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
301 transfer encoding first; bind gnus-newsgroup-charset to the charset
302 that the article specifies (Bug#12209).
303
3b7bf1d4
KY
3042012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
305
306 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
307 (gnus-group-customize-done): Encode values posting-style holds.
308
309 * gnus-msg.el (gnus-summary-resend-message)
310 (gnus-configure-posting-styles): Decode values posting-style group
311 parameter holds.
312
891403f6
KY
3132012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
314
315 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
316 `name' and `address' in Resent-From header.
317
b4599732
CY
3182012-08-14 Chong Yidong <cyd@gnu.org>
319
320 * gnus-art.el (article-display-face): Handle failure in
321 gnus-create-image (Bug#11802).
322
86b9724a
SM
3232012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
326 Use defsetf.
327
a3095f42
DU
3282012-08-10 Daiki Ueno <ueno@unixuser.org>
329
330 * auth-source.el: (auth-source-plstore-search)
331 (auth-source-secrets-search): Ignore :require and :type in search spec.
332
16ac6eb6
JD
3332012-08-06 Julien Danjou <julien@danjou.info>
334
335 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
336 Remove autoload, already handled by gnus.el.
337
7d3d9073
JD
3382012-08-05 Julien Danjou <julien@danjou.info>
339
340 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
341 Add autoload.
342
4650d5fa
KY
3432012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * gnus.el (gnus-valid-select-methods): Fix custom type.
346
d7fcec5d
TZ
3472012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
348
349 * auth-source.el (auth-sources, auth-source-backend-parse)
350 (auth-source-macos-keychain-search)
351 (auth-source-macos-keychain-search-items)
352 (auth-source-macos-keychain-result-append)
353 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
354 auth-source.el through the /usr/bin/security utility.
355 (auth-sources): Fix syntax error.
356 (auth-source-macos-keychain-result-append): Fix variable name.
d6e7c17b 357 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
d7fcec5d 358
19775544 3592012-07-27 Julien Danjou <julien@danjou.info>
69c3b839
JD
360
361 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
362 Emacs < 24.1
363
0000d0d5
KY
3642012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
365
366 * message.el (message-kill-address): Don't kill last newline.
367 (message-skip-to-next-address): Don't move to the next header.
368 (message-fill-field-address): Work properly.
369
71f32295
JD
3702012-07-25 Julien Danjou <julien@danjou.info>
371
372 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
373
9830626b
KY
3742012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
375
376 * nnimap.el (nnimap-get-responses): Don't remove, still used.
377
b7af7f62
JD
3782012-07-24 Julien Danjou <julien@danjou.info>
379
380 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
381
382 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
383 (nntp-async-timer-handler): Remove, unused.
384
385 * nnimap.el (nnimap-get-responses): Remove, unused.
386
387 * nnheader.el (mail-header-set-extra): Remove, unused.
388
389 * mm-view.el (mm-view-sound-file): Remove, unused.
390
391 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
392 (mm-url-encode-multipart-form-data): Remove, unused.
393
394 * message.el (message-remove-signature, message-make-host-name)
395 (message-fill-address): Remove, unused.
396
397 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
398 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
399 unused.
400
401 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
402
403 * gnus-util.el (gnus-extract-address-component-name)
404 (gnus-extract-address-component-email, gnus-sortable-date)
405 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
406 (gnus-process-live-p): Remove, unused.
407
408 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
409
410 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
411 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
412 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
413 function.
414
415 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
416
417 * gnus-score.el (gnus-summary-score-crossposting)
418 (gnus-score-regexp-bad-p): Remove, unused.
419
420 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
421
422 * gnus-range.el (gnus-sublist-p): Remove, unused.
423
424 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
425 unused.
426
427 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
428
429 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
430 (gnus-request-associate-buffer): Remove, unused.
431
432 * gnus-group.el (gnus-group-set-method-info)
433 (gnus-group-set-params-info): Remove, unused.
434
435 * gnus-fun.el (gnus-shell-command-to-string)
436 (gnus-shell-command-on-region): Remove, unused.
437
438 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
439
440 * gnus-art.el (gnus-article-text-type-exists-p)
441 (article-translate-characters, gnus-article-hide-text-of-type)
442 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
443 Remove, unused.
444
dfce923a
KY
4452012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * nnir.el ("nnir"): Revert last change, that's premature to merge from
448 Gnus master.
449
5df16078
AC
4502012-07-22 Andrew Cohen <cohen@bu.edu>
451
452 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
453
0fb40182
JD
4542012-07-21 Julien Danjou <julien@danjou.info>
455
456 * message.el (message-dont-reply-to-names): Replace deprecated
457 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
458 (message-get-reply-headers): Ditto.
459
a4acb88d
JD
4602012-07-18 Julien Danjou <julien@danjou.info>
461
462 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
463 `sieve-upload-and-kill'.
464
465 * sieve.el (sieve-bury-buffer): Remove function.
466 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
467 (sieve-upload-and-kill): New function, mapped to C-c C-c.
468
4dc7c8d5 4692012-07-17 Andreas Schwab <schwab@linux-m68k.org>
9598ddae
AS
470
471 * shr.el (shr-expand-url): Handle URL starting with `//'.
472
4dc7c8d5 4732012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
b68b3337
CY
4742012-07-13 Chong Yidong <cyd@gnu.org>
475
476 * smime.el (smime-certificate-info): Set buffer-read-only directly,
477 instead of calling toggle-read-only with a (bogus) argument.
478
59aadc36
G
4792012-07-09 Tassilo Horn <tassilo@member.fsf.org>
480
481 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
482 of initial input when reading the author to restrict the summary to.
483
4842012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
485
486 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
487 buffer exists, which it doesn't if we haven't started Gnus.
488
b50e5112
KY
4892012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
490
491 * mm-decode.el (mm-shr):
492 Allow overriding charset by mm-charset-override-alist.
493
71f56da2
KY
4942012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
495
496 * gnus-art.el (gnus-article-view-part):
497 Toggle subparts of multipart/alternative part.
498
6651c015
KY
4992012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
500
501 * gnus-sync.el: Simply require json.
502
503 * registry.el: Simply require eieio and eieio-base.
504
5437effd
KY
5052012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
506
507 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
508
7b953864
SM
5092012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
510
511 * shr.el (shr-render-buffer): New command.
512 (shr-visit-file): Use it.
513
ce2ca519
KY
5142012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
515
516 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
517 Set no-byte-compile and no-update-autoloads.
518
89b163db
G
5192012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
520
521 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
522
5232012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
524
525 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
526 being bound to a lambda form.
527
5282012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
529
530 * gnus-picon.el (gnus-picon-properties): New defcustom.
531 (gnus-picon-create-glyph): Use it.
532
5332012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
534
535 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
536 locales.
537
538 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
539 on a handle.
540
541 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
542 address as the default.
543
544 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
545 It makes no sense to query the user about internal files.
546
547 * gnus-spec.el: Remove all the byte-compilation stuff, since
548 benchmarking shows that it doesn't help when entering large summary
549 buffers.
550
551 * gnus-util.el (gnus-byte-code): Remove.
552
553 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
554 grouplens stuff.
555
5562012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
557
558 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
559 (bug#11514).
560
5612012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
562
563 * message.el (message-buffers): Return all buffers derived from Message
564 to make `gnus-dired-attach' work with mu4e.
565
5662012-06-26 Daiki Ueno <ueno@unixuser.org>
567
568 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
569 (mm-dissect-singlepart): Don't guess the MIME type of
570 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
571 set.
572 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
573 toplevel MIME type is multipart/encrypted.
574
5752012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
576
577 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
578 In particular, add an optional argument and a docstring.
579
580 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
581
582 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
583 current before calling `gnus-groups-to-gnus-format'.
584 Note that this was already the case for `gnus-active-to-gnus-format'.
585
5862012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
589
5902012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * mm-decode.el (mm-dissect-buffer): Doc fix.
593
594 * gnus-sum.el (gnus-handle-ephemeral-exit):
595 Avoid creating the group buffer if it doesn't exist.
596
597 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
598 is given, mark the group as ephemeral with the current window conf.
599
600 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
601 buffer exists, which it doesn't if we haven't started Gnus.
602 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
603
6042012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
605
606 * mml.el (mml-generate-mime):
607 Allow specifying what the top-level part type is.
608
609 * gnus-sum.el (gnus-auto-center-summary):
610 `scroll-margin' isn't defined on XEmacs.
611
37ca29e8 6122012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
89b163db
G
613
614 * gnus-sum.el (gnus-auto-center-summary):
615 Set default to respect `scroll-margin'.
616
37ca29e8 6172012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
89b163db
G
618
619 * gnus-cite.el (gnus-dissect-cited-text): A single line without
620 citation prefix within a block of cited text should be considered
621 part of that block *only* if it is a blank line.
622
6232012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
624
625 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
626 before kinsoku-bol characters nor within kinsoku-eol characters.
627
6282012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
629
630 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
631 (gnus-topic-create-topic, gnus-topic-enter-dribble):
632 Silence compiler.
633 (gnus-sync-read): Use mapc instead of mapcar.
634
635 * mm-archive.el: Require mm-decode for some macros.
636 (gnus-recursive-directory-files, mailcap-extension-to-mime):
637 Silence the byte compiler.
638 (mm-archive-decoders): New function that returns the value of
639 the mm-archive-decoders variable.
640
641 * mm-decode.el:
642 Don't require mm-archive; autoload mm-archive functions instead.
643 (mm-dissect-singlepart): Use the function mm-archive-decoders.
644
645 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
646
6472012-06-26 Peter Munster <pmrb@free.fr>
648
649 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
650 (gnus-demon-cancel): Ditto.
651 (gnus-demon-run-callback): When function cannot be called due to low
652 idleness, call it when idleness reaches the expected value, instead
653 of waiting another timer period.
654 (gnus-demon-init): Add `time' to arguments of call-back.
655
6562012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * gnus.el: Register gnus-registry functions.
659
660 * gnus-registry.el (gnus-try-warping-via-registry):
d1069532 661 Move here and indent.
89b163db
G
662
663 * gnus-int.el (gnus-warp-to-article):
664 Check whether the registry is enabled before warping.
665
6662012-06-26 Dave Abrahams <dave@boostpro.com>
667
668 * gnus-sum.el (gnus-summary-insert-subject): Record information
669 in the 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
6752012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
676
677 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
678
6792012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
680
681 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
682 gnus-gcc-self-resent-messages may be a group parameter.
683 (gnus-summary-resend-message):
684 Don't encode encoded words in header when Gcc'ing resent message.
685
6862012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
687
688 * shr.el (shr-insert): Treat non-breaking space just like normal
689 space. This seems to produce more pleasing results.
690 (shr-insert):
691 Only insert a blank line if we're starting from an image.
692 (shr-tag-br):
693 Allow <br> to end lines or to make a single blank line.
694 (shr-ensure-paragraph): Consider lines with white space to be blank.
695
6962012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
697
698 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
699 and gnus-gcc-post-body-encode-hook.
700
7012012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
702
703 * mm-decode.el (mm-dissect-singlepart):
704 Guess what the type of application/octet-stream parts really is.
705
706 * gnus-sum.el (gnus-propagate-marks): Remove.
707
7082012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
709
710 * nntp.el (nntp-coding-system-for-read): Remove.
711 (nntp-coding-system-for-write): Ditto.
712 (nntp-open-connection): Just use `binary' directly.
713
7142012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
715
716 * registry.el (registry-usage-test, registry-persistence-test):
717 Move to tests/gnustest-registry.el.
718 (registry-make-testable-db, registry-match-test)
719 (registry-instantiation-test): Move to tests/gnustest-registry.el.
720
721 * gnus-registry.el (gnus-registry-misc-test)
722 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
723
724 * tests/gnustest-registry.el:
725 New file with the registry and gnus-registry ERT tests.
726
7272012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
728
729 * gnus-msg.el (gnus-summary-resend-message):
730 Make gnus-summary-resend-message-insert-gcc be last item in
731 message-header-setup-hook.
732
7332012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
734
735 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
736 (nnfolder-marks, nnfolder-marks-file-suffix)
737 (nnfolder-marks-modtime): Remove.
738 (nnfolder-open-server): Don't use marks.
739 (nnfolder-request-delete-group): Ditto.
740 (nnfolder-request-rename-group): Ditto.
741 (nnfolder-request-set-mark, nnfolder-request-marks)
742 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
743 (nnfolder-save-marks, nnfolder-open-marks): Remove.
744
745 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
746 (nnml-marks-modtime): Remove.
747 (nnml-request-delete-group): Don't use marks.
748 (nnml-request-rename-group): Ditto.
749 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
750 (nnml-save-marks, nnml-open-marks): Remove.
751
752 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
753 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
754 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
755 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
756 (nntp-server-to-method-cache): Remove.
757
758 * shr.el (shr-rescale-image): Fix wrong merge.
759
7602012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
761
762 * shr.el (shr-remove-trailing-whitespace):
763 Really delete the padding on too-wide lines.
764
7652012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
766
767 * mm-archive.el (mm-archive-dissect-and-inline): New function.
768 (mm-archive-dissect-and-inline): Fix up the undisplayer.
769
770 * mm-decode.el (mm-display-external): Output the text from
771 the command in the buffer after the command finished.
772 This makes text-based commands behave better.
773
7742012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
775
776 * message.el (smtpmail-smtp-user): Silence compiler warning.
777
7782012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
779
780 * message.el (message-multi-smtp-send-mail): Also allow specifying
781 the SMTP user name.
782
7832012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
784
785 * gnus-sum.el (gnus-summary-article-map): Fix typo.
786
7872012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
788
789 * message.el (message-multi-smtp-send-mail): New function.
790 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
791 header to implement multi-SMTP functionality.
792
d1069532 793 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
89b163db
G
794 (gnus-agentize): Don't set it.
795 (gnus-agent-send-mail): Don't use it.
796
797 * gnus-sum.el (gnus-summary-widget-backward):
798 New function and keystroke.
799
800 * shr.el (shr-put-image): Remove underlines from sliced images.
801 (shr-zoom-image): Compute the region to be replaced more correctly.
802
8032012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
804
805 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
806 (gnus-summary-resend-message-insert-gcc): New function.
807 (gnus-summary-resend-message): Modify message-header-setup-hook and
808 message-sent-hook to make it work for Gcc.
809 (gnus-inews-do-gcc): Update the number of unread articles of groups
810 that messages are Gcc'd to.
811
812 * message.el (message-resend): Run message-sent-hook to do Gcc.
813
8142012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
815
816 * gnus-registry.el (gnus-registry-fixup-registry):
817 Move the message to a higher level to silence compilation.
818
819 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
820 parameter to allow controlling the scaling.
821
822 * shr.el (shr-zoom-image): New command and keystroke.
823 (shr-put-image): Take a `size' flag to say how to scale the image.
824
825 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
826 Use recursive deletion.
827 (mm-dissect-archive): Add support for zip files.
828
829 * gnus-util.el (gnus-recursive-directory-files): New function.
830
831 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
832 (mm-archive-decoders): Add tgz support.
833
834 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
835 Otherwise inserting text into the Gnus buffer can look odd.
836
837 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
838
839 * mm-archive.el (mm-archive-decoders): Add support for tar.
840
841 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
842
843 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
844
8452012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
846
847 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
848
849 * mm-archive.el: New file.
850
851 * mm-decode.el (mm-dissect-singlepart):
852 Use it to decode ms-tnef files.
853
854 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
855
856 * message.el (message-goto-*): Make all the `message-goto-*' commands
857 push the mark before moving point. This makes it easier to go back
858 to where you came from after editing whatever you jumped to.
859
8602012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
861
862 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
863 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
864 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
865
8662012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
867
868 * spam.el: Move BBDB autoloads.
869 (spam-exists-in-BBDB-p):
870 New function to do the BBDB search directly in BBDB 2 and 3.
871 (spam-check-BBDB): Use it.
872 (spam-enter-ham-BBDB): Use it.
873
37ca29e8 8742012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
89b163db
G
875
876 * gnus-group.el (gnus-group-get-new-news):
877 New parameter `one-level' for scanning exactly one level.
878
879 * gnus-start.el (gnus-get-unread-articles): Ditto.
880
8812012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
882
883 * gnus-sync.el: More commentary about setup.
884
8852012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
886
887 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
888
8892012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
890
891 * gnus-sync.el: Improve docs about CouchDB admins.
892
8932012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
894
895 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
896 not needed. Provide xmlplistread list function to produce XML plist
897 output for non-Gnus LeSync clients.
898
8992012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
900
901 * gnus-sync.el: Add LeSync synchronization backend and logic to read
902 and save against it. Group subscriptions, read marks, other marks,
903 subscription levels, topic names, and topic offsets (the group's
904 position within the topic) are saved. This is an experimental
905 backend and may change significantly. Load json.el from
906 the gnus-fallback-lib if it's not available otherwise.
907 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
908
9092012-06-26 David Engster <dengste@eml.cc>
910
911 * tests/gnustest-nntp.el: New file for simple NNTP testing.
912
4e2cc2f3
NF
9132012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
914
915 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
916
ddfbf826 9172012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
b4543a28
G
918
919 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
920 is an integer to avoid later problems.
921
ddfbf826 9222012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
b4543a28
G
923
924 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
925 locales.
926
71cca84d
G
9272012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
928
929 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
930 articles when fetch-old is non-nil (bug#11370).
931
cef5bb19
G
9322012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
933
d1069532
SM
934 * gnus-group.el (gnus-group-get-new-news):
935 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
cef5bb19
G
936
9372012-06-10 Dave Abrahams <dave@boostpro.com>
938
939 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
940 groups (bug#11641).
941
d52ba5af
KY
9422012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
944 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
945 (bug#11514).
946
cbffd0bd
SM
9472012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
948
2612a3d6
SM
949 * nntp.el: Stop the `letf' madness.
950 (nntp--report-1): New var.
951 (nntp-report): Merge nntp-report-1 into it.
952 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
953 the nntp-report function.
954
cbffd0bd
SM
955 * auth-source.el: Fix comment-style to follow the convention.
956
33017faf 9572012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1b7e0ab8
KY
958
959 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
960 a string so that Gcc works (bug#11514).
961
a179e3f7
SM
9622012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
965 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
966
245101e5
SM
9672012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * gnus-win.el (gnus-configure-frame): Don't signal an error when
970 jumping to *Server* from a dedicated *Group* window.
971 (gnus-configure-frame): CSE.
972
973 * gnus-registry.el: Minor style cleanup.
974 (gnus-registry--set/remove-mark): New function, extracted from
975 gnus-registry-install-shortcuts.
976 (gnus-registry-install-shortcuts): Use it.
977
ec9d4b08
KY
9782012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
979
980 * nnspool.el (news-path): Use eval-and-compile.
981
f8815e4c
GM
9822012-05-24 Glenn Morris <rgm@gnu.org>
983
ee2f89a6
GM
984 * nnspool.el (news-directory, news-path, news-inews-program):
985 Move here from paths.el. Don't see a need for these to be autoloaded.
61a583ca 986
f8815e4c
GM
987 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
988 Merge in doc from paths.el version. Don't see any need for this to be
989 autoloaded, or for the warning about users not setting it.
990
0bfcf5c5
PE
9912012-05-04 Paul Eggert <eggert@cs.ucla.edu>
992
993 Fix minor Y10k bug.
994 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
995
c8f8221f
SM
9962012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
999 message once it's actually open.
1000
8b6c19f4
SM
10012012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * auth-source.el (auth-source--aput-1, auth-source--aput)
1004 (auth-source--aget): New functions and macros.
1005 Use them instead of aput/aget.
1006
a8e7d6d7 10072012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7b9946cf
AS
1008
1009 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1010
36d55cd4
DU
10112012-04-26 Daiki Ueno <ueno@unixuser.org>
1012
1013 * plstore.el (plstore-called-interactively-p): New compat macro copied
1014 from message.el.
1015 (plstore-mode): Use it.
1016
823ad1d7
DU
10172012-04-26 Daiki Ueno <ueno@unixuser.org>
1018
1019 * plstore.el: Revive the editing feature.
1020 (plstore-mode): New mode to edit plstore file.
1021 (plstore-mode-toggle-display, plstore-mode-original)
1022 (plstore-mode-decoded): New command.
1023 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1024 (plstore--insert-buffer, plstore--make): New function.
1025 (plstore-open, plstore-save): Simplify by using them.
1026
5261b92e
GM
10272012-04-16 Glenn Morris <rgm@gnu.org>
1028
1029 * nndraft.el (nndraft-request-list): Fix declaration.
1030
35dc09a1 10312012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
d11f2f38
LMI
1032
1033 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1034 don't have a current group.
1035
dc2ab667
LMI
1036 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1037 have a group name.
1038
1039 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1040 a multibyte buffer (bug#7410).
1041 (article-wash-html): Parse the original article buffer to get the
1042 unencoded data (bug#7410).
1043
1044 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1045 .newsrc.el files.
1046
d52ba5af
KY
10472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1048
1049 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1050 would have gotten if we posted to the group, and use that to compare
1051 against the message we want to cancel (bug#10808).
1052
005a89ff
G
10532012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054
1055 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1056 "#" to avoid having them interpreted as comments.
1057
e76917e6
LMI
10582012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1059
1060 * shr.el (shr-insert): Update the text state properly to avoid
1061 inserting spurious paragraph starts.
1062
160ae063
LMI
10632012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1064
1065 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1066 requested (bug#10961).
1067
1068 * shr.el (shr-table-widths): Divide the extra width more fairly over
1069 the TDs (bug#10973).
1070 (shr-render-td): Don't delete too much padding.
1071 (shr-natural-width): Compute the natural width more correctly.
1072 (shr-insert): Allow the natural width to be computed for tables again.
1073 (shr-tag-table-1): Rework how the natural widths are computed by
1074 rendering the table a third time.
d1069532 1075 (shr-natural-width): Remove.
160ae063
LMI
1076 (shr-buffer-width): New function.
1077 (shr-expand-newlines): Use it.
1078
1079 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1080 using a `gnus-use-full-window' setup (bug#11013).
1081
cd001b8c
LMI
10822012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1083
1084 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1085 24.1 release.
1086
972596cc
DE
10872012-03-10 David Edmondson <dme@dme.org>
1088
1089 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1090 'Forwarded Message' header and the start of the message.
1091
ee30fbcd
TV
10922012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1093
1094 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1095 isn't running (bug#10897).
1096
5d852256
LMI
10972012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1098
1099 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1100
50fc698e
KY
11012012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1102
1103 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1104
b0668aa8
LI
11052012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1106
a212a18a
LI
1107 * mm-decode.el (mm-shr): Remove "soft hyphens".
1108
75a4d9cc
LI
1109 * nnimap.el (nnimap-request-list): Return the group names encoded as
1110 utf8. Otherwise non-European group names don't work.
1111 (nnimap-request-newgroups): Ditto.
1112
1113 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1114 the default in `read-string' (bug#10757).
1115
e838e2ac
LI
1116 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1117 topics (bug#10843).
1118
b0668aa8
LI
1119 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1120 buffer. Suggested by Herbert Valerio Riedel.
1121 (nnimap-request-move-article): Delete the message from the correct IMAP
1122 server.
1123
e1c92ac7
VG
11242012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
1125
1126 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1127 Reported by Peter Münster.
1128
0e2cebe5
LI
11292012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1130
1131 * shr.el (shr-image-fetched): Make sure we really kill the right
1132 buffer.
1133
74db95ca
LL
11342012-02-16 Leo Liu <sdl.web@gmail.com>
1135
1136 * gnus-start.el (gnus-1): Avoid duplicate entries.
1137
888ab661
LI
11382012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1139
1140 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1141 too-wide lines.
1142
11273115
PE
11432012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 * shr.el (shr-rescale-image): Undo previous change; see
1146 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1147
9554f4ac
LI
11482012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1149
3d2af193
LI
1150 * nnimap.el (nnimap-record-commands): New variable.
1151 (nnimap-log-command): Use it.
1152 (nnimap-make-process-buffer): Add a space to the process buffer.
20d6487e
LI
1153 (nnimap-transform-headers): Don't bug out on header lines containing
1154 stuff that look like IMAP length encodings.
3d2af193 1155
9554f4ac
LI
1156 * shr.el (shr-rescale-image): Allow viewing large images.
1157
4eff9c1a
LI
11582012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1159
1160 * nnml.el (nnml-request-compact-group): Delete the marks file after
1161 compaction (bug#10800).
1162
1163 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1164 group exit.
1165
1166 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1167 QRESYNC/FETCH output.
1168
2bed3f04
GM
11692012-02-11 Glenn Morris <rgm@gnu.org>
1170
1171 * sieve-manage.el (sieve-manage-default-stream):
1172 * shr.el (shr):
1173 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1174 (nnir-retrieve-headers-override-function)
1175 (nnir-imap-default-search-key, nnir-notmuch-program)
1176 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1177 (nnir-method-default-engines):
1178 * message.el (message-cite-reply-position):
1179 * gssapi.el (gssapi-program):
1180 * gravatar.el (gravatar):
1181 * gnus-sum.el (gnus-refer-thread-use-nnir):
1182 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1183 (gnus-registry-max-pruned-entries):
1184 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1185 * gnus-int.el (gnus-after-set-mark-hook)
1186 (gnus-before-update-mark-hook):
1187 * gnus-async.el (gnus-async-post-fetch-function):
1188 * auth-source.el (auth-source-cache-expiry):
1189 Add missing :version tags to new defcustoms and defgroups.
1190
cc26d239
LI
11912012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1192
1193 * message.el (message-default-send-mail-function): Made into own
1194 function for reuse by emacsbug.el.
1195
a427f84d
JB
11962012-02-09 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1199 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1200
d25ceb52
LI
12012012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1202
7582f844
LI
1203 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1204 running.
1205
65e6fb28
LI
1206 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1207
d25ceb52
LI
1208 * gnus.el (gnus-server-extend-method): Don't add an -address component
1209 if the method already has one (bug#9676).
1210
038b3495
LI
12112012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1212
d3d42ed7
LI
1213 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1214 of an initial-input for consistency (bug#10757).
1215
038b3495
LI
1216 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1217
1218 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1219
7c4bbb69
LI
12202012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1221
1222 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1223 lines that are narrower than the window width. Otherwise background
1224 "blocks" will look less readable.
1225
75ded89b
KY
12262012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1227
1228 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1229
9ed5a258
LI
12302012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1231
827235c3
LI
1232 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1233 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1234 have newlines within the strings, and where the UID comes after the
1235 BODYSTRUCTURE element (bug#10537).
1236
20d6487e 1237 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
9ed5a258
LI
1238 (bug#10732).
1239
1240 * shr.el (shr-insert-document): Add doc string.
1241 (shr-visit-file): Ditto.
1242 (shr-remove-trailing-whitespace): New function.
1243 (shr-insert-document): Use it to clean up trailing whitespace as the
1244 final step (bug#10714).
1245
12462012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1247
1248 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1249 buffer if `gnus-kill-summary-on-exit' is nil.
1250
32dbaef2
KY
12512012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1252
1253 * gnus-sum.el (gnus-summary-show-thread):
1254 next-single-char-property-change may return nil in XEmacs.
1255
15562805
LI
12562012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1257
1258 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1259 when just reading a single group from "without" Gnus.
1260
ada3c434
CY
12612012-02-06 Chong Yidong <cyd@gnu.org>
1262
1263 * gnus-sum.el (gnus-summary-show-thread):
1264 next-single-char-property-change never returns nil (Bug#8657).
1265
98366438
LI
12662012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1267
1268 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1269 without reconnecting.
1270 (nnimap-possibly-change-group): Ditto.
1271 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1272 connection has died before being called.
1273
6631d4b6
LI
12742012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1275
b7645a9d
LI
1276 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1277 an initial sync unless we're really doing one.
1278
dc637e3d
LI
1279 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1280 address parameter if one already exists (bug#9676).
1281
6631d4b6
LI
1282 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1283 not the prefix, as documented (bug#10689).
1284
b5235dd9
LI
12852012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1286
efc708ec
LI
1287 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1288 the "server".
1289
02e8d7e9
LI
1290 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1291 the real error message with the useless "previously known to be down".
1292 Which isn't even correct.
1293
1294 * nntp.el (nntp-open-connection): Report the error message if the nntp
1295 server can't be reached.
1296
b5235dd9
LI
1297 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1298 groups we do a total scan for.
1299 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1300 doing that.
1301
debce7bc
G
13022012-01-31 Jim Meyering <jim@meyering.net>
1303
1304 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1305 Correct a comment (insert "not") and hide nominally-doubled "to".
1306
ba775afe
G
13072012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1308
1309 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1310 section in the manual.
1311
d2859a4a
LI
13122012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1313
ba775afe
G
1314 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1315 words.
1316 (rfc2047-encode-string): Ditto.
1317 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1318 understand folded filename="..." parameters, for instance.
1319
d2859a4a
LI
1320 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1321 the message for greater debuggability.
1322
576950c6
LI
13232012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1324
1325 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1326 instead of setting it locally, since the latter doesn't seem to have
1327 any effect (most of the time).
1328
39ddff39
G
13292012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1330
1331 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1332 function call.
1333
13342012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
1335
1336 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1337 seconds, and make the repeat clause with HH:MM specs work as
1338 documented.
1339
964646c4
LI
13402012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1341
1342 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1343 so that previous errors don't prohibit getting new news.
1344
1345 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1346
1347 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1348
f4887f8b
G
13492012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1350
1351 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
367a344f 1352 bound globally in old Emacsen and XEmacsen.
f4887f8b
G
1353
13542012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1355
1356 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1357 buffer, not of the string which is its name.
1358
13592012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1360
1361 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1362 non-server-marks groups.
1363 (gnus-group-make-articles-read): Ditto.
1364
1365 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1366 methods (bug#9676).
1367
1368 * gnus.el (gnus-method-ephemeral-p): New function.
1369
d1caca80
KY
13702012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1373 left-to-right.
1374
18cd34c1
LI
13752012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1376
1377 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1378 warning.
1379
13802012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1381
1382 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1383 macroexpand the nnir things, since they haven't been defined yet, and
1384 nnir requires gnus-sum.
1385
0dc42289
LMI
13862012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
1388 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1389
fb7e9e05
TZ
13902012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1391
1392 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1393 logical server name in addition to the actual machine address.
1394
1395 * auth-source.el (auth-source-user-and-password): Add convenience
1396 wrapper to search by just host and optionally user.
1397
edd9679c
LMI
13982012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1399
1400 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1401 after rendering.
1402
e7719ea1
G
14032012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1404
a363cbed
LMI
1405 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1406 (bug#9693).
1407 (gnus-summary-setup-buffer): Document return value (bug#9697).
1408
e7719ea1
G
1409 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1410 since ido doesn't work on symbols (bug#9632).
1411
1412 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1413 when getting a single value as when getting all the values. This means
1414 that atoms like `gcc-self' work cumulatively, like variable settings,
1415 instead of getting the value from the last matching clause.
1416 (gnus-group-find-parameter): Protect against the group buffer not
1417 existing (bug#9585).
1418
14192012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420
1421 * gnus-start.el (gnus-activate-group): Document more parameters
1422 (bug#9694).
1423
1424 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1425 (bug#9692).
1426
1427 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1428 article was fetched, so that it can be expired later (bug#9958).
1429 (gnus-agent-summary-fetch-series): Add doc string.
1430 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1431 (bug#9517).
1432
1433 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1434 retrieval is happening.
1435
1436 * gnus.el (gnus-parameters): Doc fix.
1437
d30dd208 14382012-01-06 Dave Abrahams <dave@boostpro.com>
e7719ea1
G
1439
1440 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1441 show the thread after expansion.
1442
14432012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444
1445 * gnus-art.el (article-narrow-to-head): If the head is completely
1446 empty, narrow to the empty region (bug#9764).
1447
1448 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1449 read, and then mark them as unread only when the unread mark is used.
1450 This makes `C-- T k' actually work, even though it's confusing.
1451
1452 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1453 alive before we try to find its window.
1454
14552012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1456
1457 * mm-decode.el (mm-display-external): Use a longer timeout for the
1458 deletion to allow slow programs to display the file.
1459
98cc61de
LMI
14602012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1461
e7719ea1
G
1462 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1463 prompt to be less confusing.
1464
98cc61de
LMI
1465 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1466 argument to `message-reply'. This broke `special-display-*' frame
1467 pop-uping (bug#10238).
1468
8f30779d
LMI
14692012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
1471 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1472 systems, since these allegedly don't work there.
1473
9937bef4
G
14742012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1475
1476 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1477 live buffer.
1478
14792012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1480
1481 * nnir.el (nnir-retrieve-headers): Protect against the article not
1482 existing on the server (bug#10335).
1483
14842012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1485
d1069532
SM
1486 * gnus-agent.el (gnus-agent-load-local):
1487 Recompute gnus-agent-article-local on changing method.
9937bef4
G
1488
14892012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1490
1491 * gnus.el (gnus-parameters): Note precedence.
1492
cd394be1 14932012-01-04 Leo Liu <sdl.web@gmail.com>
9937bef4
G
1494
1495 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1496 in the group buffer.
1497
7e67562f
G
14982012-01-04 Julien Danjou <julien@danjou.info>
1499
1500 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1501 change.
1502
15032012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1504
1505 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1506 too.
1507
1508 * nntp.el (nntp-retrieve-group-data-early): Use it.
1509
15102012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1511
1512 * nntp.el (nntp-retrieval-in-progress): New variable.
1513 (nntp-make-process-buffer): Make it buffer-local.
1514
1515 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1516 2010.
1517 (gnus-demon-init): Use it to compute the time if time is on the form
1518 "04:23".
1519
1520 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1521
1522 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1523 status in the correct buffer.
1524
cd394be1 15252012-01-03 Leo Liu <sdl.web@gmail.com>
7e67562f
G
1526
1527 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1528 when opening topics (bug#10407).
1529
29a8b279
KY
15302011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1531
1532 * mm-view.el (mm-display-inline-fontify): Add comment.
1533
92a24ea8
JL
15342011-12-15 Juri Linkov <juri@jurta.org>
1535
29a8b279
KY
1536 * mm-decode.el (mm-inline-media-tests): Add missing
1537 `mm-handle-media-subtype'.
92a24ea8 1538
bacede64
TH
15392011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1540
11636b22 1541 * message.el (message-valid-fqdn-regexp): Update with newly approved
bacede64
TH
1542 top-level domain names ".tel" and ".asia".
1543
8b8059de
KY
15442011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1545
1546 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1547 unconditionally.
1548
1ea1c2fa
KY
15492011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1550
1551 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1552 pop-to-buffer-same-window for old Emacsen.
1553
52749742
CY
15542011-12-04 Chong Yidong <cyd@gnu.org>
1555
1556 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1557 change (Bug#10200).
1558
71c90957
KY
15592011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561 * compface.el (uncompface):
1562 * gnus-art.el (gnus-article-x-face-command): Update the header format
1563 of icon data for the most recent icontopbm program.
1564
f65bd833
KY
15652011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1566
1567 * gnus-msg.el (gnus-inews-do-gcc):
1568 * message.el (message-send-mail):
1569 * mml.el (mml-generate-mime): Share the value of the buffer-local
1570 `message-options' variable between a draft buffer and temprary working
1571 buffers.
1572
8b69fcd7
SM
15732011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1576
df103ffb
KY
15772011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1578
1579 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1580 for Cygwin.
1581
321decc8
GM
15822011-11-24 Glenn Morris <rgm@gnu.org>
1583
1584 * starttls.el: Fix case of "GnuTLS".
1585
20db1522
JB
15862011-11-24 Juanma Barranquero <lekktu@gmail.com>
1587
1588 * gnus-group.el (gnus-group-highlight): Fix typo.
1589
29291ef1
A
15902011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1591
1592 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1593 value of `delete-file', that returns nil for a local file but returns t
1594 for a remote file using ssh.
1595
e37df674
LMI
15962011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1599 avoid later breakage.
1600
a3e0ee5a
KY
16012011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1602
1603 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1604 article buffers' name.
1605
84b54fdf
LMI
16062011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1609 by Paul Eggert's spellfixes two days ago.
1610
252f26e9
LMI
16112011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1614 buffer-local instead of binding them to avoid warnings. Also demote
1615 errors (bug#10063).
1616 (font-lock-mode-hook): Shut up byte compiler.
1617
cd1181db
JB
16182011-11-20 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * mm-util.el (mm-charset-after): Fix typo.
1621
58179cce
JB
16222011-11-16 Juanma Barranquero <lekktu@gmail.com>
1623
7877f373
JB
1624 * gnus-sum.el (gnus-summary-make-menu-bar):
1625 * gnus-uu.el (gnus-uu-decode-postscript)
1626 (gnus-uu-decode-postscript-and-save):
1627 * mailcap.el (mailcap-print-command):
58179cce
JB
1628 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1629 Fix typos.
1630
0d26e0b6
JB
16312011-11-15 Juanma Barranquero <lekktu@gmail.com>
1632
c7015153 1633 * gnus-art.el (gnus-article-part-wrapper):
0d26e0b6
JB
1634 * shr-color.el (shr-color-visible-distance-min)
1635 (shr-color-relative-to-absolute, set-minimum-interval)
1636 (shr-color-visible): Fix typos.
1637
56c31147
LMI
16382011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1639
1640 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1641 slightly clearer.
1642
9d217cac
LMI
16432011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1644
1645 * message.el (message-send-and-exit): Document `arg'.
1646
3ccc1742
SM
16472011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1650
5bb8ec77
TZ
16512011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1652
1653 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1654 we don't use `bound-and-true-p'.
1655
b7351677
TZ
16562011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1657
1658 * gnus-util.el (gnus-bound-and-true-p): Remove.
1659 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1660 * nnir.el: Use it.
1661 * nnmairix.el: Use it.
1662
614ce227
TZ
16632011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1664
37dcccdd
TZ
1665 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1666 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1667 for reasons unknown.
1668 * nnir.el: Use it.
1669 * nnmairix.el: Use it.
1670
614ce227
TZ
1671 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1672 * nnir.el: Ditto.
1673 * nnmairix.el: Ditto.
1674
1675 * gnus-registry.el (gnus-registry-enabled): Default to nil.
1676
6e724ca2
SM
16772011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * message.el (message-completion-function): Make sure
1680 message-tab-body-function is not attempted if one of
1681 message-completion-alist fails to find a completion (bug#9158).
1682
49964155
DU
16832011-10-26 Daiki Ueno <ueno@unixuser.org>
1684
1685 * mml.el (mml-quote-region): Quote <#secure> tag.
1686 (mml-generate-mime-1): Unquote <#secure> tag.
1687
ac6c8639
CY
16882011-10-20 Chong Yidong <cyd@gnu.org>
1689
1690 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1691 calling a minor mode from Lisp with nil arg enables it, so we have to
6e724ca2 1692 make the wording a bit ambiguous here).
ac6c8639 1693
97d0a92c
TZ
16942011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1695
1696 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1697 * nnir.el (nnir-mode): Use it.
1698 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1699 Use it.
1700
1701 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1702 * nnmairix.el (gnus-registry-enabled): Ditto.
1703
d30dd208 17042011-10-17 Dave Abrahams <dave@boostpro.com>
aa22bff2 1705
11636b22 1706 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
aa22bff2
TZ
1707 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1708 only while we need to find out if it should be t or nil.
1709 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1710 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1711 the registry is installed. Set it to nil when it's unloaded.
1712 (gnus-registry-install-p): Provide user guidance for the initial value
1713 of `gnus-registry-install' when it's 'ask, otherwise return its value.
1714 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1715 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1716 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1717 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1718 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1719 `gnus-registry-install'.
aa22bff2 1720
344465fd
DU
17212011-10-17 Daiki Ueno <ueno@unixuser.org>
1722
28ef7b42
DU
1723 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1724 previous change.
1725 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1726 primary key is marked as disabled.
1727
17282011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
1729
344465fd
DU
1730 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1731 primary key is marked as disabled.
344465fd 1732
75d52912
AS
17332011-10-11 Andreas Schwab <schwab@linux-m68k.org>
1734
1735 * html2text.el (html2text-clean-anchor): Check for quotes around
1736 `href' value.
1737
128f4b89
TZ
17382011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1739
1740 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1741 searching. Drop `bbdb-cache'.
1742
f5b71bc0
KY
17432011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1744
1745 * message.el (message-signed-or-encrypted-p): Exclude header when
1746 checking if there is signed or encrypted body in text/plain message.
1747
e3b10342
AS
17482011-10-09 Andreas Schwab <schwab@linux-m68k.org>
1749
1750 * html2text.el (html2text-get-attr): Correctly handle attribute values
1751 containing "=".
1752
465d0300
G
17532011-09-22 Kan-Ru Chen <kanru@kanru.info>
1754
1755 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1756 handle bindings.
1757
17582011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1759
1760 * gnus-win.el (gnus-configure-windows): Protect against reading
1761 ephemeral groups outside of Gnus.
1762
a959fc40
KY
17632011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1764
1765 * shr.el (shr-tag-img): Don't get images displayed in tables.
1766
0b007ea9
GM
17672011-10-03 Glenn Morris <rgm@gnu.org>
1768
1769 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1770 the "maintainer" version of debbugs.gnu.org reports.
1771
64522086
LMI
17722011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1773
1774 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1775 make asynchronous adjacent image insertion work better.
1776
90926e23
DU
17772011-09-27 Daiki Ueno <ueno@unixuser.org>
1778
d1069532
SM
1779 * plstore.el (plstore-select-keys, plstore-encrypt-to):
1780 Clarify documentation.
90926e23 1781
0a40c060
LMI
17822011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1785 `gnus-asynchronous' isn't shadowed.
1786
2146e256
LMI
17872011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1788
1789 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
943399bc
LMI
1790 (nnimap-insert-partial-structure): The charset parameter isn't
1791 case-sensitive.
2146e256
LMI
1792
1793 * nnheader.el (nnheader-message-maybe): New function.
1794
1795 * shr.el (shr-tag-table): Render totally broken tables better.
1796
1797 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1798 computing the boundary.
1799
18002011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1801
1802 * pop3.el (pop3-number-of-responses): Remove.
1803 (pop3-wait-for-messages): Rewrite to take linear time instead of
1804 exponential time.
1805
728518c3
LMI
18062011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1807
1808 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1809 re-fetch images.
1810
1811 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1812 re-fetch images when hitting `g' in Gnus.
1813
58ea99d1
KY
18142011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * mml.el (mml-inhibit-compute-boundary): New internal variable.
1817 (mml-compute-boundary): Don't check collision if it is non-nil.
1818 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1819 before checking collision.
1820
a5166359
LMI
18212011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1822
1823 * message.el (message-indent-citation): Really make sure there's a
1824 newline at the end.
1825
1826 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1827 Fix suggested by John Wiegley.
1828
1829 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1830
1831 * gnus-art.el (gnus-treat-hide-citation): Add doc.
1832
1833 * message.el (message-default-send-rename-function): Break out into its
1834 own function.
1835
1836 * ecomplete.el (ecomplete-display-matches): Revert patch since it
1837 doesn't work under XEmacs.
1838
1839 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1840 of "imaps" to word around Windows problems.
1841 (nnimap-open-connection-1): Use it.
1842
1843 * message.el (message-indent-citation): Revert last change which made
1844 `F' not work.
1845
e233ce55
KRC
18462011-09-13 Kan-Ru Chen <kanru@kanru.info>
1847
1848 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1849 terminal as well.
1850
44cb0cc9
KY
18512011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
1852
1853 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1854 because it displays images using overlays that aren't easy to copy to
1855 the article buffer.
1856
5c7f66a0
G
18572011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1858
1859 * message.el (message-indent-citation): Fix empty line removal at the
1860 end of the citation.
1861
cf499a1a
JD
18622011-09-20 Julien Danjou <julien@danjou.info>
1863
5c7f66a0 1864 * auth-source.el (auth-source-netrc-create): Use default value for
11636b22 1865 password if specified. Evaluate default.
5c7f66a0
G
1866 (auth-source-plstore-create): Ditto.
1867 (auth-source-plstore-create, auth-source-netrc-create): Fix default
1868 value evaluation.
1869 (auth-source-netrc-create): Typo fix.
1870 (auth-source-plstore-create): Ditto.
1871
cf499a1a
JD
1872 * auth-source.el (auth-source-format-cache-entry): New function.
1873
207c12ef
KY
18742011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1875
1876 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1877
a3ddc4d9
G
18782011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1879
1880 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1881
18822011-09-19 Julien Danjou <julien@danjou.info>
1883
1884 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1885 which work with things that are not ASCII.
1886
d1fbe1c3
LMI
18872011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1888
1889 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1890
7985478f
LMI
18912011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1892
1893 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1894 message level.
1895
d5fdf93f
KY
18962011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1897
1898 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1899
2af70b94
LMI
19002011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1901
1902 * gnus.el (gnus-interactive-exit): Update defcustom spec.
1903
aa357b80
SM
19042011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1907 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1908
be00b56e
AC
19092011-09-12 Andrew Cohen <cohen@andy.bu.edu>
1910
1911 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1912 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1913 articles.
1914
37ac18a3
CY
19152011-09-11 Chong Yidong <cyd@stupidchicken.com>
1916
1917 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1918 (message-mail-other-window, message-mail-other-frame)
aa357b80
SM
1919 (message-news-other-window, message-news-other-frame):
1920 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
c80e3b4a 1921 instead of setting buffer display variables.
37ac18a3 1922
0afb49a1
LMI
19232011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1924
aa357b80 1925 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
0afb49a1
LMI
1926
1927 * gnus-sum.el (gnus-fetch-headers): Bump message level.
1928
389e8572
LMI
19292011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
a98e7468
LMI
1931 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1932 duplicates" to a higher level.
1933
389e8572
LMI
1934 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1935 most egregious messages.
1936
0afb49a1
LMI
19372011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1938
1939 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1940
c36da500
TT
19412011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
1942
1943 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1944 up the file (bug#9351).
1945
e21bac42
G
19462011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1947
1948 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
1949 it does with all other backends, but decode the names immediately after
1950 getting them.
1951
1952 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1953 decoding nnimap groups.
1954
1955 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
e1dbe924 1956 newsrc file. It doesn't seem like an important optimization any more.
e21bac42 1957
d30dd208 19582011-09-10 Dave Abrahams <dave@boostpro.com>
e21bac42
G
1959
1960 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1961 overflows.
1962
19632011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1964
1965 * gnus.el (gnus-article-mark-lists): Remove `recent'.
1966 (gnus-interactive-exit): Extend to `quiet'.
1967
1968 * gnus-sum.el (gnus-offer-save-summaries): Use it.
1969
1970 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1971 string.
1972
1973 * plstore.el (plstore--get-buffer): Silence compiler warnings by
1974 renaming function arguments from `this'.
1975
aa357b80 1976 * gnus-sum.el (gnus-newsgroup-recent): Remove.
e21bac42
G
1977
1978 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1979 has been renamed.
1980 (gnus-lrm-string-p): Include RLM and PDF, too.
1981
1982 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1983 (bug#9225).
1984
c3760c17
EZ
19852011-09-10 Eli Zaretskii <eliz@gnu.org>
1986
1987 Add autoload cookies for functions used by sendmail.el.
1988 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1989
1990 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1991
0861eb2e
KY
19922011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1993
1994 * gnus-art.el (article-date-ut): Work properly even when there are
1995 things like Date header in the body; work for forwarded parts.
1996
bbd6590c
G
19972011-09-05 Andrew Cohen <cohen@andy.bu.edu>
1998
1999 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2000 original-article-buffer.
2001
20022011-09-05 Kan-Ru Chen <kanru@kanru.info>
2003
2004 * nnir.el (nnir-compose-result): Fix matching of server type.
2005 (nnir-run-swish++): Ditto.
2006 (nnir-run-namazu): Ditto.
2007 (nnir-run-notmuch): Ditto.
2008
052bd38a
LMI
20092011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2012 (bug#9405).
2013
2014 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2015 (bug#9421).
2016
2017 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2018 (bug#9425).
2019
2020 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2021 thing (bug#9426).
2022
bc320087
LMI
20232011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2024
2025 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2026 the error message.
2027
9af32a1a
EZ
20282011-09-02 Eli Zaretskii <eliz@gnu.org>
2029
2030 * message.el (message-setup-1): Return t (Bug#9392).
2031
6ed17f11
AC
20322011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2033
2034 * gnus-sum.el: When adding article headers to a summary buffer also
2035 update gnus-newsgroup-articles (bug#9386).
2036
b0de839f
KY
20372011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * auth-source.el: Autoload help-mode.
2040
3eacc9cd
LMI
20412011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042
2043 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2044 names.
2045
0f3de88f
DU
20462011-08-27 Daiki Ueno <ueno@unixuser.org>
2047
2048 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2049 mm-replace-in-string for compatibility issues.
2050 * mml2015.el (mml2015-epg-verify): Ditto.
2051
16e07ee0
KY
20522011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2053
2a9878fd
KY
2054 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2055
16e07ee0
KY
2056 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2057
1e91d506
G
20582011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2059
138c0212
LMI
2060 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2061 continue on and do the clean-up phase (bug#9188).
2062
2063 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2064 just ignore groups that can't be opened instead of erroring out
2065 (bug#9225).
2066
2067 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2068 nil since some many people are fuddy-duddies.
2069
2070 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2071 images.
2072
1e91d506
G
2073 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2074 instead.
2075
2076 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2077
2078 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2079
2080 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2081 processing.
2082
2083 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2084 buffer to avoid warnings.
2085
20862011-08-20 Simon Josefsson <simon@josefsson.org>
2087
2088 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2089 specified to reduce precision.
2090
4d9db491
G
20912011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
2093 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2094 bodystructures (bug#9314).
2095
f0867027
KY
20962011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2097
2098 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2099 Make button keymap non-sticky after buttons.
2100
c7b98a1c
G
21012011-08-18 David Engster <dengste@eml.cc>
2102
2103 * nnmairix.el (nnmairix-request-set-mark)
2104 (nnmairix-goto-original-article): Remove adding of article to registry,
2105 since `gnus-registry-add-group' isn't available anymore.
aa357b80
SM
2106 (nnmairix-determine-original-group-from-registry):
2107 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
c7b98a1c
G
2108 available anymore.
2109
4d9db491
G
21102011-08-12 Simon Josefsson <simon@josefsson.org>
2111
2112 * starttls.el (starttls-any-program-available): Define as obsolete
2113 function.
2114
21152011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2116
2117 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2118 versions which Gnus use when appropriate.
2119
2120 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2121 a pretty destructive command.
2122
2123 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2124
4dcb0d7a
LMI
21252011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2126
b911cc52 2127 * message.el (message-fix-before-sending): Make a different warning
4d9db491
G
2128 about NUL characters (bug#9270).
2129
2130 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2131 from custom (bug#9260).
2132
c7b98a1c
G
2133 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2134 things work in Emacs 22 and XEmacs, too.
2135
2136 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2137 default From.
2138
2139 * gnus-spec.el (gnus-lrm-string-p): New macro.
2140 (gnus-lrm-string): New constant.
2141 (gnus-summary-line-format-spec): LRM-ify the from.
2142 (gnus-tilde-max-form): LRM-ify string chopping.
2143
2144 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2145
4dcb0d7a
LMI
2146 * message.el (message-is-yours-p): Allow disabling canlock checking
2147 (bug#9295).
2148 (message-shoot-gnksa-feet): Add `canlock-verify'.
2149 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2150 message directory isn't writable (bug#9304).
2151
2152 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2153 non-world-readable.
2154
39397fad
KY
21552011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2156
2157 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2158 articles.
2159
1bca59fe
AS
21602011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2161
2162 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2163 copy-list.
2164
29dbb8f7
SS
21652011-08-12 Sam Steingold <sds@gnu.org>
2166
2167 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2168 in the reverse order to avoid modifying the cache with `nreverse'.
2169 (gnus-all-score-files): Do not modify the value returned by
2170 `gnus-score-find-alist' because it lives in a cache variable.
2171 (gnus-current-home-score-file): No need to `nreverse' the return value
2172 of `gnus-score-find-alist', it is already in the correct order.
2173
fb568e63
AC
21742011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2175
2176 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2177 type MESSAGE and subtype RFC822 is slightly different from those of
2178 type TEXT.
2179
d747b53f
AC
21802011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2181
11636b22
JB
2182 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2183 This allows article-referral to work from an nnir group.
d747b53f 2184
e504613c
AC
21852011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2186
2187 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2188
eeec79cb
DU
21892011-08-04 Daiki Ueno <ueno@unixuser.org>
2190
2191 * mml1991.el (mml1991-epg-find-usable-key)
2192 (mml1991-epg-find-usable-secret-key): New function.
2193 (mml1991-epg-sign): Check if signing key is usable.
2194 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2195
19fe0c2e
AC
21962011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2197
2198 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
11636b22 2199 server-variables only. This should fix a bug introduced with commit
19fe0c2e
AC
2200 e1889675b7f4adf057833c5513c9374134c4e053.
2201 (nnir-run-query): 'nnir-search-engine should not be set from the global
2202 environment.
2203
bca46f6b
G
22042011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2205
2206 * nnir.el (nnir-search-thread): Position point on referring article
2207 line.
2208 (nnir-warp-to-article): Clean up summary buffers.
2209
2210 * nnimap.el (nnimap-request-thread): Whitespace fix.
2211
22122011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2213
2214 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2215
0f805e42
LMI
22162011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
aa357b80 2218 * starttls.el (starttls-available-p): Rename from
0f805e42
LMI
2219 `starttls-any-program-available' and changed return convention.
2220
93855df9
G
22212011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2222
2223 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2224 `unix-sync' unless it's defined.
2225
22262011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2227
2228 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2229 `aref' for XEmacs compatibiltiy.
2230
22312011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232
2233 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2234
d30dd208 22352011-07-31 Dave Abrahams <dave@boostpro.com>
93855df9
G
2236
2237 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2238 closures, quote the form properly (bug#9194).
2239
22402011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2241
2242 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2243 (gnus-summary-insert-new-articles): Protect against servers that are
2244 down.
2245
c8435226
DD
22462011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2247
2248 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2249 in mm handle if none is specified.
2250
43a0a4fa
AC
22512011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2252
2253 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2254
47f0b35e
AC
22552011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2256
2257 * nnir.el (nnir-search-thread): New function to make an nnir group
2258 based on a thread query.
2259
2260 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2261 of nnir in thread referral.
2262 (gnus-summary-refer-thread): Use it.
2263
2264 * nnimap.el (nnimap-request-thread): Use it.
2265
fb1b0ef6
LMI
22662011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2267
2268 * shr.el (shr-tag-comment): Ignore HTML comments.
2269
af92e247
AC
22702011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2271
59f1b894
AC
2272 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2273 argument.
aa357b80
SM
2274 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2275 Use `nnir-address' to handle server info rather than passing an arg.
59f1b894 2276
af92e247
AC
2277 * nnimap.el (nnimap-make-thread-query): New utility function to format
2278 an imap thread search query.
2279 (nnimap-request-thread): Use it.
2280
2281 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2282 right select-method if we are not going back to the group buffer.
2283
ae97e645
G
22842011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2285
2286 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2287 enter invalid buffer configurations into the quit form (bug#9107).
2288 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2289 unplugged/plugged.
2290
2291 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2292 keep track of which ones are unread (bug#9061).
2293
2294 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2295 (bug#9055).
2296
2297 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2298 (bug#9041).
2299
2300 * gnus-html.el (mm-util): Require (bug#9073).
2301
2302 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2303 (gnus-summary-refer-thread): Use it to remove duplicates in the
2304 un-threaded view (bug#9053).
2305 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2306
23072011-07-07 Kan-Ru Chen <kanru@kanru.info>
2308
2309 * nnir.el (nnir-read-server-parm): Use default value from global
2310 variable. Without this the default search engine parameters aren't
2311 used at all.
2312
23132011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2314
2315 * message.el (message-unique-id): Don't use the undocumented return
2316 value from (random t) (bug#9118).
2317
64a465b2
LMI
23182011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319
2320 * message.el (message-auto-save-directory): If the ~/Mail directory
2321 doesn't exist, use ~ as the auto-save directory (bug#4432).
2322
2323 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2324 hasn't already been started.
2325
c152c1d6
LMI
23262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2327
aa357b80 2328 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
c152c1d6
LMI
2329
2330 * message.el (message-reply): Work around mysterious bug where
2331 `message-mode' seems to overwrite the locally bound `subject' variable.
2332
0c136286
AC
23332011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2334
2335 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2336 correct group.
2337
2338 * gnus-int.el (gnus-request-thread): Add group argument.
2339
1e2415d8 2340 * gnus-sum.el (gnus-summary-refer-thread): Use it.
0c136286 2341
61243ace
LMI
23422011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2345 renamed to `debbugs-gnu-*'.
2346
47588180
DU
23472011-07-08 Daiki Ueno <ueno@unixuser.org>
2348
2349 * plstore.el: Revert the editing feature since it is not urgent.
2350 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2351 (plstore-mode-decoded): Remove.
2352
72aba33f
LMI
23532011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
2355 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2356 isn't very interesting any more, and it leaks potentially secret data.
aa357b80 2357 (gnus-debug): Remove.
72aba33f 2358
aa357b80 2359 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
72aba33f
LMI
2360 use of :custom-show.
2361
3556c249
DU
23622011-07-07 Daiki Ueno <ueno@unixuser.org>
2363
2364 * plstore.el: Add documentation.
2365 (plstore-mode): New mode to edit plstore file.
2366 (plstore-mode-toggle-display, plstore-mode-original)
2367 (plstore-mode-decoded): New command.
2368 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2369 (plstore--insert-buffer, plstore--make): New function.
2370 (plstore-open, plstore-save): Simplify by using them.
2371
929ca925
GM
23722011-07-06 Glenn Morris <rgm@gnu.org>
2373
2374 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2375
0e4260bf
LMI
23762011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2377
2378 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2379 no longer is much used.
509542f3
LMI
2380 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2381 Articles".
0e4260bf 2382
d30dd079
G
23832011-04-03 Kan-Ru Chen <kanru@kanru.info>
2384
2385 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2386 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2387 `notmuch' backend.
2388
23892011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * mm-decode.el (mm-text-html-renderer): Doc fix.
2392
2393 * gnus-msg.el (gnus-bug): Fix the MML tag.
2394
2395 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2396
23972011-07-05 Daiki Ueno <ueno@unixuser.org>
2398
2399 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2400 secondary methods if started with `gnus-no-server'.
2401
9173deec
JB
24022011-07-05 Juanma Barranquero <lekktu@gmail.com>
2403
2404 * message.el (message-return-action): Fix typo in docstring.
2405
4d19331f
LMI
24062011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
a821a23b
KY
2408 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2409 bug reports at once.
2410
4d19331f
LMI
2411 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2412
30b0f250
KY
24132011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2414
8db5f662
KY
2415 * nndraft.el: Require gnus-group.
2416 (nndraft-request-list): Declare.
2417
bb9e218d
KY
2418 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2419 no unread article unless it matches gnus-permanently-visible-groups.
2420
30b0f250
KY
2421 * nndraft.el (nndraft-update-unread-articles): New function.
2422 (nndraft-request-associate-buffer): Use it to update the number of
2423 unread articles for the nndraft groups in the group buffer when saving
2424 or killing a draft message.
2425
cd865a33
G
24262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2427
2428 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2429 systems to binary before writing and reading the mbox files.
2430
2431 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2432 instead of trying to list them all (bug#8978).
2433
24342011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2435
2436 * pop3.el (pop3-open-server): Use :end-of-capability.
2437
24382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2439
2440 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2441 the id is always a number.
2442
2443 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2444 debbugs mode, if possible.
2445
7f6d634a
DU
24462011-07-02 Daiki Ueno <ueno@unixuser.org>
2447
2448 * auth-source.el (auth-source-token-passphrase-callback-function):
2449 Reindent.
2450 (epg-context-operation): Remove unnecessary autoload.
2451
ecd283b9
LMI
24522011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * gnus.el (gnus-list-debbugs): New command.
2455
2456 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2457 mboxstat instead of the maintbox, since the stat seems to be fuller.
2458
2459 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2460 summary buffers.
2461
2462 * message.el (message-get-reply-headers): Delete all duplicates,
2463 instead of the first.
2464 (message-get-reply-headers): Ensure that we have progress while
2465 deleting duplicates.
2466
2467 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2468 gnus-posting-style value from the summary buffer to make it easier to
2469 make that a per-buffer conf.
2470
67aa99ff
G
24712011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2472
2473 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2474 found by setting `shortcut' in 'query.
2475 (nnir-request-article): Use `shortcut' setting when requesting article
2476 by Message-ID.
2477
24782011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2479
2480 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2481 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2482 Bring the pseudo-headers back too.
2483
e9cb4479
DU
24842011-07-01 Daiki Ueno <ueno@unixuser.org>
2485
2486 * auth-source.el (auth-source-token-passphrase-callback-function):
2487 Simplify and remove EPA dependency.
2488
c1dccd20
AC
24892011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2490
2491 * nnir.el (nnir-request-article): Fix error message text.
2492
f3078a00
DU
24932011-07-01 Daiki Ueno <ueno@unixuser.org>
2494
2495 * auth-source.el (plstore-delete): Autoload.
2496 (auth-source-plstore-search): Support delete operation.
2497 * plstore.el (plstore-delete): New function.
2498
85e42879
KY
24992011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2500
2501 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2502 mark actually existing articles as unread rather than the ones that
2503 active asserts.
2504
b06823b6
PE
25052011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2506
240a298f
PE
2507 * nntp.el (nntp-record-command):
2508 * gnus-util.el (gnus-message-with-timestamp-1):
2509 Use format-time-string rather than decoding time stamps by hand.
d0672f86
PE
2510 This is simpler and insulates the code from potential changes to
2511 current-time format.
2512
fb81de5f
KY
25132011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2514
2515 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2516
cdf4d455
DU
25172011-07-01 Daiki Ueno <ueno@unixuser.org>
2518
2519 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2520 (plstore-save): Support public key encryption.
2521 (plstore--init-from-buffer): New function.
2522 (plstore-open): Use it; fix error when opening a non-existent file.
2523 (plstore-revert): Use plstore--init-from-buffer.
2524
65afde5c
DU
25252011-07-01 Daiki Ueno <ueno@unixuser.org>
2526
2527 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
b06823b6 2528
34d0a923
KY
25292011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2530
2531 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2532 for old Emacsen.
2533
9ccd6e90
DU
25342011-06-30 Daiki Ueno <ueno@unixuser.org>
2535
2536 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2537 is not fully working.
2538
b09c3fe0
G
25392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540
b09c3fe0
G
2541 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2542 quit window configuration.
2543
aa357b80
SM
2544 * auth-source.el (epg-context-set-passphrase-callback):
2545 Remove duplicate autoload.
b09c3fe0
G
2546
25472011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2548
2549 * nnir.el (nnir-request-article): Allow requesting articles by
2550 Message-ID with nnimap.
2551
2552 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2553 current server.
2554
25552011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2556
2557 * auth-source.el: Autoload EPA/EPG functions.
2558 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2559 changed when EPA/EPG is not available.
2560 (auth-source-backend): Rename "arg" member to "data".
2561 (auth-source-backend-parse, auth-source-plstore-search)
2562 (auth-source-plstore-create): Use it.
2563
936d08bb
G
25642011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2565
2566 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2567 `gnus-refer-article-methods'.
2568
25692011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2570
2571 * auth-source.el: Require EPA and EPG.
2572 (auth-source-passphrase-alist): New variable.
2573 (auth-source-passphrase-callback-function)
2574 (auth-source-token-passphrase-callback-function): Callbacks for the
2575 netrc field encryption (GPG tokens).
2576 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2577 Symmetric encryption and decryption of the netrc GPG tokens.
2578 (auth-source-netrc-normalize): Use them, simplifying the closure.
2579
656e1aab
LMI
25802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2581
2582 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2583 non-nil, and `nnimap-split-methods' is nil, use the former.
2584
8a8cdb19
DU
25852011-06-30 Daiki Ueno <ueno@unixuser.org>
2586
2587 * plstore.el (plstore-revert): New function.
2588 (plstore-open): Use it; hide the buffer from user.
2589
8977de27
DU
25902011-06-30 Daiki Ueno <ueno@unixuser.org>
2591
2592 * auth-source.el (auth-source-backend): New member "arg".
2593 (auth-source-backend-parse): Handle new backend 'plstore.
2594 * plstore.el: New file.
2595
ddf6fd30
GM
25962011-06-30 Glenn Morris <rgm@gnu.org>
2597
5cdea619
GM
2598 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2599
ddf6fd30
GM
2600 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2601
faf3b348
LMI
26022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2603
d0b36cbe
LMI
2604 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2605 expiring articles to.
2606
e1dbe924 2607 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
faf3b348
LMI
2608 variations as ASCII (bug#5458).
2609
732b9594
KY
26102011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2611
2612 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2613
3451795c
LMI
26142011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2615
2616 * message.el (message-point-in-header-p): Tweak the function to default
2617 to saying that we're not in the headers if there is no separator at
2618 all. This makes it possible to use the Message version of `M-q' in
2619 buffers with no headers (bug#7987).
2620 (message-point-in-header-p): Fix last checkin to work with an empty
2621 mail-header-separator, too.
2622
2623 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2624 again, save the choice via customize.
2625
26262011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2627
2628 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2629
2630 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2631 ended the connection, bail out before waiting infinitely on a new
2632 connection.
2633
8b7fba43
TZ
26342011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2635
2636 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2637 reports.
2638
2639 * gnus.el (gnus-bug-package): Use "gnus."
2640 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2641
60a0884e
G
26422011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2643
c146ad85
LMI
2644 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2645 animations going on at article exit time.
2646
2647 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2648 since removing it breaks people upgrading.
2649
2650 * shr.el (shr-put-image): Use the new interface for animating images.
2651 (shr-put-image): Animate for 60 seconds.
60a0884e
G
2652
2653 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2654 error with `find-file-hooks' on Emacs 22.
2655 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2656 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2657 on all architectures.
2658
2659 * spam.el (spam-stat): Require in a normal fashion without binding
2660 `spam-stat-install-hooks' to avoid compilation warnings.
2661
aa357b80 2662 * spam-stat.el (spam-stat-install-hooks): Remove.
60a0884e
G
2663 (spam-stat-install-hooks): Don't run automatically.
2664
26652011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2666
2667 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2668 and keystroke.
2669
74e8193b
KY
26702011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2671
2672 * auth-source.el (auth-source-netrc-cache): Move forward.
2673
b534ed40
LMI
26742011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2675
2676 * auth-source.el (auth-source-netrc-create): Don't query the bits that
2677 we already know.
2678 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2679 (auth-source-netrc-create): Don't prompt for the stuff we already know.
2680
6a6e4d93
LMI
26812011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2684 %S format, since that looks odd.
2685 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2686 file, especially when saving.
2687
183a6951
AC
26882011-06-21 Andrew Cohen <cohen@andy.bu.edu>
2689
a427f84d 2690 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
183a6951
AC
2691 article found.
2692
61e6a0ac
TZ
26932011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
2694
2695 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2696 `auth-source-save-secrets' with a more sensitive alist that can be
2697 configured per file. Experimental, so defaults to 'never.
2698 (auth-source-netrc-create): Use it. Still experimental code.
2699 (with-auth-source-epa-overrides): Use `find-file-hooks' if
2700 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2701
2b8c5660
TZ
27022011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
2703
2704 * auth-source.el (auth-source-save-secrets): New variable to control if
2705 secret tokens should be saved encrypted.
2706 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2707 to `auth-source-netrc-normalize'.
2708 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
2709 on the EPA variables being defined.
2710 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2711 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2712 the lexical-let closure.
2713 (auth-source-netrc-create): Create "gpg:" tokens according to
2714 `auth-source-save-secrets'.
2715
b229f37d
KY
27162011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2717
2718 * gnus-group.el (gnus-group-update-group): Add new argument
2719 `info-unchanged' that stops updating dribble buffer.
2720
2721 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2722 deletes lines matching to it in dribble buffer.
2723
2724 * gnus-agent.el (gnus-agent-fetch-group-1):
2725 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2726 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2727 * gnus-start.el (gnus-group-change-level):
2728 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2729
2730 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2731 if newsgroup info is not changed.
2732
2733 * gnus-group.el (gnus-group-get-new-news-this-group):
2734 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2735 Don't update dribble buffer.
2736
8d009f4a
TZ
27372011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2738
2739 * gnus-registry.el (gnus-registry-remove-ignored): New function to
2740 remove entries with groups we ignore.
2741
2da9c605
G
27422011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2745 the underline comes at the bottom.
2746
27472011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2748
2749 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2750 `gnus-registry-user-format-function-M' and declare the latter obsolete.
2751 (gnus-registry-article-marks-to-names): Rename from
2752 `gnus-registry-user-format-function-M2'.
2753
1a3c7209
KY
27542011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2757 ephemeral group.
2758
357e1c67
KY
27592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2760
2761 * shr.el (shr-browse-image): Copy the URL if called interactively.
2762
b5244046
LMI
27632011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2764
2765 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2766 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
2767 done, then unselected articles may be marked as read.
2768
2769 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2770 since not doing this seems to lead to a race condition in pop3-logon.
2771
2772 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2773 so that the call chain it correct when we call "upwards".
2774
2775 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2776 in read-only groups.
2777
2778 * gnus-group.el (gnus-group-mark-article-read): Ditto.
2779
2780 * message.el (message-cite-reply-position): Doc string fix.
2781
2782 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2783 avoid regexp overflow.
2784 (nnimap-transform-split-mail): Ditto.
2785
2786 * pop3.el (pop3-retr): Error out if the server closes the connection.
2787
7a54264e
SM
27882011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2791 mm-with-unibyte-current-buffer. The buffer should not contain any
2792 multibyte chars anyway at this stage.
2793
ca3cf0a5
G
27942011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2797 at the end of lines.
2798
27992011-05-29 Julien Danjou <julien@danjou.info>
2800
2801 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2802
8c7c1f6d
GM
28032011-05-27 Glenn Morris <rgm@gnu.org>
2804
2805 * gnus-group.el (gnus-bug-group-download-format-alist):
2806 Use the "maintainer" version of debian reports as well.
2807
99451919
GM
28082011-05-26 Glenn Morris <rgm@gnu.org>
2809
2810 * gnus-group.el (gnus-bug-group-download-format-alist):
2811 Use the "maintainer" version of debbugs.gnu.org reports.
2812
88a7a941
KY
28132011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2816
b018a6c9
TZ
28172011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2818
2819 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2820 the thread moves us backwards and so we loop forever.
2821
cfe397c6
KY
28222011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
2823
2824 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2825 whitespace in base64 data lines.
2826
638f517c
TZ
28272011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2828
627abcdd
TZ
2829 * gnus-registry.el (gnus-registry-user-format-function-M):
2830 Use `mapconcat'.
2831 (gnus-registry-user-format-function-M2): Use to see the full text of
2832 the marks. Make "," the mark text separator.
2833
638f517c
TZ
2834 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2835 authentication with auth-source.
2836
072be7db
GM
28372011-05-17 Glenn Morris <rgm@gnu.org>
2838
2839 * gnus-group.el (gnus-import-other-newsrc-file):
2840 Use insert-file-contents.
2841
e5946384
TZ
28422011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2845 1000 iterations.
2846
7887e229
KY
28472011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * nntp.el (nntp-open-connection): Check if process-type is available.
2850
55385ebc
JD
28512011-05-16 Julien Danjou <julien@danjou.info>
2852
2853 * shr.el (shr-tag-del): Add support for del tag.
2854
195b2593
KY
28552011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2856
2857 * gnus-html.el (gnus-html-put-image): Register a displayer.
2858
2859 * shr.el (shr-image-displayer): Don't remove text props from alt text.
2860
652aa465
TZ
28612011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
2862
2863 * registry.el (prune-factor): New initialization parameter defaulting
2864 to 0.1.
2865 (registry-prune-hard): Use it.
2866
2867 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2868 0.1 expicitly.
2869
9d463c8c
GM
28702011-05-13 Glenn Morris <rgm@gnu.org>
2871
2872 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2873 is bound, since this function requires sendmail.
2874
9820ccdf
TZ
28752011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2876
2877 * registry.el (registry-usage-test): Disable pruning test.
2878
15cc1ab1
TZ
28792011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
2880
2881 * registry.el (registry-prune-hard-candidates)
2882 (registry-prune-soft-candidates): Helper methods for registry pruning.
2883 (registry-prune): Use them. Make the sort function optional.
2884
79b70037
GM
28852011-05-10 Jim Meyering <meyering@redhat.com>
2886
2887 * shr.el (shr-colorize-region): Fix typo "on on -> on".
2888
296d197b
JD
28892011-05-10 Julien Danjou <julien@danjou.info>
2890
2891 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2892 symbol and not a list.
2893
b9bdaf74
KY
28942011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2895
ffb54e99
KY
2896 * gnus-art.el (gnus-article-mode): Move binding of
2897 shr-put-image-function here from gnus-article-prepare-display.
2898
b9bdaf74
KY
2899 * shr.el (shr-put-image-function): New variable.
2900 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2901 (shr-put-image): Return scaled image.
2902
2903 * gnus-art.el (gnus-shr-put-image): New function.
2904 (gnus-article-prepare-display): Bind shr-put-image-function to it.
2905
2906 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2907 original ones, as deletable.
2908
68b5d5ee
SM
29092011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * nntp.el (nntp-open-connection): Set TCP keepalive option.
2912
81d7704c
TZ
29132011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2914
2915 * registry.el (registry-full): Add convenience method. Fix logic.
2916 (registry-insert): Use it. Fix logic here too.
2917
2918 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2919 `registry-prune' if `registry-full' returns t.
2920 (gnus-registry-handle-action)
2921 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2922 (gnus-registry-usage-test): Use it.
2923
7ef1d634
JD
29242011-05-07 Julien Danjou <julien@danjou.info>
2925
2926 * shr.el (shr-link): Make shr-link inherit from link by default.
2927
f8774e35
TZ
29282011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
2929
2930 * shr.el (shr-urlify, shr-link): Fix shr-link face.
2931
df26ce09
TZ
29322011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2933
2934 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2935 error out because the face is not a list.
2936
8e6167a1
GM
29372011-05-05 Glenn Morris <rgm@gnu.org>
2938
2939 * gnus-start.el (gnus-propagate-marks): Declare.
2940
67a2aecd
TZ
29412011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2942
2943 * registry.el (registry-reindex): Fix percentage message.
2944
c2f51e23
G
29452011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2946
2947 * shr.el: Add shr-link face for links.
2948 (shr-urlify): Use it.
2949
2950 * registry.el (registry-insert): Make error message more helpful.
2951
2193f991
LMI
29522011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2953
68b5d5ee
SM
2954 * gnus-html.el (gnus-html-schedule-image-fetching):
2955 Use url-queue-retrieve, if it exists.
f3b146e9
LMI
2956
2957 * shr.el (shr-tag-img): Ditto.
2958
2959 * gnus.el: Autoload more gnus-agent functions.
2960
2961 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2962 agent if we haven't already (bug#8502).
2963
2964 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2965 into the Agent, too.
2966
2967 * gnus-agent.el (gnus-agent-store-article): New function.
2968
68b5d5ee 2969 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
9f5e78f7
LMI
2970 and moved from that file for reuse.
2971
2193f991
LMI
2972 * pop3.el (pop3-open-server): Error messages are "-ERR".
2973
b87f32fc
G
29742011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2975
2976 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2977 (open-tls-stream): Remove superfluous tls/starttls autoloads.
2978
29792011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2982 buffer has moved to a different frame.
2983
29842011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2985
2986 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2987 to get the conversion from unibyte to multibyte buffers to work on
2988 Emacs 22.
2989
2990 * nntp.el (nntp-request-article): Slight clean-up.
2991
6eee2678
LMI
29922011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2993
2994 * shr.el (shr-strike-through): New face.
2995 (shr-tag-s): Use it to provide <s> support.
2996 (shr-tag-s): Remove duplicate definition.
2997
e2822bd2
TZ
29982011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2999
3000 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3001 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3002
81de9236
GM
30032011-04-23 Glenn Morris <rgm@gnu.org>
3004
3005 * gnus-sum.el (gnus-extra-headers): Bump :version.
3006
a3af2929
LMI
30072011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3008
3009 * shr.el (shr-tag-sup): New function.
3010 (shr-tag-sub): Ditto.
3011
5e68f861
TZ
30122011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3013
74db886b
TZ
3014 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3015 for the case where `gnus-registry-ignored-groups' is a list of lists,
3016 and don't call `gnus-parameter-registry-ignore' otherwise.
3017
30182011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3019
5e68f861
TZ
3020 * nnimap.el (nnimap-user): New backend variable.
3021 (nnimap-open-connection-1): Use it.
3022 (nnimap-credentials): Accept user parameter so it's explicit what user
3023 name is desired.
c024b021 3024
a6e77075
TZ
3025 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3026 default.
3027
c024b021
TZ
3028 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3029 not gnus-registry.el.
3030
a6e77075
TZ
3031 * gnus-registry.el: Mention in comments how to modify
3032 `gnus-extra-headers' for proper recipient tracking and that it may
3033 already have To and Cc recently, which it does as of this commit.
3034 (gnus-registry-ignored-groups): Remove defcustom.
c024b021
TZ
3035 Explain why in comments.
3036 (gnus-registry-action): Fix data-header reference to use the extra
3037 headers. Explain in package commentary how to add To and Cc headers to
3038 the gnus-extra-headers.
3039 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3040 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
68b5d5ee
SM
3041 parameter list or a string list in `gnus-registry-ignored-groups'.
3042 Fix logic error.
c024b021 3043
2b455160
LMI
30442011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3045
3046 * shr.el (shr-expand-url): Protect against null urls.
3047
dbd5ffad
LMI
30482011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
3050 * shr.el (shr-base): New binding.
3051 (shr-tag-base): Keep track of <base>.
3052 (shr-expand-url): New function used throughout.
3053
20113380
TZ
30542011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3055
3056 * gnus-registry.el
3057 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3058 (gnus-registry-ignored-groups): New variable.
3059 (gnus-registry-ignore-group-p): Use it.
3060 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3061 set the destination group to nil (same as delete) if it's ignored.
3062
6b1f6ce9
KY
30632011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * gnus-registry.el (gnus-registry-action)
3066 (gnus-registry-fetch-header-fast):
3067 Don't use mail-header that looks an internal function of mailheader.el.
3068
8d6d9c8f
KY
30692011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3070
3071 * gnus-registry.el: Eliminate cl functions.
3072 (gnus-registry-sort-addresses): New function that replaces mapcan.
3073 (gnus-registry-action, gnus-registry-spool-action)
3074 (gnus-registry-split-fancy-with-parent)
3075 (gnus-registry-fetch-recipients-fast): Use it.
3076 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3077
3078 * registry.el (initialize-instance, registry-lookup)
3079 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3080 (registry-lookup-secondary-value, registry-search, registry-delete)
3081 (registry-insert, registry-reindex, registry-size, registry-prune):
3082 Use eval-and-compile.
3083
cf8b0c27
TZ
30842011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3085
3086 * registry.el (registry-reindex): New method to recreate the secondary
3087 registry indices.
3088
3089 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3090 tracked field changes.
3091 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3092 (gnus-registry-action, gnus-registry-spool-action)
3093 (gnus-registry-handle-action)
3094 (gnus-registry--split-fancy-with-parent-internal)
3095 (gnus-registry-split-fancy-with-parent)
3096 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3097 move, and delete actions, and for fancy splitting with parent.
3098 (gnus-registry-extract-addresses)
3099 (gnus-registry-fetch-recipients-fast)
3100 (gnus-registry-fetch-header-fast): Convenience functions.
3101 (gnus-registry-misc-test): ERT test of
3102 `gnus-registry-extract-addresses'.
3103
ba3bd5b6
TZ
31042011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3105
3106 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3107 Track by subject first, then sender.
3108
70f6144d
SM
31092011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3112
ba3bd5b6
TZ
3113 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3114 Lisp.
70f6144d
SM
3115
3116 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3117 (gnus-draft-send): Use it to avoid popping
3118 up frames from gnus-group-send-queue.
3119
c3c65d73
TZ
31202011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3121
3122 * gnus-registry.el: Updated gnus-registry docs.
3123
1e3b6001
G
31242011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3125
3126 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3127 Fix logic bug.
3128 (gnus-registry-post-process-groups): Fix logging of no results and
3129 quote sender and subject.
3130
31312011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
3133 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3134 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3135 we had no early-data returned.
3136 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3137 two async commands to the same server at the same time.
3138
31392011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3140
3141 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3142
bf0ed58a
LMI
31432011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3144
1e3b6001
G
3145 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3146 "warning" level.
3147
68b5d5ee 3148 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
bf0ed58a
LMI
3149 (mm-url-insert-file-contents): Don't set the package names.
3150
d515dc24
TZ
31512011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3152
3153 * gnus-registry.el (gnus-registry-action): Remove properties and
3154 simplify subject in `gnus-registry-handle-action'.
3155 (gnus-registry-spool-action): Get subject and sender from message if
3156 they are not passed in.
3157 (gnus-registry-handle-action): Remove properties and simplify subject
3158 consistently.
3159
f8fc0578
SM
31602011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * registry.el: Require CL before using defmacro*.
3163
f8342cf5
KY
31642011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3165
3166 * gnus-art.el (article-treat-date): Assume that
3167 gnus-article-date-headers may be a group parameter.
3168
4523dc7f
G
31692011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3170
3171 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3172
3173 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3174 interactively so the newsrc file can contain foreign groups too.
3175 Useful for debugging but not much for users.
3176
31772011-04-07 David Engster <dengste@eml.cc>
3178
3179 * registry.el (registry-usage-test): Only do
3180 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3181 lexical binding.
3182
2237da9c
G
31832011-04-06 David Engster <dengste@eml.cc>
3184
3185 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3186 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3187
31882011-04-06 David Engster <dengste@eml.cc>
3189
3190 * registry.el (initialize-instance): Change :after to :AFTER to be
3191 compatible with old EIEIO version in XEmacs.
3192
31932011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3194
3195 * gnus-registry.el (gnus-registry-post-process-groups)
3196 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3197 and provide better messaging.
3198
42b23765
TZ
31992011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3200
2237da9c
G
3201 * gnus-registry.el: Don't use ERT if it's not available. Load it
3202 unconditionally anyway, discarding errors.
42b23765
TZ
3203 (gnus-registry-delete-entries): New convenience function.
3204 (gnus-registry-import-eld): Import from old .eld registry.
3205
2237da9c
G
3206 * registry.el: Don't use ERT if it's not available. Load it
3207 unconditionally anyway, discarding errors.
42b23765
TZ
3208
3209 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3210 version from the Claudio Bley GnuTLS patch (extra optional parameters
3211 and host name).
3212
11a3174d
TZ
32132011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3214
3215 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3216 fixup the parameters that can be customized by the user between
3217 save/read cycles.
3218 (gnus-registry-read): Use it.
3219 (gnus-registry-make-db): Use it.
68b5d5ee
SM
3220 (gnus-registry-spool-action, gnus-registry-handle-action):
3221 Fix messaging.
3222 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3223 Map references to actual group names with sender and subject tracking.
11a3174d
TZ
3224 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3225 (gnus-registry-usage-test): Add subject lookup test.
3226
3227 * registry.el (registry-db, initialize-instance): Set up constructor
3228 instead of :initform arguments for the sake of older Emacsen.
3229 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3230 pre-lexbind merge bug.
3231 (registry-usage-test): Use it.
3232 (initialize-instance, registry-db): Move the non-function initforms
3233 back to the class definition.
3234
32352011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3236
3237 * registry.el: New library to manage gnus-registry-style data.
3238
3239 * gnus-registry.el: Use it (major rewrite).
3240
3241 * nnregistry.el: Use it.
3242
3243 * spam.el: Use it.
3244
d451951a
LMI
32452011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3248 marks on non-selected articles.
3249
da91b5f2
CY
32502011-04-02 Chong Yidong <cyd@stupidchicken.com>
3251
3252 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3253
3254 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3255 parameter to open-protocol-stream.
3256
1c412c00
JD
32572011-04-01 Julien Danjou <julien@danjou.info>
3258
3259 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3260 fundamental-mode.
3261
d451951a
LMI
32622011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3263
3264 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3265 servers.
3266
d5b686dc
LMI
32672011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3268
3269 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3270 made marks not propagate, again.
3271
e742e117
CY
32722011-03-30 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3275 Make this the default type.
3276 (proto-stream-open-plain): Rename from proto-stream-open-default.
3277 (open-protocol-stream, proto-stream-open-starttls)
3278 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3279 with `plain'.
3280
3281 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3282 value.
3283
3284 * nntp.el (nntp-open-connection-function): Document the fact that some
68b5d5ee
SM
3285 values are not functions but are instead handled specially.
3286 Recognize nntp-open-plain-stream value.
e742e117
CY
3287 (nntp-open-connection): Recognize that value.
3288
a5954fa5
G
32892011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3292 stuff.
3293
3294 * gnus-score.el (gnus-score-string): Fix calling convention of
3295 `gnus-simplify-buffer-fuzzy' after last patches.
3296
3297 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3298 server for articles we didn't get any headers for. This is a sanity
3299 check.
3300
33012011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3302
3303 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3304 new CAPABILITY, use it.
3305
33062011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3309 downloading anything.
3310
68b5d5ee 3311 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
a5954fa5
G
3312
33132011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3314
3315 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3316 colors.
3317 (gnus-splash-svg-color-symbols): New function.
3318
33192011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3322 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3323 (gnus-simplify-subject-fuzzy): Use the local
68b5d5ee
SM
3324 gnus-simplify-subject-fuzzy-regex instead of the global one.
3325 This makes using this variable in group parameters work.
a5954fa5
G
3326
33272011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3328
68b5d5ee
SM
3329 * gnus-registry.el (gnus-registry-unfollowed-groups):
3330 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
a5954fa5
G
3331 archive:sent-YYYY-MM-DD groups).
3332 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3333 tracking if there are more than `gnus-registry-max-track-groups'
3334 matches.
3335
33362011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * message.el (message--yank-original-internal): New function to do the
3339 insertion cleanly inside eval in `message-yank-original'.
3340 (message-yank-original): Use it.
3341
b62f8267
G
33422011-03-29 Julien Danjou <julien@danjou.info>
3343
3344 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3345 local variables disabled rather than `normal-mode'.
3346
f2eefd24
CY
33472011-03-26 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3350 with open-network-stream.
3351 (proto-stream-always-use-starttls): Option removed.
3352 (open-protocol-stream): Return a process object by default. Provide a
3353 new parameter :return-list specifying a list-type return value, which
3354 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3355 :type `network' to `try-starttls', and `network-only' to `default'.
3356 Make `default' the default, for compatibility with open-network-stream.
3357 Handle the no-parameter case exactly as open-network-stream, with no
3358 additional stream processing. Search plists using plist-get.
3359 Explicitly add :end-of-commend parameter if it is missing.
68b5d5ee 3360 (proto-stream-open-default): Rename from
f2eefd24
CY
3361 proto-stream-open-network-only. Return 'default as the type.
3362 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3363 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3364 failed. Always return a list with a (possibly dead) process as the
3365 first element, for compatibility with open-network-stream.
3366 (proto-stream-open-tls): Use plist-get. Always return a list.
3367 (proto-stream-open-shell): Return `default' as connection type.
3368 (proto-stream-capability-open): Use plist-get.
3369 (proto-stream-eoc): Function deleted.
3370
3371 * nnimap.el (nnimap-stream, nnimap-open-connection)
3372 (nnimap-open-connection-1): Handle renaming of :type parameter for
3373 open-protocol-stream.
3374 (nnimap-open-connection-1): Pass a :return-list parameter
3375 open-protocol-stream to obtain a list return value. Parse this list
3376 using plist-get.
3377
3378 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3379 for open-protocol-stream. Accept open-protocol-stream return value
3380 that is a subprocess object instead of a list. Handle the case of a
3381 dead returned process.
3382
dc802687
TZ
33832011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3384
3385 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3386
3387 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3388
247c22e1
JD
33892011-03-21 Julien Danjou <julien@danjou.info>
3390
3391 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
11636b22 3392 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
247c22e1
JD
3393 query.
3394 (mm-inline-text): Render normal text with fontification whenever
3395 possible.
3396
3397 * gnus-sum.el (gnus-summary-save-parts-1):
3398 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3399 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3400 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3401 Use `mm-handle-filename'.
3402
3403 * mm-util.el (mm-handle-filename): New function, return the filename of
3404 an handle.
3405
06e9c2d9
JD
34062011-03-18 Julien Danjou <julien@danjou.info>
3407
3408 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3409 (gnus-buffer-live-p): Check that buffer is not nil.
3410
1518e4f0
G
34112011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3412
3413 * gnus-art.el: Require mouse, which the build bot seems to say is
3414 needed.
3415
3416 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3417 XEmacs, since it doesn't have url-retrieve-synchronously.
3418
34192011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3420
3421 * gnus-group.el (gnus-group-list-ticked): New function.
3422 (gnus-group-make-menu-bar): Provide a menu entry for it.
3423 (gnus-group-list-map): Provide a binding for it.
3424
34252011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3426
3427 * shr.el (shr-visit-file): New command.
3428
3429 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3430
34312011-03-17 Bjørn Mork <bjorn@mork.no>
3432
3433 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3434 servers.
3435
d6cd56f1
JD
34362011-03-16 Julien Danjou <julien@danjou.info>
3437
3438 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3439 inline.
3440
68b5d5ee
SM
3441 * gnus-art.el (article-hide-list-identifiers):
3442 Use gnus-group-get-list-identifiers.
d6cd56f1
JD
3443
3444 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
68b5d5ee
SM
3445 (gnus-summary-remove-list-identifiers):
3446 Use gnus-group-get-list-identifiers to get regexp.
d6cd56f1 3447 (gnus-select-newsgroup, gnus-summary-insert-subject)
68b5d5ee
SM
3448 (gnus-summary-insert-articles):
3449 Call gnus-summary-remove-list-identifiers unconditionally.
d6cd56f1 3450
a123622d
G
34512011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3452
91af3942 3453 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4c7468f6
LMI
3454 we're selecting a group with unread articles.
3455
a123622d
G
3456 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3457
3458 * gssapi.el: New file separated out from imap.el to provide a general
3459 Kerberos 5 connection facility for Emacs.
3460
3461 * message.el (message-elide-ellipsis): Document the format spec
3462 ellipsis.
3463
34642011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3465
3466 * message.el (message-elide-region): Allow the ellipsis to say how many
3467 lines were removed.
3468
34692011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3470
3471 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3472 window configurations containing buffers that are now dead.
3473
3474 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3475 parsing to avoid integer overflows.
3476 (nnimap-parse-flags): Simplify the last change.
3477 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3478 too large for 32-bit Emacsen.
3479
0adf5618
SM
34802011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * auth-source.el (auth-source-netrc-create):
3483 * message.el (message-yank-original): Fix use of `case'.
3484
a123622d
G
34852011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3486
3487 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3488 XEmacs, which was one character too wide.
3489
34902011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3491
3492 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3493 default number of articles to display.
3494 (gnus-articles-to-read): Use pretty names for prompt.
3495
34962011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497
3498 * gnus-int.el (gnus-open-server): Ditto.
3499
3500 * gnus-start.el (gnus-activate-group): Give a backtrace if
3501 debug-on-quit is set and the user hits `C-g'.
3502 (gnus-read-active-file): Ditto.
3503
3504 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3505
1e660395
TZ
35062011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3507
3508 * message.el (message-yank-original): Use cond instead of CL case.
3509
aa2ebce9
SM
35102011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * auth-source.el (auth-source-netrc-create): Use usual format for the
3513 default in prompts.
3514
67613d31
TZ
35152011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3516
3517 * auth-source.el (auth-source-netrc-create): Show the default in the
3518 prompt when prompting for token creation.
3519
4248cca2
TZ
35202011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3521
3522 * auth-source.el (auth-source-format-prompt): Always convert the value
3523 to a string to avoid evaluating non-string arguments.
3524 (auth-source-netrc-create): Offer default properly, not as initial
3525 content in `read-string'.
3526 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3527 of line to determine if we've been run before. If so, don't run again,
3528 but print a trivial message to indicate the cache was hit instead.
3529
a276370e
G
35302011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3531
aa2ebce9
SM
3532 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3533 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3534 The user will have to run `gnus-sync-read' manually and wait for Cloudy
a276370e
G
3535 Gnus.
3536
35372011-03-11 Julien Danjou <julien@danjou.info>
3538
3539 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3540 modified file".
3541
733afdf4
TZ
35422011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3543
3544 * auth-source.el (auth-source-read-char-choice): New function to read a
3545 character choice using `dropdown-list', `read-char-choice', or
3546 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3547 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
f3b54b0e 3548 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
733afdf4 3549 (auth-source-netrc-saver): Use it.
f3b54b0e 3550 (auth-source-pick-first-password): New convenience function.
733afdf4
TZ
3551
35522011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3553
3554 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3555 parameter in the credentials.
3556 (nnimap-open-connection-1): Use it after a successful login.
3557 (nnimap-credentials): Add IMAP-specific user and password prompt.
3558
3559 * auth-source.el (auth-source-search): Add :require parameter, taking a
3560 list. Document it and the :save-function return token. Pass :require
3561 down. Change the CREATED message from a warning to a debug statement.
3562 (auth-source-search-backends): Pass :require down.
3563 (auth-source-netrc-search): Pass :require down.
3564 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3565 Change save prompt to indicate all modifications saved here are
3566 deletions.
3567 (auth-source-netrc-create): Take user login name as default in user
3568 prompt. Move all the save functionality to a lexically bound function
3569 under the :save-function token in the returned list. Set up clearer
3570 default prompts for user, host, port, and secret.
3571 (auth-source-netrc-saver): New function, intended to be wrapped for
3572 :save-function.
3573
33383987
JB
35742011-03-07 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * Version 23.3 released.
3577
a5057546
G
35782011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3579
3580 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3581 lines to be spaces instead.
3582
35832011-03-07 Julien Danjou <julien@danjou.info>
3584
3585 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3586 (sieve-sasl-auth): Check that auth-source-search did return something,
3587 or just return an empty string.
3588
7e27ce9c
AL
35892011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3590
3591 * gnus.el (gnus-interactive): Use read-directory-name.
3592
3593 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3594 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3595 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3596 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3597 Likewise.
3598
3599 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3600
706b5974
G
36012011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3602
a5057546
G
3603 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3604 onto the list of killed groups, too. This makes killed nnimap groups,
3605 for instance, more reliably not reappear.
3606
3607 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3608 the parent.
3609
706b5974
G
3610 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3611
3612 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3613 really have server-side marks.
3614
3615 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3616 since most backends do not usefully have server-side marks.
3617 (gnus-update-read-articles): Propagate marks to all backends that
3618 really have server-side marks.
3619
36202011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3621
aa2ebce9
SM
3622 * message.el (message-cite-reply-position, message-cite-style):
3623 New variables.
706b5974
G
3624 (message-yank-original): Use the new citation styles.
3625
7fd0923b
DU
36262011-03-04 Daiki Ueno <ueno@unixuser.org>
3627
3628 * message.el (message-options): Revert the change that's a workaround
8879add8
DU
3629 for XEmacs buffer-local issue; don't mark it buffer-local when running
3630 under XEmacs.
7fd0923b 3631
71f8b7ed
G
36322011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3633
3634 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3635 numbers too big to be `read'.
3636
36372011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3638
3639 * message.el (message-options): Make buffer-local two ways to attempt
3640 to fix a XEmacs bug.
3641
e1a135a9
JD
36422011-03-02 Julien Danjou <julien@danjou.info>
3643
3644 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3645
fb9b91be
JD
36462011-03-01 Julien Danjou <julien@danjou.info>
3647
3648 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3649 group.
3650 (article-hide-list-identifiers): Use list-identifier group parameter.
3651
3b0468c4
JD
36522011-02-28 Julien Danjou <julien@danjou.info>
3653
3654 * sieve.el (sieve-buffer-script-name): New local variable to store
3655 sieve script name.
3656 (sieve-edit-script): Store sieve script name.
3657 (sieve-upload): Use sieve script name when uploading.
3658 (sieve-upload): Use substitute-command-keys.
3659 (sieve-edit-script): Use substitute-command-keys.
3660 (sieve-refresh-scriptlist): Use substitute-command-keys.
3661 (sieve-manage-mode-map): Define keymap properly.
3662 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3663 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3664 Remove commented code about cvs.
3665 (sieve-manage-quit): New function.
3666 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3667
85e75ded
LI
36682011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3669
3670 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3671
003522ce
G
36722011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
3673
61e9662e
TZ
3674 * auth-source.el (auth-source-search): Cache empty result sets.
3675
003522ce
G
3676 * auth-source.el (auth-source-save-behavior): New variable to replace
3677 `auth-source-never-create'.
3678 (auth-source-netrc-create): Use it.
3679 (auth-source-never-save): Remove.
3680
36812011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
3682
3683 * nnimap.el (nnimap-stream): Doc fix.
3684 (nnimap-open-connection-1): Reverse the order of the ports to that the
3685 prompted-for port is first.
3686
3687 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3688 retrieval by the no-group selection.
3689
3690 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3691 numerical parameters.
3692
3b0468c4
JD
36932011-02-25 Julien Danjou <julien@danjou.info>
3694
3695 * gnus-gravatar.el: Use gnus-with-article-buffer.
3696
3697 * gnus-art.el (gnus-with-article-buffer): Check that the
3698 gnus-article-buffer is alive.
3699
003522ce
G
37002011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
3701
3702 * auth-source.el (auth-source-creation-prompts): New variable to manage
3703 creation-time prompts.
3704 (auth-source-search): Document it.
3705 (auth-source-format-prompt): Add utility function.
3706 (auth-source-netrc-create): Don't default the user name to
3707 user-login-name. Use `auth-source-creation-prompts' and some default
3708 prompts for user, host, port, and password (the default generic prompt
3709 remains ugly).
3710 (auth-source-never-save): Add customizable option to never save info.
3711 (auth-source-netrc-create): Use it and improve save prompts. Fix help
3712 mode excursion.
3713
a22e7484
KY
37142011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3715
3716 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3717 argument that XEmacs doesn't support.
3718
fa41748c
G
37192011-02-23 Julien Danjou <julien@danjou.info>
3720
3721 * gnus-art.el (article-make-date-line): Ignore errors if time is
3722 invalid and not convertible.
3723 (article-make-date-line): Only add lapsed time if time is not nil.
3724
d41d18c0
TZ
37252011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
3726
3727 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3728 `read-char-choice' for backwards compatibility.
fa41748c
G
3729 (auth-source-netrc-element-or-first): New function to DTRT for
3730 parameter extraction.
3731 (auth-source-netrc-create): Use it and fix multiple parameter print
3732 bug. Use the default passed from above (given-default) or the
3733 built-in (user-login-name for :user).
d41d18c0 3734
4a3988d5
G
37352011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
3736
aa2ebce9
SM
3737 * gnus-start.el (gnus-dribble-read-file):
3738 Set buffer-save-without-query, since we always want to save the dribble
4a3988d5
G
3739 file, probably.
3740
3741 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3742 nnimap.
3743
aa2ebce9 3744 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4a3988d5
G
3745 -summary- since it's a user-visible variable.
3746
3747 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3748 first time you use the new Gnus.
3749
37502011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * auth-source.el: Don't load netrc.el.
3753 (auth-sources): Search ~/.netrc as well by default.
3754 (auth-source-debug): Add 'trivia option for extra output.
3755 (auth-source-do-trivia): Use it.
3756 (auth-source-search): Simplify logic to use
3757 `auth-source-search-backends'. Use `auth-source-do-trivia' where
3758 appropriate. Don't keep a running count at this level. Layer :create
3759 and :delete options appropriately on the first and second passes.
3760 Don't track the backend with the search results.
3761 (auth-source-search-backends): New function to search a list of
3762 backends for a processed spec.
3763 (auth-source-netrc-parse): Cache all netrc files, making
3764 auth-source-netrc-cache an alist keyed by the file name and using the
3765 file mtime as the caching criterion. Keep the obfuscated data secret
3766 with a lexical bind.
3767 (auth-source-netrc-search): Don't calculate the length of the results
3768 unnecessarily.
3769 (auth-source-search-backends): Fix bug.
3770 (auth-source-netrc-create): Rework prompts.
3771
37722011-02-22 Andrew Cohen <cohen@andy.bu.edu>
3773
3774 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3775 Lower case names of search constraints.
3776 (nnir-run-query): Cache and reuse search constraints for all imap
3777 servers.
3778
7dde5efe
SS
37792011-02-22 Sam Steingold <sds@gnu.org>
3780
3781 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
3782
8e22bee0
G
37832011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
3784
3785 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3786 after exit.
4a3988d5 3787 (gnus-setup-message): Define missing variable from last checkin.
8e22bee0
G
3788
3789 * gnus-sum.el (gnus-summary-show-article): When called with t as the
3790 value, show the raw article.
3791
37922011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3793
3794 * nnimap.el (nnimap-open-connection-1): Revert last change, since
3795 auth-source now accepts numbers.
3796
3797 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3798 spec, too.
3799 (auth-source-ensure-strings): New function.
3800
3801 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3802 (gnus-article-setup-buffer): Always restart the date timer so that user
3803 changes to the frequency is respected.
3804
3805 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3806 port numbers, so make sure it gets that if nnimap-server-port is
3807 explicit.
3808
38092011-02-21 Simon Josefsson <simon@josefsson.org>
3810
3811 * nnimap.el (nnimap-inbox): Doc fix.
3812
6d713256
CY
38132011-02-20 Chong Yidong <cyd@stupidchicken.com>
3814
3815 * shr-color.el (shr-color->hexadecimal): Use renamed function names
3816 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3817 color-lab-to-srgb.
3818
06b840e0
LI
38192011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3820
3821 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3822 given method as in the group name if we're using an extended method.
3823 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3824 command, if we're using that, instead of waiting for the beginning.
3825
3826 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3827 we're sure to get unique server names, and we don't output two async
3828 commands in the same buffer. This fixes an NNTP hang for some users.
3829
38302011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3831
3832 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3833 summary buffer before reading going to the next buffer. This avoids
3834 putting the point in the group buffer if you `C-g' the command.
3835
3836 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3837 cache (for now) to make ~/.authinfo.gpg files usable.
3838
3839 * nnfolder.el (copyright-update): Define for the compiler.
3840
3841 * auth-source.el (auth-source-search): Fix unbound variable.
3842
67ab0163 38432011-02-19 Glenn Morris <rgm@gnu.org>
85ee3c75
GM
3844
3845 * gnus.el (gnus-meta): Doc fix.
3846
67ab0163 38472011-02-19 Chong Yidong <cyd@stupidchicken.com>
b9c82730
CY
3848
3849 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3850 in case it's not yet loaded.
3851
01baa1e6
G
38522011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3853
3854 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3855 line we're waiting for.
3856
38572011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3858
3859 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3860 face with line-width greater than zero will cause RET in gnus summary
3861 buffer to scroll down article page-wise because auto vscroll happens,
20db1522 3862 it should be temporally disabled when doing a scroll-up.
01baa1e6 3863
56e96bed
G
38642011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
3865
3866 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3867 outputs from the server.
3868
38692011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3870
3871 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3872 later so that bbdb can hook in easier.
3873
c13bc26b
LI
38742011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3875
38046520
LI
3876 * auth-source.el (auth-source-search): Don't try to create credentials
3877 if the caller doesn't want that.
0d873e93
LI
3878 (auth-source-search): If we don't find a match, don't bug out on
3879 non-bound variables.
3880 (auth-source-search): Only ask a single backend to create the
3881 credentials.
38046520 3882
c13bc26b
LI
3883 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3884 logging.
3885 (nnimap-credentials): Protect against auth-source-search returning nil.
3886 (nnimap-request-list): Protect against not being able to open the
3887 server.
3888
7ba93e94
G
38892011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
3890
1d2c4a49
LI
3891 * auth-source.el (auth-source-search): Do a two-phase search, one with
3892 no :create to get the responses from all backends.
3893
7ba93e94
G
3894 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3895 when getting credentials.
3896
3897 * gnus-util.el (gnus-delete-duplicates): New function.
3898
35123c04
TZ
38992011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3900
7ba93e94
G
3901 * nnimap.el (nnimap-credentials): Instead of picking the first port as
3902 a creation default, pass the whole port list down. It will be
3903 completed.
3904
3905 * auth-source.el (auth-source-search): Updated docs to talk about
3906 multiple creation choices.
3907 (auth-source-netrc-create): Accept a list as a value (from the search
3908 parameters) and do completion on that list. Keep a separate netrc line
3909 with the password obscured for showing the user.
3910
3911 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3912 first choice to `auth-source-search' so it will be used for entry
3913 creation instead of the server's Gnus-specific name.
3914 (nnimap-credentials): Rely on the auth-source library to select which
3915 port is actually wanted in the new netrc entry, so don't override
3916 `auth-source-creation-defaults'.
3917
35123c04
TZ
3918 * auth-source.el (auth-source-netrc-parse): Use :port instead of
3919 :protocol and accept a missing user, host, or port as a wildcard match.
a202ff49 3920 (auth-source-debug): Default to off.
35123c04
TZ
3921
3922 (auth-source-netrc-search, auth-source-netrc-create)
3923 (auth-source-secrets-search, auth-source-secrets-create)
3924 (auth-source-user-or-password, auth-source-backend, auth-sources)
3925 (auth-source-backend-parse-parameters, auth-source-search): Use :port
3926 instead of :protocol.
3927
3928 * nnimap.el (nnimap-credentials): Pass a port default to
3929 `auth-source-search' in case an entry needs to be created.
3930 (nnimap-open-connection-1): Use :port instead of :protocol.
3931
d638ac9e
KY
39322011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3933
3934 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
3935 instead of delete-dups that is not available in XEmacs 21.4.
3936
584c9d3f
G
39372011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
3938
3939 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3940 nil means that nnimap doesn't get updated.
3941
39422011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
3943
3944 * auth-source.el (auth-source-netrc-create): Return a synthetic search
3945 result when the user doesn't want to write to the file.
3946 (auth-source-netrc-search): Expect a synthetic result and proceed
3947 accordingly.
3948 (auth-source-cache-expiry): New variable to override
3949 `password-cache-expiry'.
3950 (auth-source-remember): Use it.
3951
3952 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3953 parameter. Create entry if necessary by using :create t.
3954 (nnimap-open-connection-1): Don't pass `inhibit-create'.
3955
ca6ddb88
TZ
39562011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
3957
3958 * auth-source.el (auth-source-debug): Enable by default and don't
3959 mention the obsolete `auth-source-hide-passwords'.
3960 (auth-source-do-warn): New function to debug unconditionally.
3961 (auth-source-do-debug): Use it.
3962 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3963 and for Secrets API entries when the secrets.el library is not
3964 available.
3965
5415d076
G
39662011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3967
3968 * gnus-sum.el (gnus-propagate-marks): Default to nil.
3969 (gnus-summary-exit): Kill the correct article buffer on exit from a
3970 `C-d' group.
3971
3972 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3973 gnus-propagate-marks.
3974
3975 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3976 before killing the buffers so that a non-full window conf gets handled
3977 correctly.
3978 (gnus-summary-exit): Ditto.
3979 (gnus-summary-read-group-1): Ditto.
3980
3981 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3982 async code again so that we can debug it properly.
3983
3984 * message.el (message-reply): Take an optional switch-buffer parameter
3985 so that Gnus window confs are respected better.
3986
e45de620
TZ
39872011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3988
3989 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
aa2ebce9
SM
3990 `plist-get' to accept non-list parameters (XEmacs issue).
3991 Fix docstring.
5415d076
G
3992 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3993 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3994 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3995 Login collection is "Login" and not "login".
e45de620 3996
d5e9a4e9
LI
39972011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3998
5415d076
G
3999 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4000 multiple headers.
4001
d5e9a4e9
LI
4002 * nnimap.el (nnimap-inhibit-logging): New variable.
4003 (nnimap-log-command): Don't log login commands.
4004
4005 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4006 to have more parameters.
4007
4008 * nnimap.el (nnimap-send-command): Mark the command time for each
4009 command, so that we don't get NOOPs stepping on our toes.
4010
4011 * gnus-art.el (article-date-ut): Get the date from the Date header on
4012 `t'.
4013
6ce6c742
KY
40142011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * auth-source.el (auth-source-search): Use copy-sequence instead of
4017 the cl.el copy-list.
4018
12295c5d
G
40192011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4020
4021 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4022 Improve prompt.
4023
40242011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4025
4026 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4027 washing status from the default format. It isn't very informative.
4028
114fe546
G
40292011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4030
aa2ebce9
SM
4031 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4032 Fix Gcc processing on imap.
114fe546 4033
665addc9
SM
40342011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * message.el (message-bury): Don't pop up a new window when selected
4037 window is dedicated.
4038
cec2114e
AL
40392011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4040
4041 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4042
b8e0f0cd
G
40432011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4044
4045 * sieve-manage.el: Autoload `auth-source-search'.
4046 (sieve-sasl-auth): Use it.
4047
40482011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4049
4050 * nnimap.el: Autoload `auth-source-forget+'.
4051 (nnimap-open-connection-1): Use it if the connection fails.
4052
4053 * auth-source.el: Require `password-cache'.
4054 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4055 obsolete.
4056 (auth-source-magic): Marker for `password-cache' keys.
4057 (auth-source-do-cache): Update docstring.
4058 (auth-source-search): Use and check cache.
4059 (auth-source-forget-all-cached, auth-source-remember)
4060 (auth-source-recall, auth-source-forget, auth-source-forget+)
4061 (auth-source-specmatchp): Caching support functions.
4062 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4063 Remove and obsolete.
4064 (auth-source-user-or-password): Remove caching to further discourage
4065 using it. Always hide passwords.
4066
af4e5f4c
G
40672011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4068
4069 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4070 code for now, since it doesn't work for all users.
4071
40722011-02-09 Julien Danjou <julien@danjou.info>
4073
4074 * message.el (message-options): Make message-options really buffer
4075 local.
4076
b8e0f0cd
G
40772011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4078
4079 * mail-source.el: Autoload `auth-source-search'.
4080 (mail-source-keyword-map): Note order matters.
4081 (mail-source-set-1): Get all the mail-source source values and
4082 defaults and search auth-source on those if needed. This can all
4083 probably be simplified.
4084
4085 * nnimap.el: Autoload `auth-source-search'.
4086 (nnimap-credentials): Use it.
4087 (nnimap-open-connection-1): Ask for the virtual server and physical
4088 address in one shot.
4089
4090 * nntp.el: Autoload `auth-source-search'.
4091 (nntp-send-authinfo): Use it. Note TODO.
4092
756441ed
JD
40932011-02-08 Julien Danjou <julien@danjou.info>
4094
af4e5f4c
G
4095 * shr.el (shr-tag-body): Add support for text attribute in body
4096 markups.
4097
756441ed
JD
4098 * message.el (message-options): Make message-options a local variable.
4099
b8e0f0cd
G
41002011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4101
4102 * auth-source.el (auth-source-secrets-search)
4103 (auth-source-user-or-password): Use `append' instead of `nconc'.
4104 (auth-source-user-or-password): Build return list better and protect
4105 against nil :secret.
4106
41d579ce
LI
41072011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4108
4109 * nnimap.el (nnimap-update-info): Refactor slightly.
4110 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4111 (nnimap-update-info): Clean up slightly.
4112 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4113 characters.
665addc9 4114 (nnimap-process-quirk): Rename function to avoid collision.
41d579ce 4115 (nnimap-update-info): Fix macrology bug-out.
b52daf3d 4116 (nnimap-update-info): Simplify split history test.
41d579ce 4117
b8e0f0cd
G
41182011-02-06 Michael Albinus <michael.albinus@gmx.de>
4119
aa2ebce9
SM
4120 * auth-source.el (top): Require 'eieio unconditionally.
4121 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
b8e0f0cd
G
4122 (auth-source-secrets-search): Limit search when `max' is greater than
4123 number of results.
4124
76b8d9dd
LI
41252011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4126
4127 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4128 part not returning any data.
4129
4130 * proto-stream.el (open-protocol-stream): Document the return value.
4131
b8e0f0cd
G
41322011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4133
4134 * auth-source.el (auth-source-secrets-search): Add examples.
4135
184469b7
JD
41362011-02-06 Julien Danjou <julien@danjou.info>
4137
4138 * message.el (message-setup-1): Handle message-generate-headers-first
4139 set to t.
4140
b8e0f0cd
G
41412011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4142
4143 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4144 API with a string "secrets:collection-name" and with 'default.
4145 (auth-source-backend-parse): Parse "secrets:collection-name" and
4146 'default. Recurse on parses instead of repeating code. Use the
4147 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4148 message when ignoring a source.
4149 (auth-source-search): List ignored search keys at the top level.
4150 (auth-source-netrc-create): Use `case' instead of `cond'.
4151 (auth-source-secrets-search): Created with TODOs.
4152 (auth-source-secrets-create): Created with TODOs.
4153 (auth-source-retrieve, auth-source-create, auth-source-delete)
4154 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4155 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4156 (auth-source-user-or-password-sftp)
aa2ebce9 4157 (auth-source-user-or-password-smtp): Remove.
b8e0f0cd
G
4158 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4159 around `auth-source-search'. Not tested thoroughly.
4160
41612011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4162
4163 * auth-source.el: Bring in assoc and eioeio libraries.
4164 (secrets-enabled): New variable to track the status of the Secrets API.
4165 (auth-source-backend): New EIOEIO class to represent a backend.
4166 (auth-source-creation-defaults): New variable to set prompt defaults
4167 during token creation (see the `auth-source-search' docstring for
4168 details).
4169 (auth-sources): Simplify to allow a simple string as a netrc backend
4170 spec.
4171 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4172 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4173 (auth-source-search): Main auth-source API entry point.
4174 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4175 (auth-source-search-collection): Helper function for searching.
4176 (auth-source-netrc-parse, auth-source-netrc-normalize)
4177 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4178 Supports search, create, and delete.
4179 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4180 backend stubs.
4181 (auth-source-user-or-password): Call `auth-source-search' but it's not
4182 ready yet.
4183
2b7feab0
LI
41842011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4185
ec72bf63
G
4186 * message.el (message-setup-1): Remove the read-only stuff, since it
4187 doesn't work under XEmacs, for some reason.
4188
665addc9 4189 * gnus-sum.el (gnus-user-date): Rename back from
ec72bf63
G
4190 gnus-summary-user-date since user code refers to it.
4191
da6062e6 4192 * shr.el (shr-render-td): Store the actual background color used.
ec72bf63 4193
2b7feab0
LI
4194 * message.el (message-setup-1): Don't bind the constant
4195 -forbidden-properties.
4196 (message-setup-1): Revert previous change, since it needs to bind the
4197 props to insert them.
4198 (message-resend): Allow removing the read-only separator line.
4199
0d1c2cc8
G
42002011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4201
4202 * nnimap.el (nnimap-request-accept-article): Give an error message if
4203 the APPEND wasn't successful.
4204
42052011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4206
4207 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4208 that have no groups.
4209
42102011-02-03 Julien Danjou <julien@danjou.info>
4211
4212 * gnus-draft.el: Remove progn around gnus-draft-setup.
4213
42142011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4215
4216 * gnus-start.el (gnus-read-active-for-groups): This function is never
4217 called with a nil `infos', so clean that up.
4218 (gnus-get-unread-articles): Request active files from primary/secondary
4219 methods that have no groups (yet).
4220
42212011-02-03 Julien Danjou <julien@danjou.info>
4222
4223 * message.el (message-setup-1): Always generate References first.
4224 (message-mail): Return the return value of message-setup, not always t.
4225 (message-setup-1): Insert mail-header-separator with read-only and
4226 intangible properties set.
4227
4228 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4229 user-date in docstring.
4230
4231 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4232
4233 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4234 docstring.
4235
11636b22
JB
4236 * gnus.el (gnus-user-date-format-alist): Change default value.
4237 Use defcustom, with type and group. Move from gnus-util.el.
4238 Rename to gnus-summary-user-date-format-alist.
0d1c2cc8 4239
5a6a61f7
GM
42402011-02-03 Glenn Morris <rgm@gnu.org>
4241
4242 * nnimap.el (gnus-fetch-headers): Declare.
4243
4244 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4245
7f13c2e2
LI
42462011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4247
011f86c7
LI
4248 * message.el (message-forward-make-body-digest-plain)
4249 (message-followup, message-reply): Clean up things noted by Stefan.
4250
7f13c2e2
LI
4251 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4252 gnus-article-update-date-headers is nil.
c61a8b44
LI
4253 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4254 it didn't really work with defcustom.
4255 (article-update-date-lapsed): Make sure the window start doesn't move,
4256 either.
7f13c2e2 4257
39cde66c
JD
42582011-02-01 Julien Danjou <julien@danjou.info>
4259
4260 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4261 format.
4262
4263 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4264 standard in Emacs nowadays.
4265
99c2a4e3
SM
42662011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 * message.el (message-expand-name): Don't trust the return value of
4269 bbdb-complete-name.
4270 (message-check-news-header-syntax): Remove unused var `start'.
4271 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4272 (message-inhibit-body-encoding): Move to before first use.
4273 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4274 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4275 (Organization, Message-ID, Date, mh-previous-window-config):
4276 Defvar the vars using dynamic scoping.
4277
c1d5851d
LI
42782011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4279
da6062e6 4280 * shr.el (shr-render-td): Only do colors at the final rendering.
abb97fbb 4281 Should be slightly faster.
da6062e6 4282 (shr-insert-table): Fix up TD background colors when doing the
abb97fbb
LI
4283 vertical padding.
4284
8c9da040
LI
4285 * gnus-art.el (article-date-ut): Protect against articles with no Date
4286 header.
abb97fbb
LI
4287 (article-update-date-lapsed): Don't use current-column to find the
4288 horizontal position. It's fragile in the presence of \003 characters.
8c9da040 4289
c1d5851d
LI
4290 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4291
0832490d
LI
42922011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4293
32a400d4
LI
4294 * gnus-art.el (article-transform-date): Rewrite to still work when
4295 there are several rfc2822 parts.
5b9b62f1 4296 (article-transform-date): Fix infinite recursion.
0c74b838
LI
4297 (article-date-ut): Replace infinitely many Date headers with a single
4298 one when called interactively.
32a400d4 4299
0832490d
LI
4300 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4301 secure manner.
4302
4303 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4304 move around by not using save-window-excursion. It seems to work...
4305
c4753373
KY
43062011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * gnus-art.el (article-make-date-line): Work for user-defined format.
4309
12e3ca0a
LI
43102011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4311
1d88c091
LI
4312 * nntp.el (nntp-retrieve-group-data-early)
4313 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4314 fetching functions.
4315
e389d61f
LI
4316 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4317 thoroughly for all backends that have no known groups. This should
4318 allow new nnml methods to retrieve mail.
4319
4320 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4321 that Gnus doesn't know exists again.
4322
aa2ebce9 4323 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
12e3ca0a 4324 (gnus-treat-date-ut): Ditto.
aa2ebce9
SM
4325 (gnus-article-update-date-header): Rename.
4326 (gnus-treat-date-local): Remove.
4327 (gnus-treat-date-english): Remove.
4328 (gnus-treat-date-lapsed): Remove.
4329 (gnus-treat-date-combined-lapsed): Remove.
4330 (gnus-treat-date-original): Remove.
4331 (gnus-treat-date-iso8601): Remove.
4332 (gnus-treat-date-user-defined): Remove.
12e3ca0a
LI
4333 (gnus-article-date-headers): New variable to control all the date
4334 header options.
4335 (article-date-ut): Rewrite to allow using the new way to format date
4336 headers(s).
4337
228724bc
LI
43382011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4339
fe72c8fa
LI
4340 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4341 method.
7920f982 4342 (nnmail-article-group): A better test for fanciness.
fe72c8fa 4343
228724bc
LI
4344 * nnimap.el (nnimap-request-head): Protect against not finding the
4345 article by Message-ID.
4346
bc68bd39
LI
43472011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4350 keep point at the "same place".
4351
54b6f6ed
G
43522011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4353
4354 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
e9a452d9 4355 data if the group is inactive.
54b6f6ed 4356
584cbd9e
JD
43572011-01-28 Julien Danjou <julien@danjou.info>
4358
54b6f6ed
G
4359 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4360 (gnus-all-windows-visible-p): Remove old compatibility code.
4361 (gnus-window-top-edge): Add docstring.
4362
584cbd9e
JD
4363 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4364
d6f13ac8
LI
43652011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4366
9da02ea1
LI
4367 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4368 older request-update-info.
4369
d6f13ac8
LI
4370 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4371
bb760c5d
DU
43722011-01-28 Daiki Ueno <ueno@unixuser.org>
4373
665addc9
SM
4374 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4375 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
bb760c5d 4376
19cc6697
G
43772011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4378
5d85ab5e
G
4379 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4380 groups. This makes the nndraft:queue group pop up if it's not already
4381 there.
4382
8937ef6e
LI
4383 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4384 messages" logic, which was reversed.
4385
19cc6697
G
4386 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4387 the "same place" even if point is on the line being replaced.
4388 (article-update-date-lapsed): Allow updating both the combined lapsed
4389 and the lapsed headers.
4390 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4391 (article-make-date-line): Limit the number of segments dynamically to
4392 avoid too-long lines.
4393
43942011-01-27 Julien Danjou <julien@danjou.info>
4395
4396 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4397 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4398
14596870
KY
43992011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4400
4401 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4402 Use plist-get instead of the cl function getf.
4403
fb9464ee
GM
44042011-01-27 Glenn Morris <rgm@gnu.org>
4405
4406 * gnus-util.el (float-time): Get rid of compiler warning, again.
4407
647559c2
LI
44082011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4409
da6062e6 4410 * shr.el (shr-put-color): Special-case background colors: Do put them
3f39b526
LI
4411 at the blank parts at the front of the lines.
4412
647559c2
LI
4413 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4414 exit hook to nix out all data on readedness on group exit.
4415
4416 * gnus-util.el (float-time): If float-time is bound, always use it on
4417 all Emacsen. It's unclear why the subrp check was there.
4418 (time-date): Require to make some autoload issues on XEmacs go away.
4419
4420 * shr.el (shr-put-color): Don't do the box padding in tables, since
4421 they're already padded.
4422
e4dbdb09
LI
44232011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4424
647559c2
LI
4425 * gnus-art.el (gnus-article-next-page): When the last line of the
4426 article is displayed, scroll down once more instead of going to the
4427 next article at once.
4428 (article-lapsed-string): Refactor out and allow specifying how many
4429 segments you want.
4430 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4431 (gnus-article-update-lapsed-header): New variable.
4432
e4dbdb09
LI
4433 * shr.el: Revert change that made headings use different-sized faces.
4434 The Emacs display engine isn't advanced enough that, for instance,
01c35094 4435 tables can comfortably use differently-sized faces.
e4dbdb09 4436
008cad90
G
44372011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4438
4439 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4440 used.
4441 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4442 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4443 we're using an encrypted connection.
4444
4445 * proto-stream.el: Alter the interface functions to also return the
e9fce1ac 4446 actual stream type used: network or TLS.
008cad90
G
4447
44482011-01-25 Julien Danjou <julien@danjou.info>
4449
4450 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4451 (mm-display-javascript-inline): New function.
4452
4453 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4454 viewing function.
4455
19e0dbe0
KY
44562011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * shr.el (shr-expand-newlines): Fix variable name.
4459
d709b79a
LI
44602011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4461
4462 * shr.el (shr-expand-newlines): Make nested boxes work.
4463
c5ecc769
G
44642011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4465
cd1181db 4466 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
c5ecc769
G
4467 backgrounds.
4468 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4469 in a more sensible manner.
4470
44712011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4472
4473 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4474 if EPG is loaded.
4475
44762011-01-24 Julien Danjou <julien@danjou.info>
4477
4478 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4479 tags.
4480
cb51ba08
LI
44812011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4482
4483 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4484 commands.
4485
4486 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4487 in the article buffer.
4488 (gnus-gravatar-insert): Use blank space from the current buffer to
4489 avoid breaking text properties. This makes X-Sent updating work again.
4490
4491 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4492
44932011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4494
4495 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4496 fix the bug in url-http.el instead.
4497
4498 * shr.el (shr-image-fetched): Ditto.
4499
4500 * shr.el (shr-image-fetched): Avoid having point move in the article
4501 buffer.
4502
4503 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4504 buffer after being called. It's apparently being killed by url.el, and
4505 killing it made point move to end-of-buffer in a random buffer.
4506
4507 * shr.el (shr-image-fetched): Ditto.
4508
3f680407
JD
45092011-01-23 Julien Danjou <julien@danjou.info>
4510
4511 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4512
4513 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4514 text/x-org.
4515
9e928ac9
G
45162011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4517
4518 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4519 (i.e., nnimap) returning nil as the article number.
4520
ce504ff0 45212011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9e928ac9
G
4522
4523 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4524 "DelSp" parameter in RFC3676.
4525
45262011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4527
4528 * message.el (message-check-recipients): Display the encoded version of
4529 the bogus address if they differ.
4530
4531 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4532 after sending.
4533
4534 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4535
4536 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4537
4538 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4539 group buffer after sending the queue.
4540
4541 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4542
45432011-01-22 Julien Danjou <julien@danjou.info>
4544
4545 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4546
acf151a8
LI
45472011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4548
4549 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4550 nested related parts.
4551
4552 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4553 unexpired articles. This fixes the regression that led expiry marks to
4554 disappear from nnfolder groups.
4555
e425f18b
SM
45562011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4559 Don't confuse the "ret" of "retrograde" with RET.
4560
f205c6e7
JD
45612011-01-21 Julien Danjou <julien@danjou.info>
4562
4563 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4564 than mm-insert-inline.
4565
9695908d
KY
45662011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4567
4568 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4569 Widen article buffer.
4570
8dabbfd6
SM
45712011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4574 the temp buffer.
4575 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4576
6e3165fb
JD
45772011-01-20 Julien Danjou <julien@danjou.info>
4578
4579 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4580
4581 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4582 than mm-insert-inline to insert inline part: this respect
4583 mm-inline-media-tests displayers.
4584
4585 * mm-view.el (mm-display-shell-script-inline): New function.
4586
4587 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4588
4589 * mm-uu.el (mm-uu-type-alist): Add org block.
4590 (mm-uu-org-src-code-block-extract): New function.
4591
4592 * mm-view.el (mm-display-org-inline): New function.
4593
4594 * mm-decode.el (mm-automatic-display): Add text/org.
4595
4596 * mailcap.el (mailcap-mime-extensions): Add .org.
4597
a2e3ac99
KY
45982011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4599
4600 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4601 gnus-article-add-buttons.
4602
672022e7
G
46032011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4604
4605 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4606 From header with a date and "nobody" as the sender.
4607
46082011-01-19 Julien Danjou <julien@danjou.info>
4609
4610 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4611 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4612 if you have the same regexp several times.
4613 (gnus-button-push): Fix matching when regexp is symbol.
4614
d52969e8
GM
46152011-01-15 Glenn Morris <rgm@gnu.org>
4616
4617 * message.el (message-mail): A compose-mail function should
4618 accept headers as strings.
4619
25ca2e61
CY
46202011-01-13 Chong Yidong <cyd@stupidchicken.com>
4621
8dabbfd6
SM
4622 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4623 Add :vert-only tags.
25ca2e61
CY
4624 (message-mail): New arg RETURN-ACTION.
4625 (message-return-action): New var.
4626 (message-bury): Use it.
4627 (message-mode): Make it buffer-local.
4628 (message-send-and-exit): Always call message-bury.
4629
4630 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4631 message-mail.
4632
c516cd6d
LMI
46332011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4634
4635 * nnimap.el (nnimap-convert-partial-article): Protect against
4636 zero-length body parts.
4637
8dabbfd6
SM
4638 * mm-decode.el (mm-preferred-alternative-precedence):
4639 Discourage showing empty parts.
c516cd6d
LMI
4640
4641 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4642 and stuff if the backend didn't return the article number. This fixes
4643 an Exchange-related nnimap bug.
4644
4645 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4646 group window, because it does the wrong thing when a separate frame
4647 displays the group buffer.
4648
4649 * proto-stream.el (open-protocol-stream): Protect against the low-level
4650 transport functions returning nil.
4651
ad09474a
DU
46522011-01-07 Daiki Ueno <ueno@unixuser.org>
4653
4654 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4655 (mml2015-epg-find-usable-secret-key): New function.
4656 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4657 mml2015-epg-find-usable-key (Bug#7797).
4658 (mml2015-epg-encrypt): Ditto.
4659
37657cbd
LMI
46602011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
4662 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4663
980f570a
GM
46642011-01-03 Glenn Morris <rgm@gnu.org>
4665
c4c15f02
GM
4666 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4667
980f570a
GM
4668 * sieve.el (sieve-open-server): Give a more explicit error if
4669 sieve-manage-open returns nil. (Bug#7720)
4670
b173bdd9
KF
46712011-01-02 Karl Fogel <kfogel@red-bean.com>
4672
4673 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4674
bb7f5cbc
G
46752011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
84d89ede
LMI
4677 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4678 This avoids sending passwords in plain text over non-encrypted
4679 channels.
4680
4681 * shr.el (shr-rescale-image): Display all GIF images as animated images.
4682
4683 * nnimap.el (nnimap-login): Refactored out into own function, and
4684 implement CRAM-MD5.
4685 (nnimap-wait-for-line): Refactored out.
4686
bb7f5cbc
G
4687 * mm-view.el (mml-smime): Require.
4688
46892010-12-20 David Engster <deng@eml.cc>
4690
4691 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4692 use EPG to decrypt S/MIME messages instead of openssl.
4693
46942011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4695
4696 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4697
4698 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4699 status is the group clearly is unreachable.
4700
4701 * auth-source.el (auth-source-create): Add the optional second
4702 parameter to `local-variable-p' to be compatible with XEmacs.
4703
47042011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4705
4706 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4707 work when using a compressed nnml folder.
4708
47092011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710
4711 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4712 backends after sanitising on entry, because this never makes sense:
4713 If the articles have gone missing, then the data no longer exists on
4714 the backend, and if they haven't, then Gnus is wrong, and shouldn't
4715 overwrite anything anyway.
4716
4717 * shr.el (shr-insert-document): Bind shr-width dynamically to
4718 window-width if it's nil.
4719
47202010-12-30 Tassilo Horn <tassilo@member.fsf.org>
4721
4722 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4723 with the meaning of using the full emacs window width for rendering.
4724
fdee7cc1
DU
47252010-12-27 Daiki Ueno <ueno@unixuser.org>
4726
4727 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4728 case when sender is not given.
4729
ade9369c
JD
47302010-12-23 Julien Danjou <julien@danjou.info>
4731
4732 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4733 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4734 the addresses, otherwise we might misplaced the gravatar.
4735
9d9cfd53
DU
47362010-12-21 Daiki Ueno <ueno@unixuser.org>
4737
38e2584d 4738 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
4739 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4740 obsolete in Emacs.
4741
38e2584d
KY
47422010-12-20 Julien Danjou <julien@danjou.info>
4743
4744 * gnus-util.el (gnus-rescale-image): Revert last change.
4745
70041e9a
G
47462010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4747
4748 * gnus-group.el (gnus-group-delete-articles): New command.
4749
47502010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4751
4752 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4753
47542010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4755
4756 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4757 here, since it's up to the backends to do CRLF removal if their
4758 protocol has it.
4759
4760 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4761
38e2584d
KY
47622010-12-17 Julien Danjou <julien@danjou.info>
4763
4764 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
11636b22 4765 they are from file. Can also scale up.
38e2584d 4766
70041e9a
G
47672010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4768
11636b22
JB
4769 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4770 Restore gnus-use-agent.
70041e9a
G
4771 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4772
4773 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4774
47752010-12-17 Julien Danjou <julien@danjou.info>
4776
4777 * gravatar.el (gravatar-retrieve-synchronously): New function.
4778 (gravatar-get-data): Make more robust.
4779
59a7e27d
LMI
47802010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4781
4782 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4783 to really consider the last line.
4784
549c9aed
G
47852010-12-16 Daiki Ueno <ueno@unixuser.org>
4786
4787 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4788 list of recipient keys, or use symmetric encryption if not a list.
4789 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4790 EPA override, replacing the call to `netrc-store-data'.
4791
47922010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
4793
4794 * gnus-srvr.el: Avoid passing nil regexp argument to
4795 delete-matching-lines.
4796
47972010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
4799 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4800 fetching stops when Gnus exits.
4801
4802 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4803 function.
4804 (nnfolder-request-expire-articles): Save all the buffers after doing
4805 expiry.
4806
4807 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4808 the last article", since that led to serious performance regressions
4809 when expiring nnml groups.
4810
48112010-12-16 Andrew Cohen <cohen@andy.bu.edu>
4812
4813 * nnir.el: Improve customizations.
4814
48152010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4818
4819 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4820 group has been killed.
4821 (gnus-group-yank-group): Ditto.
4822
4823 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4824
4825 * nnimap.el (nnimap-request-update-group-status): New function.
4826
4827 * gnus-int.el (gnus-request-update-group-status): New interface
4828 function.
4829
4830 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4831 copying read-ness to the backends.
4832
4833 * nnimap.el (nnimap-quirk): New function.
4834 (nnimap-retrieve-group-data-early): Use it.
4835 (nnimap-quirks): New alist.
4836
48ba8195
KY
48372010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * shr.el (shr-insert): Set shr-start after deleting trailing space;
4840 don't delete it within indentation.
4841
549c9aed
G
48422010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4843
4844 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4845 previous line.
4846
156e3f9c
G
48472010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4848
4849 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4850 QRESYNC command by deleting a superfluous space which broke Cyrus
4851 servers. This change will break other servers that are buggy the other
4852 way around.
4853
e7b07d2f
TZ
48542010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4855
4856 * spam.el: Reindent and fix long lines.
4857 (spam-copy-or-move-routine): Exclude invalid move destinations.
4858
27625a58
AC
48592010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4860
4861 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4862 installed the registry.
4863
99e58ed5
AC
48642010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4865
4866 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4867 groupname doesn't contain "gmane".
4868
7410c270
G
48692010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
4871 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4872 (gnus-1): Don't create the nndrafts group twice.
4873 (gnus-setup-news): There's no need to read the active file here, since
4874 that's done again later on a per-backend basis.
4875 (gnus-start-draft-setup): Make sure that the new group is started out
4876 empty.
4877
4878 * gnus-agent.el (gnus-agentize): Don't create the queue group
4879 automatically on startup. It'll be created later, if needed.
4880
4881 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4882 of automatically subscribed groups.
4883 (gnus-auto-subscribed-categories): New variable.
4884 (gnus-matches-options-n): Use it.
4885 (gnus-default-subscribed-newsgroups): Remove unused variable.
4886 (gnus-start-draft-setup): Message a bit less.
4887
48882010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4889
4890 * nnir.el (nnir-run-imap): Return article list in order of increasing
4891 UID.
4892
07176b2a
LMI
48932010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894
8dabbfd6
SM
4895 * gnus-sum.el (gnus-summary-enter-digest-group):
4896 Mention gnus-auto-select-on-ephemeral-exit.
07176b2a
LMI
4897
4898 * proto-stream.el (proto-stream-open-network-only): Fix the calling
4899 convention of the network-only option.
4900
3b84b005
G
49012010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * proto-stream.el (proto-stream-open-network-only): New function to
4904 have a way to specify non-STARTTLS upgrade connections.
4905
49062010-12-10 Julien Danjou <julien@danjou.info>
4907
4908 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4909 email address is nil.
4910
4911 * message.el (message-bogus-recipient-p): Set address to "" if nil.
4912
49132010-12-10 Andrew Cohen <cohen@andy.bu.edu>
4914
4915 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4916 deletion.
4917 (nnir-run-imap): Only need to parse list once.
4918
f73341e2
LMI
49192010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4920
4921 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 4922 (shr-tag-label): Add <label> support.
f73341e2 4923
e2d0ba98
KY
49242010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
4925
99139556
KY
4926 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4927
e2d0ba98
KY
4928 * shr.el (shr-image-displayer): Work for images lined side by side.
4929
4ef06429
RP
49302010-12-08 Robert Pluim <rpluim@gmail.com>
4931
4932 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4933 parameter, since XEmacs doesn't accept t as a parameter.
4934
47ac6170
AC
49352010-12-08 Andrew Cohen <cohen@andy.bu.edu>
4936
4937 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4938 ids.
4939 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 4940 (nnir-request-expire-articles): New function.
47ac6170 4941
60568d74
LMI
49422010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4945 overflow, possibly.
4946
4947 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4948 (shr-render-td): Handle td style="" better.
4949 (shr-tag-table): Use the color from the style sheet.
4950 (shr-render-td): Make sure we copy over all the overlays, too.
4951
f2f6365c
AC
49522010-12-07 Andrew Cohen <cohen@andy.bu.edu>
4953
4954 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4955 (nnir-request-article): Improve article retrieval.
4956
c912b478
KY
49572010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4958
4959 * mm-util.el (mm-extra-numeric-entities): New variable.
4960
4961 * mm-url.el (mm-url-decode-entities):
4962 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4963
674c5ccf
SM
49642010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * message.el: Use completion-at-point.
4967 (message-completion-function): New fun, extracted from message-tab.
4968 (message-mode): Use it for completion-at-point-functions.
4969 (message-tab): Use it and completion-at-point.
4970
6568edea
KY
49712010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4974 character if a non-breakable character follows.
4975
b31b26b4
G
49762010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4977
516aa569
G
4978 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4979 any stream.
4980
b31b26b4
G
4981 * shr.el (shr-tag-font): Colorize the region.
4982 (shr-tag-body): Ditto.
4983 (shr-tag-font): Actually let the styles be inherited instead of
4984 overwriting them.
4985 (shr-tag-font): Get the background color right.
4986 (shr-tag-style): Ignore all <style> tags for the moment.
4987
4988 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4989 a Message-ID to avoid having nnimap depend on gnus-sum.
4990
4991 * shr.el (shr-descend): Only colorize something if we have a node that
4992 sets colors.
4993
49942010-12-06 Julien Danjou <julien@danjou.info>
4995
4996 * shr.el (shr-render-td): Render td content with shr-descend, so style
4997 will be applied to <td> too.
4998 (shr-colorize-region): Colorize region even if we only have a background.
4999 (shr-tag-body): Fix color and background color inheritance.
5000 Do not recolorize after shr-generic.
5001 (shr-tag-font): Let shr-generic colorize via inheritance.
5002
7454326a
G
50032010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5004
5005 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5006
50072010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5008
5009 * nnir.el (nnir-request-move-article): Remove obsolete code.
5010
c67e426e
KY
50112010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5012
5013 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5014
04db63bc
G
50152010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5016
5017 * gnus-sum.el (gnus-summary-respool-article): The completion function
5018 expects a list instead of an alist.
5019
5020 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5021 string as the parameter.
5022
5023 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5024
5025 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5026 styles.
5027 (shr-colorize-region): New function.
5028 (shr-insert-background-overlay): Remove.
5029 (shr-render-td): Background setting should be taken care of on a higher
5030 level.
5031 (shr-tag-body): Use post-hoc colorizations.
5032 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5033 (shr-put-color-1): Don't overwrite old colors.
5034 (shr-colorize-region): When the background color isn't explicit, use
5035 a fixed background.
5036
5037 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5038 nnmail variables.
5039
50402010-12-05 Bjørn Mork <bjorn@mork.no>
5041
5042 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5043 unless necessary.
5044
50452010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5046
5047 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5048 server.
5049
50502010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5051
5052 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5053 so that TAB works.
5054
5055 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5056 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5057
5058 * shr.el (shr-urlify): Show the URL before the title to avoid
5059 misleading URLs.
5060
50612010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5062
5063 * shr.el (shr-urlify): Display the title in <a> tags.
5064
50652010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5066
5067 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5068
1b811c90
AC
50692010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5070
5071 * nnir.el: Rearrange code to allow macros to be autoloaded by
5072 gnus-sum.el.
5073 (nnir-retrieve-headers-override-function): Make this variable
5074 customizable.
5075 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5076
5077 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5078 from nnir.el.
5079
6ce4202f
JD
50802010-12-03 Julien Danjou <julien@danjou.info>
5081
5082 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5083
115e0ebf
KY
50842010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5085
9778055f
KY
5086 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5087 allow optional argument `environment'.
115e0ebf 5088
acab4d4b
GM
50892010-12-03 Glenn Morris <rgm@gnu.org>
5090
5091 * mm-extern.el (message-goto-body): Update declaration.
5092
d6f6af81
KY
50932010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5094
5095 * gnus-util.el (gnus-macroexpand-all): New function.
5096
5097 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5098 instead of macroexpand-all that is unavailable in XEmacs.
5099
ed797193
G
51002010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5101
5102 * nnir.el (nnir-summary-line-format): New variable.
5103 (nnir-mode): Use it.
5104 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5105 (nnir-article-ids): Reimplement as defsubst.
5106 (nnir-retrieve-headers): Don't mangle the subject header.
5107 (nnir-run-imap): Use 100 as RSV score.
5108 (nnir-run-find-grep): Fix for full server searching.
5109 (nnir-run-gmane): Better restriction to gmane groups.
5110
5111 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5112 summary buffers.
5113
51142010-12-02 Julien Danjou <julien@danjou.info>
5115
5116 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5117
5118 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5119
5120 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5121 support.
5122
51232010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5124
5125 * nnir.el: Update to handle the registry better.
5126 (autoload): Silence byte-compiler.
5127 (nnir-open-server): Add a hook for nnir groups.
11636b22 5128 (nnir-request-move-article): Don't mangle the header. Better to use
333f9019 5129 formatting variables (which will be added in the future).
ed797193
G
5130 (nnir-registry-action): Update the registry using the original article
5131 group name.
5132 (nnir-mode): Install nnir-specific hooks for updating the registry.
5133
5134 * gnus-sum.el
8dabbfd6
SM
5135 (gnus-article-original-subject,gnus-newsgroup-original-name):
5136 Remove obsolete variables.
ed797193
G
5137 (gnus-summary-move-article): Remove use of obsolete variables.
5138 (gnus-summary-local-variables): Make move and delete hooks local to
5139 summary buffers.
5140
51412010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5142
5143 * rtree.el: New file.
5144
51452010-12-01 Julien Danjou <julien@danjou.info>
5146
5147 * message.el (message-user-organization): Do not use
5148 gnus-local-organization.
5149
5150 * gnus.el: Remove gnus-local-organization.
5151
5152 * gnus-msg.el: Remove nastygram thing.
5153
51542010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5155
5156 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5157 funcall.
5158
51592010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5160
5161 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5162 names.
5163
5164 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5165 characters.
5166
5167 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5168 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5169 Suggested by Štěpán Němec <stepnem@gmail.com>.
5170 (gnus-gravatar-transform-address): Use mail-extract-address-components
5171 that supports non-ASCII names rather than mail-header-parse-addresses.
5172
51732010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5174
e9fce1ac 5175 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
ed797193
G
5176 handled by the network handler.
5177
51782010-11-30 Julien Danjou <julien@danjou.info>
5179
5180 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5181 (nnimap-open-connection-1): Fix PREAUTH.
5182
5183 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5184
51852010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5188 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5189 (shr-insert): Use them.
5190 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5191
51922010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5193
5194 * nnir.el (nnir-request-move-article): Bail out if original group
5195 doesn't support article moves.
5196 (nnir-get-active): Improve active list retrieval.
5197
51982010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5201
52022010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5203
5204 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
ed9265fc 5205 seem to accept strings-with-numbers as port numbers.
ed797193
G
5206
52072010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5208
5209 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5210 change the registry.
5211
52122010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5215 delete-dups that is not available in XEmacs 21.4.
5216
5217 * mm-util.el (mm-delete-duplicates): Add comment.
5218
52192010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5220
5221 * nnir.el (nnir-ignored-newsgroups): New variable.
5222 (nnir-get-active): Use it.
5223
52242010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5225
5226 * proto-stream.el (proto-stream-open-network): Add some comments.
5227
5228 * nntp.el (nntp-open-connection): Provide a :success condition.
5229
5230 * nnimap.el (nnimap-open-connection-1): Ditto.
5231
5232 * proto-stream.el (proto-stream-open-network): See what the response to
5233 the STARTTLS command is.
5234
5235 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5236 backwards compatibility).
5237 (nnimap-open-connection-1): Really respect nnimap-server-port.
5238
5239 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5240 TLS upgrades we don't really care about the identity of the peer.
5241 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5242 that what we've checked for.
5243 (proto-stream-always-use-starttls): Only default to t if
5244 open-gnutls-stream exists.
5245 (proto-stream-open-network): If STARTTLS failed, then just open a
5246 normal connection.
5247 (proto-stream-open-network): Wait until the greeting before doing
5248 STARTTLS.
5249
5250 * nntp.el (nntp-open-connection): Report what the connection error is.
5251
8dabbfd6 5252 * proto-stream.el (open-protocol-stream): Rename from
ed797193
G
5253 open-proto-stream.
5254
52552010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5256
5257 * nnimap.el (nnimap-stream): Change default to `undecided'.
5258 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5259 first, and then network.
5260 (nnimap-open-connection-1): Respect nnimap-server-port.
5261 (nnimap-open-connection): Be more backwards-compatible.
5262
5263 * proto-stream.el (proto-stream-always-use-starttls): New variable.
e9fce1ac 5264 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
ed797193 5265 (proto-stream-open-starttls): Folded back into the main function.
e9fce1ac 5266 (proto-stream-open-network): Fix typo in the GnuTLS path.
ed797193
G
5267 (proto-stream-command): Refactor out.
5268
5269 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5270
5271 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5272 starttls.el STARTTLS.
5273
5274 * color.el (color-lab->srgb): Fix function call name.
5275
5276 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5277 if we're using tls.el.
e9fce1ac 5278 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
ed797193
G
5279 built in, then don't try to establish a STARTTLS connection.
5280
5281 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5282 servers.
5283
5284 * proto-stream.el (open-proto-stream): Use network, not stream.
5285 (open-proto-stream): Add a way to specify what the end of a command is.
5286
5287 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5288 connections types.
5289 (nntp-open-network-stream): Remove.
5290 (nntp-open-ssl-stream): Remove.
5291 (nntp-open-tls-stream): Remove.
5292 (nntp-ssl-program): Remove.
5293
5294 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5295
52962010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5297
5298 * nnir.el: Fix typos.
5299 (nnir-retrieve-headers-override-function): Rename variable to reflect
5300 new semantics.
5301 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5302 macros.
5303 (nnir-request-article, nnir-request-move-article): Use them.
5304 (nnir-categorize): New function.
5305 (nnir-run-query): Use it.
5306 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5307 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5308 sorted.
5309 (nnir-group-full-name): Use gnus-group-full-name instead.
5310 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5311 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5312
53132010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5316
5317 * proto-stream.el: New library to provide protocol-specific
5318 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5319 protocols.
5320 (open-proto-stream): Complete the documentation.
5321 (proto-stream-open-network): Fix some typos.
5322
5323 * nnimap.el (nnimap-open-connection): Use it.
5324
07976ae3 53252010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
5326
5327 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5328 negotiation.
5329
f5462bae
JD
53302010-11-26 Julien Danjou <julien@danjou.info>
5331
5332 * color.el: Rename various rgb functions to srgb.
5333
36af6c65
G
53342010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5335
5336 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5337 names.
5338
b40950bf
KY
53392010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * shr.el (shr-insert): Revert last change.
5342 (shr-find-fill-point): Never leave point being at bol;
5343 relax the kinsoku limitation when rendering tables.
5344
ae489548
LMI
53452010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5346
5be93fc8
LMI
5347 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5348 results from -accept-article.
5349
5350 * shr-color.el: Require cl when compiling.
5351
1e91d0eb
LMI
5352 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5353 checkin.
5354
5355 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5356
57cc52be
LMI
5357 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5358
5f285722
LMI
5359 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5360 'add and 'delete to set backend marks.
5361
5362 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5363
5364 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5365
5366 * nntp.el (nntp-request-set-mark): Use it.
5367
5368 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5369
5370 * nnml.el (nnml-request-set-mark): Ditto.
5371
ae489548
LMI
5372 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5373 introduces regressions in article selection.
cccb4b4c
LMI
5374 (nnimap-find-uid-response): New function.
5375 (nnimap-request-accept-article): Use the UID returned, if any.
5376 (nnimap-request-move-article): Use the UID returned, if any.
5377 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 5378 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
5379 (nnimap-request-set-mark): Extend syntax with 'set.
5380
5381 * nnml.el (nnml-request-set-mark): Ditto.
5382
5383 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5384
5385 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 5386
443ecb08
KY
53872010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5388
5389 * message.el (message-called-interactively-p): A temporary macro.
5390 (message-goto-body): Use it temporarily.
5391
a56a1cce
LMI
53922010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5393
5394 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5395 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 5396 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 5397
fd042993
G
53982010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5399
5400 * shr.el (shr-insert): Fix the way to fold lines.
5401
d50717f0
JD
54022010-11-25 Julien Danjou <julien@danjou.info>
5403
ed9265fc 5404 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
fd042993
G
5405
5406 * color.el: Rename from color-lab.el
5407 (color-rgb->hex): Add.
5408 (color-complement): Add.
5409 (color-complement-hex): Add.
5410
d50717f0
JD
5411 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5412
fded65c7
LMI
54132010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5414
da6062e6 5415 * shr-color.el (shr-color-visible): Don't bug out if the color names
fded65c7
LMI
5416 don't exist.
5417
bbf9f302
KY
54182010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5419
e4f123a4
KY
5420 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5421 assuming that article displaying or another mml-preview may be
5422 interrupted for an error or for the like.
5423
bbf9f302
KY
5424 * shr.el (shr-get-background): Fix argument name.
5425
144b7b5c
G
54262010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5429
5430 * gnus-sum.el (gnus-summary-include-articles): New function.
5431
5432 * message.el (message-goto-body): called-interactively-p needs a
5433 parameter, so use `any'.
5434
5435 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5436 clear marks before moving, since they're synced from the Gnus side
5437 first.
5438
5439 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5440 (gnus-summary-move-article): Copy over all marks before moving, so that
5441 IMAP doesn't think a new article has arrived.
5442
54432010-11-24 Julien Danjou <julien@danjou.info>
5444
5445 * shr.el (shr-insert-background-overlay): Fix typo.
5446 (shr-render-td): Copy the background before rendering.
5447
5448 * shr-color.el (shr-color-visible): Fix docstring.
5449
5450 * shr.el (shr-tag-table): Add bgcolor support.
5451 (shr-render-td): Add bgcolor support.
5452 (shr-get-background): Add.
5453 (shr-insert-foreground-overlay): Use shr-get-background.
5454
5455 * message.el (message-goto-body): Use called-interactively-p.
5456 (message-in-body-p): message-goto-body returns point.
5457
54582010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5459
5460 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5461 Fixes something or other in Emacs 23, and is backwards compatible.
5462
5463 * message.el (message-goto-body): Remove the <#secure special-casing,
5464 which is too special.
5465
5466 * shr.el (shr-parse-style): Drop !important from styles.
5467
54682010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5469
5470 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5471 this function to return incorrect results when calling it with an
5472 explicit article argument different from
5473 (gnus-summary-article-number).
5474
54752010-11-24 Julien Danjou <julien@danjou.info>
5476
5477 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5478 (shr-tag-body): Add background support.
5479 (shr-descend): Add background support.
5480 (shr-tag-title): Add.
5481
5482 * shr-color.el (shr-color-visible): Really return original background
5483 if fixed.
5484
67d43a1d
G
54852010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5486
da6062e6 5487 * shr.el (shr-color-check): Protect against non-existent color names.
67d43a1d
G
5488
54892010-11-24 Julien Danjou <julien@danjou.info>
5490
5b42dfdd
JD
5491 * color-lab.el: Require 'cl when compiling.
5492
67d43a1d
G
5493 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5494
5495 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5496 matched part.
5497
5498 * color-lab.el: Fix all expt calls to use float type.
5499
463bcf11
KY
55002010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5501
69881db0
KY
5502 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5503 expression to shr-color-check as is.
5504
4b8b6f60
KY
5505 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5506
463bcf11
KY
5507 * color-lab.el: Add coding cookie.
5508 (float-pi): Use eval-and-compile.
5509
094ae2ab
G
55102010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5511
5512 * shr.el (shr-insert-color-overlay): Split stuff like
da6062e6 5513 "#444444 !important" to find the real color.
1110d53b
LMI
5514 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5515 parse <font color="red"> entries.
094ae2ab
G
5516
55172010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5518
5519 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5520 point when parsing headers.
5521
5522 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5523 is positioned properly when parsing headers.
5524
a2994808
JD
55252010-11-23 Julien Danjou <julien@danjou.info>
5526
094ae2ab
G
5527 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5528
5529 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5530
a2994808
JD
5531 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5532
8dabbfd6
SM
5533 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5534 Use shr-color-hue-to-rgb.
a2994808
JD
5535 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5536
ebe79557
LMI
55372010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * shr.el (shr-color->hexadecimal): Autoload.
5540 (shr-descend): Add color to all tags.
5541
440b1345
JD
55422010-11-22 Julien Danjou <julien@danjou.info>
5543
ef6a2907
JD
5544 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5545 shr-color->hexadecimal.
5546
5547 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5548 RGB() or HSL() color representation.
5549
5550 * shr.el (shr-tag-font): Add.
5551 (shr-tag-color-check): New function to get better colors.
5552 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5553 tag-span.
5554
5555 * shr-color.el: New file.
5556
5557 * color-lab.el: New file.
5558
440b1345
JD
5559 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5560
59e75882
G
55612010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5562
5563 * nnir.el: Fix typo in comments.
11636b22 5564 (nnir-run-imap): Simplify code. No need to reverse artlist.
59e75882
G
5565 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5566
55672010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5570
5571 * nnimap.el (nnimap-get-capabilities): Refactor out.
5572 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5573
034244e5
RA
55742010-11-21 Ralf Angeli <angeli@caeruleus.net>
5575
5576 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5577 appearing when `mm-uu-hide-markers' is nil.
5578
e39a5583
LMI
55792010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5580
296a8e19
SM
5581 * nnimap.el (nnimap-unselect-group): Make into its own function.
5582 (nnimap-request-rename-group): Unselect group before renaming.
5583 This had gotten lost somewhere.
e39a5583
LMI
5584 (nnimap-request-accept-article): Keep track of examined groups, and
5585 unselect the group before APPENDing to read-only groups.
5586 (nnimap-request-move-article): Clear flags before moving so that they
5587 can be re-set later.
5588
e7424f06
KY
55892010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5590
5591 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5592 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5593
b59a9eef
KY
55942010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5595
11636b22
JB
5596 * gnus-art.el (gnus-mime-display-single):
5597 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
b59a9eef
KY
5598 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5599 parameter.
5600
d3098750
LMI
56012010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5602
296a8e19 5603 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
5604 (shr-table-vertical-line): New variable.
5605 (shr-insert-table): Use it.
5606
6568a67d
KY
56072010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * gnus-html.el (gnus-html-wash-images): Don't display images if
5610 gnus-inhibit-images is non-nil; register displayer for cid images.
5611 (gnus-html-display-image): Work for cid image.
5612 (gnus-html-insert-image): Allow arguments.
5613 (gnus-html-put-image): Inhibit read-only.
5614 (gnus-html-prefetch-images): Don't prefetch images if
5615 gnus-inhibit-images is non-nil.
5616
c0f9edce
G
56172010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * shr.el (shr-put-image): Break lines when inserting big pictures.
5620
56212010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5622
5623 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5624 sender, thanks Katsumi Yamaoka.
5625
56262010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5627
5628 * nnir.el (nnir-run-imap): Reverse the article list for each group
5629 rather than the whole list.
5630
40de2c6d
KY
56312010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5632
f8d8a97b
KY
5633 * shr.el (shr-image-displayer): Protect function against non-existent
5634 image source.
5635
40de2c6d
KY
5636 * gnus-art.el (gnus-inhibit-images): New user option.
5637 (gnus-mime-display-single): Don't display image if it is non-nil.
5638
5639 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5640 gnus-inhibit-images.
5641
5642 * shr.el (shr-image-displayer): New function.
5643 (shr-tag-img): Use it.
5644
809fde05
DD
56452010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5646
5647 * mml2015.el (mml2015-epg-sign): Use From header.
5648
90eef047
LMI
56492010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5650
0073e031
LMI
5651 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5652
5653 * gnus-util.el (gnus-find-text-property-region): Return markers.
5654
8b6f6573
LMI
5655 * shr.el (shr-tag-img): Put a displayer in the text property.
5656
5657 * gnus-util.el (gnus-find-text-property-region): New utility function.
5658
5659 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5660 (gnus-html-show-images): Remove.
5661
5662 * gnus-art.el (gnus-article-show-images): New, more general function.
5663
5664 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5665 image url text properties.
5666
5667 * shr.el: Ditto.
5668
90eef047
LMI
5669 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5670 gnus-agent-auto-agentize-methods is set. Which it isn't.
5671
3a7a03ad
KY
56722010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5673
5674 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5675 work for two or more articles.
5676
2f0e0dc8
KY
56772010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5678
059b2b00
KY
5679 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5680 divide an image that's in an html article to two or more when washing
5681 non-ASCII characters in alt text of it.
2f0e0dc8 5682
b0feab7d
KY
56832010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5684
5685 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5686 smime-decrypt-region using function argument.
5687 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5688
5689 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5690
5691 * smime.el (smime-decrypt-region): Catch it.
5692
ec54e7a4
SM
56932010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * smime.el (smime-mode-map): Move initialization into declaration.
5696 (gnus-run-mode-hooks): Don't autoload.
5697 (smime-mode): Use define-derived-mode.
5698
0b58f78e
GM
56992010-11-11 Glenn Morris <rgm@gnu.org>
5700
8d60680b
GM
5701 * smime.el (from): Restrict declaration to XEmacs.
5702
0b58f78e
GM
5703 * nnir.el (gnus-group-topic-name): Autoload.
5704
e7102c0a
KY
57052010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * shr.el (shr-insert): Don't break long line if it is because of
5708 kinsoku-bol characters in the line end.
5709
67a3b17c
AC
57102010-11-11 Andrew Cohen <cohen@andy.bu.edu>
5711
54e275fa 5712 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 5713 and subject.
54e275fa 5714 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
5715 been retrieved.
5716
54e275fa 5717 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
5718 subject for virtual articles such as those in an nnir summary buffer.
5719
9c1d3f98
KY
57202010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5723 least 21.5).
5724
5725 * smime.el (from): Declare it again for XEmacs.
5726
a7f6e5b9
LMI
57272010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5728
5729 * message.el (message-resend): Don't disable encoding unless it's
5730 already encoded.
5731
5732 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5733 low-numbered articles.
5734
fdf14191
KY
57352010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5736
3d492670
KY
5737 * rfc2047.el (rfc2047-syntax-table): Simplify.
5738
fdf14191
KY
5739 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5740 set-char-table-range for XEmacs.
5741
6f0d4bb6
GM
57422010-11-10 Glenn Morris <rgm@gnu.org>
5743
89eee1e0
GM
5744 * smime.el (from): Remove unused declaration.
5745
6f0d4bb6
GM
5746 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5747 (gnus-float-time): On Emacs, always an alias.
5748
5749 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5750 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5751
16c1b3bc
KY
57522010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5753
7dfd3008 5754 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 5755
be3c11b3
LMI
57562010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * shr.el (browse-url-mailto): Autoload.
5759
5760 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5761
5762 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5763 regexp doesn't need quoting.
5764
27410d0a
SJ
57652010-11-09 Sven Joachim <svenjoac@gmx.de>
5766
5767 * message.el (message-subject-trailing-was-ask-regexp)
5768 (message-subject-trailing-was-regexp): Match was: in addition to was.
5769
9b026d9f
GM
57702010-11-09 Glenn Morris <rgm@gnu.org>
5771
5772 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5773 (nnbabyl-check-mbox): Use point-at-bol.
5774
be3c11b3
LMI
57752010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5776
5777 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 5778
be3c11b3
LMI
5779 * message.el (message-mailto): New function.
5780 (message-mailto): Should accept other parameters.
5781 (message-mailto): Remove since it duplicates browse-url-mailto
5782 functionality.
44d51d84 5783
1fe0787f
LMI
57842010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5785
5786 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5787 methods.
5788 (gnus-read-active-file): Ditto.
5789
5790 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5791 ": " from the prompt.
5792 (gnus-group-make-group): Ditto.
5793
e180ab9f
GM
57942010-11-07 Glenn Morris <rgm@gnu.org>
5795
5796 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5797 (gnus-bookmark-kill-line): Use point-at-eol.
5798
c9bc6636
KY
57992010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5802 asterisks in From header.
5803
4ddab346
G
58042010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5805
5806 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5807 string to avoid making the From headers syntactically invalid.
5808
5809 * message.el (message-send-mail): Don't insert courtesy messages if the
5810 message already has List-Post and List-ID messages.
5811
c497474b
GM
58122010-11-06 Glenn Morris <rgm@gnu.org>
5813
5814 * gnus-art.el (gnus-treat-article): Give dynamic local variables
5815 `condition', `type', `length' a prefix.
5816 (gnus-treat-predicate): Update for above name changes.
5817
4ddab346
G
58182010-11-06 Andrew Cohen <cohen@andy.bu.edu>
5819
5820 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5821 binding. Handled by `gnus-summary-refer-thread' instead.
5822 (nnir-warp-to-article): New backend function.
5823
5824 * nnimap.el (nnimap-request-thread): Force dependency updating.
5825
5826 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5827 (gnus-summary-refer-thread): Rework to improve thread-referral.
5828
5829 * gnus-int.el (gnus-warp-to-article): New function.
5830
5831 * gnus-sum.el (gnus-summary-article-map): Bind it.
5832
181cb5fb
G
58332010-11-04 Andrew Cohen <cohen@andy.bu.edu>
5834
c497474b 5835 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
5836 gnus-summary-refer-thread.
5837
c497474b 5838 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 5839 headers.
c497474b 5840 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 5841 being cut in gnus-cut-threads.
c497474b 5842 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
5843 thread.
5844
58452010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5846
5847 * message.el (message-send-mail): Use the value of
5848 message-courtesy-message from the message buffer.
5849
5850 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5851
5852 * shr.el (shr-browse-url): Implement mailto: URLs.
5853
5854 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5855 "raw".
5856
5857 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5858 if it's already selected.
5859
5860 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5861
b354bc53
KY
58622010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5863
5864 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5865 to measure the length and truncate alt text.
5866
73ab9865
GM
58672010-11-03 Glenn Morris <rgm@gnu.org>
5868
5869 * nndiary.el (nndiary-generate-nov-databases-1)
5870 (nndiary-generate-active-info): Rename dynamic variable `files' to
5871 something less generic.
5872
6ec9acb3
AC
58732010-11-03 Andrew Cohen <cohen@andy.bu.edu>
5874
73ab9865 5875 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
5876 move articles from nnir.
5877
dc9791eb
LMI
58782010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5879
73ab9865 5880 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 5881
14782c59
JD
58822010-11-02 Julien Danjou <julien@danjou.info>
5883
5884 * nnir.el: Remove wais support.
5885
cb48fe81
GM
58862010-11-02 Glenn Morris <rgm@gnu.org>
5887
5888 * gnus-html.el: Reorder requirements to quieten compiler.
5889
f939acf1
KY
58902010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5893 properly for XEmacs as well.
5894 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5895 (gnus-article-natural-long-line-p): Use window-width rather than
5896 frame-width.
5897
2960c86f
AC
58982010-11-01 Andrew Cohen <cohen@andy.bu.edu>
5899
cb48fe81
GM
5900 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
5901 (nnir-read-parms): Don't modify query.
5902 (nnir-run-query): Add ability to search topic on current line.
5903 (nnir-get-active): Clean up.
2960c86f 5904
9310f19d
LMI
59052010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5906
285cf7c8
LMI
5907 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5908 degenerate articles.
5909
5910 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5911 (gnus-print-buffer): Just print the buffer as is, without any copying
5912 to a buffer and then re-highlighting.
5913
9310f19d
LMI
5914 * nnimap.el (nnimap-request-group): Store the new updated info.
5915 (nnimap-request-group): Select the group when we don't know whether it
5916 exists or not.
5917
5918 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5919 groups.
5920
5921 * gnus-group.el (gnus-group-find-new-groups): Display all the new
5922 groups.
5923
5924 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5925 groups.
5926
5927 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5928 long-lines case by only filling the long lines.
5929
5930 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5931 (bug #7311).
5932
84fd0e33
KY
59332010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5934
5935 * shr.el: No need to declare `declare-function' since shr.el is for
5936 only Emacsen that provide `libxml-parse-html-region'.
5937
c8ccffb1
GM
59382010-11-01 Glenn Morris <rgm@gnu.org>
5939
4c188c5a
GM
5940 * mm-util.el (gnus-completing-read): Autoload.
5941 (mm-read-coding-system): Simplify Emacs definition.
5942
4f7a670a 5943 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
5944 * nnimap.el (gnutls-negotiate):
5945 * nntp.el (netrc-parse): Fix declarations.
5946
87732ef3
KY
59472010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5948
5949 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5950 string-match-p in Emacs >=23.
5951
11636b22 5952 * gnus-msg.el (gnus-configure-posting-styles):
87732ef3
KY
5953 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5954
a1daed2b
GM
59552010-11-01 Glenn Morris <rgm@gnu.org>
5956
e195d639
GM
5957 * nnir.el (declare-function): Add compat stub.
5958 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5959 (nnir-run-gmane): Require 'mm-url.
5960
ed1d182d
GM
5961 * mm-util.el (mm-string-to-multibyte): Simplify.
5962
85a45a69
GM
5963 * shr.el (declare-function): Add compat stub.
5964 (url-cache-create-filename): Declare.
5965 (mm-disable-multibyte, widget-convert-button): Autoload.
5966
b10d32ef
GM
5967 * smime.el (ldap-search): Declare.
5968 (smime-cert-by-ldap-1): Require ldap on Emacs.
5969
2b1e1ff4
GM
5970 * nnimap.el: Require nnmail, and gnus-sum when compiling.
5971 (nnimap-keepalive): Use gnus-float-time.
5972
89cff466
GM
5973 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5974 (mail-source-delete-crash-box): Use gnus-float-time.
5975
26205de3 5976 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 5977
c36dea19 5978 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 5979
e116c1eb
GM
5980 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5981
f979f37e
GM
5982 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5983
1d8ff0c6
GM
5984 * sieve-manage.el: Require 'cl when compiling.
5985
a1daed2b
GM
5986 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5987 (gnus-iswitchb-completing-read): Require iswitchb.
5988 (gnus-select-frame-set-input-focus): Silence compiler.
5989
389b76fa
G
59902010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5991
a8336650
LMI
5992 * message.el (message-subject-trailing-was-query): Change default to t,
5993 since I think that's what most people want.
5994
389b76fa
G
5995 * nnimap.el (nnimap-request-accept-article): Erase buffer before
5996 appending for easier debugging.
5997 (nnimap-wait-for-connection): Take a regexp.
5998 (nnimap-request-accept-article): Wait for the continuation line before
5999 sending anything unless we're streaming.
6000
6001 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6002 leave the header washing to take place.
6003
60042010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6005
6006 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6007 regular expression match and replace in posting styles.
6008
60092010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6010
6011 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6012 an entire server.
6013 (nnir-get-active): New function.
6014 (nnir-run-imap): Use it.
6015 (nnir-run-gmane): Who knew, gmane search returns an article score!
6016
296a8e19 6017 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
6018 server on the current line with nnir.
6019
60202010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6021
6022 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6023 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6024 left edge.
6025 (gnus-article-foldable-buffer): Skip past the prefix when determining
6026 raggedness.
6027
6028 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6029 the raw article, and change `C-u g' to show the article without doing
6030 treatments.
6031
6032 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6033 on to `gnus-treat-article'.
6034 (gnus-inhibit-article-treatments): New variable.
6035
6036 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6037
6038 * gnus-art.el (gnus-treatment-function-alist): Have
6039 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6040 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6041 sections.
6042
6043 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6044 parameter.
6045 (gnus-article-fill-cited-long-lines): New function.
6046 (gnus-article-fill-cited-article): Allow filling only long sections.
6047
6048 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6049 and non-punctuation (like after the apostrophe in "'We").
6050
6051 * gnus-sum.el (gnus-summary-select-article): Make sure
6052 gnus-original-article-buffer is alive.
6053
6054 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
58179cce 6055 reflect the order they are in the digest.
389b76fa
G
6056
6057 * gnus.el (gnus-group-startup-message): Move point to the start of the
6058 buffer.
6059
6060 * nnimap.el (nnimap-capability): New function.
6061 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6062 is set.
6063
324c5734
DE
60642010-10-31 David Engster <dengste@eml.cc>
6065
6066 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6067 conform with changes to gnus-completing-read.
6068
953d41c4
G
60692010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6070
6071 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6072
60732010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6074
2f5e7c6f
GM
6075 * nnir.el: Move defvar, defcustom around to keep file organized
6076 and keep byte-compiler quiet.
6077 (nnir-read-parms): Accept search-engine as arg.
6078 (nnir-run-query): Pass search-engine as arg.
6079 (nnir-search-engine): Remove.
953d41c4
G
6080
60812010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6082
6083 * shr.el (shr-generic): The text nodes should be text, not :text.
6084
6085 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6086 later in the file.
6087
60882010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6089
2f5e7c6f
GM
6090 * nnir.el: General clean up. Allow searching with multiple engines.
6091 Allow separate extra-parameters for each engine.
6092 Batch queries when possible.
6093 (nnir-imap-default-search-key,nnir-method-default-engines):
6094 Add customize interface.
6095 (nnir-run-gmane): New engine.
6096 (nnir-engines): Use it. Qualify all prompts with engine name.
6097 (nnir-search-engine): Remove global variable.
6098 (nnir-run-hyrex): Restore for now.
6099 (nnir-extra-parms,nnir-search-history): New variables.
6100 (gnus-group-make-nnir-group): Use them.
6101 (nnir-group-server): Remove in favor of gnus-group-server.
6102 (nnir-request-group): Avoid searching twice.
6103 (nnir-sort-groups-by-server): New function.
953d41c4 6104
837ba704
JD
61052010-10-30 Julien Danjou <julien@danjou.info>
6106
6107 * gnus-group.el: Remove gnus-group-fetch-control.
6108
2f5e7c6f
GM
6109 * gnus-start.el (gnus-find-new-newsgroups):
6110 Remove gnus-check-first-time-used.
837ba704
JD
6111
6112 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6113
1e961f10
KAH
61142010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6115
6116 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6117 set on groups that don't have \* permanentflags.
6118
99e65b2d
G
61192010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6120
e1dbe924 6121 * shr.el (shr-tag-span): Drop colorization of regions since we don't
99e65b2d
G
6122 control the background color.
6123 (shr-tag-img): Ignore very small web bug type images.
6124 (shr-put-image): Add help-echo alt texts to the images.
6125 (shr-tag-video): Show the video poster image.
6126
61272010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6128
6129 * shr.el (shr-table-depth): New variable.
6130 (shr-tag-table-1): Only insert the images after the top-level table.
6131
6132 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6133
6134 * gnus-util.el (gnus-list-memq-of-list): New function.
6135
6136 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6137 selected.
6138 (nnimap-unsplittable-articles): New slot.
6139 (nnimap-new-articles): Use it.
6140
61412010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6142
6143 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6144 move to the previous line on `M-g'.
6145
61462010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6147
6148 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6149 *-request-group, which seems unnecessary.
6150
6151 * nnimap.el (nnimap-quote-specials): Function copied over from
6152 imap.el.
6153 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6154 they support that. Suggested by Tom Regner.
6155
86741733
JD
61562010-10-29 Julien Danjou <julien@danjou.info>
6157
99e65b2d
G
6158 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6159 defalias.
6160 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6161
6162 * gnus.el: Remove `gnus-nntp-service' variable.
6163 (gnus-secondary-servers): Make obsolete.
6164 (gnus-nntp-server): Make obsolete.
6165
2ec4c966
JD
6166 * gnus-start.el (gnus-1): Remove x-splash calls.
6167
6168 * gnus-ems.el (gnus-x-splash): Remove.
6169
6170 * gnus.el (gnus-group-startup-message): Simplify/update code.
6171
86741733
JD
6172 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6173 capability before doing anything.
6174 (gnus-group-insert-group-line): Remove useless
6175 gnus-group-remove-excess-properties.
6176
9efcd224
KY
61772010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6178
6179 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6180
eb9df2c9
LMI
61812010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6182
6183 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6184 config after reselecting.
6185
cfe94935
JD
61862010-10-28 Julien Danjou <julien@danjou.info>
6187
4abff904
JD
6188 * shr.el (shr-put-image): Use point even if only inserting text.
6189 (shr-put-image): Save excursion when inserting alt text on non-graphic
91af3942 6190 display, so the behavior is the same when we are on a graphic display.
4abff904 6191
cfe94935
JD
6192 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6193
a87ee50b
KY
61942010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6195
6196 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6197 (gnus-mime-copy-part): Check coding system, not charset.
6198 (gnus-mime-view-part-externally): Never remove part.
6199 (gnus-mime-view-part-internally): Don't remove part here.
6200 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6201 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6202 multipart/alternative.
6203
6204 * mm-decode.el (mm-display-part): Take optional arg `force'.
6205
11a5db4a
JD
62062010-10-26 Julien Danjou <julien@danjou.info>
6207
6208 * gnus-group.el (gnus-group-default-list-level): Add this function to
6209 compute the default list level.
6210 (gnus-group-default-list-level): Add possibility to use a function.
6211
e617ab06
KY
62122010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6213
3444dc61
KY
6214 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6215
e617ab06
KY
6216 * gnus-group.el (gnus-group-completing-read)
6217 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6218 gnus-replace-in-string.
6219
036d93bc
KY
62202010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6221
296a8e19 6222 * shr.el (shr-tag-div): Add.
036d93bc 6223
84acb2f6
JD
62242010-10-25 Julien Danjou <julien@danjou.info>
6225
6226 * gnus-util.el: Remove `gnus-with-local-quit'.
6227
6228 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6229
28090d40
LMI
62302010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
6232 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6233 the original article buffer.
6234
b5c575e6
G
62352010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6236
6237 * nnimap.el (nnimap-request-head): New function.
9858f6c3 6238 (nnimap-request-move-article): Try to be slightly faster by not
b5c575e6
G
6239 requesting the entire message when moving.
6240 (nnimap-transform-headers): Don't bug out on bodiless articles.
6241 (nnimap-send-command): Have no outstanding messages if the IMAP server
6242 doesn't support streaming.
6243 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6244
62452010-10-24 Julien Danjou <julien@danjou.info>
6246
6247 * message.el (message-default-headers): Fix type.
6248
de635afe
G
62492010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6250
6251 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6252 prefetching images.
6253
6254 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6255 backend for unknown groups. This is mainly useful for nnimap groups.
6256
6257 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6258 group isn't covered by the agent.
6259
62602010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6261
2f5e7c6f
GM
6262 * nnir.el (nnir-method-default-engines): New variable.
6263 (nnir-run-query): Use it.
6264 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6265 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 6266
2f5e7c6f 6267 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
6268 gnus-group-make-nnir-group.
6269
62702010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
2f5e7c6f 6272 * shr.el (shr-tag-object): Add.
de635afe
G
6273
6274 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6275 original article buffer live.
296a8e19
SM
6276 (gnus-summary-select-article-buffer):
6277 Mention gnus-widen-article-buffer.
de635afe 6278
530f7b67
LMI
62792010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6280
296a8e19 6281 * shr.el (shr-tag-strong): Add.
530f7b67 6282
280f417b
G
62832010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6284
530f7b67
LMI
6285 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6286 group names. They mess up the group buffer badly.
6287
280f417b
G
6288 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6289
6290 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6291 instead of the summary one.
6292
e0da801a
G
62932010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6294
f9bbc77a
KY
6295 * mml.el (mml-preview): Work properly when editing article.
6296
e0da801a
G
6297 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6298 gnus-have-read-active-file if it's already been in.
6299
63002010-10-22 Tom Tromey <tromey@redhat.com>
6301
6302 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6303 gnus-group-completing-read.
6304
d806c872
G
63052010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6306
6307 * message.el (message-mode-map): Don't bind M-; to comment region, to
6308 allow the global comment-dwim to work.
6309
63102010-10-21 Julien Danjou <julien@danjou.info>
6311
6312 * message.el (message-setup-1): Allow message-default-headers to be a
6313 function.
6314
3c066373
KY
63152010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6316
6317 * shr.el (shr-tag-table): Simplify.
6318
d815edf0 63192010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 6320
d815edf0
LMI
6321 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6322 to avoid trying to snarf invalid stuff.
1171414d 6323
d815edf0 6324 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 6325
d99bf2d8
LMI
6326 * gnus.el (gnus-message-archive-group): Quote value.
6327 (gnus-message-archive-group): Mark as changed.
6328
6c85a14f
LMI
6329 * shr.el (shr-add-font): Don't put the font properties on the newline
6330 or the indentation.
6331
6332 * message.el (message-fix-before-sending): Change options when sending
6333 non-printable characters.
6334
d99bf2d8 6335 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
6336 monthly outgoing groups.
6337
728fd3b9
LMI
6338 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6339 that have gotten new numbers.
6340
6341 * nnimap.el (nnimap-request-replace-article): New function.
6342
ab388ec4
KY
63432010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6346 (nnrss-request-article): Don't use special html washing code.
6347
2526f423
G
63482010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6349
6350 * shr.el (shr-tag-table): Remove useless nconc.
6351
63522010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6353
6354 * gnus-art.el (article-wash-html): Simplify and remove the charset
6355 stuff. Use the normal html rendering code instead of the special html
6356 washing code.
6357
6358 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6359 `gnus-w3m' symbols.
296a8e19 6360 (mm-text-html-washer-alist): Remove.
2526f423 6361
296a8e19
SM
6362 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6363 (mm-inline-media-tests): Remove use.
2526f423
G
6364 (mm-text-html-renderer): Change default to the `shr' symbol.
6365
296a8e19 6366 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
6367
6368 * gnus-art.el (gnus-blocked-images): New function. Allow the
6369 `gnus-blocked-images' to be a function.
296a8e19 6370 (gnus-article-wash-function): Remove.
2526f423 6371
9d1bf25d
JD
63722010-10-20 Julien Danjou <julien@danjou.info>
6373
2526f423
G
6374 * spam.el (spam-list-of-processors): Mark as obsolete.
6375
9d1bf25d 6376 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 6377 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 6378
ba91f05d
G
63792010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6380
6381 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6382 run file-truename on remote files. This can be expensive and even
6383 prevent one from editing drafts if some unrelated buffer has a stale
6384 connection.
6385
9f47ba2d
KY
63862010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6389 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
6390 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6391 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 6392
2e76c12c
LMI
63932010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6394
b643306f
LMI
6395 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6396 lines.
cdf1fca4 6397 (shr-save-contents): New command and keystroke.
b643306f 6398
2e76c12c
LMI
6399 * nndoc.el (nndoc-type-alist): Add git support.
6400 (nndoc-git-type-p): New function.
6401 (nndoc-transform-git-article): Ditto.
6402 (nndoc-transform-git-headers): Ditto.
c872595d 6403 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
6404
6405 * shr.el (shr-parse-style): New function.
6406 (shr-tag-span): Ditto.
6407
6408 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6409 to `G G' to avoid collisions.
6410
83ffd571
KY
64112010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6412
2fe10446 6413 * shr.el: Load kinsoku if necessary.
83ffd571
KY
6414 (shr-kinsoku-shorten): New internal variable.
6415 (shr-find-fill-point): Make kinsoku shorten text line if
6416 shr-kinsoku-shorten is bound to non-nil.
6417 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6418 shr-indentation too when testing if table is wider than frame width.
6419 (shr-insert-table): Use `string-width' instead of `length' to measure
6420 text width.
6421 (shr-insert-table-ruler): Make sure indentation is done at bol.
6422
a04f9e26
SM
64232010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6426 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6427 undecoded network data.
6428
7cad71ad
G
64292010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6430
2755ee78
LMI
6431 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6432 name in the mode line spec so that the mode line menu works
6433 (bug #2431).
6434
6435 * message.el (message-get-reply-headers): If we're fed `to-address',
6436 then always use that.
6437
7cad71ad
G
6438 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6439 aren't so wide as to need to switch off the edit menu.
6440
6441 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6442 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6443
6444 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6445 `M-g'.
6446 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6447 the permanent marks.
6448
64492010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6450
a04f9e26
SM
6451 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6452 Splitting according to references/in-reply-to obeys the ignore-groups
6453 variable, while splitting by sender and subject do not.
7cad71ad
G
6454
64552010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
6457 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6458 alist, so that we can look for non-Unicode chars.
6459 (article-translate-strings): Allow both character and string maps.
6460
73db8b08
KY
64612010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * shr.el (shr-insert): Don't insert space behind a wide character
6464 categorized as kinsoku-bol, or between characters both categorized as
6465 nospace.
6466
b57a665d
G
64672010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6468
2f5e7c6f 6469 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
6470 headers to gnus-newsgroup-headers.
6471
64722010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6473
6474 * shr.el (shr-tag-img): Don't align images -- since we're not
6475 rescaling, this often leads to ugly displays.
6476
283f7b93
G
64772010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6478
a04f9e26 6479 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
6480 duplicates.
6481
64822010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6483
6484 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6485 call.
6486
68f6bd17
KY
64872010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6488
283f7b93
G
6489 * gnus.el: Autoload gnus-html-show-images.
6490
6491 * nnimap.el: Use nnheader-message throughout.
6492
68f6bd17
KY
6493 * shr.el (shr-tag-img): Ignore images with no data.
6494
283f7b93
G
64952010-10-15 Julien Danjou <julien@danjou.info>
6496
ba91f05d
G
6497 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6498 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 6499
20438017
KY
65002010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6501
283f7b93
G
6502 * shr.el (shr-insert): Remove space inserted before or after a
6503 breakable character or at the beginning or the end of a line.
20438017
KY
6504 (shr-find-fill-point): Do kinsoku; find the second best point or give
6505 it up if there's no breakable point.
6506
030158f3
G
65072010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508
6509 * nnimap.el (nnimap-open-connection): Message when opening connection
6510 for debugging purposes.
6511
6512 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6513 on every setup buffer call to allow this to change from article to
6514 article.
6515
6516 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6517 buffers where we have a wide table.
6518
65192010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6520
6521 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6522 uses *-request-thread.
6523
65242010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
6526 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6527 incantation, which is no longer valid.
6528
65292010-10-14 Julien Danjou <julien@danjou.info>
6530
6531 * shr.el: Fix defcustom type (char -> character).
6532
0d2d1bdc
G
65332010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6534
6535 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6536 programs.
6537
65382010-10-14 Julien Danjou <julien@danjou.info>
6539
31e96eec
JD
6540 * shr.el (shr-tag-a): Use url-link as widget type.
6541
0d2d1bdc
G
6542 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6543 `gnus-group-get-icon'.
6544
a1d16a7b
G
65452010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6546
d1090fe8
LMI
6547 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6548 This should make server editing work better.
6549
a1d16a7b
G
6550 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6551
6552 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6553 (nnimap-parse-flags): Fix regexp.
6554
6555 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6556 probably work for CJVK text, too.
6557
296a8e19 6558 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
6559 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6560
65612010-10-13 Julien Danjou <julien@danjou.info>
6562
6563 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6564 responses.
6565
65662010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6567
6568 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6569
6570 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6571 anything in Emacs.
6572
6573 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6574
d0e0de31
JD
65752010-10-13 Julien Danjou <julien@danjou.info>
6576
6577 * shr.el (shr-width): Make shr-width a defcustom with default to
6578 fill-column.
6579 (shr-tag-img): Use shr-width rather than fill-column.
6580
7417851c
KY
65812010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6582
68d9bf4b
KY
6583 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6584
7417851c
KY
6585 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6586 position when (X-)Faces exist.
6587 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6588 avatars when called interactively.
6589
ab67634f
G
65902010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6591
6592 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6593 gnus-article-x-face-too-ugly is bound.
6594
6ffab592
LMI
65952010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6596
ab67634f
G
6597 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6598
6599 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6600 mailbox that doesn't exist.
6601
66022010-10-12 Julien Danjou <julien@danjou.info>
6603
6604 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6605 (shr-get-image-data): Encode URL properly when fetching from cache.
6606 (shr-tag-img): Use aligned-to spaces to align correctly images.
6607
6608 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6609 before inserting the Gravatar.
6610
6611 * shr.el (shr-tag-img): Add align attribute support for <img>.
6612
66132010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6614
296a8e19 6615 * gnus-gravatar.el (gnus-art): Require.
ab67634f 6616
6ffab592
LMI
6617 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6618 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6619 Remove long obsoleted functions.
6620
f0b7f5a8
KY
66212010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6622
f0b7f5a8
KY
6623 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6624
ed1d182d
GM
6625 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6626 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6627 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6628 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6629 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6630 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
6631 Fix comment for declare-function.
6632
6b7df8d3
G
66332010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * nnimap.el (nnimap-request-rename-group): Select group read-only
6636 before renaming it.
6637
6638 * shr.el (shr-insert): Fix up the white space only regexp.
6639
6640 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6641 bodies. Protect against this. Reported by Michael Welsh Duggan.
6642
6643 * shr.el (shr-current-column): New function.
6644 (shr-find-fill-point): New function.
6645
66462010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6647
6648 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6649 numbers.
6650
66512010-10-11 Julien Danjou <julien@danjou.info>
6652
6653 * shr.el (shr-hr-line): Add.
6654 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6655 display hr lines.
6656 (shr-max-columns): Do not change state to nil if we just inserting
6657 spaces.
6658
6ec07c5a
LMI
66592010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6660
6661 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6662 select the last group.
6663
0be56f17
TZ
66642010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6665
6666 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6667
dab0271f
G
66682010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6669
6670 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6671 for Gnus.
6672 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6673 (nnimap-update-qresync-info): Mark \Seen articles as read.
6674
6675 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6676 non-variable, too.
6677
e9fce1ac 6678 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
dab0271f
G
6679 available.
6680 (nnimap-update-info): Rely more on the current active than the param
6681 active to avoid marking articles as read too much.
6682
6683 * auth-source.el (auth-source-create): Use (user-login-name) for the
6684 user name default.
6685
6686 * nnimap.el (nnimap-update-info): If the server doesn't return any
6687 useful info, just use the previous info.
6688 (nnimap-update-info): Prefer old info over start-article.
6689 (nnimap-update-qresync-info): Finish implementing QRESYNC.
6690
66912010-10-10 Andrew Cohen <cohen@andy.bu.edu>
6692
6693 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
6694 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6695 Use key rather than value.
dab0271f
G
6696 (nnir-imap-search-other): New variable.
6697 (nnir-read-parm): Use it.
6698 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6699 (gnus-summary-nnir-goto-thread): Modify to work with imap.
6700
67012010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6704 the process, too.
6705
f7aa248a
G
67062010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6707
296a8e19
SM
6708 * spam.el (gnus-summary-mode-map): Bind to "$".
6709 Suggested by Russ Allbery.
f7aa248a
G
6710
6711 * shr.el: Rework the way things are indented by <li> slightly.
6712
6713 * gnus.el (gnus-group-set-parameter): Fix typo.
6714
6715 * nnimap.el: Start implementing QRESYNC support.
6716
67172010-10-09 Julien Danjou <julien@danjou.info>
6718
6719 * nnir.el (nnir-engines): Fix too many arguments.
6720
67212010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6722
6723 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6724 group is the "last", so that the backends like nnfolder actually save
6725 their folders.
6726
e9fce1ac
JB
6727 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6728 try to use that for the TLS stream.
f7aa248a
G
6729 (nnimap-retrieve-group-data-early): Rework the marks code to heed
6730 UIDVALIDITY and find out which groups are read-only and not.
6731 (nnimap-get-flags): Use the same marks parsing code as the rest of
6732 nnimap.
6733
afba0c4b
JD
67342010-10-09 Julien Danjou <julien@danjou.info>
6735
1736ad36
JD
6736 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6737
afba0c4b
JD
6738 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6739 retrieving gravatars.
6740
6741 * shr.el (shr-table-corner): Add.
6742 (shr-table-line): Add.
6743 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6744
36d3245f
G
67452010-10-08 Julien Danjou <julien@danjou.info>
6746
6747 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6748
67492010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
6750
6751 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6752
6753 * gnus-sum.el (gnus-mark-article-as-unread)
6754 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6755 (gnus-summary-set-bookmark): Use it.
6756
6757 * gnus-msg.el (gnus-setup-message): Use it.
6758
6759 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6760
6761 * gnus.el (gnus-group-remove-parameter): Use it.
6762
6763 * gnus-group.el (gnus-group-make-web-group): Use it.
6764
6765 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6766
6767 * nnregistry.el: Update docs to mention manual.
6768
6769 * gnus-registry.el: Update docs to mention nnregistry.el.
6770 (gnus-registry-initialize): Don't install nnregistry refer method
6771 automatically.
6772 (gnus-registry-install-nnregistry): Remove it.
6773
67742010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6775
6776 * shr.el (shr-insert): Don't insert double spaces.
6777
863b61d6
KY
67782010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
6779
090f6ea1
KY
6780 * gnus-gravatar.el (gnus-treat-from-gravatar)
6781 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6782 called interactively.
6783
f7aa0b8f
KY
6784 * gnus-art.el (gnus-mime-view-part-externally)
6785 (gnus-mime-view-part-internally): Make predicate function passed to
6786 gnus-mime-view-part-as-type assume argument is a mime type, not a list
6787 of a mime type.
6788
863b61d6
KY
6789 * shr.el (shr-table-widths): Don't use cl function `reduce'.
6790
3d319c8f
LMI
67912010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6792
6793 * shr.el (require): Require cl when compiling.
6794 (shr-tag-hr): New function.
6795
6796 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
6797 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6798 This makes nnimap work properly on Courier again.
3d319c8f
LMI
6799
6800 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
01c35094 6801 the variable for backwards compatibility.
3d319c8f
LMI
6802
6803 * mm-decode.el (mm-save-part): If given a non-directory result, expand
6804 the file name before using to avoid setting mm-default-directory to
6805 nil.
6806
6807 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6808 bidning gnus-agent variables.
6809
6810 * shr.el (shr-render-td): Use a cache for the table rendering function
91af3942 6811 to avoid getting an exponential rendering behavior in nested tables.
3d319c8f
LMI
6812 (shr-insert): Rework the line-breaking algorithm.
6813 (shr-insert): Don't leave trailing spaces.
6814 (shr-insert-table): Also insert empty TDs.
6815 (shr-tag-blockquote): Ensure paragraphs after </ul>.
6816
3a3cbf0a
SM
68172010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * gnus-sum.el (gnus-number): Rename from `number'.
6820 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6821 (gnus-summary-limit-children): Update uses correspondingly.
6822
fcf2d385
KY
68232010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6824
6825 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6826 (gnus-gravatar-transform-address): Don't show avatars of people of
6827 which mail addresses match gnus-gravatar-too-ugly.
6828
a7dcc87b
G
68292010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6830
6831 * shr.el (shr-table-widths): Expand TD elements to fill available
6832 space.
6833
68342010-10-07 Julien Danjou <julien@danjou.info>
6835
6836 * nnimap.el (nnimap-request-rename-group): Add this method.
6837
814cc274
KY
68382010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6839
6840 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6841 name from XEmacs' function-arglist.
6842
6843 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6844 gravatar under XEmacs.
6845
cbabe91f
TZ
68462010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
6847
6848 * auth-source.el: Update docs with TODO items.
6849
6850 * gnus-sync.el: Update docs to explain state and plans.
6851
6852 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6853 Hooks for mark updates.
6854 (gnus-request-set-mark, gnus-request-update-mark): Use them.
6855
6856 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6857 hooks with arguments, which is needed for mark update hooks.
6858
fd9ba500
JD
68592010-10-06 Julien Danjou <julien@danjou.info>
6860
d2abc29a
JD
6861 * gnus.el (gnus-expand-group-parameter): Only return and act on what
6862 was matched.
6863
fd9ba500
JD
6864 * sieve-manage.el: Update example in `Commentary'.
6865
6866 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6867
6868 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6869 not 2000.
6870 (sieve-manage-authenticate): Re-add function.
6871
66627fa9
G
68722010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6873
6874 * shr.el (shr-insert): Get 'space transition right.
35624242 6875 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
6876
6877 * nnimap.el (nnimap-open-connection): Prepare to support
6878 open-gnutls-stream.
6879
6880 * shr.el: Rearrange function order to be more logical.
6881
68822010-10-06 Julien Danjou <julien@danjou.info>
6883
6884 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6885 (nnrss-discover-feed): Remove 404 URL in docstring.
6886
6887 * nnir.el: Fix Swish-E URL.
6888 Fix Namazu URL.
6889
6890 * message.el (message-change-subject): Remove 404 URL in a comment.
6891
61c47336
KY
68922010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
6893
568f71a8
KY
6894 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6895 called interactively.
6896
61c47336
KY
6897 * gnus-util.el (gnus-remove-if): Allow hash table.
6898 (gnus-remove-if-not): New function.
6899
11636b22
JB
6900 * gnus-art.el (gnus-mime-view-part-as-type):
6901 * gnus-score.el (gnus-summary-score-effect):
61c47336
KY
6902 * gnus-sum.el (gnus-read-move-group-name):
6903 Replace remove-if-not with gnus-remove-if-not.
6904
6905 * gnus-group.el (gnus-group-completing-read):
6906 Regard collection as a hash table if it is not a list.
6907
130e977f
LMI
69082010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6909
a0ec382a
LMI
6910 * shr.el (shr-render-td): Allow blank/missing <TD>s.
6911
6912 * shr.el: Document the table-rendering algorithm.
6913
130e977f
LMI
6914 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6915 invalid URLs.
6916
6917 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6918 line-broken.
6919 (shr-tag-img): Ignore image fetching errors.
6920 (shr-overlays-in-region): Compute overlay positions correctly.
6921
6922 * mm-decode.el (mm-shr): Require shr.
6923
6924 * gnus-art.el (gnus-blocked-images): Move variable here.
6925
6926 * shr.el (shr-insert-table): Bind free variable.
6927
6928 * mm-decode.el (mm-shr): Bind shr-content-function.
6929
6930 * shr.el (shr-content-function): New variable.
6931
6932 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6933 added for symmetry.
6934
6935 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6936
6937 * gnus-group.el (gnus-group-make-group): Doc fix.
6938
6939 * nnimap.el (nnimap-request-newgroups): Return success.
6940
6941 * shr.el (shr-find-elements): New function.
6942 (shr-tag-table): Put all the images after the table.
6943 (shr-tag-table): Really inhibit images inside the table.
6944 (shr-collect-overlays): Copy over overlays from the TD elements to the
6945 main document.
6946
6947 * mm-decode.el (mm-shr): Bind shr-blocked-images to
6948 gnus-blocked-images.
6949
6f7e2ffd
JD
69502010-10-05 Julien Danjou <julien@danjou.info>
6951
1d8e1f78
JD
6952 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6953
6f7e2ffd
JD
6954 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6955 (gnus-html-maximum-image-size): Add this function.
6956 (gnus-html-put-image): Use gnus-html-maximum-image-size.
6957
6958 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6959 server-value of the capability is nil.
6960
562f5ce5
G
69612010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
6963 * shr.el (shr-tag-em): Add <EM> tag.
6964
69652010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
6966
6967 * sieve-manage.el (sieve-manage-default-stream): Make default stream
6968 customizable.
6969
6970 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6971 handing broken links to browse-url.
6972
50cb700c
JD
69732010-10-05 Julien Danjou <julien@danjou.info>
6974
6975 * gnus-util.el (gnus-emacs-completing-read)
6976 (gnus-iswitchb-completing-read): Use autoload rather than require.
6977
cfadea45
KY
69782010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
6979
1225bc49
KY
6980 * gnus-util.el (gnus-completing-read-function): Exclude
6981 gnus-icompleting-read and gnus-ido-completing-read from candidates for
6982 XEmacs since iswitchb.el is very old and ido.el is unavailable in
6983 XEmacs.
6984
6985 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6986 not to use `delete-dups' that is unavailable in XEmacs 21.4.
6987
9c619400
KY
6988 * gnus-html.el: Don't require help-fns under XEmacs.
6989 (gnus-html-schedule-image-fetching): Work for XEmacs.
6990
cfadea45
KY
6991 * mm-decode.el (mm-shr): Decode contents by charset.
6992
5d2ef6db
G
69932010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6994
130e977f
LMI
6995 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6996 unknown.
6997
71e691a5
G
6998 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6999 (shr-get-image-data): Ensure against the cache file missing.
7000
7001 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7002 for data.
7003
7004 * spam-report.el (spam-report-url-ping-plain): Don't query about
7005 killing the process.
7006
7007 * shr.el (shr-render-td): Protect against too-wide text.
7008
70092010-10-04 Julien Danjou <julien@danjou.info>
7010
7011 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7012 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7013
7014 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7015 retrieved.
7016
70172010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7018
296a8e19 7019 * shr.el (browse-url): Require.
71e691a5
G
7020 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7021 lines.
7022 (shr-show-alt-text, shr-browse-image): New commands.
7023 (shr-browse-url, shr-copy-url): New commands.
7024
7025 * gnus-sum.el (gnus-widen-article-window): New variable.
7026 (gnus-summary-select-article-buffer): Use it.
7027
7028 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7029 without @ signs.
7030
70312010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7032
7033 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7034
70352010-10-04 Julien Danjou <julien@danjou.info>
7036
7037 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7038 for XEmacs.
7039
70402010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
7042 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7043
7044 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7045 (nnimap-close-server): Implement.
7046
5d2ef6db 7047 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
7048 (shr-insert): Tweak line breaking.
7049 (shr-insert): Handle <pre> better.
8028ed5c
LMI
7050 (shr-tag-li): Get <li> indentation right.
7051 (shr-tag-li): Get <li> indentation even righter.
7052 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
7053 (shr-make-table): Tweak table generation.
7054 (shr-make-table): Fix typo.
7055
7056 * shr.el: Implement table rendering.
5d2ef6db
G
7057
70582010-10-04 Julien Danjou <julien@danjou.info>
7059
7060 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7061
23179cb9
LMI
70622010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7063
7064 * shr.el (shr-insert): Use string anchors instead of line anchors.
7065
a41c2e6d
G
70662010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7067
7068 * shr.el: Add headings.
7069 (shr-ensure-paragraph): Actually work.
7070 (shr-tag-li): Make <ul> prettier.
7071 (shr-insert): Get white space at the beginning/end of elements right.
7072 (shr-tag-p): Collapse subsequent <p>s.
7073 (shr-ensure-paragraph): Don't insert double line feeds after blank
7074 lines.
7075 (shr-insert): \t is also space.
7076 (shr-tag-s): Fix "s" tag name function.
7077 (shr-tag-s): Fix face prop name.
7078
70792010-10-03 Julien Danjou <julien@danjou.info>
7080
7081 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7082
7083 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7084 gnus-window-inside-pixel-edges.
7085
7086 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7087 gnus-ems.
7088
7089 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7090
7091 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7092 function.
7093
7094 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7095 resize choice.
7096
70972010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7098
7099 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7100 beginning of the buffer.
7101
7102 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7103 article buffer again.
7104
296a8e19 7105 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
7106
7107 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7108 when it's at the start of the buffer.
7109
7110 * shr.el (shr-tag-blockquote): Convert name.
7111 (shr-rescale-image): Use the right image-size variant.
7112
7113 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7114 buffer isn't shown, then select the current article first instead of
7115 bugging out.
7116 (gnus-summary-select-article-buffer): Show both the article and summary
7117 buffers again.
7118
7119 * shr.el (shr-fontize-cont): Protect against regions with no text.
7120 Rename tag functions to shr-tag-* for enhanced security.
7121 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7122
d99a4591
CY
71232010-10-03 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * shr.el (shr-insert):
7126 * pop3.el (pop3-movemail):
7127 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7128 loaded.
7129
922ad43e
GM
71302010-10-03 Glenn Morris <rgm@gnu.org>
7131
0f810fbf
GM
7132 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7133
3615c80c
GM
7134 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7135
7530a81b
GM
7136 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7137
4ec3f7cf
GM
7138 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7139
922ad43e
GM
7140 * gnus-util.el (gnus-make-local-hook): Simplify.
7141
870409d4
G
71422010-10-02 Julien Danjou <julien@danjou.info>
7143
7144 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7145 (gnus-ido-completing-read): New function.
7146 (gnus-emacs-completing-read): New function.
7147 (gnus-completing-read): Use gnus-completing-read-function.
7148 Add gnus-completing-read-function.
7149
71502010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * shr.el (shr-insert-document): Autoload.
7153 (shr-img): Be silent.
7154 (shr-insert): Add a newline after every picture before text.
7155 (shr-add-font): Use overlays for combining faces.
7156 (shr-insert): Pass upwards the text start point.
7157
7158 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7159 possible.
7160 (mm-shr): New function.
7161
71622010-10-02 Julien Danjou <julien@danjou.info>
7163
7164 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7165 should go backward.
7166
f3fd95db
JB
71672010-10-02 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * shr.el (shr): Fix typo in provide call.
7170
367f7f81
LMI
71712010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7172
7173 * shr.el: New file.
7174
7175 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7176
7177 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7178 completing read.
7179
a3f57c41
G
71802010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7181
7182 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7183 we're being queried about. Suggested by Dan Jacobson.
7184
296a8e19
SM
7185 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7186 Suggested by Jason Eisner.
a3f57c41
G
7187
7188 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7189 table, too. Suggested by Stefan Wiens.
7190 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7191 the table unnecessary. Suggested by Stefan Wiens.
7192
7193 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7194 longer needed, and probably doesn't work either, as pointed out by
7195 Stefan Wiens.
7196 (gnus-summary-exit): Remove call to the clearing function.
7197 (gnus-summary-exit-no-update): Ditto.
7198
7199 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7200 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7201 Reported by Stefan Monnier.
7202 (gnus-summary-save-in-rmail): Ditto.
7203
7204 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7205 article buffer, instead of both the article buffer and the summary
7206 buffer. Sort of suggested by Dan Jacobson.
7207
7208 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7209
7210 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7211 Suggested by Dan Jacobson.
7212
7213 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7214 documentation clearer.
7215
7216 * message.el (message-shorten-references): Comment on the number "21".
7217 Suggested by Stefan Monnier.
7218
7219 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7220 Suggested by Dan Jacobson.
7221
296a8e19
SM
7222 * gnus.el (gnus-large-newsgroup):
7223 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
7224
7225 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7226 externalize attachments. Bug reported by Steve Wen.
7227
7228 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7229 really message anything to the user.
7230
7231 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7232 directly.
7233
7234 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7235 messages in empty groups.
7236
72372010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7238
7239 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7240 non-UIDNEXT group.
7241
72422010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
7244 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7245 not the value from the collection.
7246
7247 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7248 values. This sometimes happens on some groups that have no info.
7249 (nnimap-request-newgroups): New function.
7250
72512010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7252
7253 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7254 check into `gnus-registry-initialize'.
7255 (gnus-registry-initialize): Ditto.
7256 Fix and extend header docs.
7257
aecb42aa
LMI
72582010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7259
0a887f39
LMI
7260 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7261 regexp backtrace overflows.
7262
aecb42aa
LMI
7263 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7264 for starttls that tls.el implements; i.e. openssl.
7265
4b36c6d4
KY
72662010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7269 (gravatar-create-image): New function that's an alias to
7270 gnus-xmas-create-image, gnus-create-image, or create-image.
7271 (gravatar-data->image): Use it.
7272
6b958814
G
72732010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7274
7275 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7276 install the nnregistry refer method.
7277 (gnus-registry-install-hooks): Use it.
7278 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7279 unfollowed groups.
7280
72812010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7282
7283 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7284 expanding threads.
7285
72862010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * nnir.el: Use the server names without suffixes (bug #7009).
7289
7290 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7291 unencrypted to STARTTLS, if possible.
7292
72932010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7294
7295 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7296 headers before superseding.
7297
72982010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
7300 * nnrss.el (nnrss-use-local): Add documentation.
7301
7302 * nnimap.el (nnimap-extend-tls-programs): New function.
7303 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7304 (nnimap-wait-for-connection): Accept the greeting from the stupid
7305 output from openssl s_client -starttls, too.
7306
7307 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7308 article number.
7309 (nnimap-split-fancy): New variable.
7310 (nnimap-split-incoming-mail): Use it.
7311
7312 * nntp.el (nntp-server-list-active-group): Document.
7313
7314 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7315 SELECT to get the message-id.
7316
296a8e19 7317 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
7318 (defvar): Ditto.
7319 (mail-source-fetcher-alist): Ditto.
296a8e19 7320 (mail-source-fetch-webmail): Remove.
6b958814 7321
296a8e19 7322 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
7323
7324 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7325
7326 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7327 the \r.
7328
743595bc
JD
73292010-09-30 Julien Danjou <julien@danjou.info>
7330
7331 * gnus-agent.el (gnus-agent-add-group): Fix call to
7332 gnus-completing-read.
7333
73342010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7335
7336 * nndoc.el (nndoc-retrieve-groups): New function.
7337
7338 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7339 `default', use nnmail-split-methods.
7340 (nnimap-request-article): Downcase the NILs so that they are nil.
7341
7342 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7343 symbol.
7344
7345 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7346 code, since if the user has requested network, that's what they ought
7347 to get.
7348 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7349 (nnimap-split-rule): Mark as obsolete.
7350
296a8e19
SM
7351 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7352 New variable.
743595bc
JD
7353
7354 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7355 correct slot, too.
7356
73572010-09-29 Julien Danjou <julien@danjou.info>
7358
7359 * gnus.el (gnus-local-domain): Declare variable obsolete.
7360
2f5e7c6f
GM
7361 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7362 Fix history computing.
743595bc
JD
7363 (gnus-ido-completing-read): Require ido.
7364
73652010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7368 build Gnus.
7369
7370 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7371 when interpreting the structures.
7372 (nnimap-request-accept-article): Add \r\n to the lines to make this
7373 work with Cyrus.
7374
743595bc
JD
7375 * nndraft.el (nndraft-request-expire-articles): Use the group name
7376 instead if "nndraft". Fix found by Nils Ackermann.
7377
6b958814
G
73782010-09-29 Ludovic Courtes <ludo@gnu.org>
7379
296a8e19 7380 * nnregistry.el: Add.
6b958814 7381
01270787
SM
73822010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * nnmail.el (group, group-art-list, group-art):
7385 Remove unneeded directives.
7386
0c43b6f8
KY
73872010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7388
7389 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11636b22
JB
7390 (mm-mime-charset):
7391 * rfc2047.el (rfc2047-syntax-table):
0c43b6f8
KY
7392 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7393
7394 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7395 rather than `insert-file-contents' and `eval-region'.
7396
743595bc
JD
73972010-09-29 Julien Danjou <julien@danjou.info>
7398
7399 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7400 replacement of `gnus-gravatar-relief' to mimic
7401 `gnus-faces-properties-alist'.
7402 Add :version property.
7403
5b5dafd2
KY
74042010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7405
11636b22
JB
7406 * mail-source.el (mail-source-report-new-mail):
7407 * message.el (message-default-mail-headers):
5b5dafd2
KY
7408 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7409
7410 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7411
b6fda8fc
JD
74122010-09-28 Julien Danjou <julien@danjou.info>
7413
7414 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7415 mail-address contains the same string as real-name.
7416
7417 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7418 non-blank in header, otherwise it'll get stripped.
7419
7420 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7421 real-name, and then for mail address rather than doing : or , search.
7422
743595bc
JD
74232010-09-27 Julien Danjou <julien@danjou.info>
7424
743595bc
JD
7425 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7426 right completing-read function.
7427 (gnus-use-ido): New variable
7428 (gnus-completing-read-with-default): Remove.
296a8e19
SM
7429 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7430 (gnus-agent-add-group):
7431 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7432 * mm-view.el (mm-view-pkcs7-decrypt):
7433 * mm-util.el (mm-codepage-setup):
7434 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7435 * mml-smime.el (mml-smime-openssl-sign-query):
7436 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7437 (mml-insert-multipart):
7438 * gnus-msg.el (gnus-summary-yank-message):
7439 * gnus-int.el (gnus-start-news-server):
7440 * mm-decode.el (mm-interactively-view-part):
7441 * gnus-dired.el (gnus-dired-attach):
7442 * gnus.el (gnus-read-method):
7443 * gnus-bookmark.el (gnus-bookmark-jump):
7444 * gnus-art.el (gnus-mime-view-part-as-type)
7445 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7446 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7447 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7448 * nnmairix.el (nnmairix-create-server-and-default-group)
7449 (nnmairix-update-groups, nnmairix-get-server)
7450 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7451 (nnmairix-get-group-from-file-path):
7452 * nnrss.el (nnrss-find-rss-via-syndic8):
7453 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7454 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7455 (gnus-group-browse-foreign-server):
7456 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7457 (gnus-summary-execute-command, gnus-summary-respool-article)
7458 (gnus-read-move-group-name):
7459 * gnus-score.el (gnus-summary-increase-score)
7460 (gnus-summary-score-effect):
7461 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 7462
e0a185ae
KY
74632010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7464
635be05a
KY
7465 * nnimap.el (auth-source-forget-user-or-password)
7466 (auth-source-user-or-password): Autoload.
7467
e0a185ae
KY
7468 * message.el (message-from-style, message-interactive)
7469 (message-signature): Remove comment.
7470 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7471 always.
7472 (message-sendmail-envelope-from): Comment fix.
7473 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
7474 (message-indentation-spaces):
7475 Default to mail-indentation-spaces always.
e0a185ae
KY
7476 (message-signature-file): Default to mail-signature-file always.
7477
9f2d52e7
G
74782010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7479
7480 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7481 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7482 new articles.
7483
7484 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7485 parts.
7486 (nnimap-request-article): Work with the t setting, too.
7487
7488 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7489 that you don't get flashes of other buffers.
7490 (gnus-summary-show-complete-article): Intern before setting.
7491
74922010-09-27 David Engster <dengste@eml.cc>
7493
938c0d10 7494 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
7495 well as HEADERS.
7496 (nnmairix-retrieve-headers): Provide new argument for the above.
7497
74982010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7499
7500 * gnus-sum.el (gnus-summary-move-article): Don't alter
7501 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7502 group.
7503
7504 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7505
7506 * message.el (message-cite-prefix-regexp): Revert my last edit.
7507
7508 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7509 variable instead of the Gnus variable.
7510
7511 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7512
296a8e19 7513 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
7514
7515 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7516 since some servers don't like it.
7517 (nnimap-open-connection): Forget credentials if the server says the
7518 password was wrong.
7519 (nnimap-parse-line): Protect against invalid data.
7520
7521 * gnus-sum.el (gnus-summary-move-article): Add comment.
7522 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7523 nothing alters it while scanning for new messages.
7524
7525 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7526 which may or may not help.
7527 (nnimap-open-connection): If we're doing a stream connection, and then
7528 discover we're on a STARTTLS-capable server, then open a STARTTLS
7529 connection instead.
7530
14db1c41
LMI
75312010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
296a8e19 7533 * nnimap.el (utf7): Require.
14db1c41
LMI
7534
7535 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7536 prefix.
7537
1d77b63e
JB
75382010-09-27 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7541
062eae99
G
75422010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7543
7544 * nnimap.el (nnimap-request-accept-article): Message the error on
7545 error.
7546
e5fa3899
KY
75472010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7550
1821a7b4
LMI
75512010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
82bccbfa
KY
7553 * nndoc.el (nndoc-request-list): Return success always.
7554
7555 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
7556 `fetch-old' -- we only want to fetch the articles we've requested.
7557 The rest are in the agent, probably.
82bccbfa
KY
7558 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7559 disappeared server" to something low. It's not important.
7560
7561 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7562 arrived before the FETCH data.
7563
7564 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7565 target here, because we don't know the Gnus name of the group.
7566
7567 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7568 for the correct group.
7569
7570 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7571
7572 * gnus.el (gnus): Give a final warning after startup.
7573
7574 * gnus-util.el (gnus-action-message-log): New variable.
7575 (gnus-message): Use it.
7576 (gnus-final-warning): New function.
7577
7578 * nnimap.el (nnimap-open-connection): Record the greeting.
7579 (nnimap): Add greeting.
7580
75812010-09-26 Julien Danjou <julien@danjou.info>
7582
7583 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7584 arguments.
7585 (gnus-html-wash-images): Fix spec computing to include start/end.
7586
7587 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7588
75892010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7590
7591 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7592 deletion.
7593 (nnimap-retrieve-headers): Don't select the group, because that's
7594 already done by nnimap-possibly-change-group.
7595
7596 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7597 (gnus-picon-transform-address): Use it.
7598
2696d88f
G
7599 * mail-source.el (mail-source-value): Revert previous patch.
7600
7601 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7602 on failure.
7603 (nnimap-open-connection): Look up both virtual and physical server name
7604 credentials.
7605
7606 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7607
76082009-02-08 Dave Love <fx@gnu.org>
7609
296a8e19
SM
7610 * gnus-win.el (gnus-window-to-buffer-helper)
7611 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
7612
7613 * mail-source.el (mail-source-value): Function needn't be a symbol.
7614
76152010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7616
7617 * message.el (message-cite-prefix-regexp): Remove } from the cite
7618 prefix.
7619
7620 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7621 highlight again, so that the highlight is correct.
7622
7623 * gnus-picon.el (gnus-picon): Remove again.
da6062e6 7624 (gnus-picon-create-glyph): Set the background XPM color explicitly.
2696d88f 7625
1821a7b4 7626 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
da6062e6 7627 doing the header highlightling, so that the background color of the
1821a7b4
LMI
7628 picon is correct.
7629
296a8e19 7630 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4 7631 (gnus-picon): Ditto.
da6062e6 7632 (gnus-picon): Reinstate. The background color for picons is white.
1821a7b4
LMI
7633 (gnus-picon-insert-glyph): Make the background white.
7634
7635 * nnml.el (nnml-open-nov): Don't return dead buffers.
7636
7637 * auth-source.el (auth-source-create): Query the user for whether to
7638 store the credentials.
7639
7640 * auth-source.el (auth-source-user-or-password): Use the existing auth
7641 sources, if any, for creation.
7642
7643 * gnus.el (gnus-group-fast-parameter): Return the last matching
7644 parameter instead of the first matching parameter.
7645
76462010-09-26 Julien Danjou <julien@danjou.info>
7647
7648 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7649
76502010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7651
7652 * mml2015.el (mml2015-use): Remove gpg support.
7653
7654 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 7655 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
7656
76572010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7658
7659 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7660 (gnus-browse-unsubscribe-current-group): Document it.
7661 (gnus-browse-unsubscribe-group): Use it.
7662
76632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7664
7665 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7666 address to the To list for easier response.
7667
296a8e19 7668 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
7669 (gnus-splash): Don't play jingle.
7670 (gnus): Silence gnus-load message.
7671
296a8e19 7672 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
7673
7674 * gnus.el (gnus-play-jingle): Remove audio support.
7675
7676 * gnus-cus.el (gnus-score-customize): Remove audio reference.
7677
296a8e19 7678 * earcon.el: Remove -- no users.
1821a7b4 7679
296a8e19 7680 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
7681
7682 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7683
7684 * gnus-start.el (gnus-setup-news): Remove nocem support.
7685
296a8e19 7686 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 7687
296a8e19 7688 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
7689
7690 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 7691 Remove.
1821a7b4 7692
296a8e19 7693 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
7694 uses NoCeM any more.
7695
7696 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7697 (gnus-button-ctan-handler): Ditto.
7698 (gnus-button-handle-ctan-bogus-regexp): Ditto.
7699 (gnus-button-ctan-directory-regexp): Ditto.
7700 (gnus-button-handle-ctan): Ditto.
7701 (gnus-button-tex-level): Ditto.
296a8e19 7702 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
7703
77042010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7705
296a8e19 7706 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
7707 nnimap-streaming test.
7708
7709 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7710 servers twice.
7711
7712 * nnimap.el (nnimap-open-connection): Add more error reporting when
7713 nnimap fails early.
7714
7715 * nnheader.el (nnheader-get-report-string): New function.
7716 (nnheader-get-report): Use it.
7717
7718 * gnus-int.el (gnus-check-server): Say what the error was when opening
7719 failed.
7720
7721 * nnimap.el (nnimap-wait-for-response): Search further when we're not
7722 using streaming.
7723
77242010-09-25 Julien Danjou <julien@danjou.info>
7725
7726 * gnus-html.el (gnus-html-rescale-image): Use our defalias
7727 gnus-window-inside-pixel-edges.
7728
758845a0
LMI
77292010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7730
1821a7b4
LMI
7731 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7732
7733 * mm-decode.el (mm-save-part): Allow saving to other directories the
7734 normal Emacs way.
7735
296a8e19
SM
7736 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7737 Suggested by Jay Berkenbilt.
1821a7b4
LMI
7738
7739 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7740 there isn't a single byte.
7741
7742 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7743 just do it. It doesn't really seem to matter what the user responds
7744 here, I think, so it's just a confusing question.
7745
7746 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7747 non-streaming case.
7748
296a8e19 7749 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
7750 (gnus-article-encrypt-body): Use it.
7751
7752 * gnus-sum.el (gnus-summary-show-complete-article): New command and
7753 keystroke.
7754
296a8e19
SM
7755 * nnimap.el (nnimap-find-wanted-parts-1):
7756 Use gnus-fetch-partial-articles.
1821a7b4
LMI
7757
7758 * gnus-art.el (gnus-fetch-partial-articles): New variable.
7759
7760 * nnimap.el (nnimap-insert-partial-structure): New function.
7761 (nnimap-get-partial-article): New function.
7762 (nnimap-request-article): Use it.
7763 (nnimap-wait-for-response): Return whether the wait was successful.
7764 (nnimap-finish-retrieve-group-infos): Don't do anything if the
7765 retrieval wasn't successful.
7766 (nnimap-retrieve-group-data-early): Allow throttling servers.
7767 (nnimap-streaming): New variable.
296a8e19 7768 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
7769
7770 * mm-decode.el (mm-with-part): Protect against killed buffers.
7771
758845a0
LMI
7772 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7773 for prettier summary display.
7774
cd178df2
AC
77752010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
7776
2f5e7c6f 7777 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 7778
56d95d02
LMI
77792010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7780
6f33b4d7
LMI
7781 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7782 apparently third-party libraries depend on it.
7783
7784 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7785 before starting negotiation.
7786
6688abe0
LMI
7787 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7788 privacy reasons.
7789 (gnus-treat-mail-gravatar): Ditto.
7790
56d95d02
LMI
7791 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7792 buffer when inserting images. Inserting text into the headers, for
7793 instance, can make them invalid.
7794
e70153eb
JD
77952010-09-25 Julien Danjou <julien@danjou.info>
7796
a41db107
JD
7797 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7798 variables.
7799
7800 * nnheader.el: Remove useless variables news-reply-yank-from and
7801 news-reply-yank-message-id.
7802
7803 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7804 variables.
7805
7806 * mml1991.el: Remove useless mml1991-verbose.
7807
7808 * gnus.el: Remove useless variable gnus-use-generic-from.
7809 Remove obsolete variable gnus-topic-indentation.
7810
7811 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7812
7813 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7814
7815 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7816
7817 * gnus-group.el: Remove useless gnus-group-icon-cache.
7818 Remove useless gnus-ephemeral-group-server.
7819
7820 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7821
e70153eb
JD
7822 * mml2015.el: Remove useless mml2015-verbose.
7823
7824 * mml-smime.el: Remove useless mml-smime-verbose.
7825
7826 * gnus.el: Remove useless gnus-local-domain.
7827
296a8e19
SM
7828 * gnus-gravatar.el (gnus-gravatar-transform-address):
7829 Use gnus-gravatar-size.
e70153eb
JD
7830
7831 * gnus-art.el: Remove useless gnus-treat-translate.
7832
61b1af82
G
78332010-09-24 Julien Danjou <julien@danjou.info>
7834
7835 * gnus-sum.el: Add support for Gravatars.
7836
7837 * gnus-art.el: Add support for Gravatars.
7838
7839 * gnus-gravatar.el: Add this file.
7840
7841 * gravatar.el: Add this file.
7842
78432010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7844
296a8e19 7845 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 7846
296a8e19 7847 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 7848
296a8e19 7849 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 7850
296a8e19 7851 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 7852
296a8e19 7853 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 7854
296a8e19 7855 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 7856 (gnus-group-recent-archive-directory): Ditto.
296a8e19 7857 (gnus-group-make-archive-group): Remove.
61b1af82
G
7858
7859 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7860
7861 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7862 use the same article number for all the cached articles.
7863
7864 * nnimap.el (nnimap-command): Register the last command time so
7865 that we can use it for idling NOOPs.
7866 (nnimap-open-connection): Start the keeplive timer.
7867 (nnimap-make-process-buffer): Store all the process buffers.
7868 (nnimap-keepalive): New function.
7869
938c0d10 7870 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
7871
78722010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7873
7874 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7875 handling.
7876
78772010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7878
7879 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7880 its data structures.
7881
7882 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7883 instead of the cl.el copy-list.
7884 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7885 equalp.
7886
5843126b
KY
78872010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7890 and tool-bar-local-item-from-menu.
7891
7892 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7893 mode-line-highlight face for Emacs.
7894
7895 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7896 loading gnus-sum.elc; fix comment for canlock-verify.
7897 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
7898 (gnus-insert-mime-button, gnus-insert-mime-security-button):
7899 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
7900 (gnus-article-next-page-1): No need to adjust the number of lines.
7901 (gnus-article-describe-bindings): Always use help-buffer.
7902
11636b22
JB
7903 * gnus-audio.el (gnus-audio-inline-sound):
7904 * gnus-cus.el (gnus-custom-mode):
5843126b
KY
7905 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7906
7907 * gnus-sum.el (gnus-remove-overlays): Doc fix.
7908
7909 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7910 compatible code.
7911
0a9f9d06 79122010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
7913
7914 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7915 visiting the fcc file in rmail-mode.
7916
d3361e62
KY
79172010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7918
7919 * nnir.el: Silence the byte compiler.
7920
7921 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7922 alias to browse-url-url-encode-chars if any.
7923 (gnus-html-encode-url): Use it.
7924
b1ae92ba
G
79252010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7926
7927 * gnus-start.el (gnus-use-backend-marks): New variable.
7928 (gnus-get-unread-articles-in-group): Use it.
7929
7930 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7931 makeover.
7932
79332010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7934
7935 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7936
79372010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938
7939 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
7940 Remove.
7941 (gnus-setup-news-hook):
7942 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
7943
7944 * gnus-int.el (gnus-request-update-info): Protect against backends not
7945 having the function.
7946
e9fce1ac
JB
7947 * nnimap.el (nnimap-stream): Mention STARTTLS.
7948 (nnimap-open-connection): Add STARTTLS support.
b1ae92ba
G
7949
79502010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7951
7952 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7953
79542010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7955
7956 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7957 BODYSTRUCTUREs.
7958 (nnimap-transform-headers): Unfold quoted {42} headers.
7959
7960 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7961 the info.
7962 (gnus-get-unread-articles): Only call updatep on backends that support
7963 it.
7964
7965 * nnweb.el (nnweb-request-update-info): NOOP.
7966
296a8e19 7967 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 7968
296a8e19 7969 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
7970 since it only deals with marks.
7971
296a8e19 7972 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
7973 gnus-request-marks, and make a new gnus-request-update-info.
7974
7975 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7976 the active instead of the high number, which is usually too low.
7977
79782010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7979
296a8e19 7980 * encrypt.el: Remove.
b1ae92ba 7981
239952b0
LMI
79822010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7983
d8ec441e
LMI
7984 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7985 server in symbolic form.
7986
296a8e19 7987 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 7988
b069e5a6
G
79892010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7990
7991 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7992 (nnimap-update-info): Fix up code slightly.
7993
7994 * gnus-int.el (gnus-open-server): Add tracing for performance
7995 debugging.
7996
7997 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7998 (gnus-group-insert-group-line): Pass the real group name so that it
7999 gets the right data.
8000
8001 * gnus-start.el (gnus-get-unread-articles): Don't have
8002 `gnus-get-unread-articles-in-group' update info, since that can be
8003 really slow and doesn't seem to be needed?
8004
b069e5a6
G
80052010-09-22 Julien Danjou <julien@danjou.info>
8006
296a8e19
SM
8007 * gnus-group.el (gnus-group-insert-group-line):
8008 Call gnus-group-highlight-line.
b069e5a6
G
8009 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8010 default hook list.
8011 (gnus-group-update-eval-form): Add new function.
8012 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8013 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8014
80152010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8016
8017 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8018 immediate, then expire all articles.
8019 (nnimap-update-info): Fix off-by-one errors.
8020 (nnimap-flags-to-marks): Would return no marks lists for group with no
8021 flags. Instead return the other data.
8022
80232010-09-22 Julien Danjou <julien@danjou.info>
8024
296a8e19 8025 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
8026 Only return an icon.
8027 (gnus-group-insert-group-line): Compute icon to return.
8028
296a8e19 8029 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
8030 (gnus-html-image-fetched): Only cache if
8031 gnus-html-image-automatic-caching is set.
8032 (gnus-html-image-fetched): Check for errors.
8033
80342010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8035
8036 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8037 once per method on `g'. This ensures that backends like nnfolder don't
8038 open all their folders.
8039
8040 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8041 (nnimap-request-list): Nix out group in the correct buffer.
8042 (nnimap-parse-flags): Implement by using `read' instead of
8043 hand-parsing.
8044 (nnimap-flags-to-marks): Pass on permanent-flags.
8045 (nnimap-make-process-buffer): Record the server name.
8046 (nnimap-parse-flags): Fix typo.
8047 (nnimap-request-scan): Run split on the server in general, not just a
8048 single group.
8049
8050 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8051 parameter, and propagate this downwards.
8052
8053 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8054 since EXAMINE changes it on the server.
8055
8056 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8057 this command might take a while.
8058
80592010-09-22 Julien Danjou <julien@danjou.info>
8060
2f5e7c6f 8061 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
8062 harmful if you have 2 images side-by-side, they can't be properly
8063 update on text deletion. Using text-property is safer here.
b069e5a6
G
8064 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8065 data.
8066
80672010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8068
296a8e19 8069 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
8070 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8071 (nnimap-expunge): Flip default to t.
8072
8073 * gnus.el (gnus-method-to-server): Don't push things to the cache
8074 unless it's unique.
8075 (gnus-server-to-method): Ditto.
8076
7390c1cd
TZ
80772010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8078
8079 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8080
b4e64499
JD
80812010-09-22 Julien Danjou <julien@danjou.info>
8082
b069e5a6
G
8083 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8084 get the start of data.
8085 (gnus-html-encode-url): Add this function to encode special chars in
8086 URL.
8087 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8088 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8089
c7e2ef4e
JD
8090 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8091 default.
8092 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8093
b4e64499
JD
8094 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8095 images alt-text.
8096 (gnus-html-put-image): Put alt-text as help-echo.
8097
4def29e7
KY
80982010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8099
11636b22
JB
8100 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8101 * mm-util.el (mm-decompress-buffer):
8102 * nnir.el (nnir-run-find-grep):
4def29e7
KY
8103 * pop3.el (pop3-list): Use 3rd arg of split-string.
8104
b069e5a6
G
81052010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8106
8107 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8108 outside the active range. Suggested by Dan Christensen.
8109
8110 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8111 slightly later to avoid double-getting it.
8112
8113 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8114 previous patch.
8115
8116 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8117
0617bb00
LMI
81182010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8119
8120 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8121
81222010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8123
8124 * gnus-int.el (gnus-open-server): Give a better error message in the
8125 "go offline" case.
8126
8127 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8128 marks for nnimap, which is seldom the right thing to do.
8129
8130 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8131 (gnus-same-method-different-name): New function.
8132
8133 * nnimap.el (parse-time): Require.
8134
8135 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8136 method in the presence of many similar methods.
8137
8138 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8139
8140 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8141 nnml-inhibit-expiry.
8142
8143 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8144 find out whether methods are equal.
8145
8146 * nnimap.el (nnimap-find-expired-articles): New function.
8147 (nnimap-process-expiry-targets): New function.
8148 (nnimap-request-move-article): Request the article before looking at
8149 what the Message-ID is. Fix found by Andrew Cohen.
8150 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8151
8152 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8153 for oldness in addition to being a predicate.
8154
8155 * nnimap.el (nnimap-request-group): When we have zero articles, return
8156 the right data to Gnus.
8157 (nnimap-request-expire-articles): Only delete articles immediately if
8158 the target is 'delete.
8159
8160 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8161 method, this would bug out.
8162
296a8e19 8163 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
8164 gnus-group-nnimap-expunge, and implemented as a normal interface
8165 function.
8166
8167 * gnus-int.el (gnus-request-expunge-group): New function.
8168
8169 * nnimap.el (nnimap-request-create-group): Implement.
8170 (nnimap-request-expunge-group): New function.
8171
2c8b2fc8
JD
81722010-09-21 Julien Danjou <julien@danjou.info>
8173
8174 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8175 (gnus-html-cache-expired): Add new function.
8176 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8177 wethever we should display image for fetch it.
8178 Compute alt-text earlier to pass it to the fetching function too.
8179 (gnus-html-schedule-image-fetching): Change function argument to only
8180 get one image at a time, not a list.
8181 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8182 cache.
8183 (gnus-html-get-image-data): New function to retrieve image data from
8184 cache.
8185 (gnus-html-put-image): Change buffer argument to use image data rather
8186 than file, and place image above region rather than inserting a new
2f5e7c6f 8187 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
8188 the image above alt-text.
8189 (gnus-html-prune-cache): Remove.
8190 (gnus-html-show-images): Start to fetch image when we find one, do not
8191 push into a temporary list.
8192 (gnus-html-prefetch-images): Only fetch image if they have expired.
8193 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8194 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8195
e4e22d29
KY
81962010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8199
a46359d4
LMI
82002010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8201
b069e5a6
G
8202 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8203 spec inser "*" if the group isn't active instead of 0.
8204
a46359d4
LMI
8205 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8206 opening the server.
8207 (nnimap-request-delete-group): Implement group deletion.
8208 (nnimap-transform-headers): Return the size of the entire message in
8209 the Bytes header, not just the size of the first part.
8210 (nnimap-request-move-article): When moving an article from nnimap,
8211 request the article first so the accepting form has an article to
8212 accept. Reported by Dan Christensen.
8213 (nnimap-command): Make sure that the error message doesn't error out.
8214
82152010-09-20 David Edmondson <dme@dme.org> (tiny change)
8216
8217 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8218 we haven't requested anything.
8219
82202010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8221
8222 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8223 "". Fix found by Andrew Cohen.
8224
8225 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8226 instead of -encode-string.
8227
321fce93
KY
82282010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8229
8230 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8231
8232 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8233 by mm-subst-char-in-string.
8234
e8861cd2
LMI
82352010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8236
bdaa75c7
LMI
8237 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8238 waiting for the connection string.
8239
8240 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8241 arriving.
8242
8243 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8244 bogus characters. This allows selecting certain Gmail groups.
8245
8246 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8247 (nnimap-fetch-partial-articles): New variable.
8248 (nnimap-open-connection): When looking for credentials, also use the
8249 nnimap-server-port.
8250 (nnimap-request-article): Return the group/article number, so that Gnus
8251 `^' works as expected.
296a8e19 8252 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
8253
8254 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8255 comments.
8256 (gnus-methods-sloppily-equal): New function.
8257 (gnus): When using the development version of Gnus, load the gnus-load
8258 file.
8259
8260 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
8261 `gnus-open-server' on each method before trying to scan them etc.
8262 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
8263
8264 * nnimap.el (nnimap-authenticator): New variable.
8265 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
8266 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8267 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
8268
8269 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8270 patch, found by Knut Anders Hatlen.
8271
82722010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8273
8274 * gnus-agent.el (gnus-agent-batch-confirmation)
8275 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8276 to gnus-message.
8277 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8278 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8279 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8280 * gnus-int.el (gnus-open-server): Likewise.
8281 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8282 (gnus-score-check-syntax): Likewise.
8283 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8284 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8285 Likewise.
8286 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8287
82882010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
8290 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8291 calling conventions so that prefetch doesn't bug out.
8292
82932010-09-19 Julien Danjou <julien@danjou.info>
8294
8295 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8296 rather than `subst-char-in-region' in order to be able to replace ASCII
8297 char by UTF-8 ones.
8298
8299 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8300 than curl.
8301 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8302 the right URL and ALT text on images.
8303 (gnus-html-wash-tags): Fix tag case.
93acd23d 8304 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
8305 (gnus-article-html): Add -o display_ins_del=2 option.
8306 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8307
83082010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8309
8310 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8311 the extra mail headers, which sometimes seem to happen for unknown
8312 reasons.
8313
8314 * mail-parse.el (mail-header-encode-parameter): Define as
8315 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8316 (or most, perhaps?) mail readers don't understand the latter, but do
8317 understand the former.
8318
e8861cd2
LMI
8319 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8320 to nil, so that no methods are automatically agentized. I think this
8321 is probably what most users want.
8322
8323 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8324 from url-retrieve, for instance about invalid URLs.
8325
8326 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8327 groups that have no articles.
8328 (nnimap-request-article): Check that we really got an article when we
8329 requested one.
8330
8331 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8332 doesn't exist.
8333
8334 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8335 nntp buffer so the agent can save it.
8336 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8337 that CRLF doesn't get translated to \n.
8338 (nnimap-open-connection): Don't make 'shell commands only send \n.
8339
149caf54
SM
83402010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8343 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8344 Update var name.
8345 (nnml-generate-nov-file): Use dolist.
8346 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8347 Use with-current-buffer.
8348
286c4fc2
LMI
83492010-09-18 Julien Danjou <julien@danjou.info>
8350
8351 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8352 parallel.
8353
88ed5ce8
KY
83542010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8355
286c4fc2
LMI
8356 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8357 the range update right.
8358 (nnimap-request-group): Don't make `M-g' bug out on group with no
8359 marks.
296a8e19 8360 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
8361 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8362 command we're looking for. This helps when the server sends more
8363 responses after we've gotten everything we expected.
8364 (nnimap): Add a `newlinep' field to keep track of end-of-line
8365 conventions.
8366 Don't send CRLF to things that don't want it.
8367 (nnimap-request-accept-article): Ditto.
8368
83692010-09-18 Julien Danjou <julien@danjou.info>
8370
8371 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8372 than curl to retrieve images.
8373
83742010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8375
8376 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8377 the marks.
8378 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8379 (nnimap-wait-for-connection): New function.
8380 (nnimap-open-connection): If we have PREAUTH, don't query for login
8381 credentials.
8382 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8383 when doing a partial update.
8384
83852010-09-18 Julien Danjou <julien@danjou.info>
8386
8387 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8388 tags.
8389
83902010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8391
8392 * nnimap.el (nnimap-credentials): New function.
8393 (nnimap-open-connection): Use the new function to look for credentials
8394 also on the numeric equivalents of "imap" and "imaps".
8395
8396 * gnus-start.el (gnus-activate-group): Send the info to
8397 gnus-request-group.
8398
8399 * nnimap.el (nnimap-request-group): Have the "check" version of the
8400 function parse flags and update the info, so that a `M-g' get a total
8401 resync of all flags from the group.
8402
8403 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8404 to allow backends to alter the info on group selection. Also alter all
8405 the backend -request-group functions to take the parameter.
8406
8407 * nnimap.el (nnimap-store-info): New function.
8408 (nnimap-update-info): Store the info for later usage.
8409 (nnimap-request-group): Use the stored info for the dont-check case, so
8410 that we don't retrieve all marks when we enter a group.
8411
8412 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 8413
bf5ba10b
LMI
8414 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8415 update the group info. This makes the nndraft groups, for instance, go
91af3942 8416 back to their old behavior.
bf5ba10b 8417
88ed5ce8
KY
8418 * gnus-sum.el (gnus-select-newsgroup): Indent.
8419
8420 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8421 in.
8422 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8423 nothing.
8424
8425 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8426 from methods that are denied.
8427
8428 * gnus-int.el (gnus-method-denied-p): New function.
8429
8430 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8431 store the password instead of netrc.
8432 (nnimap-open-connection): Don't error out when we can't make a
8433 connections.
8434
8435 * auth-source.el (auth-source-create): In the password prompt, say what
8436 we're querying for. Also prompt for user name if that hasn't been
8437 given.
8438
296a8e19 8439 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
8440
84412010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8442
8443 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8444 method when we're reading from the agent.
8445
8446 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8447
8448 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8449 that's probably most useful for users.
8450
8451 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8452 "failed" all the time.
8453
8454 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6df6ae42 8455 ...)) with (with-current-buffer ...).
88ed5ce8
KY
8456
8457 * nntp.el (nntp-open-server): Return whether the open was successful or
8458 not.
8459
8460 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8461 select an unread unseen article first.
8462
8463 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8464 /etc/services, supply some sensible port defaults.
8465
b069e5a6 84662010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
8467
8468 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8469
84702010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8471
8472 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8473 doesn't have any parameters.
8474
84752010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8476
8477 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8478 only upcased checks.
8479
8480 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8481
8482 * nnimap.el (nnimap-open-shell-stream): New function.
8483 (nnimap-open-connection): Use it.
8484 (nnimap-transform-headers): Get the number of lines in each message.
8485 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8486 number of lines.
8487 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8488 problem.
8489
8490 * utf7.el (utf7-encode): Autoload.
8491
8492 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8493 to allow the mail splitting to not return a default group. This is
8494 useful for nnimap, which will leave unmatched mail in the inbox.
8495
8496 * nnimap.el: Rewritten.
8497
8498 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8499 nnimap usage.
8500
8501 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8502 if the move is internal, so that nnimap can do fast internal moves.
8503
8504 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8505 data.
8506 (gnus-read-active-for-groups): Support finishing the early retrieval of
8507 data.
8508
8509 * gnus-range.el (gnus-range-nconcat): New function.
8510
8511 * gnus-int.el (gnus-finish-retrieve-group-infos)
8512 (gnus-retrieve-group-data-early): New functions.
8513
63556fc6
SM
85142010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8517 (nnrss-retrieve-groups):
8518 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8519 (pop3-quit): Use with-current-buffer.
8520
f4530299
KY
85212010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8522
0eb04273
KY
8523 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8524 instead of nnheader-accept-process-output.
8525
f4530299
KY
8526 * gnus-html.el (gnus-html-schedule-image-fetching)
8527 (gnus-html-prefetch-images): Replace process-kill-without-query by
8528 gnus-set-process-query-on-exit-flag.
8529
eca7d7bf
RF
85302010-09-16 Romain Francoise <romain@orebokech.com>
8531
8532 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8533
01e80360
LMI
85342010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8535
b069e5a6
G
8536 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8537 parameter to unintern is mandatory-ish in Emacs 24.
8538
01e80360
LMI
8539 * gnus-html.el (gnus-html-schedule-image-fetching)
8540 (gnus-html-prefetch-images): Check for curl before using it.
8541
8542 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8543 depend on curl, which isn't essential.
8544
8545 * imap.el: Revert back to version
8546 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8547 seem problematic.
8548
5e2a84e3
JB
85492010-09-14 Juanma Barranquero <lekktu@gmail.com>
8550
8551 * gnus-registry.el (gnus-registry-install-shortcuts):
8552 Explicitly pass `obarray' to `unintern' to avoid a warning.
8553
74769e8b
LMI
85542010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
296a8e19 8556 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
8557 change.
8558
296a8e19 8559 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
8560 functions, including the moreover stuff.
8561
85622010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8563
8564 * nnrss.el (nnrss-retrieve-groups): New function.
8565
32405341
JB
85662010-09-14 Juanma Barranquero <lekktu@gmail.com>
8567
8568 * .dir-locals.el: Add no-byte-compile cookie.
8569
dff99050
KY
85702010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8571
8572 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8573 for back end that doesn't support request-scan.
8574
a9ec34f4
LMI
85752010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576
8577 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8578 then do request scans from the backends.
8579
8580 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8581 avoid running a hook per line, since this takes a lot of time,
8582 profiling shows.
8583 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8584 directly if gnus-visual-p is true.
8585
39486331
KY
85862010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8589 groups; replace mapcar with dolist which is a bit faster; pass groups
8590 info to gnus-read-active-file-1.
8591 (gnus-read-active-file-1): Scan only specified groups if the new
8592 optional arg `infos' is given.
8593
698ecd82
LMI
85942010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8595
e574f629
LMI
8596 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8597
296a8e19
SM
8598 * pop3.el (pop3-movemail): Remove.
8599 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 8600
698ecd82
LMI
8601 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8602 don't restrict end-tag searches to the end of the line.
8603
55c9cbb0
KY
86042010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8605
8606 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8607 articles of every unchecked group to t, which means unknown since the
8608 server has never been opened.
8609
724d30be
KY
86102010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8611
99fcd180
LMI
8612 * gnus-html.el (gnus-html-show-alt-text): New command.
8613 (gnus-html-browse-image): Ditto.
8614 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8615 to browse the image directly.
9778a07a
LMI
8616 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8617 better.
99fcd180 8618
296a8e19
SM
8619 * gnus-async.el (gnus-async-article-callback):
8620 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
8621
8622 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8623 before feeding URLs to curl.
8624
16ec6ca4
KY
86252010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8626
ecc74b38
KY
8627 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8628 internal images as deletable by `W D D'.
8629
16ec6ca4
KY
8630 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8631 (gnus-async-article-callback): Fix typo.
8632
5edc8186
LMI
86332010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8634
f9e50677
LMI
8635 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8636 current line to work around bugs in the output from w3m.
8637
8d408585
LMI
8638 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8639 for groups that want that.
8640
d832b437
LMI
8641 * nntp.el (nntp-wait-for-string): Supply a timeout for
8642 accept-process-output to ensure progress.
8643
cdad7ab2
LMI
8644 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8645 level to get unread articles from, then use that for foreign groups,
8646 too.
8647
f39ccb2e
LMI
8648 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8649 confuses the rest of the function.
8650
26f96aa0
LMI
8651 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8652 for the methods that support -retrieve-groups, too.
8653
5edc8186
LMI
8654 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8655
ed96ace9
KY
86562010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8657
8658 * pop3.el: Require cl when compiling.
8659 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8660
d65835d9
LMI
86612010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8662
a83e5f19
LMI
8663 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8664 that aren't going to be activated.
f87f756b 8665 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 8666
29cd986b
LMI
8667 * gnus-html.el (gnus-article-html): Allow calling without specifying
8668 the handle. In that case, dissect the buffer first.
8669
29d31b55
LMI
8670 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8671
d32fac69
LMI
8672 * nnimap.el (nnimap-open-connection): Revert the change that would look
8673 into authinfo for imaps instead of imap.
8674
c15c8017
LMI
8675 * gnus-start.el (gnus-activate-group): Take an optional parameter to
8676 say that you don't want to call gnus-request-group with don-check, but
c80e3b4a 8677 do check the response. This is for virtual groups only.
cc4244d3
LMI
8678 (gnus-get-unread-articles): Count the archive groups as secondary, so
8679 that they're activated the same way as before.
c15c8017 8680
3733ba53
LMI
8681 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8682 case-insensitively.
296a8e19 8683 (nnimap-debug): Remove.
3733ba53 8684
8695c9a7
LMI
8685 * mail-source.el (mail-source-fetch): Don't message if we're fetching
8686 mail from a file, and the file doesn't exist.
8687
3ff31c90
LMI
8688 * pop3.el (pop3-streaming-movemail): Return t for success.
8689
b1a069e6
LMI
8690 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8691 .authinfo if we're using ssl connection.
8692
0c6dfaf8
LMI
8693 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8694 already have if we're in a main Gnus `g' run.
8695
d65835d9
LMI
8696 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8697
c6faacb4
KY
86982010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8699
3cf628e8
KY
8700 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8701
8737ef69
KY
8702 * nnmh.el (nnmh-request-list-1): Bind `file'.
8703
c6faacb4
KY
8704 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8705 alias to set-process-query-on-exit-flag or process-kill-without-query.
8706 (pop3-open-server): Use it.
8707
eecdcaf5
LMI
87082010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8709
85816ac1
LMI
8710 * mail-source.el (mail-source-delete-crash-box): Always move the crash
8711 box to the Incoming file. Fixes mistake in previous checkin.
8712
8713 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8714 request loop (for debugging purposes) removed.
8715
530b8957
LMI
8716 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8717 culprit is more visible.
85816ac1
LMI
8718 (nnml-save-incremental-nov, nnml-open-incremental-nov)
8719 (nnml-add-incremental-nov): New functions to do "incremental" nov
8720 updates, where we just append to the end of the existing nov files
8721 without reading/writing them in full.
530b8957
LMI
8722
8723 * mail-source.el (mail-source-delete-crash-box): Really only check the
8724 incoming files once in a while.
8725
ff3eb82e
LMI
8726 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8727
a2bb410e
LMI
8728 * mail-source.el (mail-source-delete-crash-box): Only check the
8729 incoming files for deletion once per day to save a lot of file
8730 accesses.
8731
8732 * pop3.el (pop3-logon): Fix up unbound variable typo.
8733
8734 * mail-source.el (pop3-streaming-movemail): Autoload.
8735
296a8e19
SM
8736 * pop3.el (pop3-streaming-movemail):
8737 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
8738
8739 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8740 retrieval.
8741
296a8e19 8742 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
8743 (pop3-streaming-movemail, pop3-send-streaming-command)
8744 (pop3-wait-for-messages, pop3-write-to-file)
8745 (pop3-number-of-responses): New functions for streaming pop3
8746 retrieval.
8747
ef45ee6f
LMI
8748 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8749 come from no known methods.
fb994703
LMI
8750 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8751 list.
ef45ee6f 8752
296a8e19 8753 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 8754 message sizes.
ef45ee6f
LMI
8755 (pop3-movemail): Use erase-buffer instead of looping and deleting
8756 regions, which seems rather odd.
34e03853 8757
4469385c
LMI
8758 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8759 file once per `g' run.
8760
2c8bcd54
LMI
8761 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8762 directories. This makes the draft queue directory work.
8763
8c3e17f8
LMI
8764 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8765 data from the backends, so that we only request the list of groups from
8766 each method once. This should speed things up considerably.
8767
8768 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8769 detect that it's not implemented.
8770
8771 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8772 we actually do recurse down into the tree, but don't stat all leaf
8773 nodes.
8774
f790bb74
LMI
8775 * gnus-html.el (gnus-html-show-images): If there are no images to show,
8776 then say so instead of bugging out.
8777
c25d60ab
LMI
8778 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8779 files exist before trying to read them.
8780
8781 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8782 around <pre_int>.
8783
8784 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8785
eecdcaf5
LMI
8786 * nnmh.el (nnmh-request-list-1): Optimize for speed.
8787
7426b4f7
LMI
87882010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8789
eecdcaf5
LMI
8790 * mm-util.el (mm-image-load-path): Just return the image directories,
8791 not all directories in the path in addition to the image directories.
8792 (mm-image-load-path): Maintain a cache of the image directories so that
8793 the `g' command in Gnus doesn't have to stat dozens of directories each
8794 time.
8795
10e91ca9
LMI
8796 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8797 (gnus-html-wash-tags): Add a new `i' command to insert images.
8798 (gnus-html-insert-image): New command and keystroke.
25f28806 8799 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 8800 (gnus-html-show-images): Rename command.
8fab3e39
LMI
8801 (gnus-html-wash-tags): Remove more white space before <pre_int> image
8802 spacers.
8803 (gnus-html-wash-tags): Decode entities at the end, so that entities
8804 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
8805
8806 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8807 so that nnimap methods aren't agentized by default. There's apparently
91af3942 8808 many problems related to agent/imap behavior.
10e91ca9 8809
7426b4f7
LMI
8810 * gnus-art.el (gnus-article-copy-string): New command and key binding.
8811
8812 * gnus-html.el: Doc fix.
8813
3fb8f8a1
KY
88142010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
8815
73137971
KY
8816 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8817 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 8818 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
8819
8820 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8821 for XEmacs.
8822
3fb8f8a1
KY
8823 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8824 of symbol that holds plist data.
8825 (gnus-process-plist): Remove plist of process after getting it.
8826
2e23878e
LMI
88272010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8828
5d97d032
LMI
8829 * message.el (message-generate-hashcash): Change default to
8830 'opportunistic if hashcash is installed.
8831
2e23878e 8832 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
8833 (gnus-html-put-image): Only call image-size once, since it's somewhat
8834 time-consuming on remote X servers.
2e23878e 8835
60893e6f
KY
88362010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8839 decoded contents.
f68a93a9 8840 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 8841
1d297c49
LMI
88422010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
e5500d2a
LMI
8844 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8845 group line format, since it isn't very interesting.
8846
954c8060
LMI
8847 * gnus-agent.el (gnus-agent-short-article),
8848 (gnus-agent-long-article): Increase values for these two variables,
8849 since most people are likely to have more network connection and
8850 storage than before.
8851
a1347097 8852 * gnus.el (gnus-refer-article-method): Change default to 'current.
91af3942 8853 When referring an article, the common behavior is to refer it from the
a1347097
LMI
8854 current select method, not the native select method. The chances of
8855 the native select method having the message in question is rather slim
8856 these days.
8857
8858 * gnus-sum.el (gnus-auto-select-subject): Change default to
8859 `unseen-or-unread'. I think it's likely that most people want to
8860 select an unseen article over a previously seen, but unread one.
8861
8862 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
8863 means that in the article buffer none of the minor mode elements will
8864 be shown, usually, and this is not desirable in most cases.
8865
1d297c49
LMI
8866 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8867 that commands like `d' (and the like) go to the next line in the
8868 buffer, instead of the next unread article. I think this is the
91af3942 8869 behavior that is most natural for most users.
1d297c49
LMI
8870 (gnus-single-article-buffer): Change default to nil, so that people can
8871 have as many article buffers open as they have summary buffer. I think
8872 this is the most natural way for the groups to behave.
8873
8874 * message.el (message-generate-new-buffers): Change default to
8875 `unsent', so that all new message buffers start their names with the
8876 string "*unsent", and it's easier to find the buffers if you move from
8877 them.
8878
a93b858c
LMI
88792010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8880
8881 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 8882 small. They're probably tracking images.
36a806f3 8883 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
8884 (gnus-html-rescale-image): Yet another try at getting the image sizing
8885 right.
a93b858c
LMI
8886
8887 * nntp.el (nntp-request-set-mark): Refuse to do marks if
8888 nntp-marks-file-name is nil.
8889
2aafbe5a
TZ
88902010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8891
8892 * gnus-html.el (gnus-html-wash-tags)
8893 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8894 Better logging.
8895
9a4b54db
LMI
88962010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8897
296a8e19 8898 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 8899
9a4b54db
LMI
8900 * gnus-html.el (gnus-html-wash-tags): Check the value of
8901 gnus-blocked-images in the summary buffer.
8902
9a047bac
TZ
89032010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8904
8905 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8906
261ff377
LMI
89072010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8908
c6c81576
LMI
8909 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8910 like "a", it seems like.
8911 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8912 since it needs to be picked from the correct buffer.
8913
296a8e19 8914 * nnwfm.el: Remove.
261ff377 8915
296a8e19 8916 * nnlistserv.el: Remove.
261ff377 8917
d743e0d1
TZ
89182010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8919
8920 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8921 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8922
075843d3
LMI
89232010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8924
296a8e19 8925 * nnkiboze.el: Remove.
f7362445 8926
296a8e19 8927 * nndb.el: Remove.
f7362445 8928
075843d3
LMI
8929 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8930 alt text.
1ee093a3
LMI
8931 (gnus-html-rescale-image): Try to get the rescaling logic right for
8932 images that are just wide and not tall.
075843d3
LMI
8933
8934 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8935 overshadow variable bindings.
8936
6ca07e49
TZ
89372010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8938
8939 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
8940 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8941 Add extra logging.
6ca07e49 8942
fe01e1a3
LMI
89432010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8944
8945 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
8946 (gnus-max-image-proportion): New variable.
8947 (gnus-html-rescale-image): New function.
8948 (gnus-html-put-image): Rescale images.
fe01e1a3 8949
765abcce
SM
89502010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 Fix up some byte-compiler warnings.
8953 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8954 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8955 (gnus-article-fill-cited-article, gnus-article-hide-citation)
8956 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8957 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8958 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8959 (gnus-group-update-group): Use save-excursion and with-current-buffer.
8960
da43765d
KY
89612010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8962
8963 * gnus-html.el (gnus-article-html): Decode contents by charset.
8964
a14b3417
KY
89652010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8966
b0e30310 8967 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11636b22 8968 (gnus-html-frame-width, gnus-blocked-images):
b0e30310
KY
8969 * message.el (message-prune-recipient-rules): Add custom version.
8970 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8971
a14b3417
KY
8972 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8973 functions.
8974
cd110b2b
KY
8975 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8976 gnus-process-get.
8977
8f563146
KY
89782010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
8979
8980 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8981 instead of lsub directly.
8982
2cdd366f
KY
89832010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8984
296a8e19 8985 * nnwarchive.el: Remove.
3c08d668 8986
296a8e19 8987 * gnus-soup.el: Remove.
c4d82de8 8988
296a8e19 8989 * nnsoup.el: Remove.
c4d82de8 8990
296a8e19 8991 * nnultimate.el: Remove.
c4d82de8 8992
51dee5ef
KY
8993 * gnus-html.el (gnus-blocked-images): New variable.
8994
2cdd366f
KY
8995 * message.el (message-prune-recipients): New function.
8996 (message-prune-recipient-rules): New variable.
8997
8998 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8999 guess whether a long line is natural text or not.
9000
296a8e19
SM
9001 * gnus-html.el (gnus-html-schedule-image-fetching):
9002 Use gnus-process-plist and friends for compatibility.
2cdd366f 9003
2d217ead
SM
90042010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * gnus-html.el: Require packages that define macros used in this file.
9007 (gnus-article-mouse-face): Declare to silence byte-compiler.
9008 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9009 process-get.
9010 (gnus-html-put-image): Use plist-get to avoid getf.
9011 (gnus-html-prefetch-images): Use with-current-buffer.
9012
1a10d421
KY
90132010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9014
2cdd366f
KY
9015 * gnus-ems.el: Provide compatibility functions for
9016 gnus-set-process-plist.
9017
11636b22
JB
9018 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9019 * gnus.el (gnus-valid-select-methods):
9020 * message.el (message-send-mail-partially-limit):
9021 * mm-decode.el (mm-text-html-renderer):
9022 * mml.el (mml-insert-mime-headers-always):
1a10d421
KY
9023 * smiley.el (smiley-regexp-alist): Bump custom version.
9024
90252010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9026
9027 * gnus-html.el: require mm-url.
ad142133
KY
9028 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9029 with the url to `url'.
9030 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 9031
f5ec697d
KY
90322010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9033
c2861968
KY
9034 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9035 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 9036 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 9037
296a8e19 9038 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 9039
379dde03 9040 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 9041 UTF-8. This seems to fix problems with some German web feeds.
379dde03 9042
5a2756c8 9043 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
da6062e6 9044 at the top so that the proper colors are applied.
5a2756c8 9045
47fe149b
KY
9046 * gnus-art.el (gnus-article-view-part): Doc fix.
9047
fb16bb46
KY
9048 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9049 XEmacs-compatible.
9050 (gnus-html-put-image): Don't do images on non-graphic displays.
9051
296a8e19 9052 * nnslashdot.el: Remove this unused backend.
77ae8989 9053
75856ec0
KY
9054 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9055 actions.
77ae8989 9056 (gnus-undo-register-1): Revert last change.
75856ec0 9057
0be02d8a
KY
9058 * gnus-group.el (gnus-group-completing-read): Protect against not
9059 having completion-styles bound.
9060
9061 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9062 make broken recipients happier.
9063
929989ff
KY
9064 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9065
9066 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9067 point parameter.
9068
f5ec697d
KY
9069 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9070 completion-styles for group selection.
9071
5ec44091
KY
90722009-02-04 Andreas Schwab <schwab@suse.de>
9073
9074 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9075 headers and regexp-quote the match if necessary.
9076
07466c8e
KY
90772009-03-24 Miles Bader <miles@gnu.org>
9078
9079 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9080 the blinking smiley.
9081
90822009-03-24 Simon Josefsson <simon@josefsson.org>
9083
9084 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9085 blink smiley.
9086
8bff7c00
KY
90872010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
9089 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9090 where the dribbel file lives exists.
9091
9092 * message.el (message-send-mail-partially-limit): Change the default to
9093 nil, since most people don't want this.
9094
9095 * mm-url.el (mm-url-decode-entities): Also decode entities like
9096 &#x3212.
9097
0b10e437
KY
90982009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9099
9100 * gnus-sum.el (gnus-summary-idna-message):
9101 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9102 Hyperlink urls in docstrings with URL `...'.
9103
b1992461
KY
91042010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9105
9106 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9107 functions.
9108
655efd71
KY
91092010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9110
b1992461
KY
9111 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9112 say what the mouseover text should be.
9113
9114 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9115 version of the mm-w3m-safe-url-regexp variable to only download images
9116 in the groups where we want that to happen.
9117
9118 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9119
9120 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9121 easier debugging.
9122 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9123 big pictures in the article buffer.
9124
9125 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9126 gnus-article-html.
9127 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9128 w3m.
9129
655efd71
KY
9130 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9131
6b8382e4
KY
91322010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
9134 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9135 which doesn't exist.
9136
9137 * message.el (message-inhibit-ecomplete): New variable to allow some
9138 function to inhibit ecomplete address storage.
9139 (message-resend): Disable ecomplete message storage when resending
9140 messages.
9141
9142 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9143
dc6de553
KY
91442010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9147 Save excursion while copying, moving, and deleting articles in order to
9148 prevent the cursor from jumping to unforeseen place.
9149
8e7d4ca1
GM
91502010-08-17 Glenn Morris <rgm@gnu.org>
9151
10506f64
GM
9152 * gnus-sync.el: Require gnus components whose functions are used.
9153
8e7d4ca1
GM
9154 * gnus-art.el (bookmark-make-record-function):
9155 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9156 Declare for compiler.
9157
9158 * mm-url.el (mml-compute-boundary): Autoload.
9159
4e815860
KY
91602010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9163
ab731e1c
KY
91642010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9165
9166 Typo fix "hoo4a" -> "hook".
9167
9168 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9169
810717b6
GM
91702010-08-14 Glenn Morris <rgm@gnu.org>
9171
9172 * gnus-sync.el (gnus-sync): Fix defgroup version.
9173
8c330707
KY
91742010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9175
f5a62bb4 9176 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
9177
9178 * gnus-sync.el: Fix docs.
9179 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9180 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9181
186a9cbb
KY
91822010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9183
9184 Optimizations for gnus-sync.el.
9185
9186 * gnus-sync.el: Add docs about gnus-sync-backend
9187 possibilities.
9188 (gnus-sync-save): Remove unnecessary message.
9189 (gnus-sync-read): Optimize and show what groups were skipped.
9190
bbe276f2
KY
91912010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9192
9193 Minor bug fixes for gnus-sync.el.
9194
296a8e19
SM
9195 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9196 Don't read the sync on get-new-news.
79993b19 9197
bbe276f2
KY
9198 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9199 quiet.
9200
296a8e19
SM
9201 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9202 (fix typo).
bbe276f2 9203
62a83cc8
KY
92042010-07-30 Lawrence Mitchell <wence@gmx.li>
9205
9206 Make saving and restoring of hidden threads work with overlays.
9207 Patch applied by Ted Zlatanov.
9208
9209 * gnus-sum.el (gnus-hidden-threads-configuration)
9210 (gnus-restore-hidden-threads-configuration): Update to deal with text
9211 properties, rather than searching for a magic character.
9212
c4b1c354
KY
92132010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9214
62a83cc8
KY
9215 New gnus-sync.el library for synchronization of marks.
9216
77154961
KY
9217 * gnus-sync.el: New library for synchronization of marks.
9218
296a8e19 9219 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
9220 renamed from `gnus-registry-grep-in-list'.
9221
296a8e19
SM
9222 * gnus-registry.el (gnus-registry-follow-group-p):
9223 Use `gnus-grep-in-list'.
77154961 9224
c4b1c354
KY
9225 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9226
cbfb9427
KY
92272010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9228
9229 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9230 determining charset of text fails.
9231
e9d1aaff
KY
92322010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9233
9234 * nnmail.el (nnmail-get-new-mail-1): Revert.
9235
9236 * nnml.el (nnml-active-number): Make sure names of newly created groups
9237 in nnml-group-alist are encoded.
9238
6f1c4158
KY
92392010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9242 containing non-ASCII characters in active file for nnml back end.
9243
86fb1061
KY
92442010-07-24 David Engster <dengste@eml.cc>
9245
9246 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9247 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9248
a0abd4d6
DU
92492010-07-21 Daiki Ueno <ueno@unixuser.org>
9250
9251 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9252 tag (Bug#6654).
9253
72897ff9
KY
92542010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9255
9256 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9257 the article buffer, not the summary buffer.
9258
e859bbda
KY
92592010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9260
9261 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9262 Emacs 23 as well.
9263
92642010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9265
9266 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9267 Patch applied by Karl Fogel.
9268
296a8e19
SM
9269 * gnus-sum.el (gnus-summary-bookmark-make-record):
9270 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 9271
33b48483
KF
92722010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9273
9274 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9275 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9276 C-w still not working correctly from Article buffers; Thierry's
9277 patch to fix that will be applied after this.
9278
9279 * gnus-art.el (bookmark-make-record-function): New local variable.
9280
e859bbda
KY
9281 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9282 article buffer.
33b48483
KF
9283 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9284
e44fa724
KF
92852010-07-13 Karl Fogel <kfogel@red-bean.com>
9286
e859bbda
KY
9287 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9288 on changes in bookmark.el.
e44fa724 9289
04c23739
MH
92902010-06-22 Mark A. Hershberger <mah@everybody.org>
9291
9292 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9293 the *other* type of HTML form submission.
9294
85350e06
MA
92952010-06-15 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * auth-source.el (auth-source-pick): If choice does not contain a
9298 questioned keyword, set the check to t.
9299
89a13959
RF
93002010-06-12 Romain Francoise <romain@orebokech.com>
9301
9302 * gnus-util.el (gnus-date-get-time): Move up before first use.
9303
3e3ab3ab
KY
93042010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9305
9306 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9307 (gnus-article-edit-part): Bind it to make last part that is substituted
9308 or deleted visible.
9309 (gnus-mime-display-single): Buttonize part of which id equals to
9310 gnus-mime-buttonized-part-id.
9311
3d6e7a43
KY
93122010-06-10 Dan Christensen <jdc@uwo.ca>
9313
9314 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9315 (gnus-dd-mmm): Use gnus-date-get-time.
9316 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9317 simplify logic.
9318 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 9319 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 9320
0e4966fb
MA
93212010-06-08 Michael Albinus <michael.albinus@gmx.de>
9322
9323 * auth-source.el (top): Autoload `secrets-list-collections',
9324 `secrets-create-item', `secrets-delete-item'.
9325 (auth-sources): Fix tag string.
9326 (auth-get-source, auth-source-retrieve, auth-source-create)
9327 (auth-source-delete): New defuns.
9328 (auth-source-pick): Rewrite in order to avoid 2 passes.
9329 (auth-source-forget-user-or-password): New parameter USERNAME.
9330 (auth-source-user-or-password): New parameters CREATE-MISSING and
9331 DELETE-EXISTING. Retrieve password interactively, if needed.
9332
5e7d4a75
KY
93332010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9334
9335 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9336 deleting unused directories when gnus-expert-user is t.
9337
3aeb9402
KY
93382010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9339
9340 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9341 for each temp file when gnus-article-browse-delete-temp is ask.
9342
e1b9db1a
KR
93432010-05-20 Kevin Ryde <user42@zip.com.au>
9344
9345 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9346
d567e92f
KY
93472010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9348
9349 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9350 article unless decoding article to be saved.
9351
7cab80f9
KY
93522010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9353
11636b22 9354 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
7cab80f9
KY
9355 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9356 generated within the mm-with-unibyte-current-buffer macro.
9357
93582010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9359
9360 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9361 to nil when we're in a mml-preview buffer and no group is selected.
9362
4c9d39ab
KY
93632010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9364
9365 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 9366 when catching the `C-g'. Reported by "Leo".
4c9d39ab 9367
706deb23
KY
93682010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * message.el (message-forward-make-body-plain)
9371 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9372 multibyte-string-p.
9373
8b320e66
KY
93742010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9375
9376 * message.el (message-forward-make-body-mml): Assume original message
9377 is multibyte string; error on unibyte.
9378 (message-forward-make-body-plain): Ditto; don't add excessive newline
9379 in body end.
9380
4767419a
KY
93812010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9382
9383 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9384 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9385
3d73e841
KY
93862010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9387
9388 * mm-extern.el (mm-extern-url): Don't use
9389 mm-with-unibyte-current-buffer.
9390 (mm-extern-cache-contents): Use with-current-buffer instead of
9391 save-excursion + set-buffer.
9392
1fdf5102
KY
93932010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9394
9395 * mm-util.el (mm-emacs-mule): Remove.
9396
93972010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9398
9399 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9400 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9401 change.
9402
72e841ce
KY
94032010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9404
9405 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9406 bind the default value of enable-multibyte-characters to nil.
9407
d8a7b272
KY
94082010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9409
9410 * message.el (message-forward-make-body-plain)
9411 (message-forward-make-body-mml):
9412 Don't use mm-with-unibyte-current-buffer.
9413
94142010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
9415
9416 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9417 (Bug#5592).
9418
9581ba4d
KY
94192010-05-07 Julien Danjou <julien@danjou.info>
9420
9421 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9422 it to mm-pipe-part.
9423
9424 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9425 it is given.
9426
765d4319
KY
94272010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9428
11636b22 9429 * nnweb.el (nnweb-gmane-search):
765d4319
KY
9430 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9431 XEmacs.
9432
11636b22 9433 * gnus-art.el (gnus-article-browse-html-parts):
765d4319
KY
9434 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9435 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9436 make-temp-file.
9437
9438 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9439 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9440 compiling.
9441
9442 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9443 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9444 XEmacs when compiling.
9445
9446 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9447 gnus-pick-mode-off-hook for XEmacs when compiling.
9448 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9449 gnus-binary-mode-off-hook for XEmacs when compiling.
9450
296a8e19
SM
9451 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9452 Return nil if char-charset is not available.
765d4319 9453
86d21cc0 9454 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
9455 macro.
9456
9457 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9458 instead of encode-coding-string.
9459
9460 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9461 'xemacs) instead of mm-emacs-mule to switch function definitions.
9462 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9463
16b90cfe
KY
94642010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9465
9466 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9467
72528372
KY
94682010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9469
9470 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9471 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9472
61a9da25
JB
94732010-05-03 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9476 alias `jka-compr-delete-temp-file' no longer exists.
9477
bbf52f1e
SM
94782010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 Use define-minor-mode in Gnus where applicable.
9481 * mml.el (mml-mode): Use define-minor-mode.
9482 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9483 (gnus-undo-mode): Use define-minor-mode.
9484 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9485 (gnus-dead-summary-mode): Use define-minor-mode.
9486 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9487 Initialize in declaration.
9488 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9489 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9490 (gnus-mailing-list-mode): Use define-minor-mode.
9491 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9492 (gnus-draft-mode): Use define-minor-mode.
9493 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9494 (gnus-dired-mode): Use define-minor-mode.
9495
ee309757
KY
94962010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9497
9498 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9499 handles on recursive mml-to-mime translation and check them for
a628ad9d 9500 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 9501
62fe59e7
KY
95022010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9503
9504 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9505
bd486b03
SM
95062010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * mm-util.el (mm-find-buffer-file-coding-system):
9509 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9510
731533fd
KY
95112010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9512
9513 * message.el (message-generate-headers): Record insertion of optional
9514 headers as well. Otherwise the check to prevent repeated insertion of
9515 optional headers is a no-op.
9516
bff3818b
KY
95172010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9518
9519 * smime.el: Don't mention CVS.
9520
9521 * nnrss.el (nnrss-fetch): Don't mention CVS.
9522
9523 * nnir.el: Don't mention CVS.
9524
ebb9641f
SM
95252010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9526
6e104790
SM
9527 * gnus-sum.el (gnus-summary-bookmark-make-record):
9528 Add `location' field.
ebb9641f 9529
398a825b
SM
95302010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9533 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9534 Use with-current-buffer to silence the byte-compiler.
9535 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9536 bother to require `gnus'.
9537 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9538
45be326a
TV
95392010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9540
9541 * gnus-sum.el (gnus-summary-bookmark-make-record)
9542 (gnus-summary-bookmark-jump): New functions.
9543 (gnus-summary-mode): Setup bookmark support.
9544
d7b48791
AS
95452010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9546
9547 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9548 if set.
9549
d35ad51f
KY
95502010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9551
9552 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9553 gnus-article-browse-html-save-cid-image; make it work recursively for
9554 forwarded messages as well.
9555 (gnus-article-browse-html-parts): Work when prefix arg is given.
9556 (gnus-article-browse-html-article): Doc fix.
9557
85738751
SM
95582010-03-30 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * message.el (message-default-mail-headers):
9561 (message-default-headers): Carry the value mail-default-headers over
9562 into message-default-mail-headers, rather than message-default-headers.
9563
82fc7980
KY
95642010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9565
85738751 9566 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
9567 charset.
9568
9569 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9570 charset into the <meta> tag when the article is encoded to utf-8.
9571
20c0b2ce
KY
95722010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9573
85738751
SM
9574 * gnus-art.el (gnus-article-browse-delete-temp-files):
9575 Delete directories as well.
20c0b2ce
KY
9576 (gnus-article-browse-html-parts): Work for images that do not specify
9577 file names; delete temp directory when quitting; insert header at the
9578 right place; use file: scheme for image files.
9579
95802010-03-30 Eric Schulte <schulte.eric@gmail.com>
9581
9582 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9583 (gnus-article-browse-html-parts): Use it to make temporary cid image
9584 files in addition to html file so that browser may display them.
9585
9d9ef8e8
KY
95862010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9587
9588 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9589
afae6cd4
KY
95902010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9591
9592 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9593
fb178e4c
KY
95942010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9595
85738751
SM
9596 * auth-source.el (auth-sources): Change default to be simpler.
9597 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
9598 (auth-source-pick): Change to accept any number of search parameters.
9599 Implement fallbacks iteratively, not recursively. Add scoring on the
9600 second pass and sort by score. Call Secret Service API when needed.
9601 (auth-source-user-or-password): Use it. Call Secret Service API
9602 directly when needed to get the user name and the password.
9603
e867cb5d 96042010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
9605
9606 * message.el (message-interactive): Doc fix.
9607 (message-qmail-inject-args): Reflow.
9608 (message-kill-to-signature): Fix typo in docstring.
9609
9610 * smiley.el (smiley-buffer): Fix typo in docstring.
9611
16d8cf52
GM
96122010-03-24 Glenn Morris <rgm@gnu.org>
9613
9614 * mail-source.el (gnus-message): Declare.
9615 (mail-source-delete-old-incoming): Require gnus-util.
9616
ec7995fa
KY
96172010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9618
9619 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9620
9621 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9622
9623 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9624 password-cache's default if it is not bound.
9625 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9626 password-cache-expiry's default if it is not bound.
9627
9628 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9629 available in Emacs 21.
9630
96312010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9632
9633 * auth-source.el (auth-sources): Fix up definition so extra parameters
9634 are always inline.
9635
96362010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9637
296a8e19 9638 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
9639 wasn't updated after mismatch. Clear cached mailbox info correctly
9640 when uidvalidity changes.
9641 (nnimap-group-prefixed-name): New function to avoid some code
9642 duplication.
9643 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9644 (nnimap-request-group): Use it.
9645 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9646 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9647 with many imap folders. This is done by caching the group status from
a628ad9d 9648 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
9649 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9650 but not persistently, so every Gnus startup was still very slow.)
9651
96522010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9653
9654 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9655 secrets.el dependency.
9656 (auth-sources): Add optional user name. Add secrets.el configuration
9657 choice (unused right now).
9658
96592010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9660
296a8e19
SM
9661 * gnus-sum.el (gnus-summary-make-menu-bar):
9662 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
9663
9664 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9665 warnings.
9666 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9667 (gnus-registry-install-shortcuts): Populate and use it in a
9668 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9669
96702010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9671
9672 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9673 In-place substitutions for the group name encoding/decoding.
9674 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9675 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9676 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9677 (nnimap-update-unseen, nnimap-request-list)
9678 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9679 (nnimap-request-set-mark, nnimap-split-to-groups)
9680 (nnimap-split-articles, nnimap-request-newgroups)
9681 (nnimap-request-create-group, nnimap-request-accept-article)
9682 (nnimap-request-delete-group, nnimap-request-rename-group)
9683 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
9684 `encoded-mbx' for consistency.
9685 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9686 variable `imap-current-mailbox'.
9687
9688 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9689 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9690
96912010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
9692
9693 * pop3.el (pop3-display-message-size-flag): Display message size byte
9694 counts during POP3 download.
9695 (pop3-movemail): Use it.
9696 (pop3-list): Implement listing of available messages.
9697
96982010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
9699
9700 * nnir.el (nnir-get-article-nov-override-function): New function to
9701 override the normal NOV retrieval.
9702 (nnir-retrieve-headers): Use it.
9703
7d1a9163
MA
97042010-03-19 Michael Albinus <michael.albinus@gmx.de>
9705
9706 * auth-source.el (netrc-machine-user-or-password): Autoload.
9707
aa8f8277
GM
97082010-03-19 Glenn Morris <rgm@gnu.org>
9709
9710 Stop message.el from loading about 40 libraries it doesn't always need.
9711 The general approach is to autoload rather than require, and to
9712 require in the specific functions rather than the file. (Bug#5642)
9713
9714 * gmm-utils.el: Don't require wid-edit.
9715 (widget-create-child-value, widget-convert, widget-default-get):
9716 Autoload.
9717
9718 * gnus-util.el: Don't require time-date, netrc.
9719 (message-fetch-field, gnus-group-name-decode): Declare rather than
9720 autoloading.
9721 (gnus-fetch-field): Require message.
9722 (gnus-decode-newsgroups): Require gnus-group.
9723
9724 * ietf-drums.el: Don't require time-date.
9725
9726 * message.el: Don't require hashcash, canlock, ecomplete.
9727 Do require mail-utils. Require nnheader only when compiling.
9728 (smtpmail-default-smtp-server): Remove declaration.
9729 (message-send-mail-function): Check smtpmail-default-smtp-server
9730 is bound rather than requiring smtpmail.
296a8e19
SM
9731 (message-auto-save-directory, message-insert-signature):
9732 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
9733 (nnheader-insert-file-contents): Autoload.
9734 (hashcash-wait-async): Declare.
9735 (message-send-mail): Only call gnus-setup-posting-charset if
9736 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
9737 (message-send-mail-with-sendmail): Require sendmail.
9738 (canlock-password, canlock-password-for-verify): Declare.
9739 (message-canlock-password): Require canlock.
9740 (nnheader-get-report): Autoload.
9741 (gnus-setup-posting-charset): Declare.
9742 (message-send-news): Require gnus-msg.
9743 (message-make-references, message-make-in-reply-to): Use mail-header-id
9744 rather than the alias mail-header-message-id.
9745 (ecomplete-add-item, ecomplete-save): Declare.
9746 (message-put-addresses-in-ecomplete): Require ecomplete.
9747 (ecomplete-display-matches): Autoload.
9748
9749 * mm-decode.el: Don't require mailcap, gnus-util.
9750 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9751 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9752 Autoload.
9753 (mailcap-mime-extensions): Declare.
9754
9755 * mm-encode.el: Don't require mailcap.
9756 (mailcap-extension-to-mime): Autoload.
9757
9758 * mml-sec.el: Don't require password-cache.
9759
9760 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9761 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9762 (mml-minibuffer-read-type): Require mailcap.
9763 (mml-preview): Require gnus-msg.
9764
9765 * mml1991.el: Require password-cache.
9766 (password-cache-expiry): Remove declaration.
9767
9768 * mml2015.el: Require password-cache.
9769 (password-cache-expiry): Remove declaration.
9770
9771 * nneething.el (mailcap): Require mailcap.
9772
a628ad9d 9773 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
9774 (message-remove-header): Declare rather than autoload.
9775 (nnheader-replace-header): Require message.
9776
9777 * nnimap.el (declare-function): Add compatibility stub.
9778 (netrc-parse, netrc-machine-user-or-password): Declare.
9779 (nnimap-open-connection): Require netrc.
9780
9781 * nntp.el (declare-function): Add compatibility stub.
9782 (netrc-parse, netrc-machine, netrc-get): Declare.
9783 (nntp-send-authinfo): Require netrc.
9784
9785 * rfc2047.el: Don't require qp.
9786 (quoted-printable-encode-region, quoted-printable-decode-string):
9787 Autoload.
9788
9789 * sieve-mode.el: Don't require easymenu.
9790 (easy-menu-add-item): Autoload it.
9791
9792 * spam-stat.el (time-to-number-of-days): Autoload it.
9793
4a44ff5f
KY
97942010-03-17 Kevin Ryde <user42@zip.com.au>
9795
9796 * mml.el (mml-read-tag): Unquote values with `read' to reverse
9797 prin1 in mml-insert-tag (just stripping the quotes gave wrong
9798 value if any backslash escapes).
9799
ddf5d974
KY
98002010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9801
9802 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9803 if it is available. (bug#5647)
9804
ac1af635
GM
98052010-02-26 Glenn Morris <rgm@gnu.org>
9806
9807 * message.el (message-send-mail-function): Change the default, so that
9808 it inherits from a customized send-mail-function. (Bug#5643)
9809
86f5c034
SM
98102010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9813 shell-command-to-string signals an error (bug#5299).
9814
daf4b83b
GM
98152010-02-24 Glenn Morris <rgm@gnu.org>
9816
9817 * message.el (message-smtpmail-send-it)
9818 (message-send-mail-with-mailclient): Doc fixes.
9819
dc4d6273
GM
98202010-02-16 Glenn Morris <rgm@gnu.org>
9821
9822 * message.el (message-default-mail-headers): Change the default value
9823 to ease the transition from mail-mode to message-mode. (Bug#5555)
9824
b1ea3797
CY
98252010-01-17 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * message.el (message-mail): Just pass yank-action on to message-setup.
9828 (message-setup): Handle (FUN . ARGS) form of yank-action.
9829 (message-with-reply-buffer, message-widen-reply)
9830 (message-yank-original): Handle non-buffer values of
9831 message-reply-buffer (Bug#4080).
f53a6590 9832 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 9833
4963739e
JB
98342010-01-17 Juanma Barranquero <lekktu@gmail.com>
9835
9836 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9837 Fix typo in docstring.
9838
889e4d55
JR
98392010-01-08 Jason Rumney <jasonr@gnu.org>
9840
9841 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9842 response.
9843
8a908224
KY
98442010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9845
9846 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9847
9848 * message.el (message-check-news-header-syntax): Protect against a
9849 string that `rfc822-addresses' returns when parsing fails.
9850
770d9a1f
KY
98512010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9852
9853 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9854 (gnus-previous-char-property-change): New functions.
9855
9856 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9857
7b47345b
AS
98582010-01-05 Andreas Schwab <schwab@linux-m68k.org>
9859
9860 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9861 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
9862
61f49e0b
CY
98632010-01-02 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * message.el (message-exchange-point-and-mark): Rework last change to
9866 avoid using optional arg of exchange-point-and-mark, for backward
9867 compatibility.
9868
bd0948ca
CY
98692010-01-01 Chong Yidong <cyd@stupidchicken.com>
9870
296a8e19
SM
9871 * message.el (message-exchange-point-and-mark):
9872 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
9873 mark-active by hand (Bug#5175).
9874
49b196a5
KY
98752009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9876
78dc2a38
KY
9877 * nntp.el (nntp-service-to-port): Work for service expressed with
9878 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 9879
a0db2cdd
GM
98802009-12-17 Glenn Morris <rgm@gnu.org>
9881
9882 * gnus-group.el (gnus-bug-group-download-format-alist):
9883 Change emacs entry to debbugs.gnu.org. Bump :version.
9884
029dda9c
RS
98852009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9886
9887 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9888
4a9b5bf5
RS
98892009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
9890
9891 * message.el (message-info): Explain why we use `Info-goto-node'.
9892
96bdcdc4
SM
98932009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * message.el (message-completion-in-region): New compatibility function.
9896 (message-expand-group): Use it.
9897
7fa123c8
KY
98982009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9901 with no unread article should be listed if the 2nd arg `predicate' is
9902 given.
9903
5aa75bd8
JL
99042009-11-29 Juri Linkov <juri@jurta.org>
9905
9906 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9907 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 9908 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 9909
937e60c8
KY
99102009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9911
9912 * message.el (message-from-style, message-interactive)
9913 (message-signature): Always set default values from the corresponding
9914 mail-* variables.
9915 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9916 (message-yank-prefix, message-indentation-spaces)
9917 (message-signature-file, message-default-headers): Use boundp rather
9918 than (featurep 'xemacs) to check if the corresponding mail-* variables
9919 exist.
9920
b4d472c9
CY
99212009-11-20 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * message.el (message-send-mail-with-sendmail): Revert last change.
9924
4332f3ec
CY
99252009-11-19 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * message.el (message-from-style, message-interactive)
9928 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9929 (message-yank-prefix, message-indentation-spaces, message-signature)
9930 (message-signature-file, message-default-headers): For GNU Emacs, set
9931 default values from the corresponding mail-* variables.
9932 (message-send-mail-with-sendmail): Use envelope-from only if
9933 mail-specify-envelope-from is non-nil.
9934
30123838
KY
99352009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9938 containing tspecial characters if they have been already quoted.
9939
12ea3d65
GM
99402009-10-24 Glenn Morris <rgm@gnu.org>
9941
9942 * gnus-art.el (help-xref-stack-item): Define for compiler.
9943
6131a096
KY
99442009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9945
9946 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9947
9bfd9a76
KY
99482009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9949
9950 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9951 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9952
99532009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
9954
9955 * gnus.el (gnus-overlay-get): New alias to overlay-get.
9956 (gnus-overlays-in): New alias to overlays-in.
9957
9958 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9959 gnus-overlay-get, and gnus-delete-overlay.
9960 (gnus-summary-show-thread): Make it work as well for systems in which
9961 next-single-char-property-change is not available.
9962 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9963
99642009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
9965
9966 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9967
99682009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9969
9970 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9971 and XEmacs that don't have `remove-overlays'.
9972
99732009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9976 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9977 selective display. Use overlays instead.
9978
84b5fcf6
JB
99792009-10-04 Juanma Barranquero <lekktu@gmail.com>
9980
9981 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9982
0577a430
JB
99832009-09-29 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * spam-stat.el (spam-stat-load): Fix typo in message.
9986
d93ec753
JB
99872009-09-23 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * gnus-art.el (gnus-article-encrypt-body):
9990 * message.el (message-check-recipients):
9991 * mm-util.el (mm-codepage-setup):
9992 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9993 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9994
54c72c31
KY
99952009-09-22 Daiki Ueno <ueno@unixuser.org>
9996
9997 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9998 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9999 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10000 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10001 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10002
63348d24
GM
100032009-09-18 Glenn Morris <rgm@gnu.org>
10004
10005 * gnus-diary.el (gnus-diary-check-message):
10006 * message.el (message-insert-formatted-citation-line):
10007 * nnbabyl.el (top-level):
10008 * nndiary.el (nndiary-schedule):
10009 Fix typos in condition-case handlers.
10010
54c72c31
KY
100112009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10012
10013 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10014 configuration that provides the sole article window in a frame;
10015 position point correctly after deleting a part.
10016
100172009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10018
10019 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10020 (spam-resolve-registrations-routine): Use it to unregister articles
10021 that change status.
10022
83ccc32c
KY
100232009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10024
10025 * nnrss.el (nnrss-request-article): Remove binding of
10026 default-enable-multibyte-characters that has gotten needless by
10027 the 2007-07-13 change in rfc2047-encode-message-header.
10028
10029 * mml.el (mml-insert-multipart): Error on the message header.
10030 (mml-insert-part): Error on the message header; position point at
10031 the end of a MIME tag.
10032
de0bdfe7
KY
100332009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10034
5cc79e5a
KY
10035 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10036 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
10037
10038 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10039 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10040 float-time is available; suppress compile warning for time-to-seconds.
10041
100422009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10045 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10046 Add the optional argument `encoding' that overrides the default.
10047
10048 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10049 mm-encode-buffer.
10050
63220e37
GM
100512009-09-04 Glenn Morris <rgm@gnu.org>
10052
10053 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10054 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10055 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10056 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10057 * mm-util.el (mm-with-unibyte-current-buffer)
10058 (mm-find-buffer-file-coding-system):
10059 * yenc.el (yenc-decode-region): Use default-value rather than
10060 default-enable-multibyte-characters.
10061
2e62b574
GM
100622009-09-03 Glenn Morris <rgm@gnu.org>
10063
10064 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10065 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10066 than default-enable-multibyte-characters.
10067
de0bdfe7
KY
100682009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10069
10070 * gnus-art.el (gnus-article-read-summary-keys):
10071 Fix gnus-buffer-configuration's value temporarily used.
10072
3d493bef
GM
100732009-09-02 Glenn Morris <rgm@gnu.org>
10074
9693d3c4
GM
10075 * gnus-util.el (gnus-float-time): New function.
10076 * gnus-delay.el (gnus-delay-article):
10077 * gnus-sum.el (gnus-thread-latest-date):
10078 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10079 * nnspool.el (nnspool-request-newgroups):
10080 Use gnus-float-time rather than time-to-seconds.
10081 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10082
3d493bef
GM
10083 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10084 (gnus-header-subject-face, gnus-header-newsgroups-face)
10085 (gnus-header-name-face, gnus-header-content-face):
10086 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10087 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10088 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10089 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10090 (gnus-cite-face-11):
10091 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10092 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10093 (gnus-server-closed-face, gnus-server-denied-face)
10094 (gnus-server-offline-face):
10095 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10096 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10097 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10098 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10099 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10100 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10101 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10102 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10103 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10104 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10105 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10106 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10107 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10108 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10109 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10110 (gnus-summary-high-undownloaded-face)
10111 (gnus-summary-low-undownloaded-face)
10112 (gnus-summary-normal-undownloaded-face)
10113 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10114 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10115 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10116 (gnus-splash-face):
10117 * message.el (message-header-to-face, message-header-cc-face)
10118 (message-header-subject-face, message-header-newsgroups-face)
10119 (message-header-other-face, message-header-name-face)
10120 (message-header-xheader-face, message-separator-face)
10121 (message-cited-text-face, message-mml-face):
10122 * sieve-mode.el (sieve-control-commands-face)
10123 (sieve-action-commands-face, sieve-test-commands-face)
10124 (sieve-tagged-arguments-face):
10125 * spam.el (spam-face):
10126 Mark face aliases with "-face" in the name as obsolete.
10127
7a4abdd6
GM
101282009-09-01 Glenn Morris <rgm@gnu.org>
10129
10130 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10131 than goto-line.
10132
29b647c5
MB
101332009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10134
10135 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10136 Don't move point if the command is invoked inside the message header.
10137
265ac10b
SM
101382009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10141 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10142 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10143 * nnir.el (nnir-swish-e-index-file):
10144 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10145 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10146 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10147 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10148 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10149 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10150
b0b63450
MB
101512009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10154 Don't save excursion.
10155
14acf2f5
SM
101562009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * nnheader.el (nnheader-find-file-noselect):
10159 * mm-util.el (mm-insert-file-contents):
10160 Use (default-value 'major-mode) instead of default-major-mode.
10161
d3192c8f
SM
101622009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10165
ec179403
GM
101662009-08-25 Glenn Morris <rgm@gnu.org>
10167
10168 * nnir.el (top-level): Don't require cl at run-time.
10169 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10170 Replace cl-function substitute with gnus-replace-in-string.
10171 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10172 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10173 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10174 simplified expansions.
10175
5dcc825f
GM
101762009-08-22 Glenn Morris <rgm@gnu.org>
10177
10178 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10179 goto-line.
10180
b0b63450
MB
101812009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10184
10185 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10186 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10187 (gnus-mm-display-part, gnus-mime-display-single)
10188 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10189 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10190
10191 * gnus-sum.el
10192 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10193 (gnus-summary-move-article): Add expirable mark to articles copied or
10194 moved to group that has auto-expire turned on if the option is non-nil.
10195
1d2faf98
GM
101962009-07-24 Glenn Morris <rgm@gnu.org>
10197
10198 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10199 Fix typo. (Bug#3903)
10200
6ab2c7a8
MB
102012009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10202
10203 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10204 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10205 that should not be used for draft articles.
10206 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10207 that has no concern in minor mode keys.
10208 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10209 Abolish.
10210
554a69b8
KY
102112009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10212
10213 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10214 article without making inquiry to a user for unknown encoding.
10215
10216 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10217 (nnmaildir--scan): Assume i-node and device number that file-attributes
10218 returns might be cons-cell.
10219
102202009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10221
10222 * auth-source.el: Remove docs now in auth.texi. Don't use
10223 `gnus-message' for logging. Add new variables `auth-source-debug' and
10224 `auth-source-hide-passwords' and use them.
10225
0985c8f6
GM
102262009-07-15 Glenn Morris <rgm@gnu.org>
10227
10228 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10229
ee5a613e
KY
102302009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10233 excessive whitespace from the default values of title and description.
10234
aa227ba5
KY
102352009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10238 mail-fetch-field to fetch Content-Description header in order to
10239 exclude newlines.
10240
0cf681b6
KY
102412009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10242
10243 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10244 to deleted part.
10245
102462009-05-30 David Engster <dengste@eml.cc>
10247
10248 * nnmairix.el: Remove old documentation in the commentary block.
10249 (nnmairix-request-group): Do not update active file for nnml back ends.
10250 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10251 end so that overview files are ignored.
10252 (nnmairix-update-groups): Make updating the groups more robust by using
10253 marks.
10254 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10255 with dollar characters in message-id.
10256
9cc20f6c
RS
102572009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10258
10259 * spam.el: Use dns-query instead of query-dns. Was renamed on
10260 2008-12-25 in dns.el.
10261
1dbc941a
SM
102622009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10265 could happen if the text is only composed of spaces and/or tabs.
10266
2235f4ac
MB
102672009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10268
10269 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10270 when sending a queued message to avoid extra mml tags.
10271
9cdff613
MB
102722009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10275
87202be1
KY
102762009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10277
10278 * gnus-dired.el: Remove autoload for gnus-setup-message.
10279 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10280 displaying Gnus logo; always use compose-mail.
10281
920b3f72
KY
102822009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10283
1e6b95a6 10284 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 10285
0038d478
MB
102862009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10289 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10290 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10291 available.
10292 (gnus-nocem-epg-verify): New function.
10293
9eb59592
MB
102942009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10295
10296 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10297
e38658c4
GM
102982009-02-15 Glenn Morris <rgm@gnu.org>
10299
10300 * gnus-util.el (rmail-insert-rmail-file-header)
10301 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10302 autoloads.
10303 (rmail-default-rmail-file): Remove unnecessary declaration.
10304 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10305
1faded47
GM
103062009-02-14 Glenn Morris <rgm@gnu.org>
10307
10308 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10309 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
10310 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10311 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
10312 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10313 only used in gnus-util, which autoloads it itself.
10314 (rmail-update-summary): Fix autoload.
10315
fef8d38e
GM
10316 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10317 rather than rmail-output-to-rmail-file.
1faded47 10318
c07dfdd9
GM
103192009-02-07 Glenn Morris <rgm@gnu.org>
10320
10321 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10322 autoload of function that no longer exists.
10323 (rmail-toggle-header): Declare.
10324 (message-forward-rmail-make-body): Handle mbox Rmail.
10325
49e787c9
GM
103262009-01-31 Glenn Morris <rgm@gnu.org>
10327
10328 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10329 2009-01-09 change.
10330
3b36c17e
MB
103312009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10332
10333 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10334 (auth-source-forget-all-cached): New convenience function.
10335 (auth-source-user-or-password): Accept list of modes or a single mode.
10336
10337 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10338 auth-source modes.
10339
10340 * nnimap.el (nnimap-open-connection): Use list of
10341 auth-source modes.
10342
10343 * nntp.el (nntp-send-authinfo): Use list of
10344 auth-source modes.
10345
26b9f88d
MB
103462009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10347
10348 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10349 now.
10350
103512009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10354 coding system in XEmacs; add a workaround for XEmacs.
10355
548f737d
MB
103562009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10359 of current-language-environment.
10360
103612009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10362
10363 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10364 available at runtime.
10365
103662009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10367
10368 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10369
103702009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10371
10372 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10373 the greatest positive fixnum value doesn't work under an XEmacs with
10374 bignum support; use the most-positive-fixnum constant instead,
10375 available since Emacs 21.1 with cl and XEmacs 21.1.
10376
63d12d38
KY
103772009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10378
10379 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10380 XEmacs gets not to work.
10381
548f737d
MB
103822009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10383
10384 * mm-util.el (mm-coding-system-priorities): Allow the value like
10385 "Japanese (UTF-8)" of current-language-environment.
10386
ed77e66c
GM
103872009-01-09 Glenn Morris <rgm@gnu.org>
10388
10389 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10390 with last-command-event.
10391
e3e955fe
MB
103922009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10393
10394 * message.el (message-fix-before-sending): Amend comment.
10395
103962009-01-07 David Engster <dengste@eml.cc>
10397
10398 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10399 simplified server definitions by converting it via
10400 gnus-server-to-method.
10401
104022009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10403
10404 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10405 parameter's operands.
10406
104072009-01-06 David Engster <dengste@eml.cc>
10408
10409 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10410 primary select method (for gnus-group-mark-article-as-read).
10411
41ec3f54
TH
104122009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10413
10414 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10415 `(gnus)Face', not `(gnus)X-Face'.
10416
e3e955fe
MB
104172009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * mm-util.el (mm-ucs-to-char): New function.
10420
10421 * mm-url.el (mm-url-decode-entities): Use it.
10422
104232009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10424
10425 * message.el (message-fix-before-sending): Add `eight-bit' to
10426 illegible-text check.
10427
35203a24
MO
104282009-01-03 Michael Olson <mwolson@gnu.org>
10429
10430 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10431 `headers' is nil. This can occur if the IMAP server does not have
10432 permissions to read messages from a folder, but can write new messages
10433 to the folder.
10434 (nnimap-request-article-part): Do not insert `data' if it is nil.
10435
e3e955fe
MB
104362009-01-01 Dave Love <fx@gnu.org>
10437
10438 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10439
10440 * nnimap.el: Fix author email.
10441 (nnimap-split-rule): Add FIXME comment.
10442 (nnimap-debug): Fix doc string.
10443
104442008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10445
10446 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10447 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10448 to check if those variables exist (first appeared in Emacs 18.50).
10449
104502008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * mm-util.el (mm-line-number-at-pos): New function.
10453
10454 * spam-report.el (spam-report-process-queue): Use it.
10455
104562008-12-24 David Engster <dengste@eml.cc>
10457
10458 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10459 parameters that haven't existed as variables as buffer-local variables.
10460
104612008-12-23 Dave Love <fx@gnu.org>
10462
10463 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10464 cadar.
10465
296a8e19 10466 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 10467 imap-starttls-p.
296a8e19 10468 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
10469
104702008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10471
10472 * spam-report.el (spam-report-gmane-max-requests): New constant.
10473 (spam-report-gmane-wait): New variable.
10474 (spam-report-gmane-ham, spam-report-gmane-spam)
10475 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10476 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10477 the server.
10478
10479 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10480 Add explanations.
10481
10482 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10483 nnheader-accept-process-output and nnheader-read-timeout if available.
10484 (pop3-movemail): Use it.
10485
10486 * message.el (message-check-news-body-syntax): Fix signature check if
10487 there's an attachment.
10488
104892008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10490
10491 * mm-util.el: Add comments to the mm- emulating functions.
10492
104932008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10494
296a8e19
SM
10495 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10496 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 10497
c7948b5f
MB
104982008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10499
10500 * mm-util.el (mm-substring-no-properties): New function.
10501 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10502 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10503 (mm-string-to-multibyte): Doc fix.
10504
10505 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10506
105072008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10508
10509 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
10510 (Bug#1574)
10511
105122008-12-16 Glenn Morris <rgm@gnu.org>
10513
10514 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 10515
bf46b4d4
MB
105162008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10517
10518 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10519 knows since the charset specified might be a bogus alias that
10520 mm-charset-synonym-alist provides.
10521
105222008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10523
10524 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10525 "ISO_8859-1".
10526
10527 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10528
96a22201
KY
105292008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10530
10531 * mm-util.el (mm-charset-eval-alist):
10532 Define it before mm-charset-to-coding-system.
10533 (mm-charset-to-coding-system): Add optional argument `silent';
10534 define it before mm-charset-override-alist.
10535 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10536 default value if it can be used in Emacs currently running;
10537 silence mm-charset-to-coding-system.
10538
b6b8f5fd
KY
105392008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10542 `allow-override' which says whether to use `mm-charset-override-alist'.
10543 (rfc2047-decode-encoded-words): Use it.
10544
10545 * mm-util.el (mm-charset-override-alist): Fix custom type;
10546 add `(gb2312 . gbk)' to choices.
10547
1250af7b
KY
105482008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10549
10550 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10551 fast.
10552
10553 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10554
886367d8
KY
105552008-12-04 Naohiro Aota <nao.aota@gmail.com>
10556
10557 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10558 on links.
10559
10560 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10561
f66de92f
KY
105622008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10563
e01bbc12
KY
10564 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10565 users' addresses that don't have domain parts.
10566 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10567 rather than message-narrow-to-head since there will be the message
10568 header separator.
f66de92f 10569
06c68f84
SM
105702008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10573 since the result is inserted in a unibyte buffer anyway.
10574 (nnimap-demule-use-string-to-multibyte): Remove.
10575 (nnimap-demule): Alias it to mm-string-to-multibyte.
10576
9255ec86
RS
105772008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10578
10579 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10580 variable for debugging bug#464 and bug#1174.
10581 (nnimap-demule): Use it.
10582
030cca00
MB
105832008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10584
10585 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10586 score calculation correctly.
10587
8a986865
SM
105882008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * message.el (message-send-mail): Just set the buffer to unibyte
10591 rather than use mm-with-unibyte-current-buffer which does a lot more.
10592 (message-send-mail-partially): Don't bother with
10593 mm-with-unibyte-current-buffer since it's already been made unibyte by
10594 message-send-mail.
10595
5b51650c
MB
105962008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10597
10598 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10599
106002008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10601
10602 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10603
ed778fad
MB
106042008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10605
10606 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10607 require itself and to remove `with-no-warnings'.
10608
106092008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10610
10611 * starttls.el (starttls-any-program-available): Get the name of the
10612 available TLS layer program.
10613 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10614 well as the host name in the "opening" message.
10615
10616 * auth-source.el (auth-source-cache, auth-source-do-cache)
10617 (auth-source-user-or-password): Cache passwords and logins by default,
10618 allow override with `auth-source-do-cache'.
10619 (auth-source-forget-user-or-password): Allow users to remove cache
10620 entries if needed.
10621
8e38a1a9
MB
106222008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10623
10624 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10625 condition-case to only the forward-sexp call.
10626
106272008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10630 quotes contained. Make it more robust regardless by an extra
10631 condition-case wrapper.
10632
9091f2d3
MB
106332008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10634
10635 * nnml.el (nnml-request-expire-articles): Check if the function set to
10636 `nnmail-expiry-target' returns the symbol `delete'.
10637
10638 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10639
10640 * nnmail.el (nnmail-expiry-target): Fix custom type.
10641
06b2d4c6
GM
106422008-10-02 Glenn Morris <rgm@gnu.org>
10643
10644 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10645 Silence compiler warning.
10646
059b98fa
CY
106472008-09-30 Chong Yidong <cyd@stupidchicken.com>
10648
10649 * mml.el (mml-menu): Don't assume mml2015 is bound.
10650
4520e527
MB
106512008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10652
10653 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10654 exists.
10655
09aece0b
GM
106562008-09-27 Glenn Morris <rgm@gnu.org>
10657
10658 * gnus-util.el (mail-header-remove-comments): Autoload it.
10659
521c4a23
AS
106602008-09-27 Andreas Schwab <schwab@suse.de>
10661
10662 * gnus-util.el (gnus-split-references): Strip comments.
10663 (gnus-parent-id): Likewise.
10664
4520e527
MB
106652008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10666
10667 * message.el (message-confirm-send): Fix version.
10668
106692008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10670
10671 * message.el (message-idna-to-ascii-rhs-1): Use
10672 mail-extract-address-components rather than mail-header-parse-addresses
10673 that is an alias by default to ietf-drums-parse-addresses that does not
10674 support non-ASCII names in headers' contents.
10675
eef5ade7
MB
106762008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10677
296a8e19 10678 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
10679 avoid the "y/n" wording.
10680
4520e527 106812008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
10682
10683 * message.el (message-set-auto-save-file-name): Save to a different
10684 filename so multiple messages (especially drafts) can be recovered.
10685
e52cac88
MB
106862008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
10687
10688 * message.el (message-confirm-send): Add appropriate version.
10689
106902008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10691
10692 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10693 defvar.
10694
106952008-09-22 Daiki Ueno <ueno@unixuser.org>
10696
10697 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10698 (mm-pkcs7-enveloped-magic): Ditto.
10699
64763fe3
MB
107002008-09-17 Simon Josefsson <simon@josefsson.org>
10701
10702 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10703 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10704
107052008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
10706
10707 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10708 default, it's better.
10709
107102008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
10711
10712 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10713 summary line gnus-number property and ignore them (with a warning
10714 message).
10715
1ae03cd5
KY
107162008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10717
10718 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10719 macro caddr in the interactive form since it won't be expanded.
10720
c0ccb0d6
KY
107212008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10722
10723 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10724 `charset'; fix name of function called recursively.
10725 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10726
14ce5fc2
KY
107272008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10728
10729 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10730 (gnus-mime-set-charset-parameters): New function.
10731 (gnus-mime-view-part-as-charset): Use it to correctly display part
10732 specifying wrong charset.
10733
9e601b8d
MB
107342008-09-08 David Engster <dengste@eml.cc>
10735
10736 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10737 in completing-read for back end server.
10738
16dd13df
MB
107392008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
10740
10741 * message.el (message-confirm-send): New variable to confirm sending a
10742 message.
10743 (message-send): Use it.
10744
b86402ab
MB
107452008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
10746
10747 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10748
107492008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
10750
10751 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10752
107532008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
10754
10755 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10756 prevent tracking too many groups.
10757 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10758 Use it.
10759
9153f10d
MB
107602008-08-11 Ralf Angeli <angeli@caeruleus.net>
10761
10762 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10763 moving point to the bottom of the window in order to avoid recentering.
10764
107652008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10768 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10769 (gnus-article-beginning-of-window): Fix calculation.
10770
107712008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
10772
10773 * gnus-msg.el (gnus-summary-supersede-article)
10774 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10775 value of gnus-newsgroup-charset to decode non-MIME encoded text in
10776 message header.
10777
82cc1916
DN
107782008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * message.el:
10781 * gnus-start.el:
10782 * gnus-registry.el: Remove VMS support.
10783
6ecfe5c2
MB
107842008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10785
10786 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10787 macro.
10788 (rfc2104-hash): Use it.
10789
107902008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
10791
10792 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10793 (gnus-summary-sort-by-most-recent-date): New commands.
10794 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10795 and menu entries.
10796
107972008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10800 don't redisplay article for raw contents; remove plural articles stuff.
10801
10802 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10803 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10804 on gnus-summary-save-article; display results properly.
10805
d62672f3
MB
108062008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10809
108102008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10811
296a8e19
SM
10812 * gnus-art.el (gnus-summary-save-in-pipe):
10813 Consider gnus-save-all-headers.
d62672f3 10814
d221466a
DN
108152008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10816
10817 * gnus-util.el (ns-focus-frame): Remove declaration.
10818 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
10819 like x.
10820
b737c3d9
TTN
108212008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10822
10823 * rfc2104.el (rfc2104-zero): Delete defconst.
10824 (rfc2104-hex-alist): Likewise.
10825 (rfc2104-hex-to-int): Delete func.
10826 (rfc2104-hexstring-to-bitstring): Likewise.
10827 (rfc2104-nybbles): New defconst.
10828 (rfc2104-hash): Rewrite for speed.
10829
3c823a0c
GM
108302008-07-16 Glenn Morris <rgm@gnu.org>
10831
10832 * gnus-util.el (ns-focus-frame): Declare for compiler.
10833
16c85f26
MB
108342008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10835
10836 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10837 set as a group parameter.
10838 (gnus-summary-save-in-pipe): Work when it is called independently.
10839 (gnus-summary-pipe-to-muttprint): Don't modify
10840 gnus-summary-pipe-output-default-command.
10841
ad546360
SM
108422008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * message.el (message-send-mail-with-sendmail):
10845 Display the error message.
10846
89167438
MB
108472008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10848
ad546360
SM
10849 * gnus-art.el (gnus-default-article-saver):
10850 Add gnus-summary-save-in-pipe to choices.
89167438
MB
10851 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10852 gnus-summary-pipe-output-default-command as the default command.
10853 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10854 instead of gnus-last-shell-command.
10855
ba60bd44
JB
10856 * gnus-sum.el (gnus-summary-pipe-output-default-command):
10857 New user option.
89167438
MB
10858 (gnus-summary-muttprint-program): Mention the value will be changed.
10859 (gnus-summary-save-article): Force showing of all headers.
10860 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10861
108622008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
10863
10864 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10865
56fd9faa
JB
108662008-07-02 Juanma Barranquero <lekktu@gmail.com>
10867
10868 * nnimap.el (nnimap-id):
10869 * sieve-manage.el (sieve-manage-open): Doc fixes.
10870
68548459
JB
108712008-07-02 Francesc Rocher <rocher@member.fsf.org>
10872
10873 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10874 if available.
10875
32bed934
SM
108762008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10877
eafee8f2
SM
10878 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10879
10880 * nnkiboze.el (nnkiboze-generate-group):
10881 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10882
32bed934
SM
10883 * nnmairix.el: Require CL.
10884
2b968687
MB
108852008-06-15 David Engster <dengste@eml.cc>
10886
10887 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10888
108892008-06-14 Aidan Kehoe <kehoea@parhasard.net>
10890
32bed934
SM
10891 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10892 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
10893 runtime choice under XEmacs.
10894
32bed934
SM
10895 * gnus-sum.el (gnus-summary-set-display-table):
10896 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
10897 `gnus-set-display-table' for the display table, instead of `aset'.
10898
2b968687
MB
108992008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10900
10901 * nnmairix.el: Add autoloads.
10902
109032008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10904
10905 * nnmairix.el (nnmairix-delete-recreate-group)
10906 (nnmairix-update-and-clear-marks): Fix error messages.
10907
109082008-06-14 David Engster <dengste@eml.cc>
10909
10910 * nnmairix.el: Upgrade to version 0.6.
10911 (nnmairix-group-toggle-propmarks-this-group)
10912 (nnmairix-group-toggle-readmarks-this-group)
10913 (nnmairix-group-delete-recreate-this-group)
10914 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10915 (nnmairix-remove-tick-mark-original-article): New commands.
10916 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10917 (nnmairix-propagate-marks-to-nnmairix-groups)
10918 (nnmairix-only-use-registry, nnmairix-allowfast-default)
10919 (nnmairix-marks-cache, nnmairix-version-output): New variables.
10920 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10921 functions needed for marks propagation and manipulation of read marks.
10922 (nnmairix-update-groups): New function.
10923 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10924 (nnmairix-determine-original-group-from-registry)
10925 (nnmairix-determine-original-group-from-path)
10926 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
10927 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10928 New helper functions.
10929 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
10930 keystrokes for new commands.
10931 (nnmairix-delete-and-create-on-change): Doc string cleanup.
10932 (nnmairix-request-group): Check allow-fast group parameter.
10933 (nnmairix-request-create-group): Set allow-fast group parameter if
10934 nnmairix-allowfast-default is set.
10935 (nnmairix-close-group): Propagate marks upon closing if needed.
10936 (nnmairix-group-toggle-threads-this-group): Use new.
10937 nnmairix-group-toggle-parameter helper function.
10938 (nnmairix-search): Better check for empty search result.
10939 (nnmairix-goto-original-article): Use new helper functions for
10940 determining original article.
10941 (nnmairix-show-original-article): Make sure message-id is in brackets.
10942 (nnmairix-call-mairix-binary): Change variable name.
10943 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10944 helper function.
10945 (nnmairix-widget-toggle-activate): Fix doc string.
10946
a19a8f1b
MB
109472008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10948
10949 * nnir.el: Require edmacro when compiling with XEmacs.
10950 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10951 available in Emacs 21.
10952
8abf1b22
GM
109532008-06-11 Glenn Morris <rgm@gnu.org>
10954
10955 * gnus-util.el (x-focus-frame):
10956 * gnus.el (image-size):
10957 * mm-decode.el (image-size): Declare.
10958
10959 * gnus-picon.el (declare-function): Add compat definition.
10960 (image-size): Declare.
10961
10962 * gnus-group.el (tool-bar-map):
10963 * gnus-sum.el (tool-bar-map): Define for compiler.
10964
10965 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10966
10967 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10968
10969 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10970 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10971 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10972 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10973 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10974 * sieve-manage.el, spam-report.el, spam.el:
10975 Remove unnecessary eval-and-compile of autoloads.
10976
43d28dcd
MA
109772008-06-08 Michael Albinus <michael.albinus@gmx.de>
10978
10979 * auth-source.el: Precise Tramp doc.
10980
966bd7bd
GM
109812008-06-07 Glenn Morris <rgm@gnu.org>
10982
10983 * nnmairix.el: Remove unnecessary eval-when-compile.
10984
109852008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
10986
10987 * nnir.el: New file.
10988
d346bf7e
SM
109892008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * gnus-util.el (gnus-read-shell-command): New function.
10992 * mm-decode.el (mm-pipe-part):
10993 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10994
b1d6cda3
MB
109952008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10996
10997 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10998
6459e35e
GM
109992008-06-03 Glenn Morris <rgm@gnu.org>
11000
11001 * pop3.el (nnheader-accept-process-output): Autoload it.
11002
656b4fa1
MB
110032008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11006 are not 2-digit hexadecimal characters that follow `%'s.
11007
110082008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11009
11010 * message.el (message-bogus-recipient-p): Fix type in doc string.
11011 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11012 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11013 Improve custom options.
11014 (message-bogus-recipient-p): Adjust accordingly.
11015
110162008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * nnmairix.el: Require edmacro when compiling with XEmacs.
11019
f394fa25
MB
110202008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11021
11022 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11023 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11024
a368801c
MB
110252008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11026
11027 * auth-source.el: Add more docs.
11028
110292008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
11031 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11032 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
11033 retrieval faster in some cases, but might make CPU usage larger.
11034 If this has any bad side effects, we might revert this change.
a368801c
MB
11035
11036 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11037 seems to make mail retrieval much, much faster.
11038 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 11039 unconditionally.
a368801c 11040
296a8e19
SM
11041 * gnus-draft.el (gnus-group-send-queue):
11042 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 11043
03c673c9
MB
110442008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11045
11046 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11047
11048 * message.el (message-bogus-address-regexp): Fix and improve custom
11049 type.
11050 (message-setup-hook): Add message-check-recipients as custom option.
11051
58333467
MB
110522008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11053
11054 * message.el (message-cite-function): Remove bogus autoload which crept
11055 in during merge from v5-10.
11056
4079589f
MB
110572008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11058
11059 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11060
11061 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11062
11063 * auth-source.el: Preliminary Tramp docs.
11064 (auth-sources): Change the default auth-sources to use
11065 EPA .gpg files.
11066
e952b711
MB
110672008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11068
11069 * nntp.el: Autoload `auth-source-user-or-password'.
11070 (nntp-send-authinfo): Use it.
11071
11072 * nnimap.el: Autoload `auth-source-user-or-password'.
11073 (nnimap-open-connection): Use it.
11074
296a8e19 11075 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
11076 for the gnus-message function.
11077 (auth-source-user-or-password): Use it.
11078
4fedcc00
SM
110792008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11082 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11083 (rfc2104-hash): Use it.
11084
149cd465
JB
110852008-05-08 Juanma Barranquero <lekktu@gmail.com>
11086
11087 * gnus-art.el (gnus-article-toggle-truncate-lines):
11088 Don't use `iff' in docstring.
11089
0ab5c2be
MB
110902008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11091
11092 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11093
11094 * gnus-util.el (gnus-extract-address-component-name)
11095 (gnus-extract-address-component-email): Convenience functions around
11096 `gnus-extract-address-components'.
11097
4fedcc00
SM
11098 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11099 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
11100 sender name to `user-mail-address'.
11101
111022008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11103
11104 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11105 catch/throw to optimize.
11106 (gnus-registry-find-keywords): Just use member to find a keyword.
11107
42a83f4b
SM
111082008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11111 is current before calling gnus-server-prepare.
11112 (gnus-server-setup-buffer, gnus-server-update-server)
11113 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11114
d844ef2f
JL
111152008-05-04 Juri Linkov <juri@jurta.org>
11116
11117 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11118 (mailcap-file-default-commands): Use mailcap-replace-in-string
11119 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11120 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11121
f8a29505
MB
111222008-05-03 Reiner Steib <reiner.steib@gmx.de>
11123
11124 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11125
3a23a519
MB
111262008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11127
11128 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11129 hooks.
11130 (gnus-update-read-articles): Speed up non-marks-using users.
11131 (gnus-use-marks): Define gnus-use-marks.
11132 (gnus-propagate-marks): Rename variable to something more sensible.
11133
38ac8b91
JB
111342008-05-02 Juanma Barranquero <lekktu@gmail.com>
11135
11136 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11137 (gmm-image-load-path-for-library): Fix typos in docstrings.
11138 (gmm-message): Reflow docstring.
11139
8336c962
MB
111402008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11141
42a83f4b
SM
11142 * mail-source.el (mail-source-set-1, mail-source-bind):
11143 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
11144
111452008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11146
11147 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11148 by sender if it's equal to user-mail-address, it's likely to be
11149 useless.
11150
11151 * mail-source.el (mail-source-bind): Don't use user or password if they
11152 are not bound. Unintern them if they are nil. Don't use server unless
11153 it's bound, and default it to empty string otherwise.
11154
58a67d68
MB
111552008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11156
11157 * mail-source.el: Load auth-source.el.
11158 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11159 get user name or password, if auth-sources is set up.
11160
11161 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11162 strategy of splitting with parent.
11163 (gnus-registry-split-fancy-with-parent)
11164 (gnus-registry-post-process-groups): Use it and fix prior
11165 bug (returning a list as the split result).
11166
11167 * auth-source.el (auth-sources): Remove server parameter.
11168 (auth-source-pick, auth-source-user-or-password)
11169 (auth-source-user-or-password-imap)
11170 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11171 (auth-source-user-or-password-sftp)
11172 (auth-source-user-or-password-smtp): Remove server parameter.
11173
296fa7b4
JB
111742008-04-25 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * smime.el (smime-sign-region, smime-encrypt-region)
11177 (smime-decrypt-region):
11178 Remove redundant calls to `generate-new-buffer-name'.
11179
58a67d68
MB
111802008-04-24 Luca Capello <luca@pca.it> (tiny change)
11181
11182 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11183 Don't use QP for message/rfc822.
11184 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11185
2136a8a7
SM
111862008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11187
11188 * sieve-manage.el (sieve-string-bytes): Remove.
11189 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11190 correct byte-length only if the process's coding-system is the same as
11191 the one used internally by Emacs to represent strings.
11192
a837fe74
JL
111932008-04-22 Juri Linkov <juri@jurta.org>
11194
11195 * mailcap.el (mailcap-file-default-commands): New function.
11196
d55fe5bb
MB
111972008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11198
11199 * message.el (message-signature-separator, message-cite-function):
11200 Change custom version.
11201
112022008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11203
11204 * mm-decode.el (mm-display-external): Make temp file read-only.
11205
112062008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11207
11208 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11209 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11210 `C-c C-f d'.
11211
112122008-04-12 Adrian Aichner <adrian@xemacs.org>
11213
11214 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11215
112162008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11217
296a8e19 11218 * auth-source.el: Add docs.
2136a8a7 11219 (auth-sources): Modify format to support server.
d55fe5bb
MB
11220 (auth-source-pick, auth-source-user-or-password)
11221 (auth-source-user-or-password-imap)
11222 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11223 (auth-source-user-or-password-sftp)
11224 (auth-source-user-or-password-smtp): Add server parameter.
11225
112262008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11227
11228 * gnus-registry.el: Initialize the registry when gnus-registry-install
11229 is t.
11230
73f2395e
KY
112312008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11232
11233 * compface.el (uncompface): Make buffer unibyte.
11234
e66d8771
SM
112352008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * mail-source.el (mail-source-value):
11238 Prefer fboundp to functionp so it works with macros as well.
11239
407da272
GM
112402008-04-05 Glenn Morris <rgm@gnu.org>
11241
11242 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11243
3b728e95
SM
112442008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11245
d37ded9e
SM
11246 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11247 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11248
407da272
GM
11249 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11250 multibyteness after rather than before erasing it.
33e2f72c 11251
75eda25b
SM
11252 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11253 mm-with-multibyte.
407da272
GM
11254 (gnus-request-article-this-buffer): Make sure the proper decoding is
11255 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 11256
2b57967e
SM
11257 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11258 default-enable-multibyte-characters.
11259
d7eb3b36
SM
11260 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11261 default-enable-multibyte-characters.
11262
7ab0253d
SM
11263 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11264
3b728e95
SM
11265 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11266
5faa2ec0
SM
112672008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11270 Fix last change in case the element is not even a symbol.
11271
59429511
MB
112722008-04-02 Simon Josefsson <simon@josefsson.org>
11273
11274 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11275 imap-enable-exchange-bug-workaround.
11276 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11277
112782008-04-01 Simon Josefsson <simon@josefsson.org>
11279
11280 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11281 a 100 byte status-checks into a 2-3MB transfer for each group.
11282 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11283 to enable bug workaround or not.
11284 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11285
a0e08467
GM
112862008-03-31 Glenn Morris <rgm@gnu.org>
11287
11288 * message.el (mml2015-use): Declare for compiler.
11289 (message-info): Require mml2015 when appropriate.
11290
990e2c2f
SM
112912008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11294 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11295 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11296 (nntp-service-to-port): New function.
11297 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11298 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11299 (nntp-open-netcat-stream): New function.
11300 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11301
59429511
MB
113022008-03-29 Sven Joachim <svenjoac@gmx.de>
11303
11304 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11305
fa98585c
SM
113062008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11309
9b3ebcb6
MB
113102008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11311
11312 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11313
113142008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11315
fa98585c
SM
11316 * message.el (message-signature-separator): Change default.
11317 Improve custom type.
9b3ebcb6
MB
11318 (message-cite-function): Change default to
11319 message-cite-original-without-signature.
11320
11321 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11322 toggle.
11323
11324 * message.el (message-check-news-body-syntax): Fix signature check.
11325 (message-setup-1): Mark buffer as unmodified _after_ running
11326 message-setup-hook and handling message-alternative-emails.
11327 (message-shorten-references): Be more strict when building list of
11328 valid references to comply with GNKSA.
11329
fa98585c
SM
11330 * gnus-group.el (gnus-read-ephemeral-bug-group)
11331 (gnus-read-ephemeral-debian-bug-group)
11332 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
11333
11334 * message.el (message-info): Don't use booleanp which isn't supported
11335 in Emacs 21 and XEmacs.
11336
113372008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11340 gnus-group-gmane-group-download-format.
11341 (gnus-group-read-ephemeral-gmane-group): Rename from
11342 gnus-group-read-ephemeral-gmane-group.
11343 (gnus-read-ephemeral-gmane-group-url): Rename from
11344 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 11345 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
11346 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11347 (gnus-read-ephemeral-emacs-bug-group): New commands.
11348
113492008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11350
11351 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11352 (gnus-visible-headers): Improve custom type.
11353
113542008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11355
11356 * mml.el (mml-menu): Add workarounds for XEmacs.
11357
11358 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11359 X-Boundary header.
11360
11361 * message.el (message-simplify-recipients): Fix previous commit.
11362
b813166a
SM
113632008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11364
df06dd59 11365 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 11366 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 11367
b813166a
SM
11368 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11369 Prefer fboundp to functionp so it works with macros as well.
11370
9b3ebcb6
MB
113712008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11372
5faa2ec0
SM
11373 * message.el (message-alter-recipients-discard-bogus-full-name):
11374 New function.
9b3ebcb6
MB
11375 (message-alter-recipients-function): New variable.
11376 (message-get-reply-headers): Use it.
11377 (message-replace-header): New helper function.
11378 (message-recipients-without-full-name): New variable.
11379 (message-simplify-recipients): New command.
11380
11381 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11382
11383 * message.el (message-info): Handle EasyPG manual.
11384
11385 * mml.el (mml-menu): Add entry for EasyPG.
11386
113872008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11388
11389 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11390 parameter.
11391
11392 * message.el (message-disassociate-draft): Specify drafts group name
11393 fully.
11394
113952008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11396
296a8e19
SM
11397 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11398 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
11399
114002008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11401
11402 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11403 args of `how-many' of which the XEmacs version doesn't take; declare
11404 Info-index-next as function.
11405
114062008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11407
11408 * gnus-score.el (gnus-score-headers): Fix handling of
11409 gnus-inhibit-slow-scoring.
11410
11411 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11412 string.
11413 (gnus-button-url-regexp): Improve handling of parenthesis.
11414 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11415 (gnus-button-handle-info-keystrokes): Handle index entries.
11416
114172008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11418
11419 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11420 Incoming* files.
11421
114222008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11423
296a8e19 11424 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
11425 (auth-source-pick): Use it.
11426
114272008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11428
11429 * auth-source.el (auth-source-protocols)
296a8e19 11430 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
11431 modified variable customizations and defaults.
11432 (auth-source-pick, auth-source-user-or-password)
11433 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11434 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11435 (auth-source-user-or-password-sftp)
11436 (auth-source-user-or-password-smtp): Use new variables and provide an
11437 interface to netrc.el.
11438
114392008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11440
11441 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11442 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11443 Make sure the nntp port to specify is a string.
11444
dd58a686
SM
114452008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11446
ed075cb4
SM
11447 * nntp.el: Use with-current-buffer.
11448 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11449 dubious mm-with-unibyte-current-buffer.
11450 (nntp-with-open-group-function): New function extracted from
11451 nntp-with-open-group macro.
11452 (nntp-with-open-group): Use the function, so it's easier to debug.
11453 Add indentation and debugging info.
296a8e19
SM
11454 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11455 Recommend the use of the netcat alternatives.
ed075cb4 11456
f15a9fec
SM
11457 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11458 Avoid mm-string-as-multibyte as well.
11459
944c87e0
SM
11460 * nnweb.el (nnweb-insert-html):
11461 Remove use of nnheader-string-as-multibyte.
11462
2ec9cf15
SM
11463 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11464 (nnheader-string-as-multibyte): Remove.
11465
3d2440b4
SM
11466 * mm-view.el: Use inhibit-read-only.
11467 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11468 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11469 or unibyte-string.
11470
456cace2
SM
11471 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11472 (mm-uu-yenc-extract): Use with-current-buffer.
11473
f5fcf556
SM
11474 * gnus-soup.el (gnus-soup-send-packet): Don't use
11475 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11476
c9de7755
SM
11477 * nnmh.el: Use with-current-buffer.
11478 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11479 mm-string-as-multibyte on the output of mm-encode-coding-string.
11480
3d2440b4 11481 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
11482 (nnimap-request-move-article): Use with-current-buffer.
11483
3d2440b4
SM
11484 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11485 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11486 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 11487
228b6ecd
SM
11488 * gnus-msg.el: Use with-current-buffer.
11489
dd58a686
SM
11490 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11491
9b3ebcb6
MB
114922008-03-10 Daiki Ueno <ueno@unixuser.org>
11493
11494 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11495 string for caching if it is 'PIN.
11496
37a68866
MB
114972008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11498
dd58a686
SM
11499 * mail-source.el (mail-source-delete-old-incoming-confirm):
11500 Change default to nil.
37a68866
MB
11501 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11502
8f7abae3
MB
115032008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11504
11505 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11506 (gnus-article-goto-prev-page): Work for articles having ^L's.
11507
11508 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11509
11510 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11511
e0385bf4
KF
115122008-03-07 Karl Fogel <kfogel@red-bean.com>
11513
56388398 11514 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
11515 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11516 (gnus-bookmark-jump): Adjust some variable names.
11517
8f7abae3 115182008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 11519
8f7abae3
MB
11520 * auth-source.el: New package.
11521 (auth-source-choices): Add customization entry point variable.
11522
11523 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11524 bug.
11525
115262008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11527
11528 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11529 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 11530 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
11531 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11532 the `gnus-registry-mark-map' keymap dynamically from
11533 `gnus-registry-marks'. The generated functions update the summary line
11534 when a registry mark is added or deleted, and will call
11535 `gnus-registry-install-p' (see the comments in the code).
11536 (gnus-registry-user-format-function-M): Use concat intelligently.
11537
11538 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11539 the registry mark functions.
a7b50e1c 11540
c1717fbd
GM
115412008-03-05 Glenn Morris <rgm@gnu.org>
11542
11543 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11544 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11545 gnus-art.
11546 (top-level): No need to load own source when compiling.
11547
8f7abae3
MB
115482008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11549
11550 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11551 Suggested by <chris.anderton@zetnet.co.uk>.
11552
1fc34624
GM
115532008-03-04 Glenn Morris <rgm@gnu.org>
11554
11555 * gnus-sum.el (top-level): No need to require gnus when compiling,
11556 since unconditionally required near start of file.
11557 (gnus-summary-display-while-building): Move definition before use.
11558
8f7abae3
MB
115592008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11560
296a8e19
SM
11561 * gnus-registry.el (gnus-registry-user-format-function-M):
11562 Add formatting function.
8f7abae3
MB
11563
115642008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11565
296a8e19 11566 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
11567 with plists.
11568 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11569 Use new format.
11570
115712008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11574 `where-is-internal' that returns a range of key sequences.
11575
dacb905a
SM
115762008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11577
a88fd51a
SM
11578 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11579
c7a91ce1 11580 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
11581 (gnus-summary-jump-to-group): Consider windows on other displayed
11582 frames as well. Similar changes might be needed elsewhere, but that's
11583 the one I've bumped into during my use.
c7a91ce1 11584
62dc3ac3 11585 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 11586 * gnus-msg.el (gnus-debug):
dacb905a
SM
11587 * gnus-group.el (gnus-update-group-mark-positions):
11588 Use mm-string-to-multibyte.
11589
8f7abae3
MB
115902008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11591
11592 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11593 doesn't handle NotDashEscaped.
11594
11595 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11596 (mml-dnd-attach-options): Fix typo in custom choice.
11597
296a8e19
SM
11598 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11599 Change nndoc-article-type to mbox.
8f7abae3
MB
11600 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11601
11602 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11603 to nil, instead of html2text.
11604
11605 * imap.el (imap-debug): Add `imap-ping-server'.
11606
11607 * gnus-bookmark.el: Add FIXMEs.
11608
11609 * message.el (message-form-letter-separator)
11610 (message-send-form-letter-delay): New variables.
11611 (message-send-form-letter): Use them. New command to send form
11612 letters. Requested by Uwe Siart.
11613 (message-send-mail-function): Doc fix. Add "Other" custom option.
11614
14e8de0c
MB
116152008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11616
11617 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11618 empty author.
11619
116202008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11621
11622 * gnus-registry.el (gnus-registry-marks): Add variable for
11623 customization of marks and their appearance.
11624 (gnus-registry-read-mark): Use it.
11625 (gnus-registry-do-marks): Add utility function to loop through
11626 `gnus-registry-marks'.
11627 (gnus-registry-install-shortcuts-and-menus): Add function to install
11628 shortcuts and menus.
11629 (gnus-registry-initialize): Use it.
11630 (gnus-registry-default-mark): Clarify documentation.
11631
ab74c815
GM
116322008-02-29 Glenn Morris <rgm@gnu.org>
11633
11634 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11635 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11636 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11637 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11638 Change defcustom :version from 23.0 to 23.1.
11639
14e8de0c
MB
116402008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11641
11642 * gnus-registry.el (gnus-registry-follow-group-p)
11643 (gnus-registry-post-process-groups): Add functions to aid registry
11644 splitting and improve logging. Clarify behavior in function
11645 documentation.
11646 (gnus-registry-split-fancy-with-parent): Use them.
11647
80de1778
SM
116482008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * gnus-art.el: Use with-current-buffer.
11651
14e8de0c
MB
116522008-02-27 David Engster <dengste@eml.cc>
11653
11654 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11655 Express real group name in the response.
11656
116572008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11658
11659 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11660 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11661 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11662 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
11663 (nnmairix-request-group-with-article-number-correction):
11664 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
11665
116662008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11667
11668 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
11669 (mm-uu-extract): Improve face for low color ttys.
11670 Reported by Sascha Wilde.
14e8de0c 11671
da13b6cc
GM
116722008-02-27 Glenn Morris <rgm@gnu.org>
11673
11674 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
11675 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11676 variables to defconsts. Convert comments to doc-strings.
11677 (nnmairix-last-server, nnmairix-current-server): Convert from free
11678 variables to defvars. Convert comments to doc-strings.
11679 (gnus-registry-fetch-group): Autoload.
11680 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11681 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
11682 (nnmairix-widget-build-editable-fields): Use car cddr rather than
11683 caddr.
be021c01
GM
11684 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11685 nnmairix-request-group-with-article-number-correction call.
11686 (nnmairix-fast, nnmairix-group): New, less general names, for free
11687 variables passed from nnmairix-request-group to
11688 nnmairix-request-group-with-article-number-correction. Declare.
11689 (nnmairix-request-group-with-article-number-correction):
11690 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 11691
3d0f8a67
MB
116922008-02-26 David Engster <dengste@eml.cc>
11693
11694 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
11695 version 0.5.
11696
116972008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11698
11699 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11700 instead of making an extra function call. Don't add the current group
11701 to articles only when they have the group. Use
11702 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11703 Reported by David <de_bb@arcor.de>.
11704
f5490ddc
MB
117052008-02-24 Miles Bader <miles@gnu.org>
11706
11707 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11708 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11709 (mm-find-mime-charset-region):
11710 * mm-bodies.el (mm-encode-body):
11711 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11712
52bec650
MB
117132008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
11714
11715 * mail-source.el (mail-source-delete-incoming): Change default.
11716 Supplement doc string.
11717
11718 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11719
117202008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11721
11722 * nnmail.el (nnmail-message-id-cache-file): Derive from
11723 `gnus-home-directory'.
11724
117252008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
11726
11727 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 11728 Document negative prefix.
52bec650 11729
5e25c514 11730 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
11731
117322008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11733
11734 * message.el (message-unsent-separator): Add the Exim bounce
11735 separator.
11736
117372008-02-10 Daiki Ueno <ueno@unixuser.org>
11738
11739 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11740 list.
11741 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11742 recipient/signer list.
11743
0b9c5ab7
RS
117442008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11745
11746 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11747 fbound (Emacs 23 unicode), signal an error.
11748
1888e568
GM
117492008-02-08 Glenn Morris <rgm@gnu.org>
11750
11751 * gnus-art.el (pgg-display-output-buffer): Declare as function.
11752
52bec650
MB
117532008-02-07 Tassilo Horn <tassilo@member.fsf.org>
11754
11755 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11756 ports to the calls to `netrc-machine-user-or-password' in addition to
11757 "imap" and "imaps".
11758
e9198520
MB
117592008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11760
11761 * gnus.el (gnus-group-startup-message): Add `find-image' call before
11762 image-load-path is let-bound. Reported by Harald Hanche-Olsen
11763 <hanche@math.ntnu.no>.
11764
117652008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11766
11767 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11768
9303f985 117692008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
11770
11771 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11772
11773 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11774
9303f985 117752008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
11776
11777 * mml.el (mml-parse-1): Remove apparently vestigial use of
11778 `mm-hack-charsets'.
11779 * mm-bodies.el (mm-encode-body): Likewise.
11780
9303f985 117812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 11782
4fedcc00 11783 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
11784 rfc2104-hexstring-to-bitstring and changed to return a byte list.
11785 (rfc2104-hash): Convert the result of concat to unibyte string.
11786
9303f985 117872008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 11788
aca7a3d2
MB
11789 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11790 coding-system-for-read.
11791 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11792
8385d659 11793 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 11794 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 11795 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 11796
10ef2ef7 117972008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
11798
11799 * mail-source.el (mail-sources): Add `group' choice.
11800
11801 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11802 parameter `in-group' to control into which group the articles go.
11803 Add treatment of `group' mail-source.
11804
a445370f
DN
118052008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11806
11807 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11808 * message.el (message-beginning-of-line): Use featurep instead of bound
11809 tests in order to resolve conditionals at compile time.
11810
4599d0ec
MB
118112008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11812
11813 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11814
11815 * mm-decode.el (mm-dissect-buffer): Decode description.
11816
11817 * mml.el (mml-to-mime): Encode message header first.
11818
0b6799c3
MB
118192008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
11820
11821 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11822 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11823
118242008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
11825
11826 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11827
118282008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11829
11830 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11831 prefix keys.
11832 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11833 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11834 gnus-xmas.el.
11835
118362008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11837
11838 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11839 Add new variables for article mark management.
11840 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11841 list of extra data entries which, when present, will indicate that the
11842 article ID should not be trimmed from the registry.
11843 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11844 functions.
11845 (gnus-registry-read-mark): New function to read a mark name from the
11846 user.
11847 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11848 (gnus-registry-set-article-mark-internal): New functions to add and
11849 remove marks.
11850 (gnus-registry-get-article-marks): New function to show the marks for
11851 an article, or retrieve them for further use.
11852
118532008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11856 keys when no argument is given.
11857
118582008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11859
11860 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
11861 (gnus-thread-sort-by-random): Fix doc strings.
11862 Reported by jidanni@jidanni.org.
0b6799c3
MB
11863
118642008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-art.el (gnus-article-describe-bindings): New function.
11867 (gnus-article-read-summary-keys): Use it.
11868 (gnus-article-mode-map): Bind `C-h b' to it.
11869
95838435
MB
118702008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11873 XEmacs.
296a8e19
SM
11874 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11875 Protect against non-character events.
95838435 11876
95838435
MB
118772008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
11878
296a8e19
SM
11879 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11880 New command.
95838435
MB
11881 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11882 instead of END. Change name of the temp file.
11883 (gnus-group-gmane-group-download-format): Add doc string. Make it
11884 customizable.
11885
118862008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11887
11888 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11889 bind `S W' to gnus-article-wide-reply-with-original; set default
11890 binding to gnus-article-read-summary-send-keys.
11891 (gnus-article-read-summary-keys): Fix the order of keys; display
11892 continuation keys correctly in the echo area; describe bindings
11893 correctly when keys end with `C-h'.
11894 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
11895 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11896 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
11897 correctly in the echo area.
11898 (gnus-article-reply-with-original): Ignore prefix argument.
11899 (gnus-article-wide-reply-with-original): New function.
11900
d82cf70b
MB
119012008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11904 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11905
119062008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
11907
11908 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11909 (gnus-group-read-ephemeral-gmane-group): New command.
11910
f3041af1
DN
119112008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11912
11913 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11914
87035689
MB
119152007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11916
11917 * message.el (message-send-mail-function): Increase custom version.
11918
11919 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11920 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
11921
87035689
MB
119222007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11925 html parts correctly; support forwarded messages.
11926 (gnus-article-browse-html-article): Remove work buffers.
11927
11928 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11929 compiling.
11930 (netrc-bound-and-true-p): New macro.
11931 (netrc-parse): Use it instead of bound-and-true-p that is not available
11932 in XEmacs 21.4.
11933
119342007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
11935
11936 * gnus-registry.el (gnus-registry-mark-article)
11937 (gnus-registry-article-marks): Add functionality to mark articles
11938 through the Gnus registry.
11939
11940 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11941 (netrc-parse): Use encrypt-file-alist to determine if
11942 encrypt-find-model or encrypt-insert-file-contents should be used.
11943
541cbf8b
GM
119442007-12-19 Glenn Morris <rgm@gnu.org>
11945
11946 * mml.el (message-options-set, message-narrow-to-head)
11947 (message-in-body-p, message-mail-p, message-encode-message-body):
11948 Autoload.
11949 (message-remove-header, message-narrow-to-headers-or-head)
11950 (message-subscribed-p, message-make-mail-followup-to)
11951 (message-position-on-field, message-news-p)
11952 (message-options-set-recipient, message-generate-headers)
11953 (message-sort-headers): Declare as functions.
11954
87035689
MB
119552007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11956
11957 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11958 convention in doc string.
11959
119602007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11961
11962 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11963 title to html parts.
11964 (gnus-article-browse-html-article): Pass message header to it.
11965
11966 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11967
119682007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
11969
11970 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11971 or password compatible with XEmacs.
11972
bbbe940b
MB
119732007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11974
11975 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11976 format document.
11977 (gnus-mime-delete-part): Don't write description line if empty.
11978 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11979
880820fe 119802007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
11981
11982 * gnus-sum.el (gnus-summary-mark-unread-as-read)
11983 (gnus-summary-mark-read-and-unread-as-read)
11984 (gnus-summary-mark-current-read-and-unread-as-read)
11985 (gnus-summary-mark-unread-as-ticked): Doc fix.
11986 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11987
119882007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11989
296a8e19
SM
11990 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11991 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
11992
119932007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11994
11995 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11996 yes-or-no-p.
11997
119982007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
11999
12000 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 12001 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 12002
296a8e19
SM
12003 * gnus-art.el (gnus-article-browse-delete-temp-files):
12004 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
12005 (gnus-article-browse-html-parts): Work with message/external-body; use
12006 mm-add-meta-html-tag.
12007
cef98b13
GM
120082007-12-11 Glenn Morris <rgm@gnu.org>
12009
12010 * gnus-cache.el: Require gnus-sum not just when compiling.
12011
12012 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12013
296a8e19
SM
12014 * gnus-int.el (gnus-server-opened, gnus-status-message):
12015 Move definitions before use.
cef98b13
GM
12016
12017 * mm-decode.el: Require gnus-util.
12018 (mm-remove-part): Only call delete-annotation on XEmacs.
12019
12020 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12021
12022 * nnmail.el: Require gnus-int.
12023
12024 * spam.el: Move `require's before `eval-when-compile's.
12025
12026 * gnus-ems.el (gnus-alive-p):
12027 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 12028 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
12029 * mail-source.el (gnus-compress-sequence):
12030 * message.el (Info-goto-node, format-spec):
12031 * mm-bodies.el (message-options-get):
12032 * mm-decode.el (mm-view-pkcs7):
12033 * mm-util.el (gmm-write-region):
12034 * mml-smime.el (mml-compute-boundary)
12035 (gnus-completing-read-with-default):
12036 * mml.el (widget-button-press, gnus-make-hashtable):
12037 * mml1991.el (mm-decode-content-transfer-encoding)
12038 (mm-encode-content-transfer-encoding)
12039 (message-options-get, message-options-set):
12040 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12041 * nnfolder.el (gnus-request-group):
12042 * nnheader.el (ietf-drums-unfold-fws):
12043 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12044 * smime.el (gnus-run-mode-hooks):
12045 * spam-stat.el (gnus-message): Autoload.
12046
12047 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12048 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12049 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12050 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12051 Add declare-function compatibility definition.
12052
12053 * gnus-cache.el (nnvirtual-find-group-art):
12054 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12055 (gnus-add-image, gnus-add-wash-type):
12056 * gnus-group.el (nnkiboze-score-file):
12057 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12058 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
12059 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12060 (message-tokenize-header, gnus-get-buffer-create)
12061 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12062 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
12063 * gnus.el (gnus-group-decoded-name):
12064 * mail-source.el (imap-capability):
12065 * mm-bodies.el (message-options-set):
12066 * mm-decode.el (gnus-configure-windows):
12067 * mm-extern.el (message-goto-body):
12068 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12069 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12070 (epg-sub-key-validity, message-options-set):
12071 * mml.el (widget-event-point, gnus-configure-windows):
12072 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12073 * mml2015.el (epg-check-configuration, epg-configuration)
12074 (message-options-set):
12075 * nndb.el (nndb-request-article):
12076 * nnfolder.el (gnus-request-create-group):
12077 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12078 * nnmaildir.el (gnus-group-mark-article-read):
12079 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12080 * rfc1843.el (message-fetch-field):
12081 * spam.el (gnus-extract-address-components):
12082 Declare as functions.
12083
bbbe940b
MB
120842007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12085
12086 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12087
a5ded4c9
GM
120882007-12-09 Glenn Morris <rgm@gnu.org>
12089
12090 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12091
12092 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 12093 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 12094 Add declare-function compatibility definition.
a5ded4c9
GM
12095
12096 * gnus-art.el (w3-region, w3m-region, Info-menu):
12097 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12098 * gnus-sum.el (gnus-get-predicate):
12099 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12100 * message.el (mail-abbrev-in-expansion-header-p):
12101 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 12102 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
12103 * sieve-manage.el (password-read, password-cache-add)
12104 (password-cache-remove):
8d0f97a4 12105 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 12106
274f1353
DK
121072007-12-08 David Kastrup <dak@gnu.org>
12108
12109 * gnus-sum.el (gnus-summary-simplify-subject-query):
12110 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12111 `message'.
12112
a601fb74 121132007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 12114
a601fb74 12115 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 12116
af5370ad
RS
121172007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12118
12119 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12120
21ee0911
MB
121212007-12-06 Christian Plate <cplate@web.de> (tiny change)
12122
296a8e19 12123 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
12124 Call gnus-add-to-range ranges only once with a prepared article-list.
12125
121262007-12-06 Paul Jarc <prj@po.cwru.edu>
12127
149cd465
JB
12128 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12129 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
12130 group names with backslashes.
12131 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 12132
f0131492 121332007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 12134
a601fb74
GM
12135 * gnus-art.el (article-make-date-line):
12136 * gnus-start.el (gnus-load):
12137 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 12138
415a09fb
MB
121392007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12140
11636b22
JB
12141 * gnus-art.el (gnus-use-idna):
12142 * gnus-start.el (gnus-site-init-file):
12143 * message.el (message-use-idna):
12144 * mm-uu.el (mm-uu-hide-markers):
415a09fb
MB
12145 * smiley.el (smiley-style): Revert changes that suppress warnings.
12146
121472007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12148
12149 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
12150 specify charset to html source.
12151 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
12152
121532007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12156 idna-program in order to suppress byte compile warning issued by XEmacs
12157 that came to byte compile the default value section of defcustom forms
12158 recently.
12159
12160 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12161 value of installation-directory.
12162
12163 * message.el (message-use-idna): Don't directly refer to the value of
12164 idna-program.
12165
12166 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12167
12168 * smiley.el (smiley-style): Don't directly call face-attribute.
12169
b890d447
MB
121702007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12171
12172 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12173
12174 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
12175 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12176 Don't require. Use autoloads instead.
b890d447
MB
12177 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12178 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12179 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12180 (gnus-dired-mode): Adjust doc string.
12181 (gnus-dired-mail-mode): New variable.
12182 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12183 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12184 (gnus-dired-mail-buffers): New function. Return mail or message
12185 composition buffers.
12186 (gnus-dired-attach): Use it.
12187 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12188 NO-DECODE.
12189 (gnus-dired-print): Use `gnus-print-buffer' depending on
12190 `gnus-dired-mail-mode'.
12191
121922007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * rfc2047.el (rfc2047-encoded-word-regexp)
12195 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12196 explaining what regexp patterns are for.
12197
13b0ef01
GM
121982007-12-04 Glenn Morris <rgm@gnu.org>
12199
12200 * password.el: Move to ../password-cache.el.
12201
12202 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12203 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12204 * mml-smime.el (password-read, password-cache-add)
12205 (password-cache-remove):
12206 No need to autoload, since mml-sec requires password.
12207
12208 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12209 * message.el (gnus-extract-address-components):
12210 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12211
12212 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12213 password.
12214
b890d447
MB
122152007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12216
12217 * mailcap.el: Reduce dependencies.
12218 (mail-header-parse-content-type): Autoload.
12219 (mailcap-delete-duplicates): New alias.
12220 (mailcap-mime-info): Add optional argument NO-DECODE.
12221 (mailcap-mime-types): Use mailcap-delete-duplicates.
12222
12223 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12224
122252007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12226
12227 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12228 function.
12229
12230 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12231 (gnus-uu-yenc-article): New function.
12232
12233 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12234
296a8e19 12235 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 12236
21662dc7
GM
122372007-12-02 Glenn Morris <rgm@gnu.org>
12238
323fc9ec
GM
12239 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12240 Move to ../net.
12241
21662dc7
GM
12242 * binhex.el, uudecode.el: Move to ../mail.
12243
ceabaeb3
GM
12244 * encrypt.el: Remove file.
12245
b890d447
MB
122462007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12247
12248 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12249 matches on patches.
12250
296a8e19
SM
12251 * gnus-art.el (gnus-article-browse-html-article):
12252 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
12253
12254 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12255 string. Add comments.
12256
12257 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12258 if rhs is ASCII.
12259
08545d0a
GM
122602007-12-01 Glenn Morris <rgm@gnu.org>
12261
fb18c032 12262 * dig.el, dns.el: Move to ../net.
c3335b6a 12263 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 12264
08545d0a
GM
12265 * mail-source.el (top-level): Require format-spec before
12266 eval-when-compile.
12267
257a0a0d
GM
122682007-11-30 Glenn Morris <rgm@gnu.org>
12269
12270 * encrypt.el: Require password, rather than autoloading password-read.
12271
b890d447
MB
122722007-11-28 Elias Oltmanns <eo@nebensachen.de>
12273
12274 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12275 caller can indicate whether the cache should be disregarded for this
12276 call. This way the result of the call is reproducible at all times and
12277 can be considered a canonical server name for the supplied method.
12278 (gnus-agent-method-p): Canonicalize server names by pushing their
12279 method through `gnus-method-to-server' using the no-cache argument.
12280
296a8e19
SM
12281 * gnus-srvr.el (gnus-server-insert-server-line):
12282 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
12283
12284 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12285 gnus-agent-possibly-synchronize-flags as this should be called when the
12286 server is actually being opened.
12287 (gnus-agent-possibly-synchronize-flags)
12288 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12289 flags file of an agentized server to the latter function.
12290
12291 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12292 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12293 after a connection has been established successfully.
12294
122952007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12296
12297 * gnus-art.el (article-display-face): Force to display face if called
12298 interactively; check if gnus-article-x-face-too-ugly matches author.
12299 (article-display-x-face): Display face even if From header is missing
12300 as article-display-face does.
12301
d50fd8e2
GM
123022007-11-28 Richard Stallman <rms@gnu.org>
12303
12304 * md4.el: Move to ../.
12305 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12306
b890d447
MB
123072007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12308
12309 * mail-source.el (mail-sources): Default to fetch from file for
12310 compatibility with default of nnmail-spool-file.
12311
123122007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12313
12314 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12315 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12316 to look for encoded word that should be encoded again.
12317 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12318 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12319 encoding pattern.
12320 (rfc2047-decode-region): Switch strict regexp and loose one according
12321 to rfc2047-allow-irregular-q-encoded-words.
12322
a06e7b5d
SJ
123232007-11-26 Simon Josefsson <simon@josefsson.org>
12324
12325 * imap.el: Move to ../net directory.
12326
b890d447
MB
123272007-11-25 Romain Francoise <romain@orebokech.com>
12328
12329 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12330
123312007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12332
12333 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12334 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12335
12336 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12337 `nnmail-spool-file'.
12338
12339 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12340 `nnmail-spool-file'.
12341
12342 * gnus-move.el (gnus-change-server): Ditto.
12343
12344 * gnus-kill.el (gnus-batch-score): Ditto.
12345
12346 * gnus-cache.el (gnus-jog-cache): Ditto.
12347
c9e31f32
SM
12348 * gnus-msg.el (gnus-summary-reply):
12349 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
12350
123512007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12352
c9e31f32
SM
12353 * gnus-cache.el (gnus-cache-generate-nov-databases):
12354 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
12355 nnml-generate-nov-databases-1.
12356
e3b0153a
GM
123572007-11-24 Glenn Morris <rgm@gnu.org>
12358
12359 * message.el (message-tool-bar-retro): Update for rename
12360 mail_send.xpm->mail-send.xpm.
12361
b890d447
MB
123622007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12363
12364 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12365 `smime-ldap-search' for Emacs 22 and up.
12366
145cc6b9
RS
123672007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12368
63ff8478
RS
12369 * hashcash.el: Move to ../mail directory.
12370
8746c8b8
RS
12371 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12372
145cc6b9
RS
12373 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12374 `smime-ldap-search' for Emacs 22 and up.
12375
82816ba1
SM
123762007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12377
b7b80032
SM
12378 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12379
82816ba1
SM
12380 * message.el (message-send-mail-function): Fix error convention.
12381 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12382 (message-widen-reply, message-send-mail, message-talkative-question)
12383 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12384 (message-clone-locals, message-send-news): Use with-current-buffer.
12385 (message-insert-or-toggle-importance): Remove unused var `valid'.
12386 (message-make-references): Remove unused var `new-references'.
12387 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12388
3042deef
JB
123892007-11-22 Juanma Barranquero <lekktu@gmail.com>
12390
12391 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12392 (spam-split-symbolic-return-positive): Reflow docstring.
12393 (spam-backends, spam-summary-exit-behavior)
12394 (spam-mark-ham-unread-before-move-from-spam-group)
12395 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12396 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12397 (spam-clear-cache, spam-backend-check, spam-install-backend)
12398 (spam-install-statistical-backend, spam-list-of-processors)
12399 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12400 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12401 (spam-check-crm114, spam-initialize, spam-unload-hook):
12402 Fix typos in docstrings.
12403
b890d447
MB
124042007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12405
12406 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12407 been checked if they have never been read and those group levels are
12408 higher than the one that a user specified.
12409
124102007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12411
12412 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12413 foreign groups unless a group level is specified by a user.
12414 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12415
b62a39c4
RS
124162007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12417
12418 * message.el (message-send-mail-function): Require sendmail.
12419
2ea6167b
RS
124202007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12421
9e0a8576
RS
12422 * message.el (message-send-mail-function): Check for smtpmail too.
12423
f21470ef
RS
12424 * utf7.el (utf7-encode, utf7-decode): Use coding system
12425 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12426
2ea6167b
RS
12427 * message.el (message-send-mail-function): New function.
12428 (message-send-mail-function): Set default using
12429 message-send-mail-function. Adjust doc string.
12430 (message-send-mail-with-mailclient): New function.
12431
127a6f0e
GM
124322007-11-17 Richard Stallman <rms@gnu.org>
12433
12434 * assistant.el: Remove file.
12435
9efa445f
DN
124362007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12437
12438 * smime.el (from):
12439 * rfc2047.el (message-posting-charset):
12440 * qp.el (mm-use-ultra-safe-encoding):
12441 * pop3.el (parse-time-months):
12442 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12443 * nnml.el (files):
12444 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12445 (jka-compr-compression-info-list, ange-ftp-path-format)
12446 (efs-path-regexp):
12447 * nndiary.el (files):
12448 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12449 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12450 (epg-digest-algorithm-alist, inhibit-redisplay)
12451 (password-cache-expiry):
12452 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12453 (pgg-output-buffer, password-cache-expiry):
12454 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12455 (efs-path-regexp):
12456 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12457 (inhibit-redisplay):
12458 * mm-uu.el (file-name, start-point, end-point, entry)
12459 (gnus-newsgroup-name, gnus-newsgroup-charset):
12460 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12461 (latin-unity-ucs-list):
12462 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12463 (mm-uu-binhex-decode-function):
b97439ce 12464 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
12465 (rmail-enable-mime-composing, gnus-local-organization)
12466 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12467 (gnus-read-active-file, facemenu-add-face-function)
12468 (facemenu-remove-face-function, gnus-article-decoded-p)
12469 (tool-bar-mode):
12470 * mail-source.el (display-time-mail-function):
12471 * gnus-util.el (nnmail-pathname-coding-system)
12472 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12473 (gnus-original-article-buffer, gnus-user-agent)
12474 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12475 (xemacs-codename, sxemacs-codename, emacs-program-version):
12476 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12477 * gnus-start.el (gnus-agent-covered-methods)
12478 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12479 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12480 (gnus-newsgroup-headers, gnus-group-list-mode)
12481 (gnus-group-mark-positions, gnus-newsgroup-data)
12482 (gnus-newsgroup-unreads, nnoo-state-alist)
12483 (gnus-current-select-method, mail-sources)
12484 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12485 (nnmail-spool-file, gnus-cache-active-hashtb):
12486 * gnus-mh.el (mh-lib-progs):
12487 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12488 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12489 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12490 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12491 (gnus-group-buffer):
12492 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12493 (font-lock-set-defaults):
12494 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12495 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12496 (gnus-summary-post-menu, total-parts, type, condition, length):
12497 * gnus-agent.el (gnus-agent-read-agentview):
12498 * flow-fill.el (show-trailing-whitespace):
12499 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12500 eval-and-compile wrappers for byte compiler pacifiers.
12501
12502 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12503 (mm-display-inline-fontify): Check for featurep 'xemacs not
12504 extent-list.
12505
12506 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12507 itimer-list.
12508 (mm-create-image-xemacs): Only do something for XEmacs.
12509 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12510
12511 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12512
12513 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12514 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12515
e9346447
JB
125162007-11-15 Juanma Barranquero <lekktu@gmail.com>
12517
ec5741dc 12518 * nnimap.el (nnimap-split-download-body):
e9346447 12519 * gnus-demon.el (gnus-demon):
ec5741dc 12520 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 12521
1428d46b
MB
125222007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12523
296a8e19
SM
12524 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12525 New macros.
1428d46b
MB
12526 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12527 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12528 copy data from unibyte buffer to multibyte current buffer.
93acd23d 12529 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
12530 to copy data from unibyte current buffer to multibyte buffer.
12531 (nntp-make-process-buffer): Make process buffer unibyte.
12532
12533 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12534
125352007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12536
12537 * pop3.el (pop3-open-server): Accept and process data more robustly at
e4769531 12538 connection start to avoid spurious "POP SSL connection failed" errors.
1428d46b
MB
12539
125402007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12543 read group names.
12544
125452007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12548
125492007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12550
12551 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12552 (nnmail-save-active): Use a unibyte buffer when saving active file,
12553 which may contain non-ASCII group names.
12554
12555 * nnml.el (nnml-request-group): Decode group names in messages.
12556
4d8a28ec
MB
125572007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12558
12559 * message.el (message-citation-line-function)
12560 (message-insert-formatted-citation-line): Fix spelling of
12561 `message-insert-formated-citation-line'.
12562
c12ecb0a
MB
125632007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12564
12565 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12566
4d8a28ec
MB
125672007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12568
12569 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12570 nnmail-pathname-coding-system.
12571
12572 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12573 that a user enters; decode group names in messages.
12574
12575 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12576
60ece9b0
MB
125772007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12578
12579 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12580
12581 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12582
12583 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12584 risky local variable.
12585
12586 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12587
125882007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12589
12590 * encrypt.el: Improve documentation to fix function name typo.
12591 Reported by Daiki Ueno <ueno@unixuser.org>.
12592
125932007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12594
12595 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12596 even if the point is not in the last page of an article.
12597 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12598 back to the previous page.
12599
c590ed3a
MB
126002007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12601
12602 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12603
60ece9b0
MB
126042007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12605
12606 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12607
c70dbcd5
SM
126082007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12609
296a8e19
SM
12610 * message.el (message-check-news-body-syntax):
12611 Avoid mm-string-as-multibyte.
c70dbcd5
SM
12612 (message-hide-headers): Don't assume (point-min)==1.
12613
437ce4be
MB
126142007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * message.el (message-remove-blank-cited-lines): Fix if remove is
12617 given.
12618 (message-bogus-address-regexp): New variable.
12619 (message-bogus-recipient-p): New function.
12620 (message-check-recipients): New command.
12621 (message-syntax-checks): Add `bogus-recipient'.
12622 (message-fix-before-sending): Add `bogus-recipient'.
12623
12624 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
12625 (gnus-treat-body-boundary): Don't test window-system.
12626
cd394be1 126272007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
12628
12629 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 12630
c7ff939a
RS
126312007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12632
12633 * gnus.el: Bump version to Gnus v5.13.
12634
01c52d31
MB
126352007-10-28 Miles Bader <miles@gnu.org>
12636
12637 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12638 at compile-time too.
12639
437ce4be
MB
126402007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12641
296a8e19
SM
12642 * gnus-msg.el (gnus-message-setup-hook):
12643 Add `message-remove-blank-cited-lines' to options.
437ce4be 12644
01c52d31
MB
126452007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12646
12647 * message.el (message-remove-blank-cited-lines): New function.
880820fe 12648 Suggested by Karl Plästerer.
01c52d31
MB
12649
126502007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12651
12652 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12653 mapc.
12654
12655 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12656 (top-level): Use mapc to set functions to be traced for debugging.
12657
12658 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12659 called for effect with while loop.
12660
12661 * message.el (message-talkative-question): Replace mapcar called for
12662 effect with mapc.
12663
12664 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12665 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12666 called for effect with dolist.
12667
12668 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12669
12670 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12671 gnus-extra-headers and nnmail-extra-headers.
12672
12673 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12674 called for effect with dolist.
12675 (top-level): Use mapc to set functions to be traced for debugging.
12676
12677 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12678 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12679 dolist.
12680
12681 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12682 Replace mapcar called for effect with mapc.
12683 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12684 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12685 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12686 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12687
12688 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12689 remove-if that's a cl function.
12690
12691 * webmail.el (webmail-debug): Replace mapcar called for effect with
12692 dolist.
12693
01c52d31
MB
126942007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
12695
12696 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12697 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12698 with while loop.
12699
12700 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12701 functions from article-* functions.
12702 (gnus-multi-decode-header): Replace mapcar called for effect with
12703 dolist.
12704
12705 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12706 (gnus-bookmark-show-details): Replace mapcar called for effect with
12707 while loop.
12708
12709 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12710 called for effect with while loop.
12711
12712 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12713 with dolist.
12714
296a8e19
SM
12715 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12716 Replace mapcar called for effect with dolist.
01c52d31
MB
12717
12718 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12719
12720 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12721 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12722 Replace mapcar called for effect with dolist.
12723 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12724 mapc.
12725
12726 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12727 Replace mapcar called for effect with dolist.
12728 (gnus-topic-list): Replace mapcar called for effect with mapc.
12729
12730 * gnus.el: Use mapc instead of mapcar to add autoloads.
12731
4b576f7d
RS
127322007-10-23 Richard Stallman <rms@gnu.org>
12733
12734 * gnus-group.el (gnus-group-highlight): Mark as risky.
12735
fdc90613
MB
127362007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12737
12738 * gnus.el (gnus-server-to-method): Return method found first in
12739 gnus-newsrc-alist.
12740
01c52d31
MB
12741 * gnus-art.el (gnus-article-highlight-signature)
12742 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12743 button overlay without the front stickiness.
12744
127452007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
12746
12747 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12748 overview buffer needed a catch to receive its throw.
296a8e19 12749 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
12750 easier to use.
12751
fdc90613
MB
127522007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12755 `next-line'.
12756
5255e3ff
MB
127572007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
12758
12759 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12760 exclude address matching message-dont-reply-to-names.
12761
b4fde39f
MB
127622007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12763
12764 * gnus-util.el (gnus-string<): New function.
12765
12766 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 12767 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
12768
127692007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12770
12771 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12772 the frame-focus tag is set in gnus-buffer-configuration.
12773
01c52d31
MB
127742007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * gnus-art.el (gnus-article-add-button): Make a button overlay without
12777 the front stickiness.
12778
127792007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12780
12781 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12782 url pattern; remove duplicate one.
12783 (gnus-article-extend-url-button): New function.
12784 (gnus-article-add-buttons): Use it.
12785 (gnus-button-push): Use concatenated url that it makes.
12786
6ab3804a
JB
127872007-10-04 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12790 (sieve-manage-open): Use `mapc' instead of `mapcar'.
12791
2f19ece7
SM
127922007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12795 Don't hardcode point-min==1.
12796
1d0df8af
DK
127972007-09-30 David Kastrup <dak@gnu.org>
12798
12799 * gnus-art.el (gnus-article-reply-with-original)
12800 (gnus-article-followup-with-original): When `transient-mark-mode' is
12801 off, refrain from active-region behavior for followups.
12802
4b70e299
MB
128032007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
12804
12805 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
12806 Fix comment about "iso8859-1".
12807
d4835507 128082007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
12809
12810 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12811 ones returned from the verify-function.
12812
296a8e19
SM
12813 * mm-uu.el (mm-uu-pgp-signed-extract-1):
12814 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
12815
128162007-10-07 Daiki Ueno <ueno@unixuser.org>
12817
12818 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12819 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12820 failed.
4b70e299
MB
12821
128222007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12823
e9346447 12824 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 12825
01c52d31
MB
128262007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12827
12828 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12829 to mark a thread as expirable. Add variable `hide' to handle hiding of
12830 thread for both the null and zero (kill/expire thread) universal prefix
12831 cases.
12832 (gnus-summary-expire-thread): Add new function to expire a thread,
12833 using gnus-summary-kill-thread.
12834 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12835 shortcuts for gnus-summary-expire-thread.
12836 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12837 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
12838
128392007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12840
12841 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12842 extras value, so an extras entry can be deleted.
12843 (gnus-registry-delete-extra-entry): Use it.
12844 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12845 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12846 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
12847 storage through the gnus-registry, and provide an appropriate API for
12848 it.
01c52d31 12849
4b70e299
MB
128502007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12851
12852 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12853 Suggested by Leo <sdl.web@gmail.com>.
12854
12855 * gnus.el: Do.
12856
128572007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12858
12859 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12860 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
12861
12862 * gnus-agent.el (gnus-agent-fetch-headers): Do.
12863
12864 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12865 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12866
128672007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12868
12869 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12870 newline.
12871 (nnmbox-request-accept-article): Don't change article in source buffer;
12872 narrow to header to use message-fetch-field rather than
12873 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12874 (nnmbox-request-replace-article): Quote lines that'll be misidentified
12875 as delimiters; make sure article ends with newline.
12876 (nnmbox-delete-mail): Correct last position of article to be deleted;
12877 ignore X-Gnus-Newsgroup header in article body.
12878 (nnmbox-save-mail): Quote lines looking like delimiters at the right
12879 positions; make sure article ends with newline.
12880
01c52d31
MB
12881 * message.el (message-display-abbrev): Don't infloop when a user
12882 inserts SPC in the beginning of header.
12883
128842007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
12885
12886 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12887 list of groups not followed by default. Fix type to be regexp.
12888 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12889
128902007-09-06 Tassilo Horn <tassilo@member.fsf.org>
12891
12892 * hmac-def.el (define-hmac-function): Switch from old-style to
12893 new-style backquotes.
12894
002876ab 12895 * md4.el (md4-make-step): Likewise.
01c52d31
MB
12896
128972007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12900 raw-text coding system when saving .newsrc file, which may contain
12901 non-ASCII group names.
12902
4b70e299
MB
129032007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12904
12905 * gnus-cus.el (gnus-score-extra): New widget.
12906 (gnus-score-extra-convert): New function.
12907 (gnus-score-customize): Use it for Extra.
12908
01c52d31
MB
129092007-08-31 Daiki Ueno <ueno@unixuser.org>
12910
12911 * mml2015.el (mml2015-extract-cleartext-signature): New function.
12912 (mml2015-mailcrypt-clear-verify): Use it.
12913 (mml2015-gpg-clear-verify): Use it.
12914 (mml2015-pgg-clear-verify): Use it.
12915 (mml2015-epg-clear-verify): Replace the current part with the output
12916 from GnuPG; don't extract the plaintext by itself.
12917
12918 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12919 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12920 mml2015-clear-verify-function; don't touch the armor headers or
12921 dash-escaped text here.
12922
129232007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12924
12925 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12926 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12927 parts, or application/octet-stream as a last resort.
12928 (gnus-mime-view-part-as-type): Don't toggle display.
12929 (gnus-mime-view-part-as-charset): Don't turn off display before
12930 querying charset.
12931
12932 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12933 stuff to undisplayer function in Emacs.
12934 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12935
12936 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12937 text/calendar parts.
12938
7f22a765
MB
129392007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12940
01c52d31
MB
12941 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12942 decoding text/calendar parts.
12943
12944 * message.el (message-forward-make-body-mime): Always mark body as
12945 having no illegible text; remove signed-or-encrypted argument.
12946 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12947
7f22a765
MB
12948 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12949 (mml-generate-mime-1): Don't encode body if it is specified to be in
12950 raw form; don't make buffer be unibyte when inserting multibyte string.
12951
67d0660b
SM
129522007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * sha1.el: Fix up comment style.
12955 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12956 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12957
12958 * hex-util.el: Fix up comment style.
12959 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12960
12961 * gnus-salt.el: Use with-current-buffer.
12962 (gnus-pick-setup-message): Fix long-standing typo.
12963
bdaf8a62
MB
129642007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
12965
01c52d31
MB
12966 * imap.el (imap-logout-timeout): New variable.
12967 (imap-logout, imap-logout-wait): New functions.
12968 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12969
12970 * nnimap.el (nnimap-logout-timeout): New server variable.
12971 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12972 nnimap-logout-timeout.
12973
bdaf8a62
MB
12974 * gnus-art.el (gnus-article-summary-command-nosave)
12975 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12976
129772007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
12978
12979 * gnus.el (gnus-maximum-newsgroup): New variable.
12980
12981 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12982 according to gnus-maximum-newsgroup.
12983
12984 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
12985 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12986 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 12987
01c52d31
MB
129882007-08-14 Tassilo Horn <tassilo@member.fsf.org>
12989
296a8e19 12990 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
12991 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
12992 Don't perform gnus-configure-windows here; reuse existing sticky
12993 article buffer.
12994
12995 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12996 it doesn't exist in gnus-article-mode.
12997
129982007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
12999
13000 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13001 (gnus-agent-decoded-group-name): New function.
13002 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13003 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13004
130052007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13006
13007 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13008 Add binding for gnus-sticky-article.
13009 (gnus-summary-exit): Don't kill sticky article buffers.
13010
13011 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13012 article buffer.
13013 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13014 (gnus-kill-sticky-article-buffers): New commands.
13015
37cc095b
MB
130162007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13017
13018 * nntp.el (nntp-xref-number-is-evil): New server variable.
13019 (nntp-find-group-and-number): If it is non-nil, don't trust article
13020 numbers in the Xref header.
13021
01c52d31
MB
130222007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13023
13024 * gnus-agent.el (gnus-agent-read-group): New function.
13025 (gnus-agent-flush-group, gnus-agent-expire-group)
13026 (gnus-agent-regenerate-group): Use it.
13027 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13028 nnmail-pathname-coding-system.
13029
37cc095b
MB
130302007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13031
13032 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13033
01c52d31
MB
13034 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13035 that are unread as unread, and also as selected so that information of
13036 marks having been changed by a user may be updated when exiting group.
13037
37cc095b
MB
130382007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13039
13040 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13041
01c52d31
MB
130422007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13043
13044 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13045 calculated ignoring signature parts to gnus-treat-article.
13046
130472007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13048
13049 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13050 a point here in order to keep the window start.
13051 (gnus-insert-mime-security-button): Make a button overlay without the
13052 front stickiness.
13053 (gnus-mime-display-security): Goto the end of a button.
13054
13055 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13056
130572007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13058
13059 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13060 group-name-at-point.
13061 (gnus-group-completing-read): New function that offers decoded
13062 non-ASCII group names for completion.
13063 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13064 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13065 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13066 (gnus-group-fetch-control): Use it.
13067 (gnus-fetch-group): Use group-name-at-point for the initial value
13068 rather than the default value; use gnus-alive-p.
13069
13070 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13071 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13072 (gnus-summary-post-news): Use gnus-group-completing-read.
13073
13074 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13075 (gnus-read-move-group-name): Decode group name for completion.
13076
f0131492 130772007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
13078
13079 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13080 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13081 Yamaoka slightly modified the code).
13082
130832007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13084
13085 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13086 (nnmail-split-incoming): Bind it.
13087
13088 * nnml.el (nnml-group-name-charset): New function.
13089 (nnml-decoded-group-name): Use it; don't decode group name if
13090 nnmail-group-names-not-encoded-p is non-nil.
13091 (nnml-encoded-group-name): New function.
13092 (nnml-group-pathname): Inline nnml-decoded-group-name.
13093 (nnml-request-expire-articles): Decode group name in message.
13094 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13095 nnmail-pathname-coding-system.
13096 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13097 not decoded ones according to nnmail-group-names-not-encoded-p.
13098 (nnml-generate-active-info): Use nnml-encoded-group-name.
13099
3ecd3a56
GM
131002007-08-08 Glenn Morris <rgm@gnu.org>
13101
13102 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13103 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13104 doc-strings and comments.
13105
cacc7b51
GM
131062007-07-25 Glenn Morris <rgm@gnu.org>
13107
13108 * Relicense all FSF files to GPLv3 or later.
13109
01c52d31 131102007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 13111
296a8e19
SM
13112 * gnus-sum.el (gnus-summary-move-article):
13113 Make gnus-summary-respool-article work.
2f62a044 13114
f931ce84
MB
131152007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13116
13117 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13118 string.
13119
880820fe 131202007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
13121
13122 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13123 that should be ignored when comparing distant RSS articles with local
13124 ones.
13125 (nnrss-make-hash-index): New function. Create a hash index according
13126 to the ignored fields.
13127 (nnrss-check-group): Use it.
13128
131292007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13130
13131 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13132
13133 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13134
13135 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13136 the new optional argument ENCODED is non-nil.
13137 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13138 coding system for encoding group name.
13139 (gnus-group-make-rss-group): Pass un-encoded group name to
13140 gnus-group-make-group.
13141 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13142 encoded.
13143
13144 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13145 Encode group name to which articles are moved or copied.
13146 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13147 coding system for encoding Newsgroup, Followup-To and Xref headers.
13148
13149 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13150 marks; use nnheader-file-coding-system to write a file.
13151 (nnagent-retrieve-headers): Bind file-name-coding-system to
13152 nnmail-pathname-coding-system.
13153
13154 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13155
13156 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13157 (nnml-request-article, nnml-request-create-group)
13158 (nnml-request-rename-group, nnml-find-id)
13159 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13160 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13161 (nnml-save-marks): Use nnml-group-pathname instead of
13162 nnmail-group-pathname.
13163
13164 (nnml-request-create-group, nnml-request-expire-articles)
13165 (nnml-request-move-article, nnml-request-delete-group)
13166 (nnml-deletable-article-p, nnml-possibly-create-directory)
13167 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13168 (nnml-open-marks): Bind file-name-coding-system to
13169 nnmail-pathname-coding-system.
13170
13171 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
13172 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13173 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
13174 (nnml-request-accept-article): Pass server argument to
13175 nnml-active-number and nnml-save-mail.
13176 (nnml-find-group-number): Pass server argument to nnml-find-id.
13177 (nnml-request-update-info): Pass server argument to
13178 nnml-marks-changed-p.
13179
13180 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13181 (nnml-save-mail, nnml-active-number): Add server argument.
13182
13183 (nnml-request-delete-group): Warn if group is missing.
13184 (nnml-get-nov-buffer): Decode group name.
13185 (nnml-generate-active-info): Encode group name.
13186 (nnml-open-marks): Decode group name in messages.
13187
131882007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13189
13190 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13191 if it is not specified.
13192 (gnus-article-pipe-part, gnus-article-save-part)
13193 (gnus-article-interactively-view-part, gnus-article-copy-part)
13194 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13195 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13196 (gnus-article-replace-part, gnus-article-delete-part)
13197 (gnus-article-view-part-as-type): Pass raw prefix argument to
13198 gnus-article-part-wrapper.
13199
132002007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13201
296a8e19
SM
13202 * gnus-agent.el (gnus-agent-save-active):
13203 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
13204
13205 * gnus-cache.el (gnus-cache-save-buffers)
13206 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13207 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13208 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13209 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13210 (gnus-cache-generate-active, gnus-cache-rename-group)
13211 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
13212 (gnus-cache-update-overview-total-fetched-for):
13213 Bind file-name-coding-system to nnmail-pathname-coding-system.
13214 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13215 New variables.
01c52d31
MB
13216 (gnus-cache-decoded-group-name): New function.
13217 (gnus-cache-file-name): Use it.
13218 (gnus-cache-generate-active): Use non-decoded group name for active.
13219
13220 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13221 right place.
13222 (gnus-write-active-file): Don't break non-ASCII group names.
13223
13224 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13225 nnmail-pathname-coding-system.
13226
13227 * gnus-uu.el (gnus-uu-decode-save): Typo.
13228
f931ce84
MB
132292007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13230
13231 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13232
2f62a044
MB
132332007-07-14 David Kastrup <dak@gnu.org>
13234
13235 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13236 finishing actions if we did not edit the article.
13237
01c52d31
MB
132382007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13239
13240 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13241 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13242 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13243 (gnus-agent-flush-group, gnus-agent-flush-cache)
13244 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13245 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13246 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13247 (gnus-agent-regenerate-group)
13248 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
13249 (gnus-agent-update-view-total-fetched-for):
13250 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
13251 (gnus-agent-group-pathname): Don't encode file names by
13252 nnmail-pathname-coding-system.
13253 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13254 coding-system-for-write instead of buffer-file-coding-system to
13255 gnus-agent-file-coding-system.
13256
13257 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13258 Decode group name.
13259
13260 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13261
13262 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13263 (gnus-read-newsrc-el-file): Make group names unibyte.
13264
13265 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13266 nnmail-pathname-coding-system.
13267
13268 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13269 (nnrss-request-delete-group): Bind file-name-coding-system to
13270 nnmail-pathname-coding-system.
296a8e19
SM
13271 (nnrss-read-server-data, nnrss-read-group-data):
13272 Bind file-name-coding-system correctly.
01c52d31
MB
13273 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13274
13275 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13276 (nntp-server-to-method-cache): New variable.
13277 (nntp-group-pathname): New function that decodes non-ASCII group names.
13278 (nntp-possibly-create-directory, nntp-marks-changed-p)
13279 (nntp-save-marks, nntp-open-marks): Use it.
13280 (nntp-possibly-create-directory, nntp-open-marks):
13281 Bind file-name-coding-system to nnmail-pathname-coding-system.
13282 (nntp-open-marks): Decode group names when bootstrapping marks.
13283
13284 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
20db1522 13285 Newsgroups and Followup-To headers.
01c52d31 13286
82fe1aed
MB
132872007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13288
13289 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13290 (gnus-server-closed-face, gnus-server-denied-face)
13291 (gnus-server-offline-face): Remove variable.
13292 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13293
01c52d31
MB
13294 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13295 of modifying message-stack directly for XEmacs.
13296
82fe1aed
MB
13297 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13298 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13299 if the coding-system argument is nil for XEmacs.
13300
13301 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13302 mm-charset-override-alist.
13303
13304 * rfc2047.el: Don't require base64; require rfc2045 for the function
13305 rfc2045-encode-string.
13306 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13307 to quote the parameter value.
13308
01c52d31
MB
133092007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13312 form in gnus-group-name-charset-method-alist.
13313
13314 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13315 overrides the default layout edit-form.
13316
13317 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13318
13319 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13320
60b0b668
MB
133212007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13322
13323 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13324 as unfetched articles.
13325
133262007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13327
13328 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13329
01c52d31
MB
133302007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13331
13332 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13333 original back end that keeps marks in the local system.
13334
60b0b668
MB
133352007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13336
01c52d31
MB
13337 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13338 arg of pop-to-buffer for XEmacs.
13339 (gnus-article-read-summary-keys): Ditto; don't restore window
13340 configuration if summary command ends up with neither article buffer
13341 nor summary buffer; describe bindings if summary keys end with C-h.
13342
133432007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13344
13345 * message.el (message-fix-before-sending): Skip raw message part to be
13346 forwarded while checking illegible text.
296a8e19
SM
13347 (message-forward-make-body-mime, message-forward-make-body):
13348 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
13349
133502007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13351
13352 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13353 (gnus-message-with-timestamp-1): New macro.
13354 (gnus-message-with-timestamp): New function.
13355 (gnus-message): Use them.
13356
13357 * nnheader.el (nnheader-message): Use them.
13358
133592007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13360
13361 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13362 .newsrc.eld file.
60b0b668 13363
5cedca8d
MB
133642007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13365
13366 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
13367 (gnus-agent-retrieve-headers):
13368 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
13369
13370 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13371 available also when the server returns simply a dot.
13372
13373 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13374
524705ae
MB
133752007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13376
01c52d31
MB
13377 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13378
133792007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13380
524705ae
MB
13381 * gnus-ems.el (gnus-x-splash): Make it work.
13382
13383 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13384 from being used.
13385
01c52d31
MB
133862007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13387
13388 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13389 the front stickiness.
13390 (gnus-article-summary-command-nosave): Correct the order of the
13391 arguments passed to pop-to-buffer.
13392 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13393 summary command ends up with the article buffer.
13394
13395 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13396 the same faces.
524705ae 13397
770edeec
JB
133982007-06-07 Juanma Barranquero <lekktu@gmail.com>
13399
524705ae 13400 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 13401
34c5dce5
JB
134022007-06-06 Juanma Barranquero <lekktu@gmail.com>
13403
3e3dc2c3
JB
13404 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13405 * gnus-sum.el (gnus-summary-highlight):
524705ae 13406 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 13407 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 13408
524705ae
MB
134092007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13410
13411 * gnus-art.el (gnus-mime-view-part-externally)
13412 (gnus-mime-view-part-internally): Fix predicate function passed to
13413 completing-read.
13414
01c52d31
MB
13415 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13416
13417 * gnus.el (gnus-update-message-archive-method): Add :version.
13418
134192007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13420
13421 * gnus.el (gnus-update-message-archive-method): New variable.
13422
13423 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13424 according to gnus-message-archive-method if
13425 gnus-update-message-archive-method is non-nil.
13426
134272007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13428
296a8e19
SM
13429 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13430 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 13431 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 13432
c14dcd06
CY
134332007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13434
13435 * message.el (message-pop-to-buffer): Add switch-function argument.
13436 (message-mail): Pass switch-function argument to it.
524705ae 13437
01c52d31
MB
134382007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13439
13440 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13441 Improve doc string.
13442
134432007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11636b22
JB
13446 (gnus-header-content):
13447 * gnus-cite.el (gnus-cite-10):
13448 * gnus-srvr.el (gnus-server-closed):
01c52d31
MB
13449 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13450 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13451 (gnus-group-mail-3-empty, gnus-group-mail-low)
11636b22 13452 (gnus-group-mail-low-empty, gnus-splash):
01c52d31
MB
13453 * message.el (message-header-to, message-header-cc)
13454 (message-header-subject, message-header-other, message-header-name)
13455 (message-header-xheader, message-separator, message-cited-text)
13456 (message-mml): Lighten colors of faces used for dark background.
13457
134582007-05-24 Simon Josefsson <simon@josefsson.org>
13459
13460 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13461 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13462
524705ae
MB
134632007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13464
c9e31f32
SM
13465 * message.el (message-narrow-to-headers-or-head):
13466 Ignore mail-header-separator in the body.
524705ae 13467
01c52d31
MB
134682007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13469
13470 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13471 same as window size.
13472
134732007-05-22 Kevin Ryde <user42@zip.com.au>
13474
13475 * message.el (message-font-lock-keywords): Use message-header-xheader
13476 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
e1dbe924 13477 ahead of the anything pattern, to get it recognized.
01c52d31 13478
880820fe 134792007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
13480
13481 * gnus-sum.el (gnus-articles-to-read)
13482 (gnus-summary-insert-old-articles): Don't truncate group name for
13483 `read-string'.
13484
13485 * gnus-util.el (gnus-limit-string): Delete this function.
13486
296a8e19
SM
13487 * gnus-sum.el (gnus-simplify-subject-fully):
13488 Use `truncate-string-to-width' instead.
01c52d31 13489
880820fe 134902007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 13491
296a8e19
SM
13492 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13493 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
13494 (gnus-summary-exit): Use it.
13495
524705ae
MB
134962007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13497
13498 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13499 non-break space.
c14dcd06 13500
01c52d31
MB
135012007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13502
13503 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13504 Check if group is not a directory.
13505 (nnfolder-request-expire-articles): Don't delete articles if the target
13506 group is not available.
13507
13508 * nnml.el (nnml-request-create-group): Properly check if group is not a
13509 file.
13510 (nnml-request-expire-articles): Don't delete articles if the target
13511 group is not available.
13512
13513 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13514 Don't quote characters that are within parentheses.
13515
135162007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13519 (gnus-handle-ephemeral-exit): Select article according to it.
13520
135212007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13522
13523 * message.el (message-insert-formated-citation-line): Remove newline.
13524 (message-citation-line-format): Add final \n here so that the user can
13525 avoid a blank line.
13526
135272007-05-03 Dan Christensen <jdc@uwo.ca>
13528
13529 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13530 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13531 Update lanl/arXiv support.
596e5f72 13532
01c52d31
MB
135332007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13534
13535 * gnus.el: Bump version number.
13536
135372007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13538
13539 * gnus.el (gnus-version-number): Bump version.
13540
9b3ebcb6 135412007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
13542
13543 * gnus.el: No Gnus v0.6 is released.
13544
135452007-04-27 Didier Verna <didier@xemacs.org>
13546
296a8e19
SM
13547 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13548 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
13549 * message.el: Don't require 'gnus-util.
13550 (message-dont-reply-to-names): Handle name change above.
13551 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13552
135532007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13554
13555 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13556 since the initial value varies according to the system.
13557
135582007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13559
13560 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13561
135622007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13563
13564 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13565
135662007-04-24 Didier Verna <didier@xemacs.org>
13567
13568 Improve the type of gnus-ignored-from-addresses.
13569 * gnus-util.el (gnus-orify-regexp): New function.
13570 * message.el (gnus-util): Require it.
13571 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13572 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13573 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13574
135752007-04-24 Didier Verna <didier@xemacs.org>
13576
13577 * gnus-sum.el:
13578 * gnus-utils.el: Fix some trailing whitespaces.
13579
135802007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13581
13582 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13583 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13584 article's Message-ID; refer parent article in summary buffer.
13585
13586 * message.el (message-bounce): Call mime-to-mml.
13587
135882007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13589
13590 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 13591
6b554e88
MB
135922007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13593
13594 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13595 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13596 displayed of multipart/alternative part if it is invoked from summary
13597 buffer.
6b554e88
MB
13598
13599 * mm-view.el (mm-inline-text-html-render-with-w3m)
13600 (mm-inline-text-html-render-with-w3m-standalone)
13601 (mm-inline-render-with-function): Use mail-parse-charset by default.
13602
01c52d31
MB
136032007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13604
13605 * parse-time.el (parse-time-string-chars): Check if CHAR
13606 is less than the length of parse-time-syntax.
13607
136082007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13609
13610 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13611 from gnus-newsgroup-processable.
13612
136132007-04-16 Didier Verna <didier@xemacs.org>
13614
296a8e19
SM
13615 * gnus-msg.el (gnus-configure-posting-styles):
13616 Handle message-signature-directory properly with :file syntax.
13617 Reported by "Leo".
01c52d31
MB
13618
136192007-04-11 Didier Verna <didier@xemacs.org>
13620
13621 New user option: message-signature-directory.
13622 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13623 * message.el (message-insert-signature): Ditto.
13624 * message.el (message-signature-file): Doc update.
13625 * message.el (message-signature-directory): New.
13626
c429815a
MB
136272007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13628
296a8e19
SM
13629 * gnus-msg.el (gnus-inews-yank-articles):
13630 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
13631
136322007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13633
13634 * message.el (message-yank-original): Make sure cited text ends with
13635 newline; don't exchange point and mark.
13636
136372007-04-07 Chong Yidong <cyd@stupidchicken.com>
13638
13639 * tls.el (open-tls-stream): Properly handle case where there
13640 is no associated buffer.
13641
c345112e
TTN
136422007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13643
13644 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13645 message-yank-original, make sure (< mark TEXT point).
13646
8aed9ac5
RS
136472007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13648
01c52d31
MB
13649 * message.el (message-fill-column): New variable.
13650 (message-mode): Use it. Add comment on a possible new hook.
13651
8aed9ac5
RS
13652 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13653 (nnmail-get-new-mail): Reformat.
13654
13655 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13656
13657 * gmm-utils.el: Fix Commentary.
13658 (gmm-tool-bar-from-list): Fix typo in doc string.
13659
561fb491
TTN
136602007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13661
01c52d31
MB
13662 * message.el (message-yank-original): Don't switch point and mark
13663 unnecessarily to put point and mark as documented.
13664
136652007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13666
13667 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13668 from the message heads.
13669
136702007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13671
13672 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13673 article buffer does not have a window. This may not be the best
13674 solution but is certainly better than setting the start of the null,
13675 that is the current, window.
13676
136772007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13678
13679 * gnus-draft.el (gnus-draft-setup-hook): New hook.
13680 (gnus-draft-setup): Run it.
13681
13682 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13683 gnus-score-fast-scoring. Allow regexp.
13684 (gnus-score-headers): Use it.
13685
13686 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13687 XEmacs.
13688
13689 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13690 string.
13691 (gnus-button-alist): Also catch `<f1> k ...'.
13692 (gnus-treat-display-x-face): Fix doc string.
561fb491 13693
87ba2830
MB
136942007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13695
13696 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13697 evaluation of gnus-extended-version to ensure correct generation of the
13698 User-Agent header when message-generate-headers-first is used.
13699
01c52d31 137002007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 13701
01c52d31
MB
13702 * hashcash.el (hashcash-generate-payment-async): Don't crash if
13703 hashcash-path is nil. Don't call callback with incorrect number of
13704 parameters if val is 0.
87ba2830 13705
815b81c8
MB
137062007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13707
13708 * message.el (message-required-news-headers):
13709 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13710
137112007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13712
13713 * message.el (message-generate-new-buffers): Change the meaning of the
13714 nil value; add `standard' to the choices; treat t as `unique'; improve
13715 doc string.
13716 (gnus-select-frame-set-input-focus): Autoload.
13717 (message-buffer-name): Search for the existing message buffer if
13718 message-generate-new-buffers is nil or `standard'; treat the value t of
13719 message-generate-new-buffers as `unique'.
13720 (message-pop-to-buffer): Raise the frame already displaying the message
13721 buffer; clear the echo area after querying.
13722 (message-setup): Pass the `continue' argument to compose-mail.
13723 (message-mail): Prefer `switch-function' if it is given; search for the
13724 existing message buffer if the `continue' argument is non-nil; pass
13725 continue and switch-function arguments to compose-mail by way of
13726 message-setup.
13727 (message-mail-other-window): Adjust argument of message-setup.
13728 (message-mail-other-frame): Ditto.
13729
01c52d31
MB
137302007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13731
13732 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13733 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13734 to turn font-lock on when turning gnus-message-citation-mode on.
13735
137362007-03-06 Daiki Ueno <ueno@unixuser.org>
13737
13738 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13739 (mml-smime-function-alist): New variable; add epg as the backend.
13740 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13741 mml-smime- functions instead.
13742 * mm-view.el: Require smime.
13743
137442007-03-05 Didier Verna <didier@xemacs.org>
13745
13746 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13747 instead of just inheritance for posting styles.
13748 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13749
137502007-02-24 John Paul Wallington <jpw@pobox.com>
13751
13752 * tls.el (tls-certtool-program): Fix custom type.
13753
137542007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13755
13756 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13757 and point-at-eol instead of line-(beginning|end)-position.
13758
13759 * assistant.el (assistant-parse-buffer): Ditto.
13760
137612007-02-28 Daiki Ueno <ueno@unixuser.org>
13762
13763 * mml2015.el (mml2015-epg-find-usable-key): New function.
13764 (mml2015-epg-sign): Use it.
13765 (mml2015-epg-encrypt): Use it.
13766
45cb30ee
MB
137672007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13768
13769 * message.el (message-make-in-reply-to): Quote name containing
13770 non-ASCII characters. It will make the RFC2047 encoder cause an error
13771 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 13772 <nakaji@jp.freebsd.org>.
45cb30ee 13773
01c52d31
MB
137742007-02-27 Didier Verna <didier@xemacs.org>
13775
13776 Include the group parameters as well as the topic ones in the
13777 inheritance filter process.
13778 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13779 argument GROUP-PARAMS-LIST.
13780 * gnus-topic.el (gnus-group-topic-parameters): Use it.
13781
45cb30ee
MB
137822007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13783
13784 * nntp.el (nntp-never-echoes-commands)
13785 (nntp-open-connection-functions-never-echo-commands): New variables.
13786 (nntp-send-command): Use them.
13787
01c52d31
MB
137882007-02-20 Daiki Ueno <ueno@unixuser.org>
13789
296a8e19 13790 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
13791
137922007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13793
13794 * mml.el (mml-content-disposition-alist): New user option.
13795 (mml-content-disposition): New function.
13796 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13797 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13798
137992007-02-19 Daiki Ueno <ueno@unixuser.org>
13800
13801 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13802 verification.
13803
aa260d63
MB
138042007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13805
13806 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13807 articles posted in the last 24 hours.
13808
c371062c
CY
138092007-02-14 Chong Yidong <cyd@stupidchicken.com>
13810
13811 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13812
880820fe 138132007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
13814
13815 * nntp.el (nntp-send-command): Don't wait for echoes when
13816 nntp-open-ssl-stream is used.
13817
138182007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13819
13820 * gnus-cite.el (gnus-test-font-lock-add-keywords)
13821 (gnus-message-add-citation-keywords)
13822 (gnus-message-remove-citation-keywords): Remove.
13823 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13824 directly, make the variables in font-lock-defaults buffer-local, add
13825 gnus-message-citation-keywords to them and then update the value of
13826 font-lock-keywords.
13827
138282007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
13829
13830 * message.el (message-cite-original-1): Don't call
13831 gnus-article-highlight-citation.
13832
13833 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13834 citations; fix line count.
13835
138362007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13837
13838 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13839 (gnus-message-add-citation-keywords)
13840 (gnus-message-remove-citation-keywords): Use it; fix the emulating
13841 versions of font-lock-add-keywords and font-lock-remove-keywords to
13842 work with XEmacs correctly.
13843
138442007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13845
13846 * gnus-cite.el (gnus-cite-face-list): Set the values of
13847 gnus-message-max-citation-depth and gnus-message-citation-keywords.
13848 (gnus-message-max-citation-depth): Use defvar rather than defconst.
13849 (gnus-message-cite-prefix-regexp): New variable.
13850 (gnus-message-search-citation-line): Use it; protect against long
13851 citation prefix; fill match data with nil rather than 0 for XEmacs; set
13852 the 0th match data for Emacs.
13853 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13854 (gnus-message-add-citation-keywords): Append keywords rather than
13855 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
13856 (gnus-message-remove-citation-keywords):
13857 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
13858
13859 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13860
13861 * message.el (message-cite-prefix-regexp): Set the value of
13862 gnus-message-cite-prefix-regexp.
13863
c91f4b83
MB
138642007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13865
13866 * nnweb.el (nnweb-google-parse-1): Update parser.
13867
8f77631e
JB
138682007-01-29 Juanma Barranquero <lekktu@gmail.com>
13869
13870 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13871
41e49ce6
MB
138722007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13873
13874 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13875 regexp.
13876
138772007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * uudecode.el (uudecode-string-to-multibyte): New function emulating
13880 string-to-multibyte.
13881 (uudecode-decode-region-internal): Use it.
13882
b28080e3
MB
138832007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13884
296a8e19
SM
13885 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13886 Fix custom choice.
b28080e3
MB
13887
13888 * gnus-art.el (gnus-signature-limit): Fix custom choice.
13889
01c52d31
MB
138902007-01-22 Daiki Ueno <ueno@unixuser.org>
13891
13892 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13893
13894 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13895 `write-region' to respect `mm-inhibit-file-name-handlers'.
13896
b66f54c1
MB
138972007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
13898
13899 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13900 Use gnus-home-directory instead of "~/" or "$HOME".
13901
01c52d31
MB
139022007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
13903
13904 * encrypt.el (encrypt-insert-file-contents): Add better prompt
13905 to mention filename.
13906 Add comments at beginning regarding usage.
13907 (encrypt-write-file-contents): Change interactive so a string is
13908 acceptable. If the file has no associated model, show an error instead
13909 of a nonsense prompt.
13910
139112007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13912
13913 * spam.el (spam-bsfilter-ham-switch): Fix typo.
13914 Thanks to Yoshihiko Yamada for kind notification of this typo.
13915
0d7c8ac4
KH
139162007-01-12 Kenichi Handa <handa@m17n.org>
13917
13918 * uudecode.el (uudecode-decode-region-internal): Make it work in a
13919 multibyte buffer.
651408cb
MB
13920
139212007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
13922
01c52d31
MB
13923 * gnus-score.el (gnus-score-fast-scoring): New variable.
13924 (gnus-score-headers): Use it.
13925
651408cb 13926 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 13927
296a8e19
SM
13928 * message.el (message-cite-original-1):
13929 Call gnus-article-highlight-citation if requested.
60ece9b0 13930 (message-make-from): Allow name and address as optional arguments.
40e902eb 13931
01c52d31 13932 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 13933
01c52d31
MB
13934 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13935 bugs to doc string.
13936 (gnus-button-alist): Add mid\\|message-id.
13937 (gnus-button-fetch-group): Extend for use in
13938 `browse-url-browser-function'.
13939 (gnus-button-url-regexp): Try to catch paired parentheses like in
13940 Wikipedia URLs.
d84c3737 13941
01c52d31
MB
13942 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13943 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 13944
01c52d31 139452007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 13946
01c52d31
MB
13947 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13948 Update copyright.
ba361211 13949
01c52d31 139502007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 13951
01c52d31 13952 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 13953
01c52d31 139542007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 13955
01c52d31
MB
13956 * gnus-registry.el (gnus-registry-unfollowed-groups)
13957 (gnus-registry-split-fancy-with-parent): Fix documentation.
13958
139592007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13960
13961 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13962 from nnweb groups.
13963
139642006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13965
13966 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13967 Xref urls. Erase buffer before requesting head.
13968
13969 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13970
139712007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13972
13973 * gnus-soup.el (gnus-soup): New custom group. Make user variables
13974 customizable.
13975
139762007-01-05 Daiki Ueno <ueno@unixuser.org>
13977
13978 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13979 no signing key is found.
13980 (mml2015-epg-encrypt): Ask user whether to skip or abort if
13981 no encrypting and/or signing key is found.
13982
139832007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13984
13985 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13986
139872007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13988
13989 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13990 headers read from disk with the ones newly found in the current search.
13991 This should no longer cause problems, because the article numbers in
13992 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
13993
139942007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13995
13996 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13997
139982007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14001
01c52d31
MB
140022007-01-01 Romain Francoise <romain@orebokech.com>
14003
14004 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14005
140062006-12-31 Steve Youngs <steve@sxemacs.org>
14007
14008 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14009 `define-minor-mode' macro definition expanded properly.
14010 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14011 exclude it there.
14012
14013 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14014 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14015 `fboundp' test.
14016 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14017 This is OK to autoload in (S)XEmacs now.
14018
140192006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14020
14021 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14022 keystroke.
14023 (gnus-summary-limit-to-singletons): Fix typo.
14024
14025 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14026 else fails.
14027
db629244
MB
140282006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14029
01c52d31
MB
14030 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14031 docstring.
14032
14033 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14034 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14035 (gnus-summary-insert-dormant-articles): Fix typo in message.
14036
140372006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14038
14039 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14040 nil for XEmacs.
14041 (gnus-message-citation-mode): Don't autoload in XEmacs.
14042
14043 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 14044
880820fe 140452006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 14046
296a8e19
SM
14047 * nnimap.el (nnimap-expunge-search-string):
14048 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
14049
140502006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14051
14052 * spam.el: Revert to make-obsolete-variable because
14053 define-obsolete-variable-alias is not supported in Emacs 21.
14054
01c52d31
MB
14055 * spam.el (spam-ifile-path, spam-ifile-database-path)
14056 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14057 make-obsolete-variable.
14058 (spam-bsfilter-path, spam-bsfilter-program)
14059 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
14060 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14061 Don't use "path" inappropriately.
01c52d31
MB
14062 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14063 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14064 variable names.
14065
11e95b02
MB
140662006-12-28 Daiki Ueno <ueno@unixuser.org>
14067
14068 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14069 summary buffer.
14070
01c52d31
MB
14071 * password.el (password-cache-remove): Use clear-string to burn
14072 password, if available.
11e95b02 14073
01c52d31
MB
140742006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14075
14076 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14077
14078 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14079
14080 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14081 (gnus-message-highlight-citation): Move defcustom here from
14082 gnus-cite.el.
14083 (gnus-message-citation-mode): Autoload.
14084
14085 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14086 checks to make it compile with XEmacs.
14087 (gnus-message-citation-mode): New minor mode.
14088 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14089 (gnus-message-highlight-citation): New variables.
14090 (gnus-message-search-citation-line)
14091 (gnus-message-add-citation-keywords)
14092 (gnus-message-remove-citation-keywords)
14093 (turn-on-gnus-message-citation-mode)
14094 (turn-off-gnus-message-citation-mode): New functions.
14095
140962006-12-26 Oliver Scholz <epameinondas@gmx.de>
14097
14098 * gnus-cite.el: Enable highlighting of different citation levels in
14099 message-mode.
11e95b02
MB
14100
141012006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14102
14103 * message.el (message-make-fqdn): Fix comment.
14104 (message-bogus-system-names): Add ".local".
14105
14106 * spam.el (spam-ifile-path, spam-ifile-program)
14107 (spam-ifile-database-path, spam-ifile-database)
14108 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14109 Don't use "path" inappropriately.
14110 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14111 strings.
14112 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
14113 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14114 Use new variable names.
11e95b02
MB
14115
14116 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14117 (gnus-treat-display-smileys): Simplify using
14118 gnus-image-type-available-p.
14119
14120 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14121 available.
14122
141232006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14124
14125 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14126 one after turning on the buffer's multibyteness instead of decoding
14127 them directly in the unibyte buffer that causes unexpected conversion
14128 in Emacs 23 (unicode).
14129
01c52d31
MB
141302006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14131
14132 * message.el (message-generate-hashcash): Fix custom type.
14133
141342006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14135
14136 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14137
9b9e104e
MB
141382006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14141 disconnect icons. Add help text.
14142
01c52d31
MB
141432006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14144
14145 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14146 negated to be consistent with the others we handle.
14147
141482006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14149
14150 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14151 version of gnus-summary-buffer to something, so that we can use two
14152 article buffers at the same time.
14153
141542006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14155
14156 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14157 trigger all the extra headers.
14158 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14159 sorting.
14160
141612006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14162
14163 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14164 solid groups.
14165
bcd3e063
MB
141662006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * legacy-gnus-agent.el: Add Copyright notice.
14169
82e5f93f
CY
141702006-12-12 Chong Yidong <cyd@stupidchicken.com>
14171
14172 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14173
01c52d31
MB
141742006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14175
14176 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14177
14178 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14179 to make it work reliably in CVS Emacs.
14180 (gnus-summary-limit-strange-charsets-predicate)
14181 (gnus-summary-limit-to-predicate): New functions.
14182
f88e76a8
CY
141832006-12-08 Chong Yidong <cyd@stupidchicken.com>
14184
14185 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14186 specifying array size.
14187 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14188 array if it is too small.
296a8e19 14189 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
14190 (gnus-sort-threads-loop): New function.
14191
e925d5ae 141922006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
14193
14194 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14195 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14196
880820fe 141972006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
14198
14199 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14200 options.
14201
01c52d31
MB
142022006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14203
14204 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14205 DOS-ing the recipient.
14206
14207 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14208 the headers when creating the mapping to avoid mismappings.
14209 (nnweb-gmane-create-mapping): Always nix out old mapping.
14210
142112006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14212
14213 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14214 and mm-verify-option to never.
14215
5538c331
MB
142162006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14217
01c52d31
MB
14218 * message.el (message-signed-or-encrypted-p): New function.
14219 (message-forward-make-body): Use it.
14220
14221 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14222 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
14223
142242006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14225
296a8e19
SM
14226 * nneething.el (nneething-decode-file-name):
14227 Replace decode-coding-string with mm-decode-coding-string.
5538c331 14228
01c52d31
MB
14229 * gnus-int.el (gnus-open-server): Say failed server's name.
14230
550831ed
JB
142312006-11-24 Juanma Barranquero <lekktu@gmail.com>
14232
14233 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14234 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14235
14236 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14237 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14238 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14239 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14240 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14241 (gnus-subscribe-newsgroup, gnus-1):
14242 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14243 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14244 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14245 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14246
01c52d31
MB
142472006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14248
14249 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14250 keystroke.
14251 (gnus-summary-limit-to-bodies): Implement headersp.
14252
142532006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14254
14255 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14256
e8f0f70d
MB
142572006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14258
14259 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14260
01c52d31
MB
142612006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14262
14263 * message.el (message-generate-hashcash): Expand range of values to
14264 include `opportunistic'.
14265 (message-send-mail): Use it.
14266
b07e0143
MB
142672006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14268
14269 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14270 and comment it.
14271
14272 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14273
4573e0df
MB
142742006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14275
14276 * gnus-util.el (gnus-extract-address-components): Improve comment.
14277
142782006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14279
14280 * gnus-util.el (gnus-extract-address-components): Work with address in
14281 which the name portion contains @.
14282
142832006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14284
14285 * gnus.el (gnus-start): Move custom group up.
14286 (gnus-select-method): Don't autoload, but make it available for
14287 `customize-variable'.
14288 (gnus-getenv-nntpserver): Don't autoload.
14289
01c52d31
MB
142902006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14291
14292 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14293
142942006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14295
14296 * message.el (message-sendmail-extra-arguments): New variable.
14297 (message-send-mail-with-sendmail): Use it.
14298
4573e0df
MB
142992006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14300
14301 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14302 mm-with-unibyte-current-buffer to make string unibyte.
14303
14304 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14305 mm-string-as-multibyte.
14306
01c52d31
MB
143072006-11-14 Daiki Ueno <ueno@unixuser.org>
14308
14309 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14310 Reported by Werner Koch <wk@gnupg.org>.
14311
143122006-11-14 Daiki Ueno <ueno@p360>
14313
14314 * mml2015.el: Autoload epa-select-keys when compiling.
14315
143162006-11-13 Daiki Ueno <ueno@unixuser.org>
14317
14318 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14319 message-options.
14320 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14321
143222006-11-13 Daiki Ueno <ueno@unixuser.org>
14323
296a8e19 14324 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
14325 EasyPG (< 0.0.6).
14326 (mml2015-always-trust): New user option.
14327 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14328 prompt.
14329
143302006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14331
14332 * nntp.el (nntp-authinfo-force): New variable.
14333 (nntp-send-authinfo): Use it.
14334
4573e0df
MB
143352006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14336
01c52d31
MB
14337 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14338 decode encoded words. Improve prompt. Add comment about forwarding.
14339 (message-replacement-char): Move up.
4573e0df
MB
14340
143412006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14342
14343 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14344 instead of gnus-intersection because arguments of gnus-sorted-nunion
14345 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14346
01c52d31
MB
143472006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14348
14349 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
14350 (message-simplify-subject-functions):
14351 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
14352
143532006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14354
c4cc8b9a 14355 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
14356 (message-simplify-subject-functions): New variable.
14357 (message-simplify-subject): Use it. Fix typo in doc string.
14358 Support message-strip-subject-encoded-words.
14359
06856b12
JB
143602006-11-03 Juanma Barranquero <lekktu@gmail.com>
14361
14362 * gnus-diary.el (gnus-diary-delay-format-function):
14363 * nndiary.el (nndiary-reminders):
14364 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14365
b193caa3
MB
143662006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14367
14368 * gnus-art.el (article-hide-boring-headers): Fetch date from
14369 gnus-original-article-buffer to avoid problems with localized date
14370 strings.
14371
143722006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14373
14374 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14375
ab785936
MB
143762006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14377
06856b12
JB
14378 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14379 New variables.
ab785936
MB
14380 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14381 (mm-charset-synonym-alist): Move some entries to
14382 mm-codepage-iso-8859-list.
296a8e19
SM
14383 (mm-charset-synonym-alist, mm-charset-override-alist):
14384 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 14385
b90a6149
MB
143862006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14389
143902006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14391
14392 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14393 with Emacs 21 and XEmacs.
14394
01c52d31
MB
143952006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14396
14397 * spam.el (spam-parse-address): New function for better parsing,
14398 catching errors, etc.
14399 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14400
b90a6149
MB
144012006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * mm-view.el: Add interactive arg to html2text autoload.
14404
144052006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14406
14407 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14408
01c52d31
MB
144092006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14410
296a8e19
SM
14411 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14412 New variables.
01c52d31
MB
14413 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14414 (mm-charset-synonym-alist): Move some entries to
14415 mm-codepage-iso-8859-list.
14416
14417 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14418
144192006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14420
14421 * message.el (message-citation-line-format)
14422 (message-insert-formated-citation-line): Fix implementation of %E, %N
14423 and %n according to the doc string.
14424
144252006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14426
296a8e19
SM
14427 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14428 Use car-safe to avoid bad parses.
01c52d31 14429
c86d4601
MB
144302006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14431
14432 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14433 names.
14434
14435 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14436
144372006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14438
01c52d31
MB
14439 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14440 header.
14441
14442 * message.el (message-draft-headers): Add Date.
14443 (message-headers-to-generate): Fix typo in docstring.
14444
14445 * nndraft.el (nndraft-required-headers): New variable.
14446 (nndraft-generate-headers): Use it.
14447
14448 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14449
144502006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14451
14452 * gnus-registry.el (gnus-registry-wash-for-keywords)
14453 (gnus-registry-find-keywords): New functions to allow easy searching of
14454 articles that are in the registry.
14455
144562006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14457
296a8e19
SM
14458 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14459 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 14460 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
14461
144622006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14463
14464 * gnus.el (gnus-mime): Remove unused custom group.
14465
92edaeed
MB
144662006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14467
14468 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14469 "blank line" when searching for end of armor headers.
14470
144712006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14472
14473 * gmm-utils.el (gmm-write-region): Fix variable name.
14474
144752006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14476
14477 * gmm-utils.el (gmm-write-region): New function based on compatibility
14478 code from `mm-make-temp-file'.
14479
14480 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14481
14482 * nnmaildir.el (nnmaildir--update-nov)
14483 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14484 Use `gmm-write-region'.
14485
996aa8c1
MB
144862006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14487
296a8e19
SM
14488 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14489 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
14490
14491 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14492
14493 * message.el (message-replacement-char): New variable.
14494 (message-fix-before-sending): Use it.
14495 (message-simplify-subject): New function to remove duplicate code.
14496 (message-reply, message-followup): Use it.
14497
296a8e19
SM
14498 * gnus-sum.el (gnus-summary-make-menu-bar):
14499 Clarify gnus-summary-limit-to-articles.
996aa8c1 14500
01c52d31 145012006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 14502
01c52d31 14503 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 14504
01c52d31 14505 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 14506
01c52d31 145072006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 14508
01c52d31
MB
14509 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14510 ignore non-string data.
996aa8c1 14511
01c52d31 145122006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 14513
01c52d31
MB
14514 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14515 non-string data (needs to be done in the registry too).
996aa8c1 14516
01c52d31 145172006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 14518
01c52d31
MB
14519 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14520 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14521 (gnus-registry-split-fancy-with-parent)
14522 (gnus-registry-fetch-simplified-message-subject-fast)
14523 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14524 Remove text properties on ingress into the registry and when it's saved.
14525 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14526 registry from entries with no groups.
996aa8c1 14527
01c52d31 145282006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 14529
01c52d31
MB
14530 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14531 function to remove string properties.
996aa8c1 14532
67099291
MB
145332006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14534
14535 * gmm-utils.el (gmm): Adjust custom version.
14536
296a8e19
SM
14537 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14538 Adjust custom version.
67099291
MB
14539
14540 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14541
01c52d31
MB
145422006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14543
14544 * gnus-art.el (gnus-insert-prev-page-button)
14545 (gnus-insert-next-page-button): Simplify. Reformat.
14546
145472006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14548
14549 * gnus-art.el (gnus-insert-prev-page-button)
14550 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14551
94019f61
CY
145522006-09-25 Chong Yidong <cyd@stupidchicken.com>
14553
14554 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14555
01c52d31
MB
145562006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14557
c4cc8b9a
JB
14558 * gnus-art.el (gnus-insert-mime-button)
14559 (gnus-insert-mime-security-button):
14560 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
14561
145622006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14563
14564 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14565 readable.
14566
145672006-09-20 Steve Youngs <steve@sxemacs.org>
14568
14569 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14570 `browse-url-of-file' instead of `browse-url'.
14571
0327a464
MB
145722006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14573
14574 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14575 regexp. Articles containing quotation were cut prematurely.
14576
145772006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14578
01c52d31
MB
14579 * message.el (message-cite-original-1): Use nobody by default for the
14580 value of From header.
0327a464
MB
14581 (message-reply): Ditto.
14582
01c52d31
MB
145832006-09-11 Daiki Ueno <ueno@unixuser.org>
14584
14585 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14586 to the gnus-info. This fixes a bug of inline-PGP message verification.
14587 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14588
b110774a
MB
145892006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14590
14591 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14592 mails in the doc string. Add some URLs in comment.
01c52d31 14593 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
14594
145952006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14596
14597 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14598 backslashes handling and the way to find boundaries of quoted strings.
14599
01c52d31
MB
146002006-09-07 Daiki Ueno <ueno@unixuser.org>
14601
14602 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14603 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14604 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14605 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14606
676c1893
RS
146072006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14608
01c52d31
MB
14609 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14610 doc string.
14611 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14612
146132006-09-06 Simon Josefsson <jas@extundo.com>
14614
14615 * mml2015.el (mml2015-use): Doc fix, mention epg.
14616
146172006-09-06 Daiki Ueno <ueno@unixuser.org>
14618
14619 * mml2015.el (mml2015-use): Default to epg, if available.
14620
146212006-09-06 Daiki Ueno <ueno@unixuser.org>
14622
14623 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14624 message-sender.
14625 (mml1991-epg-encrypt): Ditto.
14626 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14627 message-sender.
14628 (mml2015-epg-encrypt): Ditto.
676c1893 14629
de4fbbe4
CY
146302006-09-04 Chong Yidong <cyd@stupidchicken.com>
14631
14632 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14633 several common directories.
14634
01c52d31
MB
146352006-09-05 Daiki Ueno <ueno@unixuser.org>
14636
14637 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14638 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14639
d7093904
MB
146402006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14641
8fbdffe5
MB
14642 * gnus-art.el (article-decode-encoded-words): Make it fast.
14643
146442006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14645
14646 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14647
d7093904
MB
14648 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14649 in quoted string into `\'.
14650
343d6628
MB
146512006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14652
14653 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14654 Use standard-syntax-table.
14655
146562006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14657
14658 * gnus-art.el (gnus-decode-address-function): New variable.
14659 (article-decode-encoded-words): Use it to decode headers which are
14660 assumed to contain addresses.
14661 (gnus-mime-delete-part): Remove useless `or'.
14662
14663 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14664 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14665 (gnus-nov-parse-line): Use it to decode From header.
14666 (gnus-get-newsgroup-headers): Ditto.
14667 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14668
14669 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14670 (mail-decode-encoded-address-string): New alias.
14671
14672 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14673 New function.
14674 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14675 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14676 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14677 (rfc2047-decode-string): Ditto.
14678 (rfc2047-decode-address-region): New function.
14679 (rfc2047-decode-address-string): New function.
14680
01c52d31
MB
146812006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
14682
14683 * message.el (message-caesar-buffer-body): Allow rotating headers.
14684
14685 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14686
14687 * message.el (message-insert-formated-citation-line): Fix %f.
14688 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14689
146902006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14693 (gnus-bookmark-mouse-available-p): New macro.
14694 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14695 (gnus-bookmark-bmenu-show-infos): Use it.
14696 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14697 (gnus-bookmark-bmenu-hide-infos): Ditto.
14698 (gnus-bookmark-remove-properties): New function.
14699 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14700 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14701 (gnus-bookmark-write-file): Bind coding-system-for-write.
14702 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14703 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14704 group before selecting it.
14705 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14706 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14707 quit-window if it is not available; use gnus-mouse-2 and bind it to
14708 gnus-bookmark-bmenu-select-by-mouse.
14709 (gnus-bookmark-show-details): Remove unused variable `details-list'.
14710 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 14711
5dab7628
RF
147122006-08-13 Romain Francoise <romain@orebokech.com>
14713
14714 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14715 space.
14716
5ebdc299
MB
147172006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14718
14719 * compface.el (uncompface): Use binary rather than raw-text-unix.
14720
147212006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
14724 place when communicating with the external programs.
14725 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
14726
147272006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
14728
14729 * nnheader.el (nnheader-insert-head): Fix typo in comment.
14730
147312006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14732
14733 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14734 Make it more robust by parsing author and date independently.
14735
ebf693f3
MB
147362006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14739
01c52d31
MB
147402006-07-28 Daiki Ueno <ueno@unixuser.org>
14741
14742 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14743 first matching secret key.
14744 (mml2015-epg-encrypt): Ditto.
14745
14746 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14747 first matching secret key.
14748 (mml1991-epg-encrypt): Ditto.
14749
14750 * mml2015.el (mml2015-encrypt-to-self): New user option.
14751 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14752 mml2015-epg-encrypt-to-self is set.
14753
14754 * mml1991.el (mml1991-encrypt-to-self): New variable.
14755 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14756 mml1991-epg-encrypt-to-self is set.
14757
14758 * mml2015.el (mml2015-signers): New user option.
14759 (mml2015-epg-sign): Reflect the value of mml2015-signers.
14760 (mml2015-epg-encrypt): Allow to select signing keys.
14761
14762 * mml1991.el (mml1991-signers): New variable.
14763 (mml1991-epg-sign): Reflect the value of mml1991-signers.
14764 (mml1991-epg-encrypt): Allow to select signing keys.
14765
ebf693f3
MB
147662006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14767
14768 * nnheader.el (nnheader-insert-head): Make it work even if the file
14769 uses CRLF for the line-break code.
14770
01c52d31
MB
147712006-07-25 Daiki Ueno <ueno@unixuser.org>
14772
14773 * mml2015.el: Require mml-sec instead of password.
14774 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14775 (mml2015-cache-passphrase): Inherit the default value from
14776 mml-secure-cache-passphrase.
14777 (mml2015-passphrase-cache-expiry): Inherit the default value from
14778 mml-secure-passphrase-cache-expiry.
14779
14780 * mml1991.el: Require mml-sec instead of password.
14781 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14782 (mml1991-cache-passphrase): Inherit the default value from
14783 mml-secure-cache-passphrase.
14784 (mml1991-passphrase-cache-expiry): Inherit the default value from
14785 mml-secure-passphrase-cache-expiry.
14786
14787 * mml-sec.el: Require password.
14788 (mml-secure-verbose): New user option.
14789 (mml-secure-cache-passphrase): New user option.
14790 (mml-secure-passphrase-cache-expiry): New user option.
14791
07fc67af
GM
147922006-07-24 David Smith <davidsmith@acm.org> (tiny change)
14793 Andreas Vögele <andreas@altroot.de> (tiny change)
01c52d31 14794
07fc67af
GM
14795 * pgg-def.el (pgg-truncate-key-identifier):
14796 Truncate the key ID to 8 letters from the end.
01c52d31 14797
bd876f90
MB
147982006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14799
14800 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14801 workaround for the url package included with Emacs.
14802
14803 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14804
01c52d31
MB
148052006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14806
14807 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14808 correctly. This fixes a bug caused by the 2006-05-12 change.
14809
06dc8321
KF
148102006-07-18 Karl Fogel <kfogel@red-bean.com>
14811
14812 * nnmail.el (nnmail-article-group): If splitting raises an error, give
14813 some information about the error when saying that the `bogus' mail
14814 group will be used.
14815
7ce31649
MB
148162006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
14817
14818 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14819 string.
14820
b44409c9
MB
148212006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
14822
14823 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14824
763bb2d4
MB
148252006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14826
14827 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14828
01c52d31
MB
148292006-07-10 Daiki Ueno <ueno@unixuser.org>
14830
14831 * mml1991.el (mml1991-function-alist): Add epg.
14832 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14833 (mml1991-epg-encrypt): New functions.
14834
148352006-07-10 Daiki Ueno <ueno@unixuser.org>
14836
14837 * mml2015.el (mml2015-verbose): New variable.
14838 (mml2015-cache-passphrase): Ditto.
14839 (mml2015-passphrase-cache-expiry): Ditto.
14840 (mml2015-function-alist): Add epg.
14841 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14842 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
14843 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14844 New functions.
01c52d31
MB
14845
148462006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14847
14848 * message.el (message-cite-original-1): Preserve region when removing
14849 quoted text due to X-No-Archive in order to avoid bogus attribution
14850 when citing multiple messages.
14851
148522006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14853
296a8e19
SM
14854 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14855 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 14856
827dc73d
MB
148572006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
14858
14859 * gnus-diary.el (gnus-user-format-function-d)
14860 (gnus-user-format-function-D): Autoload.
14861
01c52d31 14862 * imap.el (Commentary): Fix typo.
827dc73d 14863
01c52d31
MB
14864 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14865 2006-04-22 contribution.
14866
148672006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14868
14869 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14870 It didn't really fix the bogosity I'm seeing with solid web groups.
14871
148722006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14873
14874 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14875 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14876 created using server names. If we use the feature without declaring
14877 it, Gnus does not properly manage server and group state.
14878
14879 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14880 bound.
14881
148822006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14883
14884 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14885 looking up the method using GROUP's prefix before inventing a new one.
14886 It is used on killed/unknown groups in various places where returning
14887 an all-new method isn't expected by the caller.
14888
14889 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14890 and match semantics of gnus-group-real-prefix.
14891
148922006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
14893
14894 * nnmail.el (nnmail-broken-references-mailers): New variable.
14895 (nnmail-ignore-broken-references): New function generalizing
14896 nnmail-fix-eudora-headers.
14897 (nnmail-fix-eudora-headers): Now obsolete.
14898
296a8e19
SM
14899 * gnus-art.el (gnus-button-handle-custom):
14900 Support `customize-apropos*'.
01c52d31
MB
14901
149022006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14903
14904 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14905
14906 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14907 articles.
14908
149092006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14910
14911 * message.el (message-cite-reply-above): New variable.
14912 (message-yank-original): Use it.
827dc73d 14913
a367620f
MB
149142006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
14915
14916 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14917
01c52d31
MB
149182006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
14919
14920 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14921 as read.
14922
14923 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14924
149252006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
14926
14927 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14928 (gnus-bookmark-default-file): Use gnus-directory.
14929 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14930 Remove "*" in doc string.
14931 (gnus-bookmark-write-file): Simplify.
14932 (gnus-bookmark-maybe-sort-alist): Use `when'.
14933 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
14934 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14935 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
14936 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14937 compatibility.
14938 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14939 compatibility.
14940 (gnus-bookmark-menu-heading): Fix version.
14941
149422006-06-19 Bastien Guerry <bzg@altern.org>
14943
14944 * gnus-bookmark.el: New file.
14945
5cfd0f2e
MB
149462006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14947
14948 * message.el (message-syntax-checks): Doc fix.
14949
01c52d31
MB
149502006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14951
14952 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14953 unsubscribed groups as if they were killed ones. It causes duplicate
14954 entries in gnus-newsrc-alist.
14955
f362b760
MB
149562006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14957
14958 * message.el (message-syntax-checks): Doc fix.
14959 (message-send-mail): Add check for continuation headers.
14960 (message-check-news-header-syntax): Fix regexp used to check for
14961 continuation headers.
14962
149632006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14964
14965 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14966
01c52d31
MB
149672006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
14968
14969 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14970
149712006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14972
14973 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14974 default-truncate-lines.
14975
26c9afc3
MB
149762006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
14977
14978 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14979 to fill the utf-8 entry.
14980
01c52d31 149812006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 14982
01c52d31
MB
14983 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14984
149852006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
14986
14987 * gnus-agent.el (directory-files-and-attributes): Move all the way
14988 forward (the third and final move).
14989 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 14990 nonexistent directory. Handle by returning nil.
01c52d31
MB
14991
149922006-05-30 Didier Verna <didier@xemacs.org>
14993
14994 * message.el (message-dont-reply-to-names): Update the custom type.
14995 * message.el (message-dont-reply-to-names): New defsubst: potentially
14996 convert a list of regexps into a single one.
14997 * message.el (message-get-reply-headers): Use it.
14998 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14999
150002006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
15003
150042006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15005
15006 * gnus-ml.el (gnus-mailing-list-subscribe)
15007 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15008 (gnus-mailing-list-message): Fix doc strings.
15009
150102006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15011
15012 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15013 of doing it manually.
15014
01c52d31
MB
150152006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15016
15017 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15018 comment.
15019
26c9afc3
MB
150202006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15021
296a8e19
SM
15022 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15023 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 15024 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
15025 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15026 (gnus-agent-regenerate-group): Check numeric names to see if they are
15027 messages or groups.
01c52d31
MB
15028 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15029 better way of do this...)
15030
296a8e19
SM
15031 * gnus-cache.el (gnus-agent-total-fetched-for):
15032 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
15033
150342006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15037 (gnus-saved-headers): Ditto.
01c52d31 15038 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
15039 (gnus-article-save): Override gnus-save-all-headers and
15040 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
15041 (gnus-summary-save-in-file): Add :headers property.
15042 (gnus-summary-write-to-file): Ditto.
15043
15044 * gnus-sum.el (gnus-summary-save-article): Bind
15045 gnus-prompt-before-saving to t when saving many articles in a file;
15046 always show all headers.
15047
150482006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15049
15050 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15051 marks.
15052
15053 * message.el (message-indent-citation): Add optional arguments to allow
15054 using it outside of message buffers.
15055
15056 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15057 (gnus-article-treat-unfold-headers): Use it.
15058 (gnus-article-truncate-lines): New variable.
15059 (gnus-article-mode): Use it.
15060 (gnus-article-toggle-truncate-lines): New function.
15061
296a8e19
SM
15062 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15063 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
15064
15065 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15066 coding system in XEmacs, use binary.
15067
150682006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15071 after-load-alist.
15072
15073 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15074 this function should save decoded articles.
15075 (gnus-summary-write-to-file): Use property to specify this function
15076 should save decoded articles and specify gnus-summary-save-in-file
15077 should be used to save articles other than the first one when saving
15078 many articles.
15079 (gnus-summary-save-body-in-file): Use property to specify this
15080 function should save decoded articles.
15081 (gnus-summary-write-body-to-file): Use property to specify this
15082 function should save decoded articles and specify
15083 gnus-summary-save-body-in-file should be used to save articles other
15084 than the first one when saving many articles.
15085
15086 * gnus-sum.el (gnus-summary-save-article): Simplify.
15087
150882006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15089
296a8e19
SM
15090 * gnus-art.el (gnus-default-article-saver):
15091 Add gnus-summary-write-body-to-file.
01c52d31
MB
15092 (gnus-article-save-coding-system): Don't use coding system object
15093 in XEmacs.
26c9afc3
MB
15094 (gnus-read-save-file-name): Add optional `dir-var' argument which
15095 specifies directory in which files are saved; work even if optional
15096 `variable' argument is not specified.
01c52d31
MB
15097 (gnus-summary-write-to-file): Read file name.
15098 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15099 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
15100
15101 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15102 (gnus-summary-local-variables): Add it.
15103 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
15104 (gnus-summary-save-article): Remove optional `decode' argument;
15105 determine whether to decode articles by the value of
15106 gnus-default-article-saver; when saving many files using
15107 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15108 it first and use gnus-summary-save-in-file or
15109 gnus-summary-save-body-in-file thereafter unless
15110 gnus-prompt-before-saving is always; move point to article which
15111 will be saved.
15112 (gnus-summary-save-article-file): Revert.
15113 (gnus-summary-write-article-file): Revert.
15114 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
15115 (gnus-summary-write-article-body-file): New function.
15116
151172006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15118
01c52d31 15119 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 15120
01c52d31 151212006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 15122
01c52d31
MB
15123 * gnus-art.el (gnus-default-article-saver): Doc fix.
15124 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15125 from gnus-summary-save-article-coding-system, and default to a
15126 certain coding system.
15127 (gnus-output-to-file): Add coding cookie and encode text according
15128 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 15129
01c52d31
MB
15130 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15131 gnus-art.el and rename to gnus-article-save-coding-system.
15132 (gnus-summary-save-article): Require gnus-art; don't show all
15133 headers if it decodes articles; don't add coding cookie here;
15134 don't bind mm-text-coding-system-for-write.
15135 (gnus-summary-save-article-file): Save decoded articles.
15136 (gnus-summary-write-article-file): When saving many files, use
15137 gnus-summary-write-to-file first and gnus-summary-save-in-file
15138 thereafter unless gnus-prompt-before-saving is always.
15139 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 15140
01c52d31 151412006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 15142
01c52d31 15143 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 15144
880820fe 151452006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
15146
15147 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15148 its hash index. Store this hash in `nnrss-group-data'.
15149 (nnrss-read-group-data): Update accordingly.
15150
151512006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15152
15153 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15154 entry.
15155
296a8e19
SM
15156 * gnus-sum.el (gnus-summary-make-menu-bar):
15157 Add gnus-article-browse-html-article.
01c52d31
MB
15158
151592006-05-23 Hynek Schlawack <hynek@ularx.de>
15160
296a8e19
SM
15161 * gnus-sum.el (gnus-summary-mime-map):
15162 Add gnus-article-browse-html-article.
15163
01c52d31
MB
151642006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15165
15166 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15167 suitable coding systems in customize.
15168
151692006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15170
15171 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 15172
d7ba2a01
RS
151732006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15174
f18df03d
MB
15175 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15176 (gnus-summary-expire-articles-now): Shorten prompt.
15177
d7ba2a01 15178 * gmm-utils.el (wid-edit): Require.
296a8e19 15179 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
15180 (gmm-image-search-load-path): Use it.
15181 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15182
01c52d31
MB
151832006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15184
296a8e19
SM
15185 * gnus-sum.el (gnus-summary-save-article-coding-system):
15186 New variable.
15187 (gnus-summary-save-article): Add optional `decode' argument.
15188 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
15189 save decoded article.
15190 (gnus-summary-write-article-file): Save decoded article if
15191 gnus-summary-save-article-coding-system is non-nil.
15192
15193 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15194 type.
15195
151962006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15197
15198 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15199
152002006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15201
15202 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15203 first to test gnus-single-article-buffer which may be buffer-local.
15204
296a8e19
SM
15205 * gnus-sum.el (gnus-summary-setup-buffer):
15206 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
15207 group; make gnus-article-buffer, gnus-article-current, and
15208 gnus-original-article-buffer always buffer-local.
15209 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15210 group.
15211 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15212
152132006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15214
15215 * nnml.el (nnml-request-compact-group): Compressed files might not
15216 have .gz extension.
15217
54e573e6
MB
152182006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15221 (mm-copy-to-buffer): Use with-current-buffer.
15222 (mm-display-part): Simplify.
15223 (mm-inlinable-p): Add optional arg `type'.
15224
01c52d31
MB
152252006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15226
49c7d1ac 15227 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
15228 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15229 Try harder to show the attachment internally or externally using
15230 gnus-mime-view-part-as-type.
15231
01c52d31 152322006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 15233
01c52d31
MB
15234 * message.el (message-from-style, message-signature-separator)
15235 (message-user-organization-file, message-send-mail-function)
15236 (message-citation-line-function, message-yank-prefix)
15237 (message-indent-citation-function, message-signature)
15238 (message-signature-file, message-signature-insert-empty-line):
15239 Remove autoloads.
15240
296a8e19
SM
15241 * gnus-art.el (gnus-buttonized-mime-types):
15242 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
15243
152442006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15245
15246 * gnus.el (gnus-version-number): Bump version.
15247
152482006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15249
15250 * gnus.el: No Gnus v0.5 is released.
15251
152522006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15253
15254 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15255 fetching articles by message-id.
15256
152572006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15258
15259 * message.el (hashcash): Require hashcash as normal.
15260
296a8e19
SM
15261 * ecomplete.el (ecomplete-highlight-match-line):
15262 Use point-at-eol.
01c52d31
MB
15263 (ecomplete-highlight-match-line): Use `highlight', because that
15264 face exists in both Emacs and XEmacs.
15265
15266 * message.el (message-display-abbrev): Use point-at-bol.
15267
15268 * mail-source.el: Don't require timer/timer-funcs.
15269
15270 * gnus-async.el: Ditto.
15271
15272 * password.el: Ditto.
15273
15274 * mm-url.el: Ditto.
15275
15276 * mm-util.el: Require timer/timer-funcs.
15277
152782006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15279
15280 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15281 Close.
54e573e6 15282
9606f1cb
MB
152832006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15286 unibyte after clear-decrypt function runs.
15287
15288 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15289 returns as a unibyte string.
15290
305452a5
MB
152912006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15292
305452a5
MB
15293 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15294 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15295 (mml1991-pgg-encrypt): Ditto.
15296
0565caeb
MB
152972006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15298
01c52d31
MB
15299 * message.el (message-user-organization-file): Check several
15300 locations of the organization file.
0565caeb 15301
01c52d31
MB
15302 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15303 Add gnus-article-view-part-as-type.
0565caeb 15304
01c52d31 15305 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
15306
15307 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15308 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 15309
01c52d31
MB
15310 * mml.el: Simplify autoload.
15311 (mml-mode): defvar dnd-protocol-alist instead of using
15312 symbol-value.
15313 (mml-default-directory): New variable.
15314 (mml-minibuffer-read-file): Use it.
15315 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15316
15317 * message.el (message-citation-line-format): New variable.
15318 (message-insert-formated-citation-line): New function.
296a8e19
SM
15319 (message-citation-line-function):
15320 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
15321
15322 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15323 to doc string.
15324
15325 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15326 depending on mm-verify-option.
0565caeb 15327
305452a5
MB
153282006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15329
15330 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15331 binding pgg-* variables; reimplement the section which prevents
15332 MIME header from being signed.
15333 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15334 pgg-text-mode; remove a blank line at the top of body.
15335
15336 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15337 lines at the top of body; use gnus-newsgroup-charset if there's no
15338 Charset header.
15339
0565caeb
MB
153402006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15341
01c52d31
MB
15342 * message.el (message-self-insert-commands): Doc fix.
15343
0565caeb
MB
15344 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15345 (mm-uu-pgp-encrypted-test): Ditto.
15346 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15347 between header and body; return application/pgp-encrypted handle
15348 if decryption failed; decode decrypted body by charset.
15349
15350 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15351 element match to application/pgp-*.
15352
01c52d31
MB
153532006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15354
15355 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15356 HTML.
15357
153582006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15359
15360 * mail-source.el (mail-source-call-script): Message the error
15361 string.
15362
153632006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15364
15365 * gnus-util.el (gnus-byte-compile): Use it.
15366
002876ab 153672006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
15368
15369 * gnus-util.el (kill-empty-logs): New function.
15370
153712006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15372
15373 * message.el (message-mail-alias-type): Doc fix.
15374 (message-mail-alias-type-p): New function.
15375 (message-send): Use it.
15376 (message-mode): Ditto.
15377 (message-strip-forbidden-properties): Ditto.
15378
296a8e19
SM
15379 * ecomplete.el (ecomplete-database-file-coding-system):
15380 New variable.
01c52d31
MB
15381 (ecomplete-save): Use it.
15382 (ecomplete-setup): Use it.
15383
153842006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15385
15386 * message.el (message-self-insert-commands): New variable.
15387 (message-strip-forbidden-properties): Use it.
15388
153892006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15390
15391 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15392 that doesn't make XEmacs choke.
15393
f67d6742
MB
153942006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15395
49c7d1ac
SM
15396 * gnus-util.el (gnus-replace-in-string):
15397 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
15398
153992006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15400
49c7d1ac
SM
15401 * gnus-util.el (gnus-select-frame-set-input-focus):
15402 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
15403 definition defined in Emacs 22 for old Emacsen.
15404
01c52d31 154052006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 15406
01c52d31 15407 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 15408
01c52d31 154092006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 15410
01c52d31
MB
15411 * gnus-registry.el (gnus-registry-cache-save): Remove text
15412 properties when saving via the temp buffer.
bd29ba20 15413
01c52d31 154142006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 15415
01c52d31 15416 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 15417
01c52d31 154182006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 15419
01c52d31
MB
15420 * message.el (message-generate-hashcash): Default to non-nil when
15421 hashcash is found.
18c06a99 15422
01c52d31
MB
15423 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15424 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 15425
01c52d31 15426 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 15427
01c52d31 15428 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 15429
01c52d31 154302006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 15431
01c52d31
MB
15432 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15433 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15434 Remove autoloads.
163cb72d 15435
01c52d31 154362006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 15437
01c52d31 15438 * message.el (message-generate-hashcash): Default to.
163cb72d 15439
01c52d31 154402006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 15441
01c52d31
MB
15442 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15443 concatenating segments rather than before concatenating them.
163cb72d 15444
01c52d31 154452006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 15446
01c52d31 15447 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 15448
01c52d31
MB
15449 * imap.el (imap-quote-specials): New function.
15450 (imap-login-auth): Quote specials.
14e6dc54 15451
01c52d31 154522006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 15453
01c52d31 15454 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 15455
296a8e19
SM
15456 * message.el (message-forward-make-body-plain):
15457 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
15458 (message-remove-ignored-headers): Factor out into function.
15459 (message-forward-make-body-mml): Use it.
15460 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15461 (rfc2231-parse-string): Allow concatanation of parameters that
15462 aren't contiguous. The test case is
15463 (mail-header-parse-content-type "message/external-body;
15464 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15465 access-type=LOCAL-FILE;
15466 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 15467
01c52d31 154682006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 15469
01c52d31
MB
15470 * nntp.el (nntp-accept-process-output): Return the value of
15471 `nnheader-accept-process-output'.
14e6dc54 15472
01c52d31 154732006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 15474
01c52d31
MB
15475 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15476 (gnus-button-alist): Recognize more diff formats.
15477 (gnus-button-patch): Strip directory.
14e6dc54 15478
01c52d31 154792006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 15480
01c52d31
MB
15481 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15482 Emacs 22 when setting focus.
1b155fbd 15483
01c52d31 154842006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 15485
01c52d31
MB
15486 * gnus-art.el (gnus-article-treat-types): Do treatment of
15487 text/x-verbatim parts.
15488 (gnus-button-patch): New command.
b6f2cf4b 15489
01c52d31
MB
15490 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15491 addresses that contain invalid characters.
b6f2cf4b 15492
01c52d31 154932006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 15494
296a8e19
SM
15495 * message.el (message-put-addresses-in-ecomplete):
15496 Use gnus-replace-in-string.
01c52d31
MB
15497 (message-is-yours-p): Use the more correct
15498 mail-header-parse-address instead of
15499 mail-extract-address-components.
15500 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 15501
01c52d31
MB
15502 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15503 keystroke.
77218834 15504
01c52d31
MB
15505 * gnus-art.el (gnus-treatment-function-alist): Change order of
15506 newsgroups/generic header folding to avoid double-folding.
77218834 15507
01c52d31 15508 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 15509
296a8e19
SM
15510 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15511 New command.
01c52d31 15512 (gnus-summary-repeat-search-article-backward): New command.
d451514f 15513
01c52d31
MB
15514 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15515 groups in the parent topic.
15516
880820fe 155172006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
15518
15519 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15520 (spam-extra-header-to-number): Return the CRM114 number as a
15521 number instead of a string.
15522
155232006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15524
296a8e19 15525 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
15526 gnus-fun.
15527
15528 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15529
155302006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15531
15532 * message.el (message-strip-forbidden-properties): Only display on
15533 self-insert-command.
15534
15535 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15536 reindent.
15537 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15538
155392006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15540
15541 * smiley.el (smiley-style): Fix typo.
d451514f 15542
4f162824
KH
155432006-03-23 Kenichi Handa <handa@m17n.org>
15544
15545 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15546 instead of set-buffer-multibyte.
15547
e9e33c19
KH
155482006-03-23 Kenichi Handa <handa@m17n.org>
15549
15550 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15551 buffer and then decode the buffer text if necessary.
15552 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15553 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 15554
01c52d31 155552006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 15556
296a8e19
SM
15557 * hashcash.el (hashcash-insert-payment-async-2):
15558 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
15559 (mail-add-payment): Use message-narrow-to-header instead of trying
15560 to do the same itself.
f5e92214 15561
01c52d31 15562 * message.el (message-hidden-headers): Add Face.
f5e92214 15563
01c52d31
MB
15564 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15565 reparenting code.
15566 (gnus-summary-reparent-children): Refactored out code.
15567 (gnus-summary-thread-map): New keystroke.
15568 (gnus-summary-reparent-children): Make into command.
f5e92214 15569
01c52d31
MB
15570 * smiley.el (smiley-style): Default to `medium' if using a large
15571 font.
f5e92214 15572
01c52d31
MB
15573 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15574 does it itself.
f5e92214 15575
01c52d31 15576 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 15577
01c52d31 155782006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 15579
01c52d31
MB
15580 * nnagent.el (nnagent-request-set-mark): Silence log file
15581 writing.
15582 (nnagent-request-set-mark): Use write-region instead of
15583 append-to-file.
f5e92214 15584
01c52d31
MB
15585 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15586 strange select method.
f5e92214 15587
01c52d31
MB
15588 * ecomplete.el (ecomplete-display-matches): Get highlightling
15589 right.
15590 (ecomplete-display-matches): Use literals.
15591 (ecomplete-display-matches): Disable message logging.
f5e92214 15592
01c52d31 15593 * message.el (message-display-abbrev): Small optimization.
531bedc3 15594
01c52d31
MB
15595 * ecomplete.el (ecomplete-display-matches): Allow automatic
15596 display.
531bedc3 15597
296a8e19
SM
15598 * message.el (message-strip-forbidden-properties):
15599 Display abbrevs.
01c52d31 15600 (message-display-abbrev): Get automatic display right.
531bedc3 15601
01c52d31
MB
15602 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15603 keystrokes.
531bedc3 15604
01c52d31 156052006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 15606
01c52d31 15607 TODO: Backport to v5-10!
531bedc3 15608
01c52d31 15609 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 15610 Move here (and rename) from gnus-registry.el.
531bedc3 15611
01c52d31
MB
15612 * gnus-registry.el: Require gnus-util.
15613 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 15614
01c52d31 156152006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 15616
296a8e19
SM
15617 * gnus-group.el (gnus-group-catchup-current):
15618 Change if-then-else-if-then-else into cond.
01c52d31
MB
15619 (gnus-group-catchup): Indent.
15620 (group-name-at-point): New function.
15621 (gnus-fetch-group): Provide default from thing at point.
531bedc3 15622
01c52d31 156232006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 15624
01c52d31 15625 * message.el (message-display-abbrev): Fix regexp.
531bedc3 15626
296a8e19
SM
15627 * ecomplete.el (ecomplete-highlight-match-line):
15628 Reimplement choosing.
01c52d31
MB
15629 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15630 dead variables.
ea8ae765 15631
01c52d31
MB
15632 * message.el (message-newline-and-indent): Remove debugging.
15633 (message-display-abbrev): Use new implementation.
ea8ae765 15634
01c52d31 156352006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 15636
296a8e19
SM
15637 * gnus-art.el (gnus-article-mode):
15638 Set cursor-in-non-selected-windows to nil.
ea8ae765 15639
01c52d31
MB
15640 * smiley.el: Revert previous change.
15641 (smiley-data-directory): defvar it before using it in the
15642 defcustom of `smiley-style'.
ea8ae765 15643
01c52d31 156442006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 15645
01c52d31 15646 * message.el (message-newline-and-indent): New function.
ea8ae765 15647
01c52d31 15648 * ecomplete.el: Implement more bits.
85fd8002 15649
01c52d31
MB
15650 * message.el (message-put-addresses-in-ecomplete): Clean up the
15651 string.
85fd8002 15652
01c52d31 15653 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 15654
296a8e19
SM
15655 * gnus-sum.el (gnus-summary-save-parts):
15656 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 15657 names.
85fd8002 15658
01c52d31 15659 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 15660
01c52d31
MB
15661 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15662 parameter to say whether to actually parse the individual
15663 addresses.
61e66a15 15664
01c52d31
MB
15665 * message.el (message-put-addresses-in-ecomplete): New function.
15666 (ecomplete): Require.
15667 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 15668
01c52d31 156692006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 15670
01c52d31
MB
15671 * flow-fill.el (fill-flowed): Remove trailing space from blank
15672 quoted lines.
fe62aacc 15673
01c52d31 156742006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 15675
01c52d31
MB
15676 * smiley.el (smiley-style): Move definition later to avoid a
15677 compilation warning.
fe62aacc 15678
01c52d31 156792006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 15680
01c52d31
MB
15681 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15682 buffer and then decode the buffer text if necessary.
15683 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15684 first, and after mm-encode-body, change the buffer to unibyte.
15685 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 15686
01c52d31 156872006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 15688
01c52d31
MB
15689 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15690 Content-Type header instead of Content-Disposition header.
15691 (gnus-mime-inline-part): Ditto.
15692 (gnus-mime-view-part-as-charset): Ignore charset that the part
15693 specifies.
719120ef 15694
01c52d31
MB
15695 * mm-decode.el (mm-display-part): Work with external parts and
15696 usual parts similarly.
719120ef 15697
01c52d31
MB
15698 * mm-extern.el (mm-inline-external-body): Use mm-display-part
15699 instead of gnus-display-mime.
719120ef 15700
01c52d31
MB
15701 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15702 instead of with-temp-buffer.
719120ef 15703
01c52d31
MB
15704 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15705 tag to summarized topics part in order to encode non-ASCII text.
719120ef 15706
01c52d31 157072006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 15708
01c52d31
MB
15709 * smiley.el (smiley-style): New variable.
15710 (smiley-directory): New function.
15711 (smiley-data-directory): Derive from `smiley-style' using
15712 `smiley-directory'.
15713 (smiley-regexp-alist): Add new entries.
719120ef 15714
01c52d31
MB
15715 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15716 (gnus-article-browse-delete-temp): Add :version.
719120ef 15717
880820fe 157182006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 15719
01c52d31
MB
15720 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15721 the sieve region.
719120ef 15722
01c52d31 157232006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 15724
01c52d31 15725 * gnus.el (gnus-version-number): Bump version.
719120ef 15726
01c52d31 157272006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 15728
01c52d31 15729 * gnus.el: No Gnus v0.4 is released.
719120ef 15730
01c52d31 157312006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 15732
01c52d31
MB
15733 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15734 layout.
719120ef 15735
01c52d31
MB
15736 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15737 unknown charset.
719120ef 15738
01c52d31
MB
15739 * message.el (message-header-synonyms): Add Original-To to the
15740 default.
ba0226dd 15741
01c52d31
MB
15742 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15743 optional parameter.
ba0226dd 15744
01c52d31 157452006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 15746
01c52d31 15747 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 15748
01c52d31 157492006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 15750
01c52d31 15751 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 15752
01c52d31 157532006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 15754
01c52d31 15755 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 15756
01c52d31 157572006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 15758
01c52d31 15759 * password.el (password-reset): New function.
5f4264e5 15760
01c52d31 157612006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 15762
296a8e19
SM
15763 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15764 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 15765
01c52d31 157662006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 15767
01c52d31
MB
15768 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15769 Some whitespace was matched into the url, which broke browsing hits
15770 > 100 when mm-url-use-external was nil.
5f4264e5 15771
01c52d31 157722006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 15773
296a8e19
SM
15774 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15775 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 15776
01c52d31
MB
15777 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15778 bound.
e13be7a2 15779
01c52d31 157802006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 15781
01c52d31
MB
15782 * pgg-gpg.el: Clean up process buffers every time gpg processes
15783 complete.
b5189759 15784
01c52d31 157852006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 15786
01c52d31
MB
15787 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15788 doc string.
16f18d05 15789
01c52d31 157902006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 15791
01c52d31
MB
15792 * pgg-gpg.el (pgg-gpg-process-filter)
15793 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 15794
01c52d31
MB
15795 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15796 lines, temporary fix.
d71c0855 15797
01c52d31 157982006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 15799
01c52d31 15800 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 15801
01c52d31 158022006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 15803
01c52d31
MB
15804 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15805 default-enable-multibyte-characters. This reverts the change from
15806 revision 6.17 which is no longer necessary because the passphrase
15807 is sent separately now. GnuPG messages are unreadable under
15808 multibyte locales with default-enable-multibyte-characters set to
15809 nil.
cf5a5c38 15810
01c52d31 158112006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 15812
01c52d31 15813 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 15814
01c52d31 158152006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 15816
01c52d31
MB
15817 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15818 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
15819 instead.
cf5a5c38 15820
01c52d31 158212006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 15822
296a8e19
SM
15823 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15824 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 15825 Newsgroups.
cf5a5c38 15826
01c52d31 158272006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 15828
01c52d31 15829 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 15830
01c52d31 158312006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 15832
01c52d31
MB
15833 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15834 when searching for already-paid recipients.
34128042 15835
01c52d31 158362006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 15837
01c52d31
MB
15838 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15839 passphrases when it is not needed.
15840 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15841 passphrase stuff from gpg, should only be necessary when you use
15842 gpg with a smartcard.
34128042 15843
01c52d31 158442006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 15845
01c52d31
MB
15846 * mml.el (mml-insert-mime): Ignore cached contents of
15847 message/external-body part.
34128042 15848
01c52d31
MB
15849 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15850 (mm-insert-part): Ditto.
34128042 15851
01c52d31 158522006-03-23 Simon Josefsson <jas@extundo.com>
34128042 15853
01c52d31
MB
15854 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15855 Reiner.
15856 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 15857
01c52d31 158582006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 15859
01c52d31
MB
15860 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15861 older emacsen.
15862 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 15863
01c52d31 158642006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 15865
01c52d31
MB
15866 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15867 if we can.
c96ec15a 15868
01c52d31 158692006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 15870
01c52d31
MB
15871 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15872 (pgg-gpg-update-agent): New function.
15873 (pgg-gpg-use-agent-p): New function.
15874 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15875 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15876 (pgg-gpg-sign-region): Use it.
c96ec15a 15877
01c52d31 158782006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 15879
01c52d31
MB
15880 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15881 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 15882
01c52d31 158832006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 15884
01c52d31
MB
15885 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15886 <wilde@sha-bang.de>.
15887 (pgg-gpg-use-agent): New variable.
15888 (pgg-gpg-process-region): Use it.
15889 (pgg-gpg-encrypt-region): Likewise.
15890 (pgg-gpg-encrypt-symmetric-region): Likewise.
15891 (pgg-gpg-decrypt-region): Likewise.
15892 (pgg-gpg-sign-region): Likewise.
15893 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 15894
01c52d31 158952006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 15896
01c52d31 15897 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 15898
01c52d31
MB
15899 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15900 Add comment on version.
6203370b 15901
01c52d31 159022006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 15903
01c52d31 15904 * smiley.el: Add missing test smiley.
6203370b 15905
01c52d31 159062006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 15907
01c52d31
MB
15908 * mm-decode.el (mm-with-part): New macro.
15909 (mm-get-part): Use it; work with message/external-body as well.
15910 (mm-save-part): Treat name and filename equally.
6203370b 15911
01c52d31
MB
15912 * mm-extern.el (mm-extern-cache-contents): New function.
15913 (mm-inline-external-body): Use it; force the part to be displayed;
15914 move undisplayer added to the cached handle to the parent.
6203370b 15915
01c52d31
MB
15916 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15917 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 15918
01c52d31 15919 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 15920
01c52d31 159212006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 15922
01c52d31
MB
15923 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15924 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
15925 Emacs.]
46e8fe3d 15926
01c52d31 159272006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 15928
01c52d31
MB
15929 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15930 path rather than symbol. Always return list of directories.
15931 Guarantee that image directory comes first. [Sync with image.el,
15932 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 15933
01c52d31
MB
15934 * message.el (message-make-tool-bar): Adjust to new API of
15935 `gmm-image-load-path-for-library'.
46e8fe3d 15936
01c52d31 15937 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 15938
01c52d31 15939 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 15940
01c52d31 159412006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 15942
01c52d31
MB
15943 * gnus-art.el (gnus-article-only-boring-p):
15944 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15945 intangible text.
15946 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 15947
01c52d31 159482006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 15949
296a8e19
SM
15950 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15951 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 15952
01c52d31 159532006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 15954
01c52d31
MB
15955 * message.el (message-unique-id): Don't use message-number-base36
15956 if (user-uid) is a float.
15957 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 15958
01c52d31 159592006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 15960
01c52d31 15961 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 15962
01c52d31
MB
15963 * gnus-art.el (gnus-mime-display-single): Make sure there is an
15964 empty line between a part and a message part.
7347faa8 15965
01c52d31 159662006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 15967
01c52d31
MB
15968 * smiley.el: Add more test smileys.
15969 (smiley-data-directory, smiley-regexp-alist)
15970 (gnus-smiley-file-types): Fix doc strings.
15971 (smiley-update-cache): Clear smiley-cached-regexp-alist before
15972 adding new elements.
15973 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 15974
01c52d31 159752006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 15976
01c52d31
MB
15977 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15978 scan latest NoCeM messages instead of old ones.
15979 (gnus-nocem-check-article): Fix regexps so as to match to PGP
15980 delimiters that are recently used.
15981 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 15982
01c52d31 15983 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 15984
01c52d31
MB
15985 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15986 level which is larger than gnus-use-nocem is specified.
7347faa8 15987
01c52d31 15988 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 15989
01c52d31 159902006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 15991
01c52d31 15992 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 15993
01c52d31
MB
15994 * gnus-group.el (gnus-group-update-tool-bar): New variable.
15995 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 15996
01c52d31 15997 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 15998
01c52d31
MB
15999 * gnus-group.el (gnus-group-redraw-when-idle)
16000 (gnus-group-redraw-check): Remove.
16001 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 16002
01c52d31 160032006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 16004
01c52d31
MB
16005 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16006 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 16007
01c52d31 160082006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 16009
01c52d31
MB
16010 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16011 to gmm-image-load-path-for-library. Call with no-error argument.
16012 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 16013
01c52d31 16014 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 16015
01c52d31 16016 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 16017
01c52d31 16018 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 16019
01c52d31 160202006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 16021
01c52d31 16022 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 16023
01c52d31
MB
16024 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16025 nnml-generate-nov-databases-1.
16026 (nnml-generate-nov-databases): Use it.
16027 (nnml-generate-nov-databases-directory): Document no-active
16028 argument.
c4288669 16029
01c52d31
MB
16030 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16031 directory if path is t. Add no-error.
c4288669 16032
01c52d31
MB
16033 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16034 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 16035
296a8e19
SM
16036 * gnus-art.el (gnus-article-browse-delete-temp-files):
16037 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 16038
01c52d31
MB
16039 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16040 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16041 Add example to docstring. Rename local variables. Move error
16042 checks to default case in cond and simplify.
73043f7d 16043
01c52d31 160442006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 16045
01c52d31
MB
16046 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16047 handle is multipart when calling it recursively.
16048 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 16049
01c52d31 160502006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 16051
01c52d31
MB
16052 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16053 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 16054
01c52d31 160552006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 16056
01c52d31
MB
16057 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16058 is loaded.
7dafe00b 16059
01c52d31
MB
16060 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16061 loaded.
7dafe00b 16062
01c52d31 160632006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 16064
01c52d31
MB
16065 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16066 to "Emacs 23 (unicode)" in doc string.
7dafe00b 16067
01c52d31
MB
16068 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16069 "Emacs 23 (unicode)" in comment.
7dafe00b 16070
01c52d31 160712006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 16072
01c52d31 16073 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 16074
01c52d31
MB
16075 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16076 characters 160 through 255 in Emacs 23.
7dafe00b 16077
01c52d31 160782006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 16079
01c52d31
MB
16080 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16081 gnus-article-browse-html-temp.
296a8e19
SM
16082 (gnus-article-browse-delete-temp): Make it customizable.
16083 Add `file'. Adjust doc string.
16084 (gnus-article-browse-delete-temp-files): Add argument.
16085 Allow query for each file. Adjust doc string.
16086 (gnus-article-browse-html-parts):
16087 Add `gnus-article-browse-delete-temp-files' to
01c52d31 16088 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 16089
01c52d31 160902006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 16091
01c52d31
MB
16092 * gnus-art.el (gnus-article-browse-html-temp)
16093 (gnus-article-browse-delete-temp): New variables.
16094 (gnus-article-browse-delete-temp-files): New function.
16095 (gnus-article-browse-html-parts): Use it.
7dafe00b 16096
01c52d31 160972006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 16098
01c52d31 16099 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 16100
01c52d31
MB
16101 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16102 string.
7dafe00b 16103
01c52d31 16104 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
16105 gnus-summary-insert-new-articles when unplugged.
16106 Remove gnus-summary-search-article-forward.
7dafe00b 16107
01c52d31
MB
16108 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16109 display-visual-class instead of display-color-cells.
7dafe00b 16110
01c52d31 161112006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 16112
01c52d31
MB
16113 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16114 message/* containing non-ASCII text properly.
7dafe00b 16115
01c52d31 161162006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 16117
01c52d31
MB
16118 * message.el: Require gmm-utils, remove autoloads.
16119 (message-tool-bar): Set default based on
16120 gmm-tool-bar-style.
16121 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 16122
01c52d31
MB
16123 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16124 gmm-tool-bar-style.
16125 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 16126
01c52d31
MB
16127 * gnus-group.el (gnus-group-tool-bar): Set default based on
16128 gmm-tool-bar-style.
16129 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 16130
01c52d31
MB
16131 * gmm-utils.el (gmm-image-directory): Rename variable from
16132 gmm-image-load-path.
16133 (gmm-image-load-path): Use gmm-image-directory.
16134 (gmm-customize-mode): New function.
16135 (gmm-tool-bar-style): New variable.
7dafe00b 16136
01c52d31
MB
16137 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16138 gnus-group-redraw-line-number.
16139 (gnus-group-redraw-check): Simplify.
16140 (gnus-group-tool-bar-update): Remove redraw check.
16141 (gnus-group-make-tool-bar): Add redraw check.
447505b5 16142
01c52d31 161432006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 16144
01c52d31 16145 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 16146
01c52d31 161472006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 16148
01c52d31 16149 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 16150
01c52d31 161512006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 16152
01c52d31
MB
16153 * gnus-art.el (gnus-button): New face.
16154 (gnus-article-button-face): Use it.
3031d8b0 16155
296a8e19
SM
16156 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16157 Add gnus-summary-next-page. Re-order.
3031d8b0 16158
01c52d31
MB
16159 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16160 next-node are now included.
16161 (gnus-group-redraw-line-number): New internal variable.
16162 (gnus-group-redraw-check): Helper function for updating the tool
16163 bar.
16164 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 16165
01c52d31 16166 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 16167
01c52d31
MB
16168 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16169 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
16170 Use it to match format of Spamassassin 3.0 and later.
16171 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
16172 (spam-check-bogofilter)
16173 (spam-bogofilter-register-with-bogofilter): Fix args of
16174 `gnus-error' calls.
3031d8b0 16175
01c52d31 161762006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 16177
01c52d31 16178 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
16179 unnecessary interaction when sending queued mails.
16180 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 16181
01c52d31 161822006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 16183
01c52d31
MB
16184 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16185 first or last are nil.
3031d8b0 16186
01c52d31 161872006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 16188
01c52d31 16189 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 16190
01c52d31 161912006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 16192
01c52d31 16193 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 16194
01c52d31 161952006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 16196
01c52d31 16197 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 16198
01c52d31 161992006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 16200
01c52d31
MB
16201 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16202 nov.php.
58090a8d 16203
01c52d31 162042006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 16205
01c52d31
MB
16206 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16207 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16208 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16209 output on the server side.
16210 (nnweb-google-create-mapping): Update regexps and add some
16211 progress indication.
58090a8d 16212
01c52d31 162132006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 16214
296a8e19
SM
16215 * gnus-group.el (gnus-group-tool-bar-gnome):
16216 Fix gnus-agent-toggle-plugged. Re-order icons.
16217 (gnus-group-tool-bar-gnome):
16218 Add gnus-group-{prev,next}-unread-group.
01c52d31 16219 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 16220
296a8e19
SM
16221 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16222 Move gnus-summary-insert-new-articles.
58090a8d 16223
296a8e19
SM
16224 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16225 Fix comments.
58090a8d 16226
01c52d31
MB
16227 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16228 also available in Emacs 21.3.
58090a8d 16229
01c52d31
MB
16230 * message.el (message-fix-before-sending): Change "Emacs 22" to
16231 "Emacs 23 (unicode)" in comment.
58090a8d 16232
01c52d31
MB
16233 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16234 "Emacs 23 (unicode)" in comment.
58090a8d 16235
01c52d31
MB
16236 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16237 comment.
16238 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 16239
01c52d31 16240 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 16241
01c52d31 162422006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 16243
01c52d31
MB
16244 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16245 and load-path.
58090a8d 16246
01c52d31 162472006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 16248
01c52d31
MB
16249 * message.el: Autoload gmm-image-load-path.
16250 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16251 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16252 consitency.
58090a8d 16253
01c52d31
MB
16254 * gmm-utils.el (gmm-image-load-path): Also search in
16255 "../etc/images". Don't set gmm-image-load-path if we don't find
16256 the image.
58090a8d 16257
01c52d31 162582006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 16259
01c52d31
MB
16260 * gmm-utils.el (gmm-image-load-path): Don't make
16261 `gmm-image-load-path' include subdirectories which the second arg
16262 `image' might specify.
58090a8d 16263
01c52d31
MB
16264 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16265 subdirectory to icon file names.
58090a8d 16266
01c52d31 16267 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 16268
01c52d31 162692006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 16270
01c52d31
MB
16271 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16272 gmm-image-load-path calls.
58090a8d 16273
01c52d31 16274 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 16275
01c52d31 16276 * message.el (message-make-tool-bar): Ditto.
58090a8d 16277
296a8e19 16278 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 16279
01c52d31
MB
16280 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16281 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 16282
01c52d31
MB
16283 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16284 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 16285
01c52d31
MB
16286 * message.el (message-tool-bar-gnome): Use new icon names.
16287 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 16288
296a8e19
SM
16289 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16290 New functions from MH-E.
01c52d31 16291 (gmm-image-load-path): New variable from MH-E.
296a8e19 16292 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
16293 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16294 *-image-load-path-called-flag.
4c2ad11d 16295
01c52d31 162962006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 16297
01c52d31 16298 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 16299
01c52d31 163002006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 16301
01c52d31
MB
16302 * nnimap.el (nnimap-request-move-article): Change folder back to
16303 source group before deleting.
6586e9c9 16304
01c52d31 163052006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 16306
01c52d31 16307 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 16308
296a8e19
SM
16309 * gnus-art.el (mm-url-insert-file-contents-external):
16310 Autoload mm-url.
e8beac8a 16311
01c52d31 16312 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 16313
01c52d31 163142006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 16315
01c52d31
MB
16316 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16317 coding system which mm-charset-to-coding-system returns for a
16318 given charset is valid.
e8beac8a 16319
01c52d31 163202006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 16321
01c52d31
MB
16322 * html2text.el (html2text-remove-tag-list):
16323 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 16324
01c52d31 163252006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 16326
01c52d31 16327 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 16328
01c52d31 163292006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 16330
296a8e19
SM
16331 * gnus-art.el (article-strip-banner):
16332 Call article-really-strip-banner only when the regexp match is made.
3b059693 16333
01c52d31 163342006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 16335
296a8e19
SM
16336 * gnus-art.el (article-strip-banner):
16337 Use gnus-extract-address-components instead of
01c52d31
MB
16338 mail-header-parse-addresses to make it work with non-ASCII text;
16339 remove mail-encode-encoded-word-string.
3b059693 16340
01c52d31
MB
16341 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16342 values which are surrounded with \"...\"; make it never cause a
16343 Lisp error; give up parsing of parameters if it failed in
16344 extracting type.
3b059693 16345
880820fe 163462006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 16347
01c52d31
MB
16348 * smime.el (smime-cert-by-ldap-1): Fix bug where
16349 `smime-ldap-search' returns results without userCertificates.
ab513ed4 16350
01c52d31 163512006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 16352
01c52d31 16353 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 16354
01c52d31 163552006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 16356
01c52d31
MB
16357 * spam.el (spam-check-spamassassin-headers): Adapt format for
16358 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16359 <ari@mbf.ocn.ne.jp>.
16360 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 16361
01c52d31 163622006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 16363
01c52d31
MB
16364 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16365 make-temp-file; make it work with XEmacs as well.
9516b9f4 16366
01c52d31
MB
16367 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16368 mm-make-temp-file.
9516b9f4 16369
01c52d31
MB
16370 * mm-decode.el (mm-display-external): Use the 3rd arg of
16371 mm-make-temp-file.
16372 (mm-create-image-xemacs): Ditto.
9516b9f4 16373
01c52d31 163742006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 16375
01c52d31
MB
16376 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16377 with message-narrow-to-headers.
16378 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16379 (gnus-draft-check-draft-articles): New function.
16380 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 16381
01c52d31 163822006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 16383
01c52d31
MB
16384 * gnus-art.el (gnus-article-browse-html-parts):
16385 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16386 Don't use suffix argument for mm-make-temp-file for Emacs 21
16387 compatibility. Remove useless `format'.
292f71fe 16388
01c52d31 163892006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 16390
01c52d31
MB
16391 * nnweb.el (nnweb-google-wash-article): Update regexps.
16392 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 16393
01c52d31 163942006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 16395
01c52d31
MB
16396 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16397 re-loading nn* modules.
292f71fe 16398
01c52d31 163992006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 16400
01c52d31
MB
16401 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16402 for `tool-bar-mode' and don't check it's default-value.
292f71fe 16403
01c52d31 16404 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 16405
01c52d31 16406 * message.el (message-make-tool-bar): Ditto.
292f71fe 16407
01c52d31
MB
16408 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16409 `substring'. Shorten tmp-file name.
292f71fe 16410
01c52d31 16411 * gnus.el: Remove bogus comment.
292f71fe 16412
01c52d31 164132006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 16414
01c52d31
MB
16415 * gnus-art.el (gnus-article-browse-html-parts): New function.
16416 (gnus-article-browse-html-article): New function for viewing html
16417 articles with a browser.
bd2cef66 16418
01c52d31 164192006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 16420
01c52d31
MB
16421 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16422 (mml2015-pgg-encrypt): Ditto.
ffda926c 16423
01c52d31
MB
16424 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16425 (mml1991-pgg-encrypt): Ditto.
f5fab556 16426
01c52d31 164272006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 16428
296a8e19
SM
16429 * nnfolder.el (nnfolder-insert-newsgroup-line):
16430 Use message-make-date instead of current-time-string.
4b9f0de2 16431
01c52d31
MB
16432 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16433 to gnus-decoded which mm-uu might set.
4b9f0de2 16434
01c52d31 164352006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 16436
01c52d31
MB
16437 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16438 don't decode quoted parameters; remove misimported Emacs code.
16439 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16440 (rfc2231-decode-encoded-string): Don't use split-string which
16441 behaves differently according to Emacs version; use
16442 mm-decode-coding-region to convert charset to coding-system.
16443 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16444 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 16445
01c52d31 164462006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 16447
01c52d31
MB
16448 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16449 when calling mail-header-parse-content-type.
16450 (article-de-quoted-unreadable): Ditto.
16451 (article-de-base64-unreadable): Ditto.
16452 (article-wash-html): Ditto.
20051b27 16453
01c52d31
MB
16454 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16455 calling mail-header-parse-content-type and
16456 mail-header-parse-content-disposition.
16457 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16458 mail-header-parse-content-type.
82259e50 16459
01c52d31
MB
16460 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16461 insert charset and format parameters; encode description after
16462 inserting it to buffer.
16463 (mml-insert-parameter): Fold lines properly even if a parameter is
16464 segmented into two or more lines; change the max column to 76.
82259e50 16465
01c52d31
MB
16466 * rfc1843.el (rfc1843-decode-article-body): Don't use
16467 ignore-errors when calling mail-header-parse-content-type.
46f93472 16468
01c52d31
MB
16469 * rfc2231.el (rfc2231-parse-string): Return at least type if
16470 possible; don't cause an error even if it fails in parsing of
16471 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16472 (rfc2231-encode-string): Don't break lines at the beginning, leave
16473 it to mml-insert-parameter.
46f93472 16474
01c52d31
MB
16475 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16476 calling mail-header-parse-content-type.
d3a597b7 16477
01c52d31 164782006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 16479
01c52d31
MB
16480 * spam-report.el (spam-report-gmane-use-article-number):
16481 Improve doc string.
16482 (spam-report-gmane-internal): Check if a suitable header was found
16483 in the article.
8753ddee 16484
01c52d31 164852006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 16486
01c52d31
MB
16487 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16488 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 16489
01c52d31 164902006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 16491
01c52d31 16492 Update copyright notices of all files in the gnus directory.
8753ddee 16493
01c52d31 164942006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 16495
01c52d31 16496 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 16497
01c52d31 164982006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 16499
01c52d31
MB
16500 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16501 segmented lines of parameter value to cope with Thunderbird 1.5
16502 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16503 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16504 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 16505
01c52d31 165062006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 16507
01c52d31
MB
16508 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16509 parts.
a33704bb 16510
01c52d31 165112006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 16512
01c52d31
MB
16513 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16514 there's only one active file for all servers.
16515 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16516 solid groups. Gnus might have used a FAST request to select the group.
16517 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16518 and nnweb-search redundantly in the active file.
16519 (nnweb-request-list): Don't list bogus groups. There can only be one.
16520 (nnweb-request-create-group): Don't use ARGS.
16521 (nnweb-possibly-change-server, nnweb-request-group): Remove some
e1dbe924 16522 initializations. Let nnoo do the work.
a33704bb 16523
01c52d31 165242006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 16525
01c52d31
MB
16526 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16527 Say the part has been decoded.
a33704bb 16528
01c52d31 16529 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 16530
01c52d31 165312006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 16532
01c52d31
MB
16533 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16534 mailcap-viewer-test-cache when there's no 'test clause, since that
16535 will invert the meaning of a "nil" test previously determined by
16536 mailcap-mailcap-entry-passes-test.
53cfefc8 16537
01c52d31 165382006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 16539
01c52d31
MB
16540 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16541 compiling.
53cfefc8 16542
01c52d31 16543 * gnus-sum.el: Ditto.
53cfefc8 16544
01c52d31 16545 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 16546
01c52d31 165472006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 16548
01c52d31 16549 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 16550
01c52d31 165512006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 16552
01c52d31
MB
16553 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16554 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16555 current Google Groups.
53cfefc8 16556
01c52d31 165572006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 16558
01c52d31
MB
16559 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16560 and tool-bar-mode.
66841476 16561
01c52d31
MB
16562 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16563 and tool-bar-mode.
66841476 16564
01c52d31
MB
16565 * message.el (message-tool-bar-update): Simplify.
16566 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 16567
01c52d31
MB
16568 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16569 gnus-summary-buffer.
16570 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16571 gnus-summary-reply.
81df110a 16572
01c52d31 16573 * gmm-utils.el (gmm): Add :version.
5fae1cae 16574
01c52d31 165752006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 16576
296a8e19
SM
16577 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16578 Don't autoload.
5fae1cae 16579
01c52d31 165802006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 16581
01c52d31 16582 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 16583
01c52d31 165842006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 16585
01c52d31 16586 * message.el: Change some comments WRT tool-bars.
81df110a 16587
01c52d31
MB
16588 * gnus-sum.el (gnus-summary-tool-bar)
16589 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16590 (gnus-summary-tool-bar-zap-list): New variables.
16591 (gnus-summary-make-tool-bar): Complete rewrite using
16592 `gmm-tool-bar-from-list'.
430d3ed7 16593
01c52d31 16594 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
16595 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16596 New variables.
01c52d31
MB
16597 (gnus-group-make-tool-bar): Complete rewrite using
16598 `gmm-tool-bar-from-list'.
16599 (gnus-group-tool-bar-update): New function.
430d3ed7 16600
01c52d31 16601 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 16602
01c52d31 166032006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 16604
01c52d31
MB
16605 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16606 is dissected into a single part of which the type is the same as
16607 the given one; decode charset.
6ff5b064 16608
01c52d31 166092006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 16610
01c52d31
MB
16611 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16612 into alists as symbol not string, since that's what
16613 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16614 look for.
a8f6d239 16615
01c52d31 166162006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 16617
01c52d31
MB
16618 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16619 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 16620
01c52d31 16621 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 16622
01c52d31 166232006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 16624
01c52d31
MB
16625 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16626 (gnus-mime-security-button-menu): New definition.
16627 (gnus-mime-security-button-map): Use them.
16628 (gnus-mime-security-button-menu): New function.
16629 (gnus-insert-mime-security-button): Addition to help echo.
16630 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16631 (gnus-mime-security-pipe-part): New functions.
d752cf53 16632
01c52d31
MB
16633 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16634 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 16635
01c52d31
MB
16636 * mm-decode.el (mm-handle-set-disposition): Remove.
16637 (mm-handle-set-description): Remove.
d752cf53 16638
01c52d31 166392006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 16640
01c52d31
MB
16641 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16642 (mm-w3m-standalone-supports-m17n-p): New function.
16643 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16644 w3m usage.
d752cf53 16645
296a8e19
SM
16646 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16647 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 16648
01c52d31 166492006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 16650
296a8e19
SM
16651 * message.el (message-tool-bar-zap-list):
16652 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
16653 (message-tool-bar-update): New function.
16654 (message-tool-bar, message-tool-bar-gnome)
16655 (message-tool-bar-retro): Add message-tool-bar-update.
16656 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 16657
01c52d31 16658 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 16659
01c52d31
MB
16660 * gmm-utils.el (gmm-error): Describe `args'.
16661 (gmm-tool-bar-zap-list): New widget.
16662 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 16663
01c52d31 166642006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 16665
01c52d31
MB
16666 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16667 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16668 the number of recursive calls.
4a2358e9 16669
01c52d31
MB
16670 * mm-decode.el (mm-handle-set-disposition): New macro.
16671 (mm-handle-set-description): New macro.
4a2358e9 16672
01c52d31 166732006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 16674
01c52d31
MB
16675 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16676 encoding.
4a2358e9 16677
01c52d31 166782006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 16679
01c52d31
MB
16680 * message.el (message-tool-bar-zap-list, message-tool-bar)
16681 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16682 (message-tool-bar-local-item-from-menu): Remove.
16683 (message-tool-bar-map): Replace by `message-make-tool-bar'.
16684 (message-make-tool-bar): New function.
16685 (message-mode): Use `message-make-tool-bar'.
4a2358e9 16686
01c52d31
MB
16687 * gmm-utils.el: New file.
16688 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16689 (gmm-lazy): New widget copied from `nnmail.el'.
16690 (gmm-tool-bar-from-list): New function for creating customizable
16691 tool bars.
16692 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
16693 output.
16694 (gmm): Add :prefix to defgroup.
4a2358e9 16695
01c52d31 166962006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 16697
01c52d31 16698 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 16699
01c52d31 167002006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 16701
01c52d31
MB
16702 * mml.el (mml-attach-file): Describe `description' in doc string.
16703 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 16704
01c52d31 167052006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 16706
01c52d31 16707 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 16708
01c52d31 167092006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 16710
01c52d31 16711 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 16712
01c52d31 167132006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 16714
01c52d31
MB
16715 * imap.el (imap-open): Handle case where buffer is a buffer
16716 object.
41e11121 16717
01c52d31 167182005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 16719
01c52d31
MB
16720 * gnus-delay.el (gnus-delay): Don't autoload.
16721 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16722 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 16723
01c52d31 167242005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 16725
01c52d31 16726 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 16727
01c52d31 167282006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 16729
01c52d31 16730 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 16731
01c52d31 16732 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 16733
01c52d31 167342006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 16735
01c52d31 16736 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 16737
01c52d31 167382006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 16739
01c52d31
MB
16740 * mm-decode.el (mm-inlined-types): Add application/pgp.
16741 (mm-automatic-display): Ditto.
11e22c4a 16742
01c52d31
MB
16743 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16744 part as text.
11e22c4a 16745
01c52d31 167462006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 16747
01c52d31
MB
16748 * nnrss.el: Update copyright.
16749 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 16750
01c52d31
MB
16751 * gnus-art.el:
16752 * gnus-sum.el:
16753 * mm-uu.el:
16754 * mm-view.el: Update copyright.
97f78c9b 16755
01c52d31 167562006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 16757
01c52d31
MB
16758 * message.el (message-info): New function.
16759 (message-mode-menu): Add it.
16760 Update copyright.
97f78c9b 16761
01c52d31 16762 * ChangeLog: Fix and update copyright.
97f78c9b 16763
01c52d31 167642006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 16765
01c52d31
MB
16766 * message.el (message-forward-subject-name-subject): Prefer the
16767 address to 'nowhere' if the sender has no name.
16768 Fix typo. Update copyright year.
97f78c9b 16769
01c52d31 167702006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 16771
296a8e19
SM
16772 * gnus-art.el (article-wash-html):
16773 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 16774 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 16775
01c52d31
MB
16776 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16777 mm-inline-text-html-render-with-w3m-standalone.
16778 (mm-text-html-washer-alist): Map w3m-standalone to
16779 gnus-article-wash-html-with-w3m-standalone.
16780 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 16781
01c52d31 167822006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 16783
01c52d31
MB
16784 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16785 Improve LaTeX.
4b91459a 16786
01c52d31 167872006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 16788
01c52d31
MB
16789 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16790 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 16791
01c52d31
MB
16792 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16793 the buffer.
4b91459a 16794
01c52d31 167952006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 16796
01c52d31
MB
16797 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16798 custom definition of `gnus-posting-styles'.
d44e3b45 16799
296a8e19
SM
16800 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16801 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 16802
01c52d31 168032006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 16804
01c52d31
MB
16805 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16806 Use nntp for bug archive.
4b91459a 16807
01c52d31 168082006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 16809
01c52d31
MB
16810 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16811 parts.
16812 (nnrss-normalize-date): New function converts ISO 8601 date into
16813 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16814 (nnrss-check-group): Use it.
c03ac728 16815
01c52d31 168162006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 16817
01c52d31 16818 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 16819
01c52d31
MB
16820 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16821 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16822 (nnrss-insert-w3): Ditto.
d8a88581 16823
01c52d31 168242005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 16825
01c52d31
MB
16826 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16827 the articles to be forwarded including the case where neither a
16828 number of articles nor a region is specified.
d8a88581 16829
01c52d31 168302005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 16831
01c52d31
MB
16832 * nnrss.el (nnrss-request-article): Fix last change; fill
16833 text/plain parts.
7573397b 16834
01c52d31 168352005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 16836
01c52d31
MB
16837 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16838 in text/plain part.
16839 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 16840
01c52d31 168412005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 16842
01c52d31
MB
16843 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16844 article.
9ebc3953 16845
01c52d31 168462005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 16847
01c52d31
MB
16848 * nnml.el: Don't require gnus-bcklg. Autoload it.
16849 (nnml-use-compressed-files, nnml-save-mail): Support other
16850 comression programs such as bzip2.
7929f858 16851
01c52d31 168522005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 16853
01c52d31
MB
16854 * dns.el (query-dns): Make sure we check the buffer size before
16855 removing tcp headers.
7929f858 16856
01c52d31 168572005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 16858
01c52d31
MB
16859 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16860 remove MIME buttons associated with multipart/alternative parts.
16861 (gnus-mime-display-alternative): Tag buttons using `article-type'
16862 text property.
ead25b5c 16863
01c52d31
MB
16864 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16865 associated with multipart/alternative parts.
ead25b5c 16866
01c52d31 16867 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 16868
01c52d31
MB
16869 * mm-decode.el (mm-inlined-types): Fix custom type.
16870 (mm-keep-viewer-alive-types): Ditto.
16871 (mm-automatic-display): Ditto.
16872 (mm-attachment-override-types): Ditto.
16873 (mm-inline-override-types): Ditto.
16874 (mm-automatic-external-display): Ditto.
8774406b 16875
01c52d31 168762005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 16877
01c52d31
MB
16878 * spam-report.el (spam-report-user-mail-address)
16879 (spam-report-user-agent): New variables.
16880 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 16881
01c52d31 168822005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 16883
01c52d31
MB
16884 * gnus-art.el (gnus-button-handle-custom): Do not just use
16885 `customize-apropos' for any "M-x customize-*" button but the
16886 function called for. Accept both the function name and its
16887 argument in order to achieve this.
296a8e19
SM
16888 (gnus-button-alist): Remove support for "custom:" URL's.
16889 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 16890 customize-*" buttons.
59fda2fa 16891
01c52d31 168922005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 16893
01c52d31
MB
16894 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16895 multipart/alternative and add xref to mm-discouraged-alternatives
16896 in doc string.
7d0c69be 16897
01c52d31
MB
16898 * mm-decode.el (mm-discouraged-alternatives): Add xref to
16899 gnus-buttonized-mime-types in doc string.
7d0c69be 16900
01c52d31 169012005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 16902
01c52d31
MB
16903 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16904 Suggest image/.* in the doc string.
d6697c02 16905
01c52d31 169062005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 16907
01c52d31
MB
16908 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16909 message-marks (Debian bug #342521).
d6697c02 16910
01c52d31 169112005-12-12 Simon Josefsson <jas@extundo.com>
84861437 16912
01c52d31
MB
16913 * password.el (password-read-from-cache): Add.
16914 (password-read): Use it.
84861437 16915
01c52d31 169162005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 16917
296a8e19
SM
16918 * rfc2047.el (rfc2047-charset-to-coding-system):
16919 Recognize us-ascii as a MIME charset.
3338c0ad 16920
296a8e19
SM
16921 * mm-bodies.el (mm-decode-content-transfer-encoding):
16922 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 16923
01c52d31 169242005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 16925
01c52d31 16926 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 16927
01c52d31 16928 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 16929
01c52d31 169302005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 16931
01c52d31 16932 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 16933
01c52d31 169342005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 16935
01c52d31
MB
16936 * mm-decode.el (mm-display-external): Use nametemplate (defined in
16937 RFC1524) if it is in mailcap or add a suffix according to
16938 mailcap-mime-extensions when generating a temp filename; postpone
16939 deleting a temp file for 2 seconds for some wrappers, shell
16940 scripts, and so on, which might exit right after having started a
16941 viewer command as a background job.
16942
169432005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
16944
16945 * nntp.el (nntp-marks-directory): Fix custom group.
16946
16947 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16948 steps when < 10.
16949
296a8e19
SM
16950 * gnus-start.el (gnus-no-server-1):
16951 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
16952
169532005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16954
16955 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16956 parens.
16957
169582005-11-26 Dave Love <fx@gnu.org>
16959
16960 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16961 (tls-program, tls-success): Provide openssl alternative.
16962
16963 * starttls.el: Doc fixes.
16964 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16965 SERVICE to PORT.
16966
002876ab 16967 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
16968 port null or service name.
16969 (starttls-negotiate): Autoload.
16970
169712005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16972
16973 * message.el (message-kill-to-signature): Fix interactive spec.
16974
169752005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
16976
16977 * pop3.el (pop3-open-server): Recognize a string as a service name.
16978
169792005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
16980
16981 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16982
169832005-11-23 Dave Love <fx@gnu.org>
16984
16985 Add pop3s, pop3/starttls.
16986
16987 * pop3.el (pop3-authentication-scheme): Clarify doc.
16988 (open-tls-stream, starttls-open-stream): Autoload.
16989 (pop3-stream-type): New.
16990 (pop3-open-server): Use it.
16991
16992 * mail-source.el (mail-sources): Fix some :types. Add stream type
16993 for POP.
16994 (mail-source-keyword-map): Add :stream for POP.
16995 (mail-source-fetch-pop): Use pop3-stream-type.
16996
169972005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
16998
16999 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17000 of current-time-string.
17001
170022005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17003
17004 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17005 date header.
17006
170072005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17008
17009 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17010 it can seriously impact performance as it bypasses the agent's
17011 local caches.
17012
170132005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17014
17015 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17016 must be explicitly online rather than "not explicitly offline" for
17017 its flags to be synchronized.
17018
17019 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17020 that gnus-uu-unmark-thread will function correctly.
17021
17022 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17023 1024K is instead displayed as 1M.
17024
170252005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17026
17027 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17028
170292005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17030
17031 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17032
170332005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17034
17035 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17036 error message to display actual error condition.
17037 (gnus-agent-save-local): Avoid saving symbols that are bound to
17038 nil as they simply result in a warning message in
17039 gnus-agent-read-local.
17040
170412005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17042
17043 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17044 rather than make-variable-buffer-local for file-precious-flag.
17045
170462005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17047
17048 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17049 for duplicates which are removed. The invalid sort check then
17050 triggers a rescan after the sort as sorting may have moved
17051 duplicate entries such that they can be cheaply detected.
17052
170532005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17054
17055 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17056
170572005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17058
296a8e19
SM
17059 * gnus-agent.el (gnus-agent-article-alist-save-format):
17060 Change internal variable to a custom variable. Change default value
01c52d31
MB
17061 from compressed(2) to uncompressed(1).
17062 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17063 support for uncompressed agentview files. Taken together, reading
17064 the agentview file should now be 6-7 times faster.
17065
170662005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17067
17068 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17069 as a buffer-local variable. This avoids creating truncated
17070 dribble files as a result of a hang up, eg.
17071
170722005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17073
296a8e19
SM
17074 * gnus-start.el (gnus-start-draft-setup):
17075 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
17076
17077 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
17078 (gnus-group-get-parameter, gnus-group-parameter-value):
17079 Describe allow-list argument.
01c52d31
MB
17080
17081 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17082 string.
17083
170842005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17085
17086 * gnus-art.el (gnus-default-article-saver): Add user-defined
17087 `function' to custom type.
17088
170892005-10-30 Chong Yidong <cyd@stupidchicken.com>
17090
17091 * imap.el (imap-open): Handle case where buffer is a buffer
17092 object.
17093
170942005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17095
17096 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17097 long lines.
17098 (gnus-cache-delete-group): Wrap doc strings.
17099
17100 * gnus-agent.el (gnus-agent-rename-group)
17101 (gnus-agent-delete-group): Wrap doc strings.
17102
01c52d31
MB
171032005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17104
17105 * gnus-start.el (gnus-1): Add "native" to
17106 gnus-predefined-server-alist.
17107
17108 * gnus.el (gnus-method-to-server): Don't add "native" to the
17109 lists here, because that leads to problems when
17110 gnus-select-method is bound.
17111
171122005-11-09 Simon Josefsson <jas@extundo.com>
17113
17114 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17115 use (not sort-by-date) instead.
17116
171172005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * gnus-delay.el (gnus-delay-group): Don't autoload.
17120 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17121 to be re-loaded when customizing the `gnus-delay' group.
17122
171232005-11-19 Chong Yidong <cyd@stupidchicken.com>
17124
17125 * message.el: Revert last changes.
17126 (message-insert-citation-line): Use newlines.
17127
171282005-11-17 Chong Yidong <cyd@stupidchicken.com>
17129
17130 * message.el (message-courtesy-message)
17131 (message-mark-insert-begin, message-mark-insert-end)
17132 (message-elide-ellipsis, message-cancel-message)
17133 (message-add-header, message-change-subject)
17134 (message-cross-post-followup-to-header)
17135 (message-cross-post-insert-note, message-reduce-to-to-cc)
17136 (message-widen-reply, message-delete-not-region)
17137 (message-kill-to-signature, message-insert-signature)
17138 (message-insert-importance-high, message-insert-importance-low)
17139 (message-insert-or-toggle-importance)
17140 (message-insert-disposition-notification-to)
17141 (message-indent-citation, message-yank-original)
17142 (message-cite-original-without-signature, message-cite-original)
17143 (message-insert-citation-line, message-position-on-field)
17144 (message-fix-before-sending, message-send-mail-partially)
17145 (message-send-mail, message-send-mail-with-sendmail)
17146 (message-send-mail-with-qmail, message-send-news)
17147 (message-check-news-header-syntax, message-generate-headers)
17148 (message-insert-courtesy-copy, message-fill-address)
17149 (message-fill-header, message-shorten-references)
17150 (message-setup-1, message-cancel-news)
17151 (message-forward-make-body-plain, message-forward-make-body-mime)
17152 (message-forward-make-body-mml, message-encode-message-body)
17153 (message-forward-make-body-digest-plain)
17154 (message-forward-make-body-digest-mime)
17155 (message-use-alternative-email-as-from): Insert `hard-newline'
17156 instead of ordinary newlines.
17157
171582005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17159
17160 * message.el (message-generate-headers): Downcase the argument
17161 given to message-check-element.
17162
171632005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17164
17165 * nntp.el (nntp-authinfo-rejected): New error condition.
17166 (nntp-wait-for): Use new error condition to signal authentication
17167 error.
17168 (nntp-retrieve-data): Rethrow new error condition to break out of
17169 recursive call to nntp-send-authinfo.
17170
171712005-11-08 Romain Francoise <romain@orebokech.com>
17172
17173 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17174 (gnus-summary-exit-map): Bind to `Z p'.
17175 (gnus-summary-make-menu-bar): Add menu item.
17176
171772005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17178
17179 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17180 (gnus-treat-*): Add `first' in all doc strings.
17181
17182 * gnus-group.el (gnus-group-compact-group): Fix typo.
17183
171842005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17185
17186 * gnus.el (gnus-parameters-case-fold-search): New variable.
17187 (gnus-parameters-get-parameter): Use it.
17188
17189 * gnus-score.el (gnus-home-score-file): Doc fix.
17190
171912005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17192
17193 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17194
171952005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17196
17197 * mm-util.el (mm-special-display-p): New function.
17198
17199 * mml.el (mml-preview): Use it; doc fix.
17200
172012005-10-29 Romain Francoise <romain@orebokech.com>
17202
17203 * message.el (message-fix-before-sending): Fix comment.
17204
172052005-10-29 Jari Aalto <jari.aalto@cante.net>
17206
17207 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17208
172092005-10-29 Jari Aalto <jari.aalto@cante.net>
17210
17211 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17212 Used in gnus-score.el.
17213
172142005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17215
17216 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17217
172182005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17219
17220 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17221 whitespace removed in revision 7.8. Use concatenated string to
17222 protect trailing whitespace.
17223
880820fe 172242005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
17225
17226 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17227 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17228 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17229 Courier IMAP ("some version from 2004"). Mostly based on similar
17230 code in the same function.
17231
172322005-10-26 Didier Verna <didier@xemacs.org>
17233
002876ab 17234 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 17235 article buffer.
002876ab 17236 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 17237 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
17238 NOV database and in article itself.
17239 Invalidate article backlog.
17240
172412005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17242
17243 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17244
172452005-10-26 Simon Josefsson <jas@extundo.com>
17246
17247 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17248 part of 2004-07-25 change.
17249
172502005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17251
17252 * message.el (message-display-completion-list): New function.
17253 (message-expand-group): Use it; make sure the Completions buffer
17254 is modifiable.
17255
172562005-10-30 Chong Yidong <cyd@stupidchicken.com>
17257
c9e31f32 17258 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
17259
172602005-10-24 Eli Zaretskii <eliz@gnu.org>
17261
17262 * pgg-def.el:
17263 * pgg-gpg.el:
17264 * pgg-parse.el:
17265 * pgg-pgp.el:
17266 * pgg-pgp5.el:
17267 * pgg.el: Move to the parent lisp directory.
17268
172692005-10-23 Chong Yidong <cyd@stupidchicken.com>
17270
17271 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17272 user-mail-name is an empty string.
17273
172742005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17275
17276 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17277 depending on gnus-score-decay-constant.
17278
17279 * encrypt.el (encrypt-insert-file-contents)
17280 (encrypt-write-file-contents): Don't use `gnus-message'.
17281
17282 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17283 arguments.
296a8e19
SM
17284 (mm-uu-type-alist): Add message-marks and insert-marks.
17285 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
17286 (mm-uu-hide-markers): New variable.
17287 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17288
17289 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17290 (gnus-convert-image-to-face-command): Use "convert" by default to
17291 allow other input image formats.
17292 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17293 accordingly.
17294
172952005-10-23 Simon Josefsson <jas@extundo.com>
17296
17297 * imap.el (imap-gssapi-program): Align command line parameters
17298 with latest GNU SASL.
17299 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17300
173012005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17302
17303 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17304 HTML.
17305 (nnslashdot-request-article): Ditto.
17306
173072005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17308
17309 * mail-source.el (mail-source-fetch-pop): Require pop3.
17310 (mail-source-check-pop): Ditto.
17311
173122005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17313
17314 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17315 errors.
17316
173172005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17318
17319 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17320 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17321
17322 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17323
296a8e19
SM
17324 * mm-bodies.el (mm-decode-string):
17325 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
17326
173272005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17328
17329 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17330 (rfc2047-charset-to-coding-system): New function.
17331 (rfc2047-decode-encoded-words): New function.
17332 (rfc2047-decode-region): Use them.
17333 (rfc2047-decode-cte): Remove.
17334 (rfc2047-parse-and-decode): Remove.
17335 (rfc2047-decode): Remove.
17336
173372005-10-15 Kenichi Handa <handa@m17n.org>
17338
17339 * rfc2047.el (rfc2047-decode-cte): New function.
17340 (rfc2047-decode-region): Change the way to decode successive
17341 encoded-words: decode B- or Q-encoding in each encoded-word,
17342 concatenate them, and decode it as charset.
17343
173442005-10-17 Chong Yidong <cyd@stupidchicken.com>
17345
17346 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17347 widget-move-and-invoke.
17348 (gnus-custom-mode): Use gnus-custom-map.
17349
173502005-10-15 Bill Wohler <wohler@newt.com>
17351
296a8e19 17352 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
17353 mail_send to mail/send.
17354
173552005-10-16 Masatake YAMATO <jet@gyve.org>
17356
17357 * message.el (message-expand-group): Pass the common
17358 prefix substring of completion to `display-completion-list'.
17359
173602005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17361
17362 * mml-sec.el (mml-secure-method): New internal variable.
17363 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
17364 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17365 New functions using mml-secure-method.
01c52d31
MB
17366
17367 * mml.el (mml-mode-map): Add key bindings for those functions.
17368 (mml-menu): Simplify security menu entries. Suggested by Jesper
17369 Harder <harder@myrealbox.com>.
296a8e19
SM
17370 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17371 Goto end of message if point is the headers of the message.
01c52d31
MB
17372
17373 * message.el (message-in-body-p): New function.
17374
17375 * assistant.el: Autoload gnus-util and netrc.
17376
17377 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17378 Use `mm-charset-override-alist' only when decoding.
17379
296a8e19
SM
17380 * mm-bodies.el (mm-decode-body):
17381 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
17382
17383 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17384 `filename' from Content-Disposition if Content-Type doesn't
17385 provide `name'.
17386 (gnus-mime-view-part-as-type): Set default instead of
17387 initial-input.
17388
173892005-10-09 Daniel Brockman <daniel@brockman.se>
17390
17391 * format-spec.el (format-spec): Propagate text properties of % spec.
17392
173932005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17394
17395 * gnus-art.el (gnus-treat-predicate): Add `first'.
17396
173972005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17398
17399 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17400 (mm-charset-override-alist): New variable.
17401 (mm-charset-to-coding-system): Use it.
17402 (mm-codepage-setup): New helper function.
17403 (mm-charset-eval-alist): New variable.
296a8e19
SM
17404 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17405 Warn about unknown charsets.
01c52d31
MB
17406
174072005-10-04 David Hansen <david.hansen@gmx.net>
17408
17409 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17410 (nnrss-check-group): Ditto.
17411
174122005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17413
17414 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17415 Rename x-gnus-verbatim to x-verbatim.
17416 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17417
17418 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17419 x-verbatim.
17420
17421 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17422
17423 * gnus-util.el (gnus-remove-duplicates): Remove.
17424
17425 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17426 instead of gnus-remove-duplicates.
17427
17428 * message.el (message-remove-duplicates): Remove.
17429 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17430 message-remove-duplicates.
17431
17432 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17433 available, else use implementation from `delete-dups'.
17434
17435 * message.el (message-insert-expires): New function.
17436 (message-mode-map): Add key binding.
17437 (message-mode-field-menu): Add menu entry.
17438 (message-mode): Document it.
17439 (message-make-expires-date): Use `message-make-date'.
17440
174412005-10-04 Josh Huber <huber@alum.wpi.edu>
17442
17443 * message.el (message-make-expires-date): New function.
17444
01c52d31
MB
174452005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17446
17447 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17448
174492005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17450
17451 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17452 function rather than the diff-mode.el package.
17453 (mm-display-external): Use with-current-buffer.
17454 (mm-viewer-completion-map, mm-viewer-completion-map):
17455 Move initialization inside declaration.
17456
174572005-09-29 Simon Josefsson <jas@extundo.com>
17458
296a8e19
SM
17459 * spam.el: Load hashcash when compiling, to avoid warnings.
17460 Don't autoload mail-check-payment.
01c52d31
MB
17461 (spam-check-hashcash): Define unconditionally, since hashcash.el
17462 is part of Gnus now. Ignore errors from payment checking.
17463
174642005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17465
296a8e19
SM
17466 * message.el (message-bold-region, message-unbold-region):
17467 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
17468
17469 * message.el: Remove useless autoloads.
17470
174712005-09-28 Simon Josefsson <jas@extundo.com>
17472
17473 * message.el (message-use-idna): Default to t.
17474 (message-use-idna): Test whether encoding works too. Doc fix.
17475
174762005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17477
17478 * nntp.el (nntp-warn-about-losing-connection): Remove.
17479
174802005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17481
17482 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17483 customizable. Change default value.
17484 (mm-uu-diff-groups-regexp): Change default value.
17485 (mm-uu-type-alist): Add doc string.
17486 (mm-uu-configure): Add doc string. Make it interactive.
17487 (mm-uu-tex-groups-regexp): New variable.
17488 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17489 (mm-uu-type-alist): Add LaTeX documents.
17490 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17491 of "text/verbatim".
17492 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17493
17494 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17495 instead of "text/verbatim".
17496
17497 * message.el (message-mark-inserted-region)
17498 (message-mark-insert-file): Use slrn style marks when called with
17499 prefix argument.
17500
175012005-09-27 Simon Josefsson <jas@extundo.com>
17502
17503 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17504
880820fe 175052005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
17506
17507 * message.el (message-remove-duplicates): New function.
17508 Implementation borrowed from `gnus-remove-duplicates'.
17509 (message-idna-to-ascii-rhs): Also encode idna addresses in
17510 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17511 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17512 only ask about the same idna domain once per header and also tell
17513 in what header to replace the idna domain.
17514
17515 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17516 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17517 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17518 a header is decoded and not just the last one.
17519
175202005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17521
17522 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17523 has been decoded.
17524
17525 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17526 (mm-insert-part): Don't modify text if it has been decoded.
17527
17528 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17529 decoded.
17530
17531 * mm-view.el (mm-inline-text): Don't strip text props unless
17532 decoding enriched or richtext parts.
17533
175342005-09-25 Romain Francoise <romain@orebokech.com>
17535
17536 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17537 * gnus-start.el (gnus-subscribe-interactively):
17538 * gnus-uu.el (gnus-uu-grab-articles):
17539 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17540 space.
17541
175422005-09-24 Emilio C. Lopes <eclig@gmx.net>
17543
17544 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17545 * mm-view.el (mm-view-pkcs7-decrypt):
17546 * gnus-sum.el (gnus-summary-limit-to-extra)
17547 (gnus-summary-respool-article, gnus-read-move-group-name):
17548 * gnus-score.el (gnus-summary-increase-score):
17549 * gnus-util.el (gnus-completing-read-with-default):
17550 * gnus-art.el (gnus-read-save-file-name)
17551 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17552 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17553 * message.el (message-check-news-header-syntax):
17554 Follow convention for reading with the minibuffer.
17555
175562005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17557
17558 * spam-report.el (spam-report-url-ping-plain):
17559 Use gnus-extended-version as User-Agent.
17560
17561 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17562 default value is nil.
17563
296a8e19 17564 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
17565 (mm-uu-verbatim-marks-extract): New function.
17566 (mm-uu-extract): New face.
17567 (mm-uu-copy-to-buffer): Use it.
17568
296a8e19 17569 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 17570 `spam-report-gmane-unspam'.
296a8e19 17571 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
17572 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17573
17574 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17575 Autoload.
296a8e19
SM
17576 (spam-report-gmane-unregister-routine):
17577 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
17578
175792005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17580
17581 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17582 (spam-report-gmane-unregister-routine): Add support for gmane
17583 unregistration.
17584
17585 * spam-report.el (spam-report-gmane-unspam)
17586 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17587 (spam-report-gmane): Change to take a single article and do unspam
17588 registration.
17589
175902005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17591
17592 * mm-url.el (mm-url-decode-entities): Fix regexp.
17593
175942005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17595
17596 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17597 default to nil, to be able to use Gnus at all. If the default
17598 switches to something else, then the function should be fixed not
17599 be exceedingly slow.
17600
176012005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17602
17603 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17604 fail hard.
17605
17606 * spam-report.el: Add better Keywords line.
17607
17608 * spam.el: Add Maintainer and better Keywords line.
17609
176102005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17611
17612 * gnus-art.el (gnus-article-replace-part)
17613 (gnus-mime-replace-part): New functions.
17614 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
17615 (gnus-mime-save-part-and-strip): Add file argument.
17616 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 17617
296a8e19
SM
17618 * gnus-sum.el (gnus-summary-mime-map):
17619 Add `gnus-article-replace-part'.
01c52d31
MB
17620
176212005-09-19 Didier Verna <didier@xemacs.org>
17622
17623 The nnml compaction feature:
17624 * nnml.el (nnml-request-compact-group): New function.
17625 * nnml.el (nnml-request-compact): New function.
17626 * gnus-int.el (gnus-request-compact-group): New function.
17627 * gnus-int.el (gnus-request-compact): New function.
17628 * gnus-group.el (gnus-group-compact-group): New function.
17629 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17630 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17631 * gnus-srvr.el (gnus-server-compact-server): New function.
17632 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17633 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17634
176352005-09-18 Deepak Goel <deego@gnufans.org>
17636
17637 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17638 format spec.
17639
176402005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17641
17642 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17643
176442005-09-15 Romain Francoise <romain@orebokech.com>
17645
17646 * message.el (message-fill-paragraph): Clarify docstring.
17647
176482005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17649
17650 * gnus-art.el (gnus-mime-display-part): Protect against broken
17651 MIME messages.
17652
176532005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17654
17655 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17656 before parsing header.
17657
176582005-09-11 Jari Aalto <jari.aalto@cante.net>
17659
002876ab 17660 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
17661
176622005-09-11 Romain Francoise <romain@orebokech.com>
17663
17664 * message.el (message-alternative-emails): Improve docstring.
17665 (message-setup-1): Call `message-use-alternative-email-as-from'
17666 after `message-setup-hook' to give it precedence over posting
17667 styles, etc.
296a8e19
SM
17668 (message-use-alternative-email-as-from): Add docstring.
17669 Remove the original From header if present.
01c52d31
MB
17670
17671 * nnml.el (nnml-compressed-files-size-threshold): New variable.
17672 (nnml-save-mail): Use it.
17673
17674 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17675 articles. Add new argument `silent'.
17676 (gnus-uu-mark-all): Report the total number of marked articles.
17677
176782005-09-10 Romain Francoise <romain@orebokech.com>
17679
17680 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17681 (gnus-uu-mark-series): Likewise.
17682
176832005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
17684
17685 * spam-report.el (spam-report-gmane): Fix generation of spam
17686 report URL.
17687
176882005-09-10 Simon Josefsson <jas@extundo.com>
17689
17690 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17691 t, based on discussion on the ding list with Robert Epprecht
17692 <epprecht@solnet.ch>.
17693
176942005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
17695
17696 * spam-report.el (spam-report-gmane): Make it work without
17697 X-Report-Spam header. Gmane now only provides Archived-At.
17698 This is only used if `spam-report-gmane-use-article-number' is nil.
17699 (spam-report-gmane-spam-header): Remove. Not used anymore.
17700
17701 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17702 make `gnus-summary-sort-by-recipient' work with threading.
17703
17704 * nnweb.el (nnweb-google-wash-article): Print a message if article
17705 is not available.
17706
177072005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17708
17709 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17710 change. Decode text/* parts content before displaying.
17711
177122005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17713
17714 * mml-smime.el: Remove defvar of gnus-extract-address-components.
17715
177162005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
17717
17718 * mm-view.el (mm-display-inline-fontify): Disable support modes.
17719
177202005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
17721
c9e31f32 17722 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
17723
17724 * gnus.el (gnus-group-change-level-function): Ditto.
17725
17726 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17727
17728 * gnus-art.el (gnus-signature-limit)
17729 (gnus-article-mime-part-function): Ditto.
17730
177312005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
17732
17733 * mml.el (mml-mode): Silence the byte compiler.
17734
17735 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17736 using `(sit-for 0)' before moving the point to the specified part;
17737 skip unbuttonized parts.
17738 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17739 return to the summary window if gnus-auto-select-part is non-nil.
17740
177412005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
17742
296a8e19
SM
17743 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17744 New variables.
01c52d31
MB
17745 (mml-dnd-attach-file, mml-mode): Use them.
17746
17747 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
17748 Make fetching article by MID work again for Google Groups.
17749 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
17750
17751 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17752 Don't depend on Gnus by using mail-extract-address-components if
17753 gnus-extract-address-components is not bound.
17754
177552005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17756
17757 * gnus-art.el (gnus-mime-display-security): Don't display the
17758 signature, but only the signed part.
17759
177602005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
17761
17762 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17763
17764 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17765 list, not listp.
17766
177672005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
17768
296a8e19
SM
17769 * mm-encode.el (mm-encode-content-transfer-encoding):
17770 Likewise when encoding.
01c52d31
MB
17771
17772 * mm-bodies.el (mm-decode-content-transfer-encoding):
17773 De-canonicalize CRLF for all text content types, not just
17774 text/plain.
17775
177762005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17777
17778 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17779 valid article; point arrow and cursor at the MIME button.
17780
177812005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17782
17783 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17784 Suggested by Dan Christensen <jdc@uwo.ca>.
17785
17786 * mm-decode.el (mm-save-part): Enable change of prompt.
17787
177882005-08-29 Jari Aalto <jari.aalto@cante.net>
17789
296a8e19
SM
17790 * gnus-msg.el (gnus-inews-add-send-actions):
17791 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
17792
177932005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17794
296a8e19
SM
17795 * gnus-sum.el (gnus-summary-mime-map):
17796 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
17797 gnus-article-jump-to-part.
17798
296a8e19 17799 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 17800 (gnus-article-edit-part): Use it.
296a8e19
SM
17801 (gnus-article-part-wrapper): Add no-handle argument.
17802 (gnus-article-save-part-and-strip, gnus-article-delete-part):
17803 New functions.
01c52d31
MB
17804
178052005-08-29 Romain Francoise <romain@orebokech.com>
17806
17807 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17808 docstring.
17809 (gnus-face-from-file): Likewise.
17810
178112005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17812
17813 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17814 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17815 non-nil.
17816 (gnus-auto-select-part): New variable.
17817 (gnus-article-jump-to-part): New function.
17818 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17819 (gnus-mime-delete-part): Allow selecting specified part after
17820 deleting or stripping parts.
17821 (gnus-article-jump-to-part): Don't use `read-number'. Use last
17822 part if argument is bogus.
17823
178242005-08-31 Juanma Barranquero <lekktu@gmail.com>
17825
17826 * gnus-art.el (w3m-minor-mode-map):
17827 * gnus-spec.el (gnus-newsrc-file-version):
17828 * gnus-util.el (nnmail-active-file-coding-system)
17829 (gnus-original-article-buffer, gnus-user-agent):
17830 * gnus.el (gnus-ham-process-destinations)
17831 (gnus-parameter-ham-marks-alist)
17832 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17833 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17834 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17835 * mm-decode.el (gnus-current-window-configuration):
17836 * mm-extern.el (gnus-article-mime-handles):
17837 * mm-url.el (url-current-object, url-package-name)
17838 (url-package-version):
17839 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17840 (smime-keys, w3m-cid-retrieve-function-alist)
17841 (w3m-current-buffer, w3m-display-inline-images)
17842 (w3m-minor-mode-map):
17843 * mml-smime.el (gnus-extract-address-components):
17844 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17845 (gnus-newsrc-hashtb, message-default-charset)
17846 (message-deletable-headers, message-options)
17847 (message-posting-charset, message-required-mail-headers)
17848 (message-required-news-headers):
17849 * mml1991.el (mc-pgp-always-sign):
17850 * mml2015.el (mc-pgp-always-sign):
17851 * nnheader.el (nnmail-extra-headers):
17852 * rfc1843.el (gnus-decode-encoded-word-function)
17853 (gnus-decode-header-function, gnus-newsgroup-name):
17854 * spam-stat.el (gnus-original-article-buffer): Add defvars.
17855
178562005-08-22 Karl Chen <quarl@cs.berkeley.edu>
17857
17858 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17859 the end of the date treatments.
17860
178612005-08-15 Simon Josefsson <jas@extundo.com>
17862
17863 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17864 it in url-handlers.el and XEmacs in url.el. Reported by Luca
17865 Capello and Romain Francoise.
296a8e19 17866 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
17867 (pgg-insert-url-with-w3): Require url, to get
17868 url-insert-file-contents regardless of where it is defined.
17869
178702005-08-13 Romain Francoise <romain@orebokech.com>
17871
17872 * message.el (message-cite-original-1): New function.
17873 (message-cite-original): Use it.
17874 (message-cite-original-without-signature): Ditto.
17875
178762005-08-08 Romain Francoise <romain@orebokech.com>
17877
17878 * message.el (message-yank-empty-prefix): New variable.
17879 (message-indent-citation): Use it.
17880 (message-cite-original-without-signature): Respect X-No-Archive.
17881
178822005-08-08 Simon Josefsson <jas@extundo.com>
17883
17884 * pgg.el: Autoload url-insert-file-contents instead of loading
17885 w3/url.
17886 (pgg-insert-url-with-w3): Don't load url here.
17887
178882005-08-07 Jesper Harder <harder@phys.au.dk>
17889
17890 * message.el (message-kill-to-signature): Don't insert newline at
17891 bol.
17892 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17893
178942005-08-06 Romain Francoise <romain@orebokech.com>
17895
17896 * message.el (message-user-fqdn): Fix typo in docstring.
17897
178982005-08-05 Daiki Ueno <ueno@unixuser.org>
17899
17900 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17901
17902 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17903
179042005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17905
17906 * mm-bodies.el (mm-encode-body): Use coding system rather than
17907 charset to encode text.
17908
17909 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17910 number of charsets if utf-8 is available (XEmacs).
17911
179122005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
17913
17914 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17915 taken from `gnus-button-mid-or-mail-regexp'.
17916 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17917 (gnus-button-alist): Improve regexp for domain part of the MIDs
17918 for news:localpart@domain buttons.
17919 (gnus-button-ctan-directory-regexp): Update.
17920
179212005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
17922
296a8e19
SM
17923 * sieve-manage.el (sieve-manage-interactive-login):
17924 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
17925 (sieve-manage-open): Ditto.
17926 (sieve-manage-authenticate): Ditto.
17927
17928 * mml.el (mml-generate-mime-1): Make the content type default to
17929 text/plain if the filename is not specified.
17930
179312005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
17932
17933 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17934 instead of insert-buffer.
17935
17936 * message.el (message-yank-original): Ditto; set the mark at the
17937 end of the yanked message.
17938
179392005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
17940
17941 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17942 lines to scroll rather than to stop it.
17943
17944 * mml.el (mml-generate-default-type): Add doc string.
17945 (mml-generate-mime-1): Use mm-default-file-encoding or make it
17946 default to application/octet-stream when determining the content
17947 type if it is not specified for the part or the mml contents; add
17948 a comment about mml-generate-default-type.
17949
179502005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
17951
17952 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17953 make it default to application/octet-stream when determining the
17954 content type if it is not specified for the external contents.
17955
179562005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17957
17958 * rfc2231.el (rfc2231-parse-string): Take care that not only a
17959 segmented parameter but also other parameters might be there.
17960
179612005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17962
17963 * mm-decode.el (mm-display-external): Delete temp file, directory
17964 and buffer immediately if the external process is exited.
17965
179662005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
17967
17968 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17969 fewer lines than that of scroll-margin.
17970 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17971
179722005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17973
17974 * gnus-art.el (gnus-article-next-page): Revert.
17975 (gnus-article-beginning-of-window): New macro.
17976 (gnus-article-next-page-1): Use it.
17977 (gnus-article-prev-page): Ditto.
17978 (gnus-article-edit-part): Use insert-buffer-substring instead of
17979 insert-buffer.
17980 (gnus-article-edit-exit): Ditto.
17981
17982 * gnus-util.el (gnus-beginning-of-window): Remove.
17983 (gnus-end-of-window): Remove.
17984
179852005-07-25 Simon Josefsson <jas@extundo.com>
17986
17987 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17988 to have the url package without w3. Reported by Daiki Ueno
17989 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17990
179912005-07-20 Didier Verna <didier@xemacs.org>
17992
17993 * gnus-diary.el: Remove the description comment (nndiary is now
17994 properly documented in the Gnus manual).
17995 Fix the spelling of "Back End".
17996 * nndiary.el: Ditto.
17997 Fix the copyright notice.
17998
179992005-07-18 Romain Francoise <romain@orebokech.com>
18000
149cd465
JB
18001 * gnus-sum.el (gnus-summary-to-prefix)
18002 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
18003 (gnus-summary-from-or-to-or-newsgroups): Use them.
18004
180052005-07-17 Romain Francoise <romain@orebokech.com>
18006
18007 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18008 space as it's generally not especially interesting to the user.
18009
180102005-07-16 Romain Francoise <romain@orebokech.com>
18011
18012 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18013 nil to avoid prompting and file modification if one of the
18014 messages at the top of the nnfolder file contains a copyright
18015 notice.
18016 Update copyright notice.
18017
18018 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18019 instead of `current-time-string' as the latter creates a time
18020 string that is not RFC 2822 compliant (it lacks the zone).
18021 Update copyright notice.
18022
180232005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18026 for text/rtf. Display default in prompt. Pass default for M-n.
18027
18028 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18029
180302005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18031
296a8e19
SM
18032 * gnus-msg.el (gnus-button-mailto):
18033 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
18034 save-selected-window internals.
18035
180362005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18037
18038 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18039 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18040 (gnus-article-prev-page): Ditto.
18041
18042 * gnus-util.el (gnus-beginning-of-window): New function.
18043 (gnus-end-of-window): New function.
18044
180452005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18046
296a8e19
SM
18047 * gnus-score.el (gnus-score-edit-all-score):
18048 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
18049 gnus-message.
18050
180512005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18052
296a8e19
SM
18053 * gnus-msg.el (gnus-button-mailto):
18054 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
18055 save-selected-window internals.
18056
180572005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18058
18059 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18060 add-minor-mode.
18061 (gnus-binary-mode): Ditto.
18062
18063 * gnus-topic.el (gnus-topic-mode): Ditto.
18064
180652005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18066
18067 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18068 (gnus-article-prev-page): Take scroll-margin into consideration.
18069
180702005-07-04 Lute Kamstra <lute@gnu.org>
18071
18072 Update FSF's address in GPL notices.
18073
180742005-07-04 Juanma Barranquero <lekktu@gmail.com>
18075
18076 * gnus.el (gnus-exit):
18077 * gnus-group.el (gnus-group-icons):
18078 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18079
18080 * gnus-nocem.el (gnus-nocem):
18081 * message.el (message-various, message-buffers, message-sending)
18082 (message-interface, message-forwarding, message-insertion)
18083 (message-headers, message-news, message-mail):
18084 * pgg-gpg.el (pgg-gpg):
18085 * pgg-parse.el (pgg-parse):
18086 * pgg-pgp.el (pgg-pgp):
18087 * pgg-pgp5.el (pgg-pgp5):
18088 * pop3.el (pop3): Finish `defgroup' description with period.
18089
180902005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18091
18092 * gnus-art.el (article-display-face): Improve the efficiency.
e4769531 18093 (article-display-x-face): Ditto; remove gray x-face stuff.
01c52d31
MB
18094
180952005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18096
18097 * gnus-art.el (article-display-face): Correct the position in
18098 which Faces are inserted.
18099
181002005-06-29 Didier Verna <didier@xemacs.org>
18101
18102 * gnus-art.el (article-display-face): Display faces in correct
18103 order.
18104
181052005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18106
18107 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18108 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18109 (gnus-nocem-check-article): Fetch the Type header.
18110 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18111 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18112 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18113 make sure gnus-nocem-hashtb is initialized.
18114 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18115 (gnus-nocem-unwanted-article-p): Ditto.
18116
18117 * pgg.el (pgg-verify): Return the verification result.
18118
181192005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18120
18121 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18122 is ascii.
18123
181242005-06-24 Juanma Barranquero <lekktu@gmail.com>
18125
18126 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18127 `show-nonbreak-escape'.
18128
181292005-06-23 Lute Kamstra <lute@gnu.org>
18130
18131 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18132
18133 * dig.el (dig-mode):
18134 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18135
181362005-06-21 Juanma Barranquero <lekktu@gmail.com>
18137
18138 * nnimap.el (nnimap-split-download-body): Fix spellings.
18139
181402005-06-16 Juanma Barranquero <lekktu@gmail.com>
18141
18142 * gnus-art.el (gnus-article-encrypt-body):
18143 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
18144 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18145 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 18146
880820fe 181472005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
18148
18149 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
91af3942 18150 header by looking for magic "MII" at the beginning.
01c52d31
MB
18151
181522005-06-16 Miles Bader <miles@gnu.org>
18153
18154 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18155 (assistant-field-face): New backward-compatibility alias for renamed
18156 face.
18157 (assistant-render-text): Use renamed assistant-field face.
18158
18159 * spam.el (spam): Remove "-face" suffix from face name.
18160 (spam-face): New backward-compatibility alias for renamed face.
18161 (spam-face, spam-initialize): Use renamed spam face.
18162
18163 * message.el (message-header-to, message-header-cc)
18164 (message-header-subject, message-header-newsgroups)
18165 (message-header-other, message-header-name)
18166 (message-header-xheader, message-separator, message-cited-text)
18167 (message-mml): Remove "-face" suffix from face names.
18168 (message-header-to-face, message-header-cc-face)
18169 (message-header-subject-face, message-header-newsgroups-face)
18170 (message-header-other-face, message-header-name-face)
18171 (message-header-xheader-face, message-separator-face)
18172 (message-cited-text-face, message-mml-face):
18173 New backward-compatibility aliases for renamed faces.
18174 (message-font-lock-keywords): Use renamed message faces.
18175
18176 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18177 (sieve-test-commands, sieve-tagged-arguments):
18178 Remove "-face" suffix from face names.
18179 (sieve-control-commands-face, sieve-action-commands-face)
18180 (sieve-test-commands-face, sieve-tagged-arguments-face):
18181 New backward-compatibility aliases for renamed faces.
18182 (sieve-control-commands-face, sieve-action-commands-face)
18183 (sieve-test-commands-face, sieve-tagged-arguments-face):
18184 Use renamed sieve faces.
18185
18186 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18187 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18188 (gnus-group-news-3-empty, gnus-group-news-4)
18189 (gnus-group-news-4-empty, gnus-group-news-5)
18190 (gnus-group-news-5-empty, gnus-group-news-6)
18191 (gnus-group-news-6-empty, gnus-group-news-low)
18192 (gnus-group-news-low-empty, gnus-group-mail-1)
18193 (gnus-group-mail-1-empty, gnus-group-mail-2)
18194 (gnus-group-mail-2-empty, gnus-group-mail-3)
18195 (gnus-group-mail-3-empty, gnus-group-mail-low)
18196 (gnus-group-mail-low-empty, gnus-summary-selected)
18197 (gnus-summary-cancelled, gnus-summary-high-ticked)
18198 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18199 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18200 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18201 (gnus-summary-low-undownloaded)
18202 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18203 (gnus-summary-low-unread, gnus-summary-normal-unread)
18204 (gnus-summary-high-read, gnus-summary-low-read)
18205 (gnus-summary-normal-read, gnus-splash):
18206 Remove "-face" suffix from face names.
18207 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18208 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18209 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18210 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18211 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18212 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18213 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18214 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18215 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18216 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18217 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18218 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18219 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18220 (gnus-summary-normal-ticked-face)
18221 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18222 (gnus-summary-normal-ancient-face)
18223 (gnus-summary-high-undownloaded-face)
18224 (gnus-summary-low-undownloaded-face)
18225 (gnus-summary-normal-undownloaded-face)
18226 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18227 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18228 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18229 (gnus-splash-face):
18230 New backward-compatibility aliases for renamed faces.
18231 (gnus-group-startup-message): Use renamed gnus faces.
18232
18233 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18234 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18235 (gnus-server-agent): Remove "-face" suffix from face names.
18236 (gnus-server-agent-face, gnus-server-opened-face)
18237 (gnus-server-closed-face, gnus-server-denied-face)
18238 (gnus-server-offline-face):
18239 New backward-compatibility aliases for renamed faces.
18240 (gnus-server-agent-face, gnus-server-opened-face)
18241 (gnus-server-closed-face, gnus-server-denied-face)
18242 (gnus-server-offline-face): Use renamed gnus faces.
18243
18244 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18245 Remove "-face" suffix from face names.
18246 (gnus-picon-xbm-face, gnus-picon-face):
18247 New backward-compatibility aliases for renamed faces.
18248
18249 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18250 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18251 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18252 (gnus-cite-11): Remove "-face" suffix from face names.
18253 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18254 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18255 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18256 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18257 New backward-compatibility aliases for renamed faces.
18258 (gnus-cite-attribution-face, gnus-cite-face-list)
18259 (gnus-article-boring-faces): Use renamed gnus faces.
18260
18261 * gnus-art.el (gnus-signature, gnus-header-from)
18262 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18263 (gnus-header-content): Remove "-face" suffix from face names.
18264 (gnus-signature-face, gnus-header-from-face)
18265 (gnus-header-subject-face, gnus-header-newsgroups-face)
18266 (gnus-header-name-face, gnus-header-content-face):
18267 New backward-compatibility aliases for renamed faces.
18268 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18269
18270 * gnus-sum.el (gnus-summary-selected-face)
18271 (gnus-summary-highlight): Use renamed gnus faces.
18272 * gnus-group.el (gnus-group-highlight): Likewise.
18273
182742005-06-14 Juanma Barranquero <lekktu@gmail.com>
18275
18276 * gnus-sieve.el (gnus-sieve-article-add-rule):
18277 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18278 * spam-stat.el (spam-stat-buffer-change-to-spam)
18279 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18280
18281 * message.el (message-is-yours-p):
18282 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18283
182842005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18285
18286 * mm-view.el (mm-inline-text): Withdraw the last change.
18287
182882005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18289
18290 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18291 executing enriched-decode.
18292
182932005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18294
18295 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18296 charset of tar files.
18297
182982005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18299
18300 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18301
183022005-06-04 Lute Kamstra <lute@gnu.org>
18303
18304 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18305 information is never recorded.
18306
183072005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18310
183112005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18312
18313 * pop3.el (pop3-apop): Run md5 in the binary mode.
18314
18315 * starttls.el (starttls-set-process-query-on-exit-flag):
18316 Use eval-and-compile.
18317
183182005-05-31 Simon Josefsson <jas@extundo.com>
18319
18320 * smime.el (smime-replace-in-string): Define.
18321 (smime-cert-by-ldap-1): Use it.
18322
183232005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18324
18325 * gnus-art.el (article-display-x-face): Replace
18326 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18327
18328 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18329 set-process-query-on-exit-flag or process-kill-without-query.
18330
18331 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18332 loop instead of replace-regexp.
18333
18334 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18335 instead of process-kill-without-query if it is available.
18336
18337 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18338 instead of find-file-hooks if it is available.
18339
18340 * mml1991.el: Bind pgg-default-user-id when compiling.
18341
18342 * mml2015.el: Bind pgg-default-user-id when compiling.
18343
18344 * nndraft.el (nndraft-request-associate-buffer):
18345 Use write-contents-functions instead of write-contents-hooks if it is
18346 available.
18347
18348 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18349 instead of find-file-hooks if it is available.
18350
18351 * nntp.el (nntp-open-connection): Replace
18352 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18353 (nntp-open-ssl-stream): Ditto.
18354 (nntp-open-tls-stream): Ditto.
18355
18356 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18357 set-process-query-on-exit-flag or process-kill-without-query.
18358 (starttls-open-stream-gnutls): Use it instead of
18359 process-kill-without-query.
18360 (starttls-open-stream): Ditto.
18361
183622005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18363
18364 * smime.el (smime-cert-by-ldap-1): Don't use
18365 replace-regexp-in-string.
18366
880820fe 183672005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
18368
18369 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18370
18371 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
135377f1 18372 in PEM format. Adjust to the XEmacs compatibility.
01c52d31
MB
18373
183742005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18375
18376 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18377 by `string-to-number'.
18378 * gnus-agent.el (gnus-agent-regenerate-group)
18379 (gnus-agent-fetch-articles): Ditto.
18380 * gnus-art.el (gnus-button-fetch-group): Ditto.
18381 * gnus-cache.el (gnus-cache-generate-active)
18382 (gnus-cache-articles-in-group): Ditto.
18383 * gnus-group.el (gnus-group-set-current-level)
18384 (gnus-group-insert-group-line): Ditto.
18385 * gnus-score.el (gnus-score-set-expunge-below)
18386 (gnus-score-set-mark-below, gnus-summary-score-effect)
18387 (gnus-summary-score-entry): Ditto.
18388 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18389 (gnus-soup-pack): Ditto.
18390 * gnus-spec.el (gnus-xmas-format): Ditto.
18391 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18392 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18393 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18394 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18395 * nndb.el (nndb-get-remote-expire-response): Ditto.
18396 * nndiary.el (nndiary-parse-schedule-value)
18397 (nndiary-string-to-number, nndiary-request-replace-article)
18398 (nndiary-request-article): Ditto.
18399 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18400 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18401 * nneething.el (nneething-make-head): Ditto.
18402 * nnfolder.el (nnfolder-request-article)
18403 (nnfolder-retrieve-headers): Ditto.
18404 * nnheader.el (nnheader-file-to-number): Ditto.
18405 * nnkiboze.el (nnkiboze-request-article): Ditto.
18406 * nnmail.el (nnmail-process-unix-mail-format)
18407 (nnmail-process-babyl-mail-format): Ditto.
18408 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18409 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18410 (nnmh-request-create-group, nnmh-request-list-1)
18411 (nnmh-request-group, nnmh-request-article): Ditto.
18412 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18413 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18414 * nnsoup.el (nnsoup-make-active): Ditto.
18415 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18416 * nntp.el (nntp-find-group-and-number)
18417 (nntp-retrieve-headers-with-xover): Ditto.
18418 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18419 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18420 (pgg-format-key-identifier): Ditto.
18421 * pop3.el (pop3-last, pop3-stat): Ditto.
18422 * qp.el (quoted-printable-decode-region): Ditto.
18423
18424 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18425 of concat.
18426
184272005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18428
18429 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18430
18431 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18432
18433 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18434
18435 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18436
18437 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18438
18439 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18440
18441 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18442 (gnus-carpal-mode): Ditto.
18443
18444 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18445 (gnus-browse-mode): Ditto.
18446
18447 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18448
18449 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18450
184512005-05-29 Richard M. Stallman <rms@gnu.org>
18452
18453 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18454
184552005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18456
18457 * gnus-util.el (gnus-run-mode-hooks): New function.
18458
18459 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18460
184612005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18462
18463 * gnus-agent.el (gnus-agent-make-mode-line-string):
18464 Use mode-line-highlight as mouse-face.
18465
184662005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18467
18468 * canlock.el (canlock): Change the parent group to news.
18469
18470 * deuglify.el (gnus-outlook-deuglify): Add :group.
18471
18472 * dig.el (dig): Add :group.
18473
18474 * dns-mode.el (dns-mode): Add :group.
18475
18476 * encrypt.el (encrypt): Add :group.
18477
18478 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18479 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18480 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18481 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18482 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18483
18484 * gnus-diary.el (gnus-diary): Add :group.
18485
18486 * gnus.el (gnus-group-news-1-face): Add :group.
18487 (gnus-group-news-1-empty-face): Ditto.
18488 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18489 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18490 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18491 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18492 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18493 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18494 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18495 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18496 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18497 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18498 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18499 (gnus-summary-high-ticked-face): Ditto.
18500 (gnus-summary-low-ticked-face): Ditto.
18501 (gnus-summary-normal-ticked-face): Ditto.
18502 (gnus-summary-high-ancient-face): Ditto.
18503 (gnus-summary-low-ancient-face): Ditto.
18504 (gnus-summary-normal-ancient-face): Ditto.
18505 (gnus-summary-high-undownloaded-face): Ditto.
18506 (gnus-summary-low-undownloaded-face): Ditto.
18507 (gnus-summary-normal-undownloaded-face): Ditto.
18508 (gnus-summary-high-unread-face): Ditto.
18509 (gnus-summary-low-unread-face): Ditto.
18510 (gnus-summary-normal-unread-face): Ditto.
18511 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18512 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18513
18514 * hashcash.el (hashcash): New custom group.
18515 (hashcash-default-payment): Add :group.
18516 (hashcash-payment-alist): Ditto.
18517 (hashcash-default-accept-payment): Ditto.
18518 (hashcash-accept-resources): Ditto.
18519 (hashcash-path): Ditto.
18520 (hashcash-extra-generate-parameters): Ditto.
18521 (hashcash-double-spend-database): Ditto.
18522 (hashcash-in-news): Ditto.
18523
18524 * message.el (message-minibuffer-local-map): Add :group.
18525
18526 * netrc.el (netrc): Add :group.
18527
18528 * sieve-manage.el (sieve-manage-log): Add :group.
18529 (sieve-manage-default-user): Diito.
18530 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18531 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18532 (sieve-manage-authenticators): Ditto.
18533 (sieve-manage-authenticator-alist): Ditto.
18534 (sieve-manage-default-port): Ditto.
18535
18536 * sieve-mode.el (sieve-control-commands-face): Add :group.
18537 (sieve-action-commands-face): Ditto.
18538 (sieve-test-commands-face): Ditto.
18539 (sieve-tagged-arguments-face): Ditto.
18540
18541 * smime.el (smime): Add :group.
18542
18543 * spam-report.el (spam-report): Add :group.
18544
18545 * spam.el (spam, spam-face): Add :group.
18546
185472005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18548
18549 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18550 return \n.\n.\n at the end of articles. Protect against that.
18551 (nntp-with-open-group): Allow debugging.
18552
18553 * nnheader.el (mail-header-set-extra): Make into a function
18554 because I just could't understand how to quote the list properly.
18555
18556 * dns.el (query-dns-cached): New function.
18557
185582005-05-26 Lute Kamstra <lute@gnu.org>
18559
18560 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18561
185622005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18563
18564 * gnus-art.el: Don't autoload mail-extract-address-components.
18565
18566 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18567 eval-and-compile to evaluate it.
18568
18569 * hashcash.el: Don't autoload executable-find.
18570
18571 * nndb.el: Don't declare the nndb back end two or more times; don't
18572 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18573
18574 * nntp.el: Autoload format-spec instead of format; use
18575 eval-and-compile to evaluate autoload forms.
18576
185772005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18578
18579 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18580
185812005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18582
18583 * gnus.el (gnus-version-number): Bump version.
18584
185852005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18586
18587 * gnus.el: No Gnus v0.3 is released.
18588
185892005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18590
18591 * gnus-art.el (gnus-article-edit-part): Disable undo.
18592
185932005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18594
18595 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18596 gnus-article-date-lapsed-new-header is t if date timer is active;
18597 skip headers in which the original date value is empty.
18598 (gnus-article-save-original-date): Redefine it as a macro.
18599 (gnus-display-mime): Use it.
18600
186012005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18602
18603 * gnus-art.el (article-date-ut): Support converting date in
18604 forwarded parts as well.
18605 (gnus-article-save-original-date): New function.
18606 (gnus-display-mime): Use it.
18607
186082005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18609
18610 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18611 enclosure element of <item>.
18612
186132005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18614
296a8e19
SM
18615 * message.el (message-kill-buffer-query): Rename from
18616 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
18617
186182005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18619
18620 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18621 window layout.
18622
186232005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18624
18625 * mml.el: Autoload dnd when compiling.
18626
186272005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18628
18629 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18630 x-dnd-*.
18631
186322005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18633
18634 * qp.el (quoted-printable-encode-region): Save excursion.
18635
186362005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18637
18638 * message.el (message-kill-buffer-query-if-modified): Add new variable
18639 so the user can kill a modified message buffer quickly.
18640 (message-kill-buffer): Use it.
18641
186422005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18643
18644 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18645 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18646
186472005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18648
18649 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18650 contained in text because xml.el decodes entities) with LFs.
18651
186522005-04-11 Lute Kamstra <lute@gnu.org>
18653
18654 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18655 differently.
18656
186572005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18658
18659 * mm-util.el (mm-detect-coding-region): Typo.
18660
186612005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18664
f0131492 186652005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
18666
18667 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18668 user-function allow user modifications of the scores.
18669 (spam-stat-score-buffer-user): New function, to allow
18670 user-computed modifications to the score.
002876ab
JB
18671 (spam-stat-score-buffer-user-functions): List of additional
18672 scoring functions.
18673 (spam-stat-error-holder): Global temporary error holder.
18674 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18675 variable.
01c52d31
MB
18676
186772005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
18678
18679 * gnus-registry.el (gnus-registry-clean-empty-function)
18680 (gnus-registry-trim, gnus-registry-fetch-groups)
18681 (gnus-registry-delete-group): Groups that match
18682 `gnus-registry-ignored-groups' are removed from the registry
18683 entries, not just ignored for splitting. This helps clean up the
18684 registry. Also, `gnus-registry-fetch-groups' is a convenient way
18685 to get all the groups a message ID is in.
18686
18687 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 18688 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
18689 (spam-stat-score-buffer-user-functions): Add :number custom type.
18690
186912005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18692
18693 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18694 argument in XEmacs.
18695
18696 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18697 (nnrss-request-group): Decode group name first.
18698 (nnrss-request-article): Make a text/plain article if mml-to-mime
18699 failed.
18700 (nnrss-get-encoding): Return a compatible encoding according to
18701 nnrss-compatible-encoding-alist.
18702 (nnrss-find-el): Use consp instead of listp.
18703 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18704
187052005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18706
18707 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18708 which Emacs 20 doesn't support.
18709 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18710
187112005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18712
18713 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 18714 silence the byte compiler inside the defun.
01c52d31
MB
18715
18716 * gnus-demon.el (parse-time-string): Add autoload.
18717
18718 * gnus-delay.el (parse-time-string): Add autoload.
18719
18720 * gnus-art.el (parse-time-string): Add autoload.
18721
18722 * nnultimate.el (parse-time): Require for `parse-time-string'.
18723
187242005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18725
18726 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18727
18728 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18729
18730 * smime.el (smime-ldap-host-list): Add :version.
18731
187322005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18733
18734 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18735 pass it to `gnus-browse-read-group'.
18736 (gnus-browse-read-group): Add NUMBER argument and pass it to
18737 `gnus-group-read-ephemeral-group'.
18738
18739 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18740 argument and pass it to `gnus-group-read-group'.
18741
187422005-03-19 Aidan Kehoe <kehoea@parhasard.net>
18743
18744 * mm-util.el (mm-xemacs-find-mime-charset): Only call
18745 mm-xemacs-find-mime-charset-1 if we have the mule feature
18746 available at runtime.
18747
187482005-03-25 Werner Lemberg <wl@gnu.org>
18749
18750 * nnmaildir.el: Replace `illegal' with `invalid'.
18751
187522005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * gnus-start.el (gnus-display-time-event-handler):
18755 Check display-time-timer at runtime rather than only at load time
18756 in case display-time-mode is turned off in the mean time.
18757
187582005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18759
18760 * nnimap.el (nnimap-open-connection): Print which authinfo file is
18761 used.
18762
18763 * nneething.el (nneething-map-file-directory): Derive from
18764 `gnus-directory'.
18765
18766 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18767 the To/Cc button.
18768
187692005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18770
18771 * nnmaildir.el (nnmaildir-request-accept-article):
18772 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18773
187742005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18775
18776 * gnus-async.el: Require timer-funcs at compile time when in
18777 XEmacs for `run-with-idle-timer'.
18778
187792005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18780
18781 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18782 autoloaded function.
18783
187842005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18787
880820fe 187882005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
18789
18790 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18791
187922005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18793
296a8e19
SM
18794 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18795 Add gnus-expert-user to default.
01c52d31
MB
18796
187972005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
18798
18799 * nnimap.el (nnimap-open-server): Ditto.
18800
18801 * imap.el (imap-authenticate): Fix typo.
18802
188032005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
18804
18805 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18806 buffer (since IMAP server might return FETCH response out of
18807 order, and the nntp buffer must be sorted).
18808
188092005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
18810
296a8e19 18811 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
18812 comparison on string.
18813
149cd465 18814 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
18815 (gnus-agent-score): Rename category keywords to match gnus-cus.
18816 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
18817 gnus-agent-summary-fetch-group clearing processable flags.
18818 (gnus-agent-synchronize-group-flags): Update live group buffer as
18819 synchronization may occur due to the user toggle the plugged
18820 status.
18821 (gnus-agent-fetch-group-1): Clear downloadable flag when article
18822 successfully downloaded.
18823 (gnus-agent-expire-group-1): Avoid using markers when the overview
18824 is in ascending order; greatly improves performance.
296a8e19
SM
18825 (gnus-agent-regenerate-group):
18826 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 18827 gnus and server.
296a8e19 18828 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
18829
188302005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18831
18832 * message.el: Don't autoload former message-utils variables.
18833 (message-strip-subject-trailing-was): Change doc string.
18834
18835 * nnweb.el: Fixes for `gnus-group-make-web-group'.
18836 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
18837 (nnweb-google-search): Add "hl=en" here.
18838 (nnweb-google-parse-1, nnweb-google-create-mapping):
18839 Don't hardcode URL.
18840
188412005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18842
18843 * message.el (message-get-reply-headers, message-followup):
18844 Mention related variables `message-use-followup-to' and
18845 `message-use-mail-followup-to', in the information buffer.
18846
18847 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18848 of broken groups(-beta).google.com.
18849
188502005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
18851
18852 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18853 parameter to invoked gnus-request-move-article; remove the
18854 redundant gnus-sum-hint-move-is-internal variable; apply the marks
18855 all at once instead of once per article.
18856 (gnus-summary-remove-process-mark): Accept a list of articles as
18857 well as a single article for processing.
18858
18859 * gnus-int.el (gnus-request-move-article): Add move-is-internal
18860 parameter.
18861
18862 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18863
18864 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18865
18866 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18867 parameter.
18868
18869 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18870 parameter.
18871
18872 * nnimap.el (nnimap-request-move-article): Add move-is-internal
18873 parameter and remove the gnus-sum-hint-move-is-internal variable.
18874
18875 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18876 parameter.
18877
18878 * nndraft.el (nndraft-request-move-article): Add move-is-internal
18879 parameter.
18880
18881 * nndiary.el (nndiary-request-move-article): Add move-is-internal
18882 parameter.
18883
18884 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18885
18886 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18887 parameter.
18888
18889 * nnagent.el (nnagent-request-move-article): Add move-is-internal
18890 parameter.
18891
188922005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18893
18894 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18895 a more conservative way.
18896
188972005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18900 buffer, so it moves the window's cursor.
18901
880820fe 189022005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
18903
18904 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18905 `mm-dissect-multipart' and receive the from field as an (optional)
18906 argument from `mm-dissect-multipart'.
18907 (mm-dissect-multipart): Receive the from field as an argument and
18908 pass it on when we call `mm-dissect-buffer' on MIME parts.
18909 Fixes verification/decryption of signed/encrypted MIME parts.
18910
189112005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
18912
296a8e19
SM
18913 * gnus-sum.el (gnus-summary-move-article):
18914 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
18915 whatever it calls (right now, only nnimap-request-move article
18916 respects it).
18917
296a8e19
SM
18918 * nnimap.el (nnimap-request-move-article):
18919 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
18920 nnimap-request-article.
18921
189222005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18923
18924 * nnheader.el (nnheader-find-file-noselect): Add doc string.
18925
18926 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18927 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18928
18929 * gnus-sum.el (gnus-summary-caesar-message):
18930 Apply `gnus-treat-article' after rotation.
18931
18932 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18933 doc string.
18934
189352005-02-22 Simon Josefsson <jas@extundo.com>
18936
18937 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 18938 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
18939 <arne@arnested.dk>.
18940 (encrypt): Add password-cache and password-cache-expiry as group
18941 members.
18942
880820fe 189432005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
18944
18945 * smime.el (smime-ldap-host-list): Doc fix.
18946 (smime-ask-passphrase): Use `password-read-and-add' to read (and
18947 cache) password.
18948 (smime-sign-region): Use it.
18949 (smime-decrypt-region): Use it.
18950 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18951 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18952 fails.
18953 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18954 certificate from DER to PEM format rather than calling openssl.
18955
18956 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18957
18958 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18959 for signing/encryption.
18960
18961 * mml.el (mml-parse-1): Use them.
18962
880820fe 189632005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 18964
296a8e19 18965 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
18966 (nnrss-request-group): Use `nnheader-message' instead.
18967
189682005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
18969
18970 * nnrss.el (nnrss-verbose): New variable.
18971 (nnrss-request-group): Make it say nnrss is requesting a group.
18972
189732005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18974
18975 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18976 Handle news URL with given port correctly.
18977
189782005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18979
18980 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18981 containing special characters.
18982
18983 * gnus-sum.el (gnus-summary-edit-article): Ditto.
18984
18985 * mml.el (mime-to-mml): Ditto.
18986
18987 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18988 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18989 (rfc2047-decode-region): Quote decoded words containing special
18990 characters when rfc2047-quote-decoded-words-containing-tspecials
18991 is non-nil.
18992
189932005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
18994
18995 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18996
18997 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18998
189992005-02-15 Simon Josefsson <jas@extundo.com>
19000
19001 * nnimap.el (nnimap-debug): Doc fix.
19002
19003 * imap.el (imap-debug): Doc fix.
19004
190052005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19006
19007 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19008
190092005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19010
19011 * gnus.el (spam-contents): Improve docs for spam-contents
19012 parameter in its variable incarnation.
19013
190142005-02-14 Simon Josefsson <jas@extundo.com>
19015
19016 * smime-ldap.el: Use require instead of load-library for ldap.
19017 (smime-ldap-search): Indent.
19018 (smime-ldap-search-internal): Shorten line.
19019
19020 * smime.el (smime-cert-by-dns): Add doc-string.
19021 (smime-cert-by-ldap-1): Indent.
19022
296a8e19 19023 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
19024 mml-smime-get-dns-ldap.
19025 (mml-smime-encrypt-query): Use new function. Default to ldap.
19026
880820fe 190272005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
19028
19029 * smime.el: Require smime-ldap.
19030 (smime-ldap-host-list): New variable.
19031 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19032
19033 * mml-smime.el (mml-smime-encrypt-query): New function.
19034 (mml-smime-encrypt-query): Use it.
19035
19036 * smime-ldap.el: New file.
19037
190382005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19039
19040 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19041
190422005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19045 argument in doc string. Make query for type more clear.
19046
190472005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19048
19049 * gnus.el (gnus-group-startup-message): Search for gnus images in
19050 etc/images/gnus.
19051 * mm-util.el (mm-image-load-path): Likewise.
19052 * smiley.el (smiley-data-directory): Search for smilies in
19053 etc/images/smilies.
19054
190552005-02-09 Kim F. Storm <storm@cua.dk>
19056
19057 Change Emacs release version from 21.4 to 22.1 throughout.
19058 Change Emacs development version from 21.3.50 to 22.0.50.
19059
190602005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19061
19062 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19063
19064 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19065 non-Mule XEmacs as well.
19066 (mm-decompress-buffer): Signal an error intentionally if it does
19067 not decompress compressed data because auto-compression-mode is
19068 disabled.
19069
190702005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19071
19072 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19073 an ID in the registry even if it has no groups.
19074
190752005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19076
19077 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19078 merge it into mm-decompress-buffer.
19079 (gnus-mime-copy-part): Use the MIME part charset, the value which
19080 a user specified or gnus-newsgroup-charset for decoding, like
19081 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19082 save-buffer what was used. Suggested by Kevin Ryde
19083 <user42@zip.com.au>.
19084 (gnus-mime-inline-part): Allow the name parameter as well as the
19085 filename parameter; force decompressing of compressed data; always
19086 display contents being not decoded as unibyte.
19087
19088 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19089 as well as the filename parameter.
19090
296a8e19
SM
19091 * mm-util.el (mm-decompress-buffer):
19092 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
19093 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19094 of compressed data.
19095
190962005-02-08 Simon Josefsson <jas@extundo.com>
19097
19098 * imap.el (imap-log): Doc fix.
19099
191002005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19101
19102 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19103 the coding cookies; decompress compressed parts.
19104
10d1d0af 19105 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
19106 to the value which a user specified manually or the coding cookie.
19107
19108 * mm-util.el (mm-string-to-multibyte): New function.
19109 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19110 (mm-coding-system-to-mime-charset): New function.
19111 (mm-decompress-buffer): New function.
19112 (mm-find-buffer-file-coding-system): New function.
19113
19114 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19115 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19116 parts.
19117
191182005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19119
19120 * mm-view.el (mm-display-inline-fontify): Decode a part according
19121 to the charset parameter.
19122
191232005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19124
19125 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19126 prefix arg is neither nil nor a number, as info specifies.
19127
191282005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19129
19130 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19131 timestamps.
19132
191332005-02-02 Jari Aalto <jari.aalto@cante.net>
19134
19135 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19136 groups error checking and notify user.
19137
191382005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19139
19140 * message.el (message-send-mail-function): Check existence of
19141 sendmail-program first before using default value
19142 `message-send-mail-with-sendmail'. Otherwise use more generic
19143 `smtpmail-send-it'.
19144
191452005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19146
19147 * nntp.el (nntp-request-update-info): Always return nil.
19148
191492005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19152
191532005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * message.el (message-beginning-of-line): Change the behavior when
19156 invoked between BOL and : so that it first moves backward.
19157
191582005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19159
19160 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19161 article buffer when editing of the article is discarded.
19162 (gnus-article-prepare): Revert.
19163
191642005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19165
19166 * gnus-art.el (gnus-article-prepare):
19167 Remove message-strip-forbidden-properties from the local hook.
19168
191692005-01-27 Simon Josefsson <jas@extundo.com>
19170
19171 * password.el (password-cache-add): Only start one timer per key.
19172 Reported by Derek Atkins <warlord@MIT.EDU>.
19173
191742005-01-26 Steve Youngs <steve@sxemacs.org>
19175
296a8e19 19176 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
19177 timer-funcs.el in the xemacs-base package has a working version of
19178 `run-at-time'.
19179
19180 * password.el: Require timer-funcs instead of run-at-time in
19181 XEmacs.
19182 Remove `password-run-at-time' macro.
19183 (password-cache-add): Use `run-at-time' instead of
19184 `password-run-at-time'.
19185
19186 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19187 for `run-with-idle-timer'.
19188
19189 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19190 for `run-at-time'.
19191
19192 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19193 for `with-timeout'.
19194
191952005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19196
19197 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19198 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19199
192002005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19201
19202 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19203 sensitively.
19204
192052005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19206
19207 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19208
192092005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19210
19211 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19212 which will be inserted according to the multibyteness of a buffer
19213 rather than the type of contents. Suggested by ARISAWA Akihiro
19214 <ari@mbf.ocn.ne.jp>.
19215
19216 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19217 of string which old xml.el may return rather than a string.
19218
192192005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19222
192232005-01-16 Simon Josefsson <jas@extundo.com>
19224
19225 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19226 idn/idna.el isn't available.
19227 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19228 <michael@waxrat.com>.
19229
19230 * hashcash.el: Remove non-FSF copyright header.
19231
19232 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19233 (hashcash-generate-payment): Use it.
19234 (hashcash-generate-payment-async): Use it.
19235
192362005-01-15 Simon Josefsson <jas@extundo.com>
19237
19238 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19239 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19240
19241 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19242 gnus-summary-idna-message.
19243 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19244 (gnus-summary-idna-message): New function.
19245
192462005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19247
19248 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19249 gnus-novice-user.
19250
192512005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19252
19253 * nnrss.el (nnrss-request-delete-group): Delete entries in
19254 nnrss-group-alist as well.
19255 (nnrss-save-server-data): Insert newline.
19256
192572005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19258
19259 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
19260 symbols. Display full version number for (S)XEmacs.
19261 Optionally display (S)XEmacs codename.
01c52d31
MB
19262
19263 * gnus-util.el (gnus-emacs-version): Update for new
19264 `gnus-user-agent'.
19265
19266 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19267 Gnus version.
19268
192692005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19270
19271 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19272 which is unreadable in some setups.
19273
192742005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19275
19276 * gnus-spec.el (gnus-update-format-specifications): Flush the
19277 group format spec cache if it doesn't support decoded group names.
19278
192792005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19280
c9e31f32
SM
19281 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19282 Allow to apply decay on score files matching a regexp.
01c52d31
MB
19283
192842004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19285
19286 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19287 compatibility in %g and %c.
19288
192892004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19290
19291 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19292 name for only %g and %c.
19293 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19294 of gnus-tmp-group to decoded group name.
19295 (gnus-group-make-rss-group): Exclude `/'s from group names.
19296
192972004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19298
19299 * nnrss.el (nnrss-get-encoding): Fix regexp.
19300
193012004-12-27 Simon Josefsson <jas@extundo.com>
19302
19303 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19304 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19305 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19306
193072004-12-17 Kim F. Storm <storm@cua.dk>
19308
19309 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19310
19311 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19312
193132004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19314
19315 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19316
193172004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19318
19319 * nnrss.el: Require rfc2047 and mml.
19320 (nnrss-file-coding-system): New variable.
19321 (nnrss-format-string): Redefine it as an inline function.
19322 (nnrss-decode-group-name): New function.
19323 (nnrss-string-as-multibyte): Remove.
19324 (nnrss-retrieve-headers): Decode group name; don't use
19325 nnrss-format-string.
19326 (nnrss-request-group): Decode group name.
19327 (nnrss-request-article): Decode group name; allow a Message-ID as
19328 well as an article number; don't use nnrss-format-string; encode a
19329 Message-ID string which may contain non-ASCII characters; use
19330 mml-to-mime to compose a MIME article.
19331 (nnrss-request-expire-articles): Decode group name.
19332 (nnrss-request-delete-group): Decode group name.
19333 (nnrss-fetch): Clarify error message.
19334 (nnrss-read-server-data): Use insert-file-contents instead of load;
19335 bind file-name-coding-system; use multibyte buffer.
19336 (nnrss-save-server-data): Bind coding-system-for-write to the
19337 value of nnrss-file-coding-system; bind file-name-coding-system;
19338 add coding cookie.
19339 (nnrss-read-group-data): Use insert-file-contents instead of load;
19340 bind file-name-coding-system; use multibyte buffer.
19341 (nnrss-save-group-data): Bind coding-system-for-write to the
19342 value of nnrss-file-coding-system; bind file-name-coding-system.
19343 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19344 make it work with non-ASCII text.
19345 (nnrss-find-el): Make it work with old xml.el as well.
19346
193472004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19348
19349 * nnrss.el (nnrss-get-encoding): New function.
19350 (nnrss-fetch): Use unibyte buffer initially; bind
19351 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19352 decode contents according to the encoding attribute.
19353 (nnrss-save-group-data): Add coding cookie.
19354 (nnrss-mime-encode-string): New function.
19355 (nnrss-check-group): Use it to encode subject and author.
19356
193572004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19358
19359 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19360 imaginary variable.
19361
193622004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19363
19364 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19365 correctly even if there are wide characters.
19366
193672004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19368
19369 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19370 downcased symbol names; make a new cache instead of reusing
19371 bbdb-hashtable.
19372
193732004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19374
19375 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19376 concatenating segments rather than before concatenating them.
19377 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19378
19379 * message.el (message-get-reply-headers): Bind `extra'.
19380
193812004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19382
19383 * message.el (message-extra-wide-headers): New variable.
19384 (message-get-reply-headers): Use it.
19385
193862004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19387
19388 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19389 (gnus-agent-group-pathname): Ditto.
19390
19391 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19392
19393 * gnus-group.el (gnus-group-make-group): Decode group name.
19394 (gnus-group-make-rss-group): Register the group data after opening
19395 the nnrss group.
19396
193972004-12-17 Paul Jarc <prj@po.cwru.edu>
19398
19399 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19400 by expiry now get marked as read.
19401
194022004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19403
19404 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19405
194062004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19407
19408 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19409 unify Latin characters in XEmacs.
19410 (mm-find-mime-charset-region): Use it.
19411
194122004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19413
19414 * gnus-util.el (gnus-delete-directory): New function.
19415
19416 * gnus-agent.el (gnus-agent-delete-group): Use it.
19417
19418 * gnus-cache.el (gnus-cache-delete-group): Use it.
19419
194202004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19421
19422 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19423 names.
19424
194252004-12-16 Simon Josefsson <jas@extundo.com>
19426
19427 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19428
194292004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19432
19433 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19434 (gnus-group-set-current-level): Decode group name.
19435
194362004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19437
19438 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19439 failed.
19440
194412004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19442
19443 * gnus-group.el (gnus-group-delete-group): Decode group name.
19444 (gnus-group-make-rss-group): Encode group name.
19445 (gnus-group-catchup-current): Decode group name.
19446 (gnus-group-kill-group): Decode group name.
19447
194482004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19449
19450 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19451
194522004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19453
19454 * gnus-group.el (gnus-group-make-rss-group):
19455 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19456
19457 * gnus-start.el (gnus-setup-news): Honor user's setting to
19458 gnus-message-archive-method. Suggested by Lute Kamstra
19459 <lute@gnu.org>.
19460
194612004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19462
19463 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19464 global counterparts of the buffer-local variables.
19465
194662004-11-16 Romain Francoise <romain@orebokech.com>
19467
19468 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19469 counterparts of the buffer-local variables.
19470
194712004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19472
296a8e19 19473 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
19474 string.
19475
194762004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19477
296a8e19 19478 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
19479
19480 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19481 to avoid problems when splitting mails with many recipients.
19482
194832004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19484
19485 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19486 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19487
194882004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19489
19490 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19491 if there is no hashtable in memory or file modification time is
19492 newer than cached timestamp.
19493
194942004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19495
296a8e19
SM
19496 * gnus-sum.el (gnus-summary-limit-to-recipient):
19497 Implement not-matching option.
01c52d31
MB
19498
194992004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19500
19501 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19502 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19503 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19504 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19505 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19506 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19507
195082004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19509
19510 * message.el (message-forward-make-body-mml): Remove headers
19511 according to message-forward-ignored-headers if a message is decoded.
19512
195132004-12-02 Romain Francoise <romain@orebokech.com>
19514
19515 * message.el (message-forward-make-body-plain): Always remove
19516 headers according to message-forward-ignored-headers.
19517
195182004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19519
19520 * spam.el (spam-summary-prepare-exit): Remove the
19521 gnus-summary-limit pop for now, it has problems with ham marks for
19522 me.
19523
195242004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19525
19526 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19527 correctly.
19528
195292004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19530
19531 * format-spec.el (format-spec): Message the char.
19532
195332004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19534
19535 * gnus-art.el (gnus-split-methods): Reformat comments.
19536
19537 * spam.el (spam-summary-prepare-exit): Remove article limits
19538 before exiting the summary buffer.
19539
195402004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19541
19542 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19543 order to silence the byte compiler.
19544
19545 * spam.el: Fix the way to silence the byte compiler, which
19546 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19547 bbdb-search-simple, spam-BBDB-register-routine,
19548 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19549 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19550 spam-stat-buffer-is-spam, spam-stat-load,
19551 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19552 spam-stat-save and spam-stat-split-fancy.
19553
195542004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19555
19556 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19557 which may confuse users.
19558 (canlock-password-for-verify): Ditto.
19559
19560 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19561
19562 * gnus-art.el (gnus-emphasis-alist): Ditto.
19563
19564 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19565
19566 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19567
19568 * gnus-start.el (gnus-save-killed-list): Ditto.
19569
19570 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19571 (gnus-sum-thread-tree-root): Ditto.
19572 (gnus-sum-thread-tree-false-root): Ditto.
19573 (gnus-sum-thread-tree-single-indent): Ditto.
19574
19575 * message.el (message-courtesy-message): Ditto.
19576 (message-archive-note): Ditto.
19577 (message-subscribed-address-file): Ditto.
19578 (message-user-fqdn): Ditto.
19579
19580 * spam-report.el (spam-report-gmane-regex): Ditto.
19581
19582 * spam.el (spam-blackhole-good-server-regex): Ditto.
19583
195842004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19585
19586 * mml.el (mml-preview): Widen the message buffer before copying
19587 the contents to the preview buffer; sort headers before previewing.
19588
19589 * message.el (message-hidden-headers): Fix the way to avoid a bug
19590 in the `repeat' widget in Emacs 21.3 or earlier.
19591
195922004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19593
19594 * message.el (message-hidden-headers): Default to "^References:".
19595 Improve customization type. Suggested by Reiner Steib
19596 <Reiner.Steib@gmx.de>.
19597
195982004-11-25 Romain Francoise <romain@orebokech.com>
19599
19600 * message.el (message-strip-forbidden-properties): Remove check for
19601 obsolete `message-hidden' text property, hidden headers are not
19602 accessible in the buffer anymore.
19603
196042004-11-22 Romain Francoise <romain@orebokech.com>
19605
19606 * message.el (message-header-format-alist): Add `From' in list
19607 so that it can be sorted.
19608 (message-fix-before-sending): Widen and sort headers before
19609 sending.
19610 (message-hide-headers): Use narrowing to hide headers by moving
19611 them to the top of the buffer and narrowing to the region
19612 underneath.
19613
196142004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19615
296a8e19
SM
19616 * message.el (message-strip-forbidden-properties):
19617 Bind buffer-read-only (etc) to nil.
01c52d31
MB
19618
196192004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19620
19621 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19622 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19623
196242004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19625
19626 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19627
196282004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19629
19630 * dns.el (query-dns): Use sit-for to time instead of
19631 accept-process-output, since that doesn't seem to work on udp
19632 sockets.
19633
196342004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19635
19636 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19637
196382004-11-15 Jesper Harder <harder@ifa.au.dk>
19639
19640 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19641 doc string. Improve doc string.
19642
196432004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19644
19645 * nntp.el (nntp-request-update-info): Return nil if
19646 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19647 may not call gnus-activate-group which uselessly issues the GROUP
19648 commands for all nntp groups and wastes time. Reported by Romain
19649 Francoise <romain@orebokech.com>.
19650
19651 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19652
196532004-11-15 Simon Josefsson <jas@extundo.com>
19654
19655 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19656 headers separately.
880820fe 19657 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
19658 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19659
196602004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19661
19662 * gnus-start.el (gnus-convert-old-newsrc):
19663 Assign legacy-gnus-agent to 5.10.7.
19664
196652004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19666
19667 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19668 start of the lines.
19669
196702004-11-14 Magnus Henoch <mange@freemail.hu>
19671
c4cc8b9a
JB
19672 * hashcash.el (hashcash-default-payment): Change default to 20.
19673 (hashcash-default-accept-payment): Change default to 20.
19674 (hashcash-process-alist): New variable.
19675 (hashcash-generate-payment-async): Add.
19676 (hashcash-already-paid-p): Add.
19677 (hashcash-insert-payment): Don't generate payments twice.
19678 (hashcash-insert-payment-async): Add.
19679 (hashcash-insert-payment-async-2): Add.
19680 (hashcash-cancel-async): Add.
19681 (hashcash-wait-async): Add.
19682 (hashcash-processes-running-p): Add.
19683 (hashcash-wait-or-cancel): Add.
01c52d31
MB
19684 (mail-add-payment): New optional argument. Conditionally start
19685 asynchronous calculation.
c4cc8b9a 19686 (mail-add-payment-async): Add.
01c52d31
MB
19687
19688 * message.el (message-send-mail): Wait for asynchronous hashcash
19689 results. Don't clobber existing X-Hashcash headers.
19690 (message-setup-1): Call mail-add-payment-async when
19691 message-generate-hashcash is non-nil.
19692
196932004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19694
19695 * message.el (message-use-alternative-email-as-from): Examine the
19696 From header as well; use message-make-from in order to include a
19697 user's full name.
19698
196992004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
19700
19701 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19702 default; improve customization type.
19703 (gnus-emphasis-custom-with-format): New macro.
19704 (gnus-emphasis-custom-value-to-external): New function.
19705 (gnus-emphasis-custom-value-to-internal): New function.
19706
197072004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19708
19709 * dns.el (query-dns): Resolve reverse addresses.
19710
197112004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19712
19713 * gnus-group.el (gnus-group-get-new-news): Use it.
19714
19715 * gnus-start.el (gnus-check-reasonable-setup): New function.
19716
197172004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
19718
19719 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19720 "Args out of range" error. Reported by Arnaud Giersch
19721 <arnaud.giersch@free.fr>.
19722
197232004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
19724
19725 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19726
197272004-11-04 Richard M. Stallman <rms@gnu.org>
19728
19729 * spam.el (spam group): Add :version.
19730
19731 * pgg-def.el (pgg group): Add :version.
19732
197332004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
19734
19735 * gnus-art.el (gnus-article-edit-article): Don't associate the
19736 article buffer with a draft file. This is a temporary measure
19737 against the 2004-08-22 change to gnus-article-edit-mode.
19738
197392004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
19740
19741 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19742 (html2text-format-tags): Remove unused variable `attr'.
19743
197442004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
19745
19746 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19747
19748 * spam-stat.el (spam-stat): Add :version.
19749
19750 * sieve.el (sieve): Add :version.
19751
19752 * sha1.el (sha1): Add :version.
19753 (sha1-use-external): Remove redundant version.
19754
19755 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19756 (nnmail-cache-ignore-groups, nnmail-spool-hook)
19757 (nnmail-split-fancy-match-partial-words)
19758 (nnmail-split-lowercase-expanded): Add :version.
19759
19760 * nndiary.el (nndiary): Add :version.
19761
19762 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19763
19764 * mml-sec.el (mml-default-sign-method)
19765 (mml-default-encrypt-method, mml-signencrypt-style-alist):
19766 Add :version.
19767
19768 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19769
19770 * mm-url.el (mm-url-use-external, mm-url-program)
19771 (mm-url-arguments): Add :version.
19772
19773 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19774 (mm-attachment-file-modes, mm-decrypt-option)
19775 (mm-w3m-safe-url-regexp): Add :version.
19776
19777 * message.el (message-cite-prefix-regexp)
19778 (message-sendmail-envelope-from, message-minibuffer-local-map)
19779 (message-user-fqdn, message-completion-alist): Add :version.
19780
19781 * gnus-win.el (gnus-configure-windows-hook)
19782 (gnus-use-frames-on-any-display): Add :version.
19783
19784 * gnus-art.el (gnus-article-address-banner-alist)
19785 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19786 (gnus-treat-from-picon, gnus-treat-mail-picon)
19787 (gnus-treat-x-pgp-sig): Add :version.
19788
19789 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19790 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19791 (gnus-summary-article-delete-hook)
19792 (gnus-summary-display-while-building): Add :version.
19793
19794 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 19795 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
19796
19797 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19798 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19799
19800 * gnus-registry.el (gnus-registry): Add :version.
19801
19802 * gnus-spec.el (gnus-use-correct-string-widths)
19803 (gnus-make-format-preserve-properties): Add :version.
19804
19805 * gnus.el (gnus-group-charter-alist)
19806 (gnus-group-fetch-control-use-browse-url)
19807 (gnus-install-group-spam-parameters): Add :version.
19808
19809 * gnus-diary.el (gnus-diary): Add :version.
19810
19811 * gnus-delay.el (gnus-delay): Add :version.
19812
19813 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19814 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19815 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19816 Add :version.
19817
19818 * gnus-agent.el (gnus-agent-max-fetch-size)
19819 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19820 (gnus-agent-prompt-send-queue): Add :version.
19821
19822 * deuglify.el (gnus-outlook-deuglify): Add :version.
19823
296a8e19
SM
19824 * html2text.el: Beautify code. Improve doc strings.
19825 Some checkdoc cleanup.
01c52d31
MB
19826 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19827
198282004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19829
19830 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19831
198322004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
19833
19834 * gnus-registry.el (gnus-registry-hashtb): Create the registry
19835 when package is loaded.
19836
19837 * spam.el (spam-summary-score-preferred-header): Add global preference
19838 for people who want to override the default SpamAssassin over
19839 Bogofilter preference (when both are set).
19840 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
19841 (spam-user-format-function-S):
19842 Check spam-summary-score-preferred-header.
01c52d31
MB
19843 (spam-extra-header-to-number): Add X-Bogosity header parsing.
19844 (spam-user-format-function-S): Format the score correctly.
19845
198462004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
19847
19848 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19849 signature file. Suggested by Manoj Srivastava
19850 <srivasta@golden-gryphon.com>.
19851
19852 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19853 iso-2022-jp even in the Japanese language environment.
19854 Suggested by Jason Rumney <jasonr@gnu.org>.
19855
198562004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
19857
19858 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19859 use the same characters as the dummy marks; make it free from
19860 getting affected by the language environment.
19861 (gnus-summary-read-group-1): Update mark positions only when the
19862 format spec is updated.
19863
19864 * gnus-spec.el (gnus-update-format-specifications): Return a list
19865 of updated types.
19866
198672004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
19868
19869 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19870 of boundp to check if display-warning is available.
19871
198722004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
19873
19874 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19875
198762004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19877
19878 * nnspool.el (nnspool-spool-directory): Use news-path if the
19879 news-directory variable is not bound.
19880
19881 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19882 function instead of display-warning if it is not available.
19883
198842004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19885
19886 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19887 v5-10: Use `point-at-bol'.
19888
198892004-10-26 Simon Josefsson <jas@extundo.com>
19890
19891 * hashcash.el: Fix URL in comment, reported by Cheng Gao
19892 <chenggao@gmail.com>.
19893
198942004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19895
19896 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
19897 instead.
19898
198992004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
19900
19901 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19902 to remove a server from the nnimap-server-buffer-alist.
19903 (nnimap-open-connection, nnimap-close-server): Use it.
19904
19905 * gnus-encrypt.el: Remove file in favor of encrypt.el.
19906
199072004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
19908
19909 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19910 running the major-mode function.
19911
199122004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19913
19914 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19915 dummy marks in the right way.
19916
199172004-10-18 David Edmondson <dme@dme.org>
19918
19919 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19920 excessively.
19921
199222004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
19923
19924 * gnus-util.el (gnus-split-references): Accept a nil references
19925 string and go on blissfully.
19926
19927 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19928 cases where the references string is non-nil but has no references.
19929
19930 * encrypt.el: Add autoload tags.
19931
19932 * spam.el (spam-resolve-registrations-routine): Remove article
19933 from unregistration list too. Reported by David Hanak
19934 <dhanak@isis.vanderbilt.edu>
19935
199362004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
19937
19938 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 19939 nil. Change custom type.
01c52d31
MB
19940
199412004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
19942
19943 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19944
19945 * gnus-sum.el (gnus-summary-move-article): Use it.
19946
199472004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
19948
19949 * encrypt.el: Add autoload cookies.
19950
19951 * spam.el (spam-backend-article-list-property)
19952 (spam-backend-get-article-todo-list)
b97439ce 19953 (spam-backend-put-article-todo-list)
01c52d31
MB
19954 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19955 Resolve registrations separately.
19956 (spam-register-routine): Format comments.
19957 (spam-unregister-routine, spam-register-routine): Always call with
19958 specific-articles, no default list.
19959 (spam-summary-prepare-exit): Use the spam-classifications function.
19960
19961 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19962 gnus-encrypt.el.
19963
002876ab 19964 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 19965
002876ab 19966 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
19967
199682004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19969
19970 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19971 (gnus-score-save): Use it.
19972
19973 * message.el (message-bury): Use `window-dedicated-p'.
19974
199752004-10-15 Simon Josefsson <jas@extundo.com>
19976
19977 * pop3.el (top-level): Don't require nnheader.
19978 (pop3-read-timeout): Add.
19979 (pop3-accept-process-output): Add.
19980 (pop3-read-response, pop3-retr): Use it.
19981
199822004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
19983
19984 * spam.el (spam-register-routine): Move comment.
19985 (spam-verify-bogofilter): Use 'unknown for the initial
19986 spam-bogofilter-valid state, not 'never.
19987
19988 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19989 for netrc-machine.
19990
296a8e19
SM
19991 * nnimap.el (nnimap-open-connection):
19992 Use netrc-machine-user-or-password.
01c52d31
MB
19993
199942004-10-17 Richard M. Stallman <rms@gnu.org>
19995
19996 * gnus-registry.el (gnus-registry-unload-hook):
19997 Set as a variable with add-hook.
19998
19999 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20000 of news-path.
20001
20002 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20003
20004 * spam.el: Delete duplicate `provide'.
20005 (spam-unload-hook): Set as a variable with add-hook.
20006
200072004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20008
20009 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20010 in the doc string.
20011
20012 * message.el (message-ignored-news-headers)
20013 (message-ignored-supersedes-headers)
20014 (message-ignored-resent-headers)
20015 (message-forward-ignored-headers): Improve custom type.
20016
200172004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20018
20019 * message.el (message-tokenize-header): Fix 2004-09-06 change
20020 which used point-min in the wrong place.
20021
200222004-10-12 Simon Josefsson <jas@extundo.com>
20023
20024 * tls.el (tls-certtool-program): New variable.
20025 (tls-certificate-information): New function, based on
20026 ssl-certificate-information.
20027
200282004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20029
20030 * compface.el: Move the version of ELisp-based uncompface program
20031 to the contrib directory because of the copyright problem.
20032
200332004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20034
20035 * message.el (message-kill-buffer): Raise the current frame.
20036
200372004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20038
20039 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20040
20041 * gnus.el (message-y-or-n-p): Autoload.
20042
20043 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20044 (pop3-password-required, pop3-authentication-scheme)
296a8e19 20045 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
20046 (pop3): New custom group.
20047 (pop3-retr): Remove `sleep-for' statements.
20048 Suggested by Dave Love <fx@gnu.org>.
20049
20050 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20051 Windows/DOS.
20052
20053 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
20054 (imap-parse-body): Fix incorrect use of `assert'.
20055 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
20056
20057 * mml.el (mml-minibuffer-read-disposition): Require match.
20058 Suggested by Dave Love <fx@gnu.org>.
20059
200602004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20061
20062 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20063 doc string.
20064
200652004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20066
20067 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20068
200692004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20070
20071 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20072 instead of calling `mm-insert-inline', to decode text/* parts
20073 before displaying them.
20074
200752004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20076
20077 * mm-uu.el (mm-uu-text-plain-type): New variable.
20078 (mm-uu-pgp-signed-extract-1): Use it.
20079 (mm-uu-pgp-encrypted-extract-1): Use it.
20080 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20081 bind mm-uu-text-plain-type with that value.
20082 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20083 mm-uu-dissect.
20084
200852004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20086
20087 * gnus-group.el (gnus-update-group-mark-positions):
20088 * gnus-sum.el (gnus-update-summary-mark-positions):
20089 * message.el (message-check-news-body-syntax):
20090 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20091 of string-as-multibyte.
20092
200932004-10-05 Juri Linkov <juri@jurta.org>
20094
20095 * gnus-group.el (gnus-update-group-mark-positions):
20096 * gnus-sum.el (gnus-update-summary-mark-positions):
20097 * message.el (message-check-news-body-syntax):
20098 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20099 8-bit unibyte values to a multibyte string for search functions.
20100
201012004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20102
20103 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20104 (mm-uu-dissect-text-parts): New function.
20105
20106 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20107 dissect text parts.
20108
20109 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20110 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20111
20112 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20113
296a8e19
SM
20114 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20115 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
20116
201172004-10-06 Jesper Harder <harder@ifa.au.dk>
20118
20119 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20120
201212004-10-05 Jesper Harder <harder@ifa.au.dk>
20122
20123 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
c4e7c63a 20124 where appropriate.
01c52d31
MB
20125
20126 * nnml.el (nnml-generate-active-info): do.
20127
20128 * nndiary.el (nndiary-generate-active-info): do.
20129
20130 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20131 (gnus-topic-move): do.
20132
20133 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20134 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20135
20136 * gnus-srvr.el (gnus-server-prepare)
20137 (gnus-server-open-all-servers): do.
20138
20139 * gnus-msg.el (gnus-summary-cancel-article)
20140 (gnus-summary-resend-message)
20141 (gnus-summary-mail-crosspost-complaint): do.
20142
20143 * gnus-move.el (gnus-change-server): do.
20144
20145 * gnus-group.el (gnus-group-unmark-all-groups)
20146 (gnus-group-set-current-level): do.
20147
201482004-10-04 Simon Josefsson <jas@extundo.com>
20149
20150 * message.el (message-generate-hashcash): Doc fix.
20151
201522004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20153
20154 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20155 avoid infinite recursion via gnus-get-function.
20156
201572004-10-02 Jesper Harder <harder@ifa.au.dk>
20158
20159 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20160
20161 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20162
20163 * nnmail.el (nnmail-split-history): do.
20164
20165 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20166 (nnml-request-delete-group): do.
20167
20168 * nnslashdot.el (nnslashdot-read-groups): do.
20169
20170 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20171 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20172
20173 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 20174 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
20175 (nnspool-retrieve-headers-with-nov): Use mapc.
20176 (nnspool-request-newgroups): Use dolist.
20177 (nnspool-request-group): Use last.
20178
20179 * nntp.el (nntp-read-server-type): Use dolist.
20180
20181 * nnvirtual.el (nnvirtual-create-mapping)
20182 (nnvirtual-update-read-and-marked): Use dolist.
20183 (nnvirtual-convert-headers): Simplify.
20184
201852004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20186
296a8e19
SM
20187 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20188 Add support for sync'ing tick marks.
01c52d31
MB
20189
201902004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20191
20192 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20193 there's no visible header.
20194
201952004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20196
296a8e19
SM
20197 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20198 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
20199
202002004-10-01 Simon Josefsson <jas@extundo.com>
20201
20202 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20203 acroread.
20204
202052004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20206
20207 * spam-report.el (spam-report-gmane): Fix interactive.
20208
20209 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20210
20211 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20212 when writing file.
20213 (gnus-agent-synchronize-flags): Don't default to being
20214 interactive.
20215
202162004-09-30 Simon Josefsson <jas@extundo.com>
20217
20218 * message.el (message-generate-hashcash): Add.
20219 (message-send-mail): Use it, call mail-add-payment.
20220
202212004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20222
20223 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20224
202252004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20226
296a8e19 20227 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
e9fce1ac 20228 gnus-request-update-info with explicit code to sync the in-memory
01c52d31
MB
20229 info read flags with the marks being sync'd to the backend.
20230
49964155 20231 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
20232
202332004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20234
20235 * spam.el (spam-verify-bogofilter): Add new function.
20236 (spam-check-bogofilter)
20237 (spam-bogofilter-register-with-bogofilter): Use it.
20238 (spam-verify-bogofilter): Add small fixes.
20239
202402004-09-28 Simon Josefsson <jas@extundo.com>
20241
20242 * hashcash.el (hashcash-generate-payment): Revert.
20243
202442004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20245
296a8e19
SM
20246 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20247 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
20248
20249 * gnus-util.el (gnus-extract-references): Add new function, analogous
20250 to gnus-split-references but extracts only the message-ID without
20251 anything extra.
20252
20253 * hashcash.el (hashcash-generate-payment)
20254 (hashcash-check-payment): Do the right thing if hashcash-path is
20255 nil (because the hashcash program could not be found).
20256
20257 * spam.el (spam-use-hashcash): Remove comment.
20258
202592004-09-27 Jesper Harder <harder@ifa.au.dk>
20260
20261 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20262 (gnus-cache-enter-article, gnus-cache-remove-article)
20263 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20264
20265 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20266
20267 * gnus-art.el (article-hide-boring-headers)
20268 (article-translate-strings, article-display-face)
20269 (gnus-article-mime-match-handle-first)
20270 (gnus-article-highlight-headers)
20271 (gnus-article-add-buttons-to-head): do.
20272
202732004-09-27 Simon Josefsson <jas@extundo.com>
20274
20275 * hashcash.el: New version, from
20276 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20277 ../contrib/.
20278
202792004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20280
20281 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20282
202832004-09-26 Jesper Harder <harder@ifa.au.dk>
20284
20285 * gnus-dup.el (gnus-dup-open): Use mapc.
20286 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20287
20288 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20289 Reported by Stefan Wiens <s.wi@gmx.net>.
20290
20291 * gnus.el (gnus-shutdown): Use dolist.
20292
20293 * gnus-undo.el (gnus-undo): Use mapc.
20294
20295 * nnrss.el (nnrss-generate-active): do.
20296
20297 * message.el (message-cite-original-without-signature)
20298 (message-cite-original): Use mapc.
20299 (message-do-actions, message-make-forward-subject): Use dolist.
20300
203012004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20302
296a8e19 20303 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
20304 deletion to remove entire duplicate line. Fixes merged article
20305 number bug.
20306
203072004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20308
20309 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20310 servers that are offline. Avoids having gnus-agent-toggle-plugged
20311 first ask if you want to open a server and then, even when you
20312 responded with no, asking if you want to synchronize the server's
20313 flags.
20314 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20315 multi-line expressions.
20316 (gnus-agent-synchronize-group-flags): New internal function.
20317 Updates marks in memory (in the info structure) AND in the
20318 backend.
20319
296a8e19 20320 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 20321
296a8e19
SM
20322 * nnagent.el (nnagent-request-set-mark):
20323 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
20324 method, to ensure that synchronization updates marks in the
20325 backend and in the info (in memory) structure.
20326
203272004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20328
20329 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20330 convention fully; don't miss the root article of a thread; make
20331 the X-Draft-From header with correct article numbers.
20332
203332004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20334
20335 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20336 unless plugged. Disable the agent so that an open failure causes
20337 an error.
20338
20339 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 20340 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
20341 synchronizing flags even when the backend stores the flags
20342 locally.
20343
203442004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20345
20346 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20347 in `header' match. Reported by Svend Tollak Munkejord.
20348
20349 * message.el (message-cite-original): Fix use of
20350 `message-cite-articles-with-x-no-archive'.
20351
203522004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20353
20354 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20355 (gnus-window-to-buffer): Ditto.
20356
20357 * mml.el (mml-preview-buffer): New variable.
20358 (mml-preview): Manage window layout with gnus-buffer-configuration.
20359
20360 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20361 X-Draft-From header even if those articles aren't quoted.
20362
203632004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20364
20365 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20366 (gnus-request-set-mark, gnus-request-update-mark): Use new
20367 g-s-t-u-l-m to decide to use backend even when unplugged.
20368
203692004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20370
20371 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20372 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20373
203742004-09-20 Simon Josefsson <jas@extundo.com>
20375
20376 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20377 "utf-16-le".
20378
203792004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20382
203832004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20384
20385 * uudecode.el (uudecode-use-external): Add :version.
20386
20387 * smime.el (smime-CA-file, smime-encrypt-cipher)
20388 (smime-dns-server): Add :version.
20389
20390 * smiley.el (gnus-smiley-file-types): Add :version.
20391
20392 * sha1.el (sha1-use-external): Add :version.
20393
20394 * pgg-def.el (pgg-query-keyserver): Add :version.
20395
20396 * nnmail.el (nnmail-fancy-expiry-targets)
20397 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20398 Add :version.
20399
20400 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20401 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 20402 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
20403
20404 * mml.el (mml-content-disposition-parameters)
20405 (mml-insert-mime-headers-always): Add :version.
20406
20407 * mm-util.el (mm-coding-system-priorities): Add :version.
20408
20409 * mm-decode.el (mm-inline-text-html-with-images)
20410 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20411 (mm-verify-option): Add :version.
20412 (mm-text-html-renderer): Change :version.
20413
20414 * message.el (message-fcc-externalize-attachments)
20415 (message-required-headers, message-draft-headers)
20416 (message-subject-trailing-was-query)
20417 (message-subject-trailing-was-ask-regexp)
20418 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20419 (message-mark-insert-end, message-archive-header)
20420 (message-archive-note, message-cross-post-default)
20421 (message-cross-post-note, message-followup-to-note)
20422 (message-cross-post-note-function, message-use-mail-followup-to)
20423 (message-subscribed-address-functions)
20424 (message-subscribed-address-file, message-subscribed-addresses)
20425 (message-subscribed-regexps, message-allow-no-recipients)
20426 (message-yank-cited-prefix, message-signature-insert-empty-line)
20427 (message-hidden-headers, message-hierarchical-addresses)
20428 (message-mail-user-agent, message-use-idna)
20429 (message-valid-fqdn-regexp)
20430 (message-strip-special-text-properties, message-header-synonyms)
20431 (message-beginning-of-line, message-tab-body-function): Add :version.
20432 (message-insert-canlock, message-wide-reply-confirm-recipients):
20433 Change :version.
20434
20435 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20436 and :version.
20437 (mail-source-delete-old-incoming-confirm)
20438 (mail-source-movemail-program): Add :version.
20439
20440 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20441 (gnus-agent-cache, gnus-agent): Change :version.
20442
20443 * gnus-util.el (gnus-use-byte-compile): Change :version.
20444
20445 * gnus-sum.el (gnus-summary-make-false-root-always)
20446 (gnus-summary-default-high-score)
20447 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20448 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20449 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20450 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20451 (gnus-sum-thread-tree-single-indent)
20452 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20453 (gnus-sum-thread-tree-leaf-with-other)
20454 (gnus-sum-thread-tree-single-leaf): Add :version.
20455 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20456 (gnus-article-loose-mime): Change :version.
20457
20458 * gnus-start.el (gnus-backup-startup-file)
20459 (gnus-save-startup-file-via-temp-buffer): Add :version.
20460
20461 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20462 (gnus-server-offline-face): Add :version.
20463
20464 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20465
20466 * gnus-msg.el (gnus-gcc-externalize-attachments)
20467 (gnus-debug-files, gnus-debug-exclude-variables)
20468 (gnus-discouraged-post-methods): Change :version.
20469 (gnus-confirm-mail-reply-to-news)
20470 (gnus-confirm-treat-mail-like-news): Add :version.
20471
20472 * gnus-int.el (gnus-server-unopen-status): Add :version.
20473
20474 * gnus-group.el (gnus-group-jump-to-group-prompt)
20475 (gnus-large-ephemeral-newsgroup)
20476 (gnus-fetch-old-ephemeral-headers): Add :version.
20477
20478 * gnus-fun.el (gnus-x-face-directory)
20479 (gnus-convert-pbm-to-x-face-command)
20480 (gnus-convert-image-to-x-face-command)
20481 (gnus-convert-image-to-face-command): Add :version.
20482
20483 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20484
20485 * gnus-cite.el (gnus-cite-blank-line-after-header)
20486 (gnus-article-boring-faces): Add :version.
20487
20488 * gnus-art.el (gnus-buttonized-mime-types)
20489 (gnus-inhibit-mime-unbuttonizing)
20490 (gnus-treat-display-face)
20491 (gnus-treat-body-boundary): Change :version.
20492 (gnus-body-boundary-delimiter, gnus-picon-databases)
20493 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20494 (gnus-treat-date-english, gnus-treat-fold-headers)
20495 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20496 (gnus-treat-mail-picon, gnus-treat-wash-html)
20497 (gnus-article-encrypt-protocol)
20498 (gnus-use-idna, gnus-article-over-scroll)
20499 (gnus-mime-display-multipart-alternative-as-mixed)
20500 (gnus-mime-display-multipart-related-as-mixed)
20501 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20502 (gnus-ctan-url, gnus-button-ctan-handler)
20503 (gnus-button-handle-ctan-bogus-regexp)
20504 (gnus-button-ctan-directory-regexp)
20505 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20506 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20507 (gnus-button-man-level, gnus-button-emacs-level)
20508 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20509
20510 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20511 (gnus-agent-go-online): Change :version.
20512 (gnus-agent-expire-unagentized-dirs)
20513 (gnus-agent-auto-agentize-methods): Add :version.
20514
20515 * flow-fill.el (fill-flowed-display-column)
20516 (fill-flowed-encode-column): Add :version.
20517
20518 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20519 (gnus-outlook-deuglify-unwrap-max)
20520 (gnus-outlook-deuglify-cite-marks)
20521 (gnus-outlook-deuglify-unwrap-stop-chars)
20522 (gnus-outlook-deuglify-no-wrap-chars)
20523 (gnus-outlook-deuglify-attrib-cut-regexp)
20524 (gnus-outlook-deuglify-attrib-verb-regexp)
20525 (gnus-outlook-deuglify-attrib-end-regexp)
20526 (gnus-outlook-display-hook): Add :version.
20527
20528 * binhex.el (binhex-use-external): Add :version.
20529
205302004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20531
20532 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20533 and `invisible'.
20534
205352004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20536
20537 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20538 in gnus-registry-trim.
20539
205402004-09-13 Simon Josefsson <jas@extundo.com>
20541
20542 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20543
20544 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20545
20546 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20547 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20548 <yamaoka@jpl.org>.
20549 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20550 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20551 <yamaoka@jpl.org>.
20552
20553 * sieve.el (sieve-manage-mode): Ditto.
20554
205552004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20556
20557 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20558
205592004-09-11 Simon Josefsson <jas@extundo.com>
20560
20561 * dns-mode.el: Add.
20562
20563 * mm-view.el (mm-display-dns-inline): Add.
20564
20565 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20566 (mm-automatic-display): Ditto.
20567
20568 * mailcap.el (mailcap-mime-data): Add text/dns.
20569 (mailcap-mime-extensions): Map .soa to text/dns.
20570
205712004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20572
20573 * gnus-art.el (article-decode-mime-words, article-babel)
20574 (gnus-article-highlight-signature, gnus-article-add-buttons)
20575 (gnus-signature-toggle): Remove unnecessary bindings of
20576 `inhibit-read-only' inherited from v5.10 merge.
20577
205782004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20579
20580 * nntp.el (nntp): New customization group.
20581 (nntp-authinfo-file): Add customization group.
20582
20583 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20584
20585 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20586
20587 * gnus.el (to-address, to-list, subscribed)
20588 (large-newsgroup-initial): Ditto.
20589
20590 * flow-fill.el (fill-flowed-display-column)
20591 (fill-flowed-encode-column): Ditto.
20592
ce058493 205932004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
20594
20595 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20596 Use point-min rather than 1.
20597 (message-send-mail): Use buffer-size rather than point-max.
20598
20599 * gnus-sum.el (gnus-summary-search-article-forward):
20600 Signal a specific `search-failed' rather than a generic `error'.
20601
20602 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20603 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20604 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20605
206062004-09-10 Simon Josefsson <jas@extundo.com>
20607
20608 * nndb.el (require): Remove tcp and duplicate cl.
20609
206102004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20611
20612 * gnus-agent.el (directory-files-and-attributes): Move forward.
20613
206142004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20615
296a8e19
SM
20616 * gnus-agent.el (directory-files-and-attributes):
20617 Optionally defined to support XEmacs.
01c52d31
MB
20618
206192004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20620
002876ab 20621 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
20622 to avoid run-time CL dependencies.
20623 (gnus-agent-unfetch-articles): New function.
20624 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20625 article numbers even when local .overview file is missing.
002876ab 20626 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 20627 27-bit article numbers.
296a8e19
SM
20628 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20629 Use gnus-agent-read-article-number.
01c52d31
MB
20630 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20631 from backend while recognizing that article numbers in .overview
20632 must be valid.
296a8e19
SM
20633 (gnus-agent-update-files-total-fetched-for):
20634 Use directory-files-and-attributes to improve performance.
20635 * gnus-int.el (gnus-request-move-article):
20636 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
20637 improve performance.
20638
296a8e19 20639 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
20640 some users confused by references to .newsrc when they only have a
20641 .newsrc.eld file.
149cd465 20642 (gnus-convert-mark-converter-prompt)
296a8e19 20643 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 20644 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 20645 New function. Used internally to only display 'gnus converting
01c52d31
MB
20646 files' message when actually necessary.
20647
296a8e19 20648 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
20649 methods now autoloaded.
20650
206512004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20652
20653 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20654 identifiers.
20655
206562004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20657
20658 * gnus-picon.el: Fix indentation and closing parenthesis.
20659
206602004-09-01 Simon Josefsson <jas@extundo.com>
20661
20662 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 20663 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
20664 to require within a function. Sadly, if sha1.el isn't loaded, the
20665 let binding in m-c-g will hide the defcustom definition, which is
20666 bad.)
20667
20668 * canlock.el: Require sha1, not sha1-el.
20669
20670 * message.el: Don't autoload sha1 (there is a autoload cookie in
20671 sha1.el).
20672
296a8e19 20673 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
20674
206752004-08-30 Juanma Barranquero <lektu@terra.es>
20676
20677 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20678
206792004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20682
206832004-08-30 Kim F. Storm <storm@cua.dk>
20684
20685 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20686
20687 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20688 Add :group 'nnimap.
20689
206902004-08-30 Andreas Schwab <schwab@suse.de>
20691
20692 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20693 ?* and ?\;.
20694
20695 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20696 and ?\' to symbol instead of whitespace.
20697
206982004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20699
20700 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20701
20702 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20703 instead of re-search-forward.
20704
20705 * gnus-uu.el (gnus-uu-save-article): Ditto.
20706 (gnus-uu-post-encode-uuencode): Ditto.
20707
20708 * html2text.el (html2text-clean-list-items): Ditto.
20709 (html2text-clean-dtdd): Ditto.
20710 (html2text-format-tags): Ditto.
20711
20712 * message.el (message-send-mail-with-sendmail): Fix regexp.
20713 (message-fill-field-general): Use search-forward instead of
20714 re-search-forward.
20715 (unbold-region): Ditto.
20716
20717 * nnrss.el (nnrss-request-article): Ditto.
20718
20719 * nnslashdot.el (nnslashdot-request-article): Ditto.
20720
20721 * nnweb.el (nnweb-gmane-wash-article): Ditto.
20722
20723 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20724 "Unrecognized menu descriptor" error in XEmacs.
20725
207262004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
20727
20728 * gnus-sum.el (gnus-read-header): Don't remove a header for the
20729 parent article of a sparse article in the thread hashtb.
20730
207312004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
20732
20733 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20734 (nnmail-expand-newtext): Lowercase expanded entries if
20735 nnmail-split-lowercase-expanded is non-nil.
20736
207372004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
20738
c9e31f32 20739 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
20740
20741 * gnus-group.el (gnus-group-line-format-alist): Convert the value
20742 of gnus-tmp-news-method into string under XEmacs. It will be
20743 passed to gnus-correct-length which takes only a string argument.
20744
207452004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
20746
20747 * gnus-util.el (gnus-bind-print-variables): New macro.
20748 (gnus-prin1): Use it.
20749 (gnus-prin1-to-string): Use it.
20750 (gnus-pp): New function.
20751 (gnus-pp-to-string): New function.
20752
c9e31f32
SM
20753 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20754 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
20755 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20756 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20757 * gnus-msg.el (gnus-debug): Ditto.
20758 * gnus-score.el (gnus-score-save): Ditto.
20759 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20760 gnus-pp-to-string.
20761 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20762 with gnus-pp.
20763 * score-mode.el (gnus-score-pretty-print): Ditto.
20764 * webmail.el (webmail-debug): Ditto.
20765
207662004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
20767
c9e31f32
SM
20768 * gnus-art.el (article-display-face, article-display-x-face):
20769 Use buffer-read-only.
01c52d31
MB
20770
207712004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20772
c9e31f32
SM
20773 * gnus-art.el (article-hide-list-identifiers):
20774 Bind inhibit-read-only as t.
01c52d31
MB
20775
207762004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
20777
20778 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20779
207802004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20783 (gnus-narrow-to-page): Don't assume point-min == 1.
20784 (gnus-article-edit-mode): Derive from message-mode.
20785
20786 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20787 point-min == 1.
20788
20789 * imap.el (imap-parse-address-list, imap-parse-body-ext):
20790 Disable incorrect use of `assert'.
20791
20792 * message.el (message-mode): Set comment-start-skip.
20793
01c52d31
MB
207942004-08-22 Sam Steingold <sds@gnu.org>
20795
20796 * pop3.el (pop3-leave-mail-on-server): New user variable.
20797 (pop3-movemail): Delete mail only when it is nil.
20798
207992004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
20800
20801 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20802
20803 * mml.el (mml-preview): Use `pop-to-buffer'.
20804
20805 * message.el (message-goto-mail-followup-to): Insert after "To".
20806 (message-carefully-insert-headers): Add comment.
20807
20808 * gnus.el: Remove unused variable `gnus-article-check-size'.
20809
20810 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20811
296a8e19
SM
20812 * gnus-art.el (gnus-button-alist):
20813 Improve `gnus-button-handle-library' entry.
01c52d31
MB
20814
208152004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
20816
296a8e19
SM
20817 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20818 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
20819
208202004-08-18 Jesper Harder <harder@ifa.au.dk>
20821
20822 * nntp.el: Add (require 'gnus) due to reference to
20823 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
20824
208252004-08-18 Florian Weimer <fw@deneb.enyo.de>
20826
296a8e19
SM
20827 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20828 Bind `mm-fill-flowed'.
01c52d31
MB
20829
20830 * mm-decode.el (mm-dissect-singlepart): Check it.
20831
208322004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
20833
20834 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20835 'imap' for netrc parsing.
20836
208372004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
20838
20839 * mailcap.el (mailcap-mime-data): Mark as risky.
20840
208412004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
20842
20843 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20844 may be included in the encoded word.
20845 (rfc2047-encode): Don't append a space if the encoded word
20846 includes close parenthesis.
20847
208482004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
20849
20850 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20851 of text within parentheses.
20852
208532004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
20854
20855 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20856 (gnus-encrypt-write-file-contents): Make the password key the file
20857 name PLUS the cipher, not just the cipher. Also remove failed
20858 passwords from the cache.
20859
208602004-08-06 Simon Josefsson <jas@extundo.com>
20861
296a8e19
SM
20862 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20863 Doc fix.
01c52d31
MB
20864
208652004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20866
20867 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20868 LWSP.
20869
208702004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
20871
296a8e19
SM
20872 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20873 Try to append in-reply-to: data to the references: header.
01c52d31 20874
c4cc8b9a 20875 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
20876 (netrc-parse): Use gnus-encrypt.el functions.
20877
20878 * gnus-encrypt.el: Add new file for encryption support; currently
20879 does only a few GPG ciphers and an internal XOR cipher.
20880
20881 * password.el: Add comments on using password-read-and-add.
20882 (password-read-and-add): Add function to read and add the
20883 password to the cache at once.
20884
208852004-07-28 Simon Josefsson <jas@extundo.com>
20886
20887 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20888 parameter (but don't use it, for now).
20889
20890 * imap.el (imap-ssl-open): Use imap-process-connection-type,
20891 instead of hard coding to nil.
20892
208932004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20894
20895 * mm-view.el (mm-inline-image-emacs): Open lines under an image
20896 as mm-inline-image-xemacs does.
20897
208982004-07-26 Simon Josefsson <jas@extundo.com>
20899
20900 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20901 Revert part of 2004-07-17 change below.
20902
209032004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20904
296a8e19
SM
20905 * rfc2047.el (rfc2047-encode-region): Don't infloop.
20906 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
20907
209082004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20909
20910 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20911 quotes that actually start with ">" at the beginning of the
20912 lines.
20913
209142004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
20915
20916 * rfc2047.el (rfc2047-encode-region): Fix last change.
20917 (rfc2047-encode-parameter): Remove useless concat.
20918
209192004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
20920
20921 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20922 encode special characters; fix some kind of misconfigured headers;
20923 signal a real error if debug-on-quit or debug-on-error is non-nil.
20924 (rfc2047-encode-max-chars): New variable.
20925 (rfc2047-encode-1): Use it.
20926 (rfc2047-encode-parameter): New function.
20927
20928 * mml.el (mml-insert-parameter): Remove an excessive space.
20929
209302004-07-17 Simon Josefsson <jas@extundo.com>
20931
20932 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20933 Kai Grossjohann <kai@emptydomain.de>.
20934 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20935 (gnus-group-make-menu-bar): Ditto.
20936
20937 * gnus-util.el (gnus-group-server): Add.
20938
209392004-07-16 Jesper Harder <harder@ifa.au.dk>
20940
20941 * message.el (message-clone-locals): Clone sendmail and smtp
20942 variables.
20943
209442004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20945
20946 * rfc2047.el (rfc2047-encode-region): Fix last change.
20947
209482004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20949
20950 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20951 characters as non-special.
20952
209532004-07-09 Simon Josefsson <jas@extundo.com>
20954
20955 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20956 Users will lose all flag changes made while unplugged with
20957 e.g. nntp unless flag synchronization happens, thus `nil' is not a
20958 good default. See numerous reports on ding mailing list.
20959
209602004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
20961
20962 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20963 add generate-head-function and generate-article-function to the
20964 rfc822-forward entry.
20965 (nndoc-rfc822-forward-generate-article): New function.
20966 (nndoc-rfc822-forward-generate-head): New function.
20967
20968 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20969
209702004-07-06 Dan Christensen <jdc@uwo.ca>
20971
20972 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20973 respect display group parameter and gnus-summary-expunge-below.
20974 (gnus-articles-to-read): Remove unused reference to display group
20975 parameter.
20976
209772004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20978
20979 * nnheader.el (nnheader-uniquify-message-id): New experimental
20980 variable.
20981 (nnheader-nov-read-message-id): Use it.
20982
20983 * spam-report.el (spam-report-gmane): Add interactive.
20984
209852004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
20986
296a8e19
SM
20987 * mm-encode.el (mm-content-transfer-encoding-defaults):
20988 Use qp-or-base64 for the application/* types.
01c52d31
MB
20989
209902004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
20991
20992 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20993
209942004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
20995
20996 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20997 trim value.
20998
209992004-01-25 Paul Jarc <prj@po.cwru.edu>
21000
21001 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21002 New macro and function.
21003 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21004
210052004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21006
21007 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21008 after-load-alist.
21009
210102004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21011
296a8e19
SM
21012 * gnus-group.el (gnus-group-get-new-news-this-group):
21013 Don't update info that isn't there.
01c52d31 21014
cd1181db 210152004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
01c52d31
MB
21016
21017 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21018 entry.
21019
210202004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21021
21022 * mm-view.el (mm-inline-render-with-function): Use multibyte
21023 buffer; decode html source by charset.
21024
21025 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21026
21027 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21028 Mule-UCS is loaded under XEmacs.
21029 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21030
210312004-06-28 Jesper Harder <harder@ifa.au.dk>
21032
21033 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21034
210352004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21036
21037 * mm-util.el (mm-coding-system-p): Return a coding-system.
21038 (mm-mime-mule-charset-alist): Use shift_jis instead of
21039 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21040 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21041 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21042 instead of japanese-shift-jis and iso-latin-1 respectively in
21043 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
21044 (mm-mule-charset-to-mime-charset):
21045 Make mm-coding-system-priorities effective.
01c52d31
MB
21046 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21047 while predicating of candidates upon the priorities.
21048
210492004-06-27 Jesper Harder <harder@ifa.au.dk>
21050
296a8e19
SM
21051 * gnus-sum.el (gnus-summary-make-menu-bar):
21052 Add gnus-uu-invert-processable.
01c52d31
MB
21053
21054 * gnus.el: Autoload gnus-uu-invert-processable.
21055
210562004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21057
21058 * mm-util.el (mm-with-multibyte-buffer): New macro.
21059
21060 * rfc2047.el (rfc2047-encode-string): Use it.
21061 (rfc2047-encode-region): Move point to the end of the region after
21062 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21063
210642004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21065
21066 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21067 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21068
210692004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21070
21071 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
21072 (gnus-cite-parse): Ignore quoted envelope From_.
21073 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
21074
210752004-06-23 Jesper Harder <harder@ifa.au.dk>
21076
21077 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21078 invalid addresses.
21079
210802004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21081
21082 * spam.el: Change section markers, revise TODO list.
21083 (spam-backends): Make new master list of all installed backends.
21084 (spam-summary-exit-behavior): Add new variable to determine how
21085 messages moves are done at summary exit.
21086 (spam-move-spam-nonspam-groups-only)
21087 (spam-process-ham-in-nonham-groups)
21088 (spam-process-ham-in-spam-groups): Remove variables, the
21089 spam-summary-exit-behavior variable should be used to manage this
21090 behavior.
21091 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21092 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21093 and spam-old-spam-articles.
21094 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21095 Add empty variables, placeholders for the backends they represent.
21096 (spam-set-difference): Move, unchanged.
21097 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21098 unless the user has a processor variable.
21099 (spam-classifications, spam-classification-valid-p)
21100 (spam-backend-properties, spam-backend-property-valid-p)
21101 (spam-backend-function-type-valid-p)
21102 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21103 (spam-report-articles-gmane, spam-report-articles-resend):
21104 Remove functions, they are not needed.
21105 (spam-install-backend-super, spam-backend-list)
21106 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21107 (spam-backend-function, spam-backend-ham-registration-function)
21108 (spam-backend-spam-registration-function)
21109 (spam-backend-ham-unregistration-function)
21110 (spam-backend-spam-unregistration-function)
21111 (spam-backend-statistical-p, spam-backend-mover-p)
21112 (spam-install-backend-alias, spam-install-checkonly-backend)
21113 (spam-install-mover-backend, spam-install-nocheck-backend)
21114 (spam-install-backend, spam-install-statistical-backend)
21115 (spam-install-statistical-checkonly-backend): Add backend installation
21116 support.
21117 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21118 (spam-group-processor-p): Use the new backend code and respect the
21119 summary exit behavior.
21120 (spam-mark-spam-as-expired-and-move-routine): Remove.
21121 (spam-summary-prepare): Change to use the new spam-old-articles
21122 variable.
21123 (spam-copy-or-move-routine, spam-copy-spam-routine)
21124 (spam-move-spam-routine, spam-copy-ham-routine)
21125 (spam-move-ham-routine): Add code to copy/move ham or spam.
21126 (spam-fetch-field-fast): Improve doc and code, plus allow the
21127 'number request.
296a8e19
SM
21128 (spam-list-of-checks, spam-list-of-statistical-checks):
21129 Remove variables.
01c52d31
MB
21130 (spam-split, spam-find-spam): Use the new backend code.
21131 (spam-registration-functions): Remove variable.
21132 (spam-unregister-routine): Add convenience wrapper.
21133 (spam-log-undo-registration, spam-register-routine)
21134 (spam-log-processing-to-registry)
21135 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21136 where possible.
21137 (spam-check-gmane-xref, spam-check-regex-headers)
21138 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21139 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21140 (spam-check-bogofilter-headers, spam-check-spamoracle)
21141 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21142 (spam-check-crm114-headers): Use the spam-split-group that
21143 spam-split prepares, no need to determine it every time.
21144
21145 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21146 to the nnheader-parse-naked-head call.
21147
21148 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21149
21150 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21151 the nnheader-nov-read-message-id call.
21152
211532004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21154
21155 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21156 gnus-activate-group twice. Suggested by Markus Peter
21157 <warp@spin.de>.
21158
211592004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21160
21161 * gnus-art.el (gnus-article-time-format): Exchange the order of
21162 day and month in the default value; fix customization type.
21163 (article-date-ut): Use add-text-properties.
21164 (article-make-date-line): Use message-make-date instead of
21165 current-time-string.
21166
21167 * message.el (message-fetch-field): Don't use set-text-properties.
21168 (message-make-date): Simplify.
0f49874b 21169
01c52d31 211702004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 21171
01c52d31
MB
21172 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21173 (rfc2047-encode-region): Treat text within parentheses as special;
21174 show the original text when error has occurred.
0f49874b 21175
01c52d31
MB
21176 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21177 already-computed method to gnus-activate-group.
0f49874b 21178
01c52d31
MB
21179 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21180 same select-methods identical Lisp objects.
0f49874b 21181
01c52d31
MB
21182 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21183 object when modifying the info.
0f49874b 21184
01c52d31 211852004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 21186
01c52d31
MB
21187 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21188 gnus-opened-servers since it has never been opened with the new
21189 configuration yet.
0f49874b 21190
01c52d31 211912004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 21192
01c52d31
MB
21193 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21194 arg to nnheader-generate-fake-message-id.
0f49874b 21195
01c52d31 211962004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 21197
01c52d31
MB
21198 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21199 number and build a fake message ID localized to a group and
21200 article number (so it's repeatable from that point on).
cc4a96c6 21201 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 21202 ID format.
ca0a6900 21203
296a8e19
SM
21204 * gnus-sum.el (gnus-get-newsgroup-headers):
21205 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 21206
01c52d31 212072004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 21208
01c52d31
MB
21209 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21210 end-of-buffer.
a21fb88e 21211
01c52d31 212122004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 21213
01c52d31 21214 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 21215
01c52d31 212162004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 21217
01c52d31
MB
21218 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21219 goto-char.
21220 (rfc2047-encode): Fold the line before encoding.
bfe5418b 21221
01c52d31 212222004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 21223
01c52d31
MB
21224 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21225 folding -- not all headers can be folded, and this should be done
21226 by the message composition mode. Probably. I think.
d4755e04 21227
01c52d31 212282004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 21229
01c52d31
MB
21230 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21231 fast.
95f75c75 21232
01c52d31
MB
21233 * gnus-ems.el (gnus-remove-image): Don't use
21234 message-text-with-property; remove only the image found first.
4a43ee9b 21235
01c52d31 212362004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 21237
01c52d31 21238 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 21239
01c52d31 212402004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 21241
01c52d31
MB
21242 * message.el (message-text-with-property): Make it fast and accept
21243 optional arguments.
21244 (message-strip-forbidden-properties): Use it.
21245 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 21246
01c52d31 21247 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 21248
01c52d31 212492004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 21250
01c52d31
MB
21251 * gnus-art.el (article-hide-headers): Don't change the buffer
21252 mistakenly when performing mml-preview even if
21253 gnus-single-article-buffer is nil.
4a43ee9b 21254
01c52d31 212552004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 21256
01c52d31
MB
21257 * message.el (message-expand-name-databases): New user option.
21258 (message-expand-name): Use it.
4a43ee9b 21259
01c52d31 212602004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 21261
01c52d31
MB
21262 * spam.el (spam-report-articles-resend)
21263 (spam-report-resend-register-routine): Allow ham reporting.
21264 (spam-report-resend-register-ham-routine): Add wrapper.
21265 (spam-registration-functions): Add ham resending functions.
21266 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 21267
01c52d31
MB
21268 * gnus.el (ham-resend-to): Add new group parameter.
21269 (spam-process): Add ham resend option.
4a43ee9b 21270
01c52d31
MB
21271 * spam-report.el (spam-report-resend): Allow reporting ham.
21272 (spam-report-resend-ham): Add wrapper.
4a43ee9b 21273
01c52d31 212742004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 21275
296a8e19
SM
21276 * message.el (message-cite-articles-with-x-no-archive):
21277 New variable.
01c52d31 21278 (message-cite-original): Use it.
4a43ee9b 21279
01c52d31 212802004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 21281
01c52d31 21282 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 21283
01c52d31 212842004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 21285
01c52d31
MB
21286 * gnus-art.el (article-hide-headers): Refer to the values for
21287 gnus-ignored-headers and gnus-visible-headers in the summary
21288 buffer since a user may have set them as group parameters.
cfcd5c91 21289
01c52d31 212902004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 21291
01c52d31
MB
21292 * assistant.el (assistant-node-name): Add convenience function.
21293 (assistant-render-text, assistant-render-node): Add error handling,
21294 plus handle multiple next nodes.
21295 (assistant-find-next-node): Comment out for now.
21296 (assistant-find-next-nodes): Add function, returns list of next
21297 nodes.
21298
212992004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21300
21301 * mail-source.el (mail-source-directory): Fix doc-string.
21302
213032004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21304
21305 * assistant.el (assistant-render-text, assistant-eval): Add :set
21306 widget type, which is different because it takes and returns a
21307 list. Much hilarity ensues.
21308
213092004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21310
296a8e19 21311 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 21312
296a8e19
SM
21313 * gnus-group.el (gnus-group-get-new-news-this-group):
21314 Add doc-string.
01c52d31 21315
296a8e19 21316 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
21317
213182004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21319
21320 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21321
213222004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21323
21324 * assistant.el (assistant-render-text): Try to add a :set
21325 widget, more to come.
21326
21327 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21328 strings.
21329 (spam-report-articles-resend)
21330 (spam-register-routine): Do registration iff any articles warrant
21331 it.
21332 (spam-summary-prepare-exit): Change log message for nil group
21333 destinations.
21334
213352004-05-27 Daniel Pittman <daniel@rimspace.net>
21336
296a8e19
SM
21337 * spam.el (spam-report-resend-register-routine):
21338 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
21339
213402004-05-26 Simon Josefsson <jas@extundo.com>
21341
e9fce1ac 21342 * starttls.el: Merge with my GnuTLS based starttls.el.
01c52d31
MB
21343 (starttls-gnutls-program, starttls-use-gnutls)
21344 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
21345 (starttls-connect, starttls-failure, starttls-success):
21346 New variables.
01c52d31 21347 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
21348 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21349 New functions.
21350 (starttls-negotiate, starttls-open-stream):
21351 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
21352 function if it is set.
21353
213542004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21355
21356 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21357 structured fields.
21358
213592004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21360
21361 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21362
213632004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21364
296a8e19
SM
21365 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21366 Add variable.
01c52d31
MB
21367 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21368 assigning the spam-mark to new messages.
21369
880820fe 213702004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 21371
c4cc8b9a 21372 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
21373
213742004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21375
21376 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21377 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21378 default.
21379
213802004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21381
002876ab 21382 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
21383 correct data.
21384
213852004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21386
21387 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21388 (spam-group-processor-p): Fix function.
21389 (spam-group-processor-multiple-p)
21390 (spam-group-spam-processor-report-gmane-p)
21391 (spam-group-spam-processor-report-resend-p)
21392 (spam-group-spam-processor-bogofilter-p)
21393 (spam-group-spam-processor-blacklist-p)
21394 (spam-group-spam-processor-ifile-p)
21395 (spam-group-ham-processor-ifile-p)
21396 (spam-group-spam-processor-spamoracle-p)
21397 (spam-group-spam-processor-crm114-p)
21398 (spam-group-ham-processor-bogofilter-p)
21399 (spam-group-spam-processor-stat-p)
21400 (spam-group-ham-processor-stat-p)
21401 (spam-group-ham-processor-whitelist-p)
21402 (spam-group-ham-processor-BBDB-p)
21403 (spam-group-ham-processor-spamoracle-p)
21404 (spam-group-ham-processor-copy-p): Remove functions with some
21405 prejudice against unneeded code.
21406 (spam-report-articles-resend)
21407 (spam-report-resend-register-routine): Allow the group/topic
21408 spam-resend-to value to override spam-report-resend-to.
21409 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21410 properly now.
21411
21412 * gnus.el (spam-resend-to): Add group/topic parameter.
21413 (spam-process): Move the OBSOLETE processors to the end of the
21414 choices.
21415
214162004-05-24 Daniel Pittman <daniel@rimspace.net>
21417
296a8e19
SM
21418 * spam-report.el (spam-report-resend-to, spam-report-resend):
21419 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
21420 (spam-report-resend): spam-report-resend takes a list of articles, not
21421 separate article numbers.
21422
214232004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21424
21425 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21426 addition to emacs-w3m.
21427
214282004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21429
21430 * assistant.el (assistant-authinfo-data): New function.
21431 (assistant-eval): Eval for entire assistant.
21432
21433 * netrc.el (netrc-services-file): New variable.
21434 (netrc-parse-services): New function.
21435 (netrc-find-service-name): New function.
21436 (netrc-find-service-number): New function.
21437 (netrc-port-equal): New function.
21438 (netrc-machine): Use it.
21439
21440 * nnimap.el (nnimap-open-connection): Use netrc.
21441
21442 * gnus-util.el (gnus-netrc-get): Remove aliases.
21443
21444 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21445
21446 * assistant.el (wid-edit): Fix compilation.
21447
21448 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21449
214502004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21451
21452 * gnus-util.el (gnus-set-file-modes): New function. (small
21453 patch).
21454
214552004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 21456
01c52d31 21457 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 21458
01c52d31
MB
21459 * assistant.el (assistant-render-node): Fix up rendering and
21460 read-only text.
21461 (assistant-render-node): Reset.
21462 (assistant-make-read-only): Not sticky.
cfcd5c91 21463
01c52d31 214642004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 21465
ed9265fc
JB
21466 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21467 centered even when gnus-auto-center-summary is t.
cfcd5c91 21468
01c52d31 214692004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 21470
01c52d31
MB
21471 * dns.el (dns-get-txt-answer): New function.
21472 (dns-read-txt): Ditto.
21473 (query-dns): Use it.
cfcd5c91 21474
01c52d31 214752004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 21476
01c52d31
MB
21477 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21478 active for foreign groups even if the group level is higher than
21479 the specified value.
cfcd5c91 21480
01c52d31 214812004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 21482
01c52d31
MB
21483 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21484 non-active groups.
9ad41fb7 21485
01c52d31 21486 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 21487
01c52d31 214882004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 21489
01c52d31 21490 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 21491
3d1b5d8e 214922004-05-20 Adam Sjøgren <asjo@koldfront.dk>
ddfbe5db 21493
01c52d31
MB
21494 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21495 (spam-crm114-header, spam-crm114-spam-switch)
21496 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21497 (spam-crm114-positive-spam-header)
21498 (spam-crm114-database-directory, spam-list-of-processors)
21499 (spam-group-spam-processor-crm114-p)
21500 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21501 (spam-generic-score, spam-list-of-checks)
21502 (spam-list-of-statistical-checks, spam-registration-functions)
21503 (spam-check-crm114-headers, spam-crm114-score)
21504 (spam-check-crm114, spam-crm114-register-with-crm114)
21505 (spam-crm114-register-spam-routine)
21506 (spam-crm114-unregister-spam-routine)
21507 (spam-crm114-register-ham-routine)
296a8e19 21508 (spam-crm114-unregister-ham-routine): Add CRM114 support.
3d1b5d8e
GM
21509
215102004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 21511
01c52d31 21512 * gnus.el: Add spam-use-crm114.
d0859c9a 21513
01c52d31
MB
21514 * spam.el (spam-list-of-processors, spam-registration-functions):
21515 Add spam-use-resend.
21516 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21517 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
21518 (spam-report-articles-resend, spam-report-resend-register-routine):
21519 Add wrappers around spam-report-resend-to.
d0859c9a 21520
01c52d31
MB
21521 * spam-report.el (spam-report-resend-to, spam-report-resend):
21522 Add support for resending spam.
21523 (spam-report-gmane): Fix line length >80.
d0859c9a 21524
01c52d31 21525 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 21526
01c52d31 215272004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 21528
01c52d31
MB
21529 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21530 number of processed spam messages.
21531 (spam-ham-copy-or-move-routine): Return the number of processed
21532 ham messages.
21533 (spam-summary-prepare-exit): Use the above values to decide
21534 whether status messages shouled be displayed.
d0859c9a 21535
01c52d31 215362004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 21537
296a8e19 21538 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
21539 `rfc2047-encoding-function-alist' in order to avoid conflicting
21540 with the old version.
21541 (rfc2047-encode-region): Concatenate words containing non-ASCII
21542 characters in structured fields; don't encode space-delimited
21543 ASCII words even in unstructured fields; don't break words at
21544 char-category boundaries.
21545 (rfc2047-encode-1): New function.
21546 (rfc2047-encode): Use it; encode text so that it occupies the
21547 maximum width within 76-column; work correctly on Q encoding for
21548 iso-2022-* charsets.
21549 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21550 sure not to break a line just after the header name.
296a8e19 21551 (rfc2047-b-encode-region): Remove.
01c52d31 21552 (rfc2047-b-encode-string): New function.
296a8e19 21553 (rfc2047-q-encode-region): Remove.
01c52d31 21554 (rfc2047-q-encode-string): New function.
d0859c9a 21555
01c52d31 21556 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 21557
01c52d31 215582004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 21559
296a8e19
SM
21560 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21561 Really get it right.
01c52d31 21562 (gnus-inews-make-draft): Really.
d0859c9a 21563
01c52d31 215642004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 21565
01c52d31
MB
21566 * nnmh.el (nnmh-request-list-1): Don't check the link count
21567 before descending. (small patch)
d0859c9a 21568
01c52d31 215692004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 21570
01c52d31
MB
21571 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21572 stuff.
6441d280 21573
296a8e19
SM
21574 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21575 Match on real group name.
6441d280 21576
01c52d31 21577 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 21578
01c52d31 21579 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 21580
01c52d31 215812004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 21582
296a8e19
SM
21583 * gnus-draft.el (gnus-draft-send):
21584 Bind rfc2047-encode-encoded-words.
8654e13a 21585
01c52d31
MB
21586 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21587 (rfc2047-encodable-p): Say that =? needs encoding.
21588 (rfc2047-encode-encoded-words): New variable.
8654e13a 21589
01c52d31 21590 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 21591
01c52d31 21592 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 21593
01c52d31
MB
21594 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21595 to nil.
31640842 21596
01c52d31 21597 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 21598
01c52d31 21599 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 21600
01c52d31 216012004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 21602
296a8e19
SM
21603 * gnus-msg.el (gnus-summary-followup-with-original):
21604 Document yanking of region when active.
61b397cd 21605
01c52d31 216062004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 21607
01c52d31
MB
21608 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21609 groups if the group level is higher than the specified value.
31640842 21610
01c52d31 216112004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 21612
01c52d31 21613 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 21614 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
21615 `gnus-group-jump-to-group-prompt'. Query before jumping to
21616 non-active group.
cd01ded9 21617
01c52d31
MB
21618 * compface.el (uncompface): Be verbose when changing
21619 `uncompface-use-external'.
850c333d 21620
01c52d31
MB
21621 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21622 handle manual section.
850c333d 21623
01c52d31 216242004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 21625
01c52d31 21626 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 21627
01c52d31 216282004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 21629
01c52d31 21630 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 21631
01c52d31 216322004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 21633
01c52d31
MB
21634 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21635 whether backend can accept message.
6a748eda 21636
01c52d31 21637 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 21638
01c52d31 216392004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 21640
01c52d31
MB
21641 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21642 Avoid creating directory when nntp-marks-is-evil is true.
21643 Reported by Reiner Steib.
9a89f5b0 21644
01c52d31 216452004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 21646
b25b4939
GM
21647 * gnus-picon.el (gnus-picon-insert-glyph):
21648 Add optional `nostring' argument.
21649
216502004-05-18 Jesper Harder <harder@ifa.au.dk>
21651
01c52d31 21652 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19 21653 (gnus-picon-transform-address): Support `gnus-picon-style'.
91472578 21654
01c52d31 216552004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 21656
01c52d31
MB
21657 * message.el (message-fill-field): Return point.
21658 (message-generate-headers): Go to end of field.
91472578 21659
01c52d31
MB
21660 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21661 stuff for non-living groups.
91472578 21662
01c52d31 216632004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 21664
01c52d31
MB
21665 * gnus-art.el (gnus-article-followup-with-original)
21666 (gnus-article-reply-with-original): gnus-mark-active-p ->
21667 gnus-region-active-p.
91472578 21668
01c52d31 216692004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 21670
01c52d31
MB
21671 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21672 only when there is spam or ham to be processed.
91472578 21673
01c52d31 216742004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 21675
01c52d31
MB
21676 * mail-source.el (mail-source-delete-crash-box): Refactor.
21677 (mail-source-fetch): Use it.
21678 (mail-source-fetch-file): Ditto.
7877f373 21679 (mail-source-fetch-directory): Run PostScript in loop.
01c52d31
MB
21680 (mail-source-fetch-pop): Delete.
21681 (mail-source-fetch-maildir): Ditto.
21682 (mail-source-fetch-imap): Ditto.
91472578 21683
01c52d31 21684 * imap.el (imap-authenticators): Comment out sasl.
91472578 21685
01c52d31
MB
21686 * message.el (message-skip-to-next-address): New function.
21687 (message-fill-header-address): Refactor.
21688 (message-fill-address): Use it.
21689 (message-delete-address): Use it.
21690 (message-fill-header-general): Refactor.
21691 (message-fill-field-address): Rename.
21692 (message-narrow-to-field): Find the start of the header.
21693 (message-header-format-alist): Don't pre-fill.
296a8e19 21694 (message-fill-header): Remove.
01c52d31
MB
21695 (message-insert-header): New function.
21696 (message-shorten-references): Use it.
91472578 21697
01c52d31 21698 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 21699
01c52d31 21700 * mail-parse.el (mail-header-make-address): New alias.
91472578 21701
01c52d31 21702 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 21703
01c52d31 21704 * imap.el: Add compiler directives.
91472578 21705
01c52d31 21706 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 21707
01c52d31
MB
21708 * gnus-art.el (article-decode-idna-rhs): Don't use
21709 message-idna-inside-rhs-p.
91472578 21710
01c52d31 217112004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 21712
296a8e19 21713 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 21714 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 21715
296a8e19 21716 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 21717 false positives.
1b155fbd 21718
ce058493 217192004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 21720
01c52d31 21721 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 21722
01c52d31 217232004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 21724
ce058493 21725 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 21726 files.
91472578 21727
01c52d31
MB
21728 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21729 (gnus-inews-do-gcc): Remove sleep.
498063ec 21730
01c52d31
MB
21731 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21732 part under point.
498063ec 21733
01c52d31
MB
21734 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21735 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 21736
01c52d31 217372004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 21738
296a8e19 21739 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 21740
01c52d31 217412004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 21742
01c52d31
MB
21743 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21744 as expired without moving it" message when there are spam
21745 messages left.
498063ec 21746
01c52d31 217472004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 21748
002876ab 21749 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 21750 header is not nil.
707f2b38 21751
01c52d31 217522004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 21753
296a8e19
SM
21754 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21755 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
21756 (nntp-marks-changed-p): New arg SERVER.
21757 (nntp-request-update-info): Adjust caller.
10ace8ea 21758
01c52d31 217592004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 21760
01c52d31 21761 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 21762
01c52d31 217632004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 21764
01c52d31
MB
21765 * nntp.el: Support marks.
21766 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21767 (nntp-marks-modtime, nntp-marks-directory): New variables.
21768 (nntp-request-set-mark, nntp-request-update-info)
21769 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
21770 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21771 New functions.
10ace8ea 21772
01c52d31 217732004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 21774
296a8e19
SM
21775 * gnus-score.el (gnus-score-insert-help):
21776 Use gnus-select-lowest-window.
10ace8ea 21777
01c52d31
MB
21778 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21779 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 21780
01c52d31 21781 * gnus.el: do.
10ace8ea 21782
01c52d31 217832004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 21784
01c52d31
MB
21785 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21786 encodings of MIME-encoded words, in order to improve
21787 interoperability with several broken MUAs.
10ace8ea 21788
01c52d31 217892004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 21790
01c52d31
MB
21791 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21792 tags, only when charsets are not specified in headers.
21793 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 21794
01c52d31 217952004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 21796
01c52d31
MB
21797 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21798 instead of MIME-decoded from fields when checking
21799 `gnus-article-address-banner-alist'.
0302b80e 21800
01c52d31 218012004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 21802
01c52d31
MB
21803 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21804 description rather than subject.
fa9a04e1 21805
01c52d31 218062004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 21807
01c52d31 21808 * gnus.el (gnus-version-number): Bump.
fa9a04e1 21809
01c52d31 218102004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 21811
01c52d31 21812 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 21813
01c52d31 218142004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 21815
296a8e19
SM
21816 * gnus-agent.el (gnus-agent-read-agentview):
21817 Inline gnus-uncompress-range.
fa9a04e1 21818
01c52d31 218192004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 21820
01c52d31
MB
21821 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21822 `exec-installed-p'.
fa9a04e1 21823
01c52d31 218242004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 21825
296a8e19
SM
21826 * gnus.el (spam-process, spam-autodetect-methods):
21827 Add bsfilter and bsfilter-headers.
fa9a04e1 21828
01c52d31
MB
21829 * spam.el (spam-bsfilter): New customize group.
21830 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21831 (spam-bsfilter-header, spam-bsfilter-probability-header)
21832 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21833 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21834 (spam-bsfilter-database-directory): New options.
21835 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21836 (spam-list-of-statistical-checks, spam-registration-functions):
21837 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21838 (spam-bsfilter-score): New command.
21839 (spam-check-bsfilter-headers, spam-check-bsfilter)
21840 (spam-bsfilter-register-with-bsfilter)
21841 (spam-bsfilter-register-spam-routine)
21842 (spam-bsfilter-unregister-spam-routine)
21843 (spam-bsfilter-register-ham-routine)
21844 (spam-bsfilter-unregister-ham-routine): New functions.
21845 (spam-generic-score): Support bsfilter; Accept an optional argument
21846 to recalcurate spam score even if scoring header has already been
21847 added.
21848 (spam-bogofilter-score, spam-spamassassin-score): Accept an
21849 optional argument to recalcurate spam score even if scoring header
21850 has already been added.
bf68d4e6 21851
01c52d31 218522004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 21853
01c52d31
MB
21854 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21855 strings! Reported by David D. Smith <davidsmith@acm.org>.
21856 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21857 link is missing.
f66ce3b9 21858
01c52d31 218592004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 21860
01c52d31
MB
21861 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21862 (html2text-get-attr): Rewrite.
14f56b66 21863
01c52d31
MB
21864 * message.el (message-setup-1): Remove redundant put-text-property
21865 on mail-header-separator.
14f56b66 21866
01c52d31 218672004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 21868
01c52d31
MB
21869 * gnus-registry.el (gnus-registry-cache-whitespace)
21870 (gnus-registry-action, gnus-registry-spool-action)
21871 (gnus-registry-split-fancy-with-parent): Change message levels
21872 from 5 to 3 or 7, as needed.
ec3c4a4c 21873
01c52d31
MB
21874 * spam.el (spam-summary-prepare-exit)
21875 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21876 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 21877 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 21878 level from 5 to 6.
5f5475ac 21879
01c52d31 218802004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 21881
01c52d31
MB
21882 * gnus-ems.el: Autoload appt-select-lowest-window (revert
21883 2004-03-04 change).
5f5475ac 21884
01c52d31 218852004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 21886
c9e31f32
SM
21887 * sieve-manage.el (sieve-manage-open):
21888 * nnweb.el (nnweb-insert-html):
01c52d31 21889 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
21890 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21891 * nnspool.el (nnspool-request-group):
01c52d31 21892 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 21893 * nnml.el (nnml-request-update-info):
01c52d31 21894 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 21895 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 21896 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
21897 (nnimap-request-set-mark):
21898 * nnfolder.el (nnfolder-request-update-info):
01c52d31 21899 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
21900 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21901 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 21902 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 21903 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
21904 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21905 * gnus-nocem.el (gnus-nocem-scan-groups):
21906 * gnus-int.el (gnus-start-news-server):
01c52d31 21907 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
21908 (gnus-group-browse-foreign-server):
21909 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21910 Use mapc when appropriate.
270a576a 21911
d04b547a
GM
219122004-04-22 Dan Christensen <jdc@uwo.ca>
21913 Adam Sjøgren <asjo@koldfront.dk>
21914 Wes Hardaker <wes@hardakers.net>
21915 Michael Shields <shields@msrl.com>
270a576a 21916
01c52d31
MB
21917 * spam.el (spam-necessary-extra-headers): Get the extra headers we
21918 may need for spam sorting and scoring.
21919 (spam-user-format-function-S): Add user format function suitable for
21920 general use.
21921 (spam-article-sort-by-spam-status): Add sorting function for summary
21922 sorting.
21923 (spam-extra-header-to-number): Add function to get a score from a
21924 header.
d04b547a 21925 (spam-summary-score): Add function to get a numeric score from the
01c52d31 21926 headers.
c9e31f32 21927 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
21928 (spam-initialize): Take symbols when it's run, and install the
21929 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 21930
01c52d31 219312004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 21932
01c52d31 21933 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 21934 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 21935
01c52d31 219362004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 21937
01c52d31
MB
21938 * gnus-sum.el (gnus-set-global-variables)
21939 (gnus-build-all-threads, gnus-get-newsgroup-headers)
21940 (gnus-article-get-xrefs, gnus-summary-best-group)
21941 (gnus-summary-next-article, gnus-summary-enter-digest-group)
21942 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
21943 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21944 Use with-current-buffer.
270a576a 21945
01c52d31 219462004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 21947
01c52d31
MB
21948 * spam.el (spam-summary-prepare-exit): Simplify logic.
21949 (spam-fetch-article-header): Read the article header if it's not
21950 available.
21951 (spam-list-articles): Simplify logic.
21952 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 21953
01c52d31 21954 * gnus-registry.el: Fix comments at beginning.
270a576a 21955
01c52d31 219562004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 21957
01c52d31
MB
21958 * message.el (message-cater-to-broken-inn): Remove.
21959 (message-shorten-references): Make sure the total folded length of
21960 References is shorter than 998 characters to cater to a bug in INN
21961 2.3. Also, don't pretend that references aren't folded -- this
21962 hasn't worked for a while.
d31fa104 21963
01c52d31 219642004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 21965
01c52d31
MB
21966 * gnus-agent.el (gnus-agentize):
21967 gnus-agent-send-mail-real-function no longer set to current value
21968 of message-send-mail-function but rather a lambda that calls
21969 message-send-mail-function. The change makes the agent real-time
21970 responsive to user changes to message-send-mail-function.
9b981cb6 21971
01c52d31 219722004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 21973
01c52d31 21974 * legacy-gnus-agent.el
296a8e19 21975 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 21976 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 21977
01c52d31 219782004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 21979
01c52d31 21980 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 21981
01c52d31 219822004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 21983
01c52d31
MB
21984 * nnmail.el (nnmail-cache-insert): Always check whether
21985 nnmail-cache-ignore-groups matches a group name.
f429956a 21986
01c52d31 219872004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 21988
01c52d31
MB
21989 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21990 (spam-find-spam, spam-log-processing-to-registry)
21991 (spam-log-registered-p, spam-log-unregistration-needed-p)
21992 (spam-log-undo-registration): Use gnus-message instead of
21993 gnus-error, none of these errors are fatal.
5c243ee4 21994
01c52d31
MB
21995 * gnus-registry.el (gnus-registry-clean-empty-function)
21996 (gnus-registry-clean-empty): Remove only empty entries without
21997 extra data.
aba1948a 21998
01c52d31 219992004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 22000
01c52d31
MB
22001 * spam-stat.el (spam-stat-buffer-change-to-spam)
22002 (spam-stat-buffer-change-to-non-spam): Change (error) to
22003 (gnus-message 8) invocation.
aba1948a 22004
01c52d31 220052004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 22006
01c52d31
MB
22007 * nntp.el (nntp-via-netcat-command): New variable.
22008 (nntp-via-netcat-switches): New variable.
22009 (nntp-open-via-rlogin-and-netcat): New function.
22010 (nntp-open-connection-function): Doc fix.
22011 (nntp-telnet-command): Doc fix.
22012 (nntp-end-of-line): Doc fix.
22013 (nntp-via-rlogin-command): Doc fix.
22014 (nntp-via-user-name): Doc fix.
22015 (nntp-via-address): Doc fix.
aba1948a 22016
01c52d31 220172004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 22018
01c52d31
MB
22019 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22020 error in Emacs 21.1.
ddff82cf 22021
01c52d31 220222004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 22023
01c52d31 22024 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 22025
01c52d31 220262004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 22027
01c52d31
MB
22028 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22029 (gnus-agent-with-refreshed-group): New macro.
22030 (gnus-agent-rename-group): New function.
22031 (gnus-agent-delete-group): New function.
22032 (gnus-agent-save-group-info): Use gnus-command-method when
22033 `method' parameter is nil. Don't write nil entries into the
22034 active file.
22035 (gnus-agent-get-group-info): New function.
296a8e19
SM
22036 (gnus-agent-fetch-articles):
22037 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 22038 used.
296a8e19
SM
22039 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22040 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 22041 used.
296a8e19 22042 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
22043 gnus-group-real-name and gnus-find-method-for-group.
22044 (gnus-agent-set-local): Delete stored entry if either min, or max,
22045 are nil.
296a8e19
SM
22046 (gnus-agent-fetch-session): Reworded error/quit messages.
22047 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
22048 articles fetched to disk before the quit occurred.
22049 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22050 gnus-agent-update-view-total-fetched-for, and
22051 gnus-agent-update-files-total-fetched-for to decrement disk space
22052 used.
296a8e19
SM
22053 (gnus-agent-retrieve-headers):
22054 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
22055 used.
22056 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22057 with gnus-agent-update-files-total-fetched-for to decrement disk
22058 space and fresh group buffer.
22059 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22060 (gnus-agent-need-update-total-fetched-for): New variable.
22061 (gnus-agent-update-files-total-fetched-for): New function.
22062 (gnus-agent-update-view-total-fetched-for): New function.
22063 (gnus-agent-total-fetched-for): New function.
22064
296a8e19
SM
22065 * gnus-cache.el (gnus-cache-save-buffers):
22066 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 22067 used by this group.
296a8e19
SM
22068 (gnus-cache-possibly-enter-article):
22069 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 22070 used by this group.
296a8e19
SM
22071 (gnus-cache-possibly-remove-article):
22072 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
22073 used by this group.
22074 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22075 (gnus-cache-rename-group): New function.
22076 (gnus-cache-delete-group): New function.
22077 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22078 (gnus-cache-need-update-total-fetched-for): New variable.
22079 (gnus-cache-with-refreshed-group): New macro.
22080 (gnus-cache-update-file-total-fetched-for): New function.
22081 (gnus-cache-update-overview-total-fetched-for): New function.
22082 (gnus-cache-rename-group-total-fetched-for): New function.
22083 (gnus-cache-delete-group-total-fetched-for): New function.
22084 (gnus-cache-total-fetched-for): New function.
112d84ef 22085
01c52d31
MB
22086 * gnus-group.el: Require gnus-sum and autoload functions to
22087 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 22088 (gnus-group-line-format): Documented new %F.
01c52d31
MB
22089 (size of Fetched data) group line format; identifies disk space
22090 used by agent and cache.
22091 (gnus-group-line-format-alist): Defined new F format.
22092 (gnus-total-fetched-for): New function.
22093 (gnus-group-delete-group): No longer update
22094 gnus-cache-active-altered as gnus-request-delete-group now keeps
22095 the cache in sync.
22096 (gnus-group-list-active): Let the agent store a server's active
22097 list if currently plugged.
2f7717f6 22098
c9e31f32
SM
22099 * gnus-int.el (gnus-request-delete-group):
22100 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 22101 local disk in sync with the server.
c9e31f32
SM
22102 (gnus-request-rename-group):
22103 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 22104 local disk in sync with the server.
2f7717f6 22105
c9e31f32
SM
22106 * gnus-start.el (gnus-get-unread-articles):
22107 Cosmetic simplification to logic.
c44edf72 22108
01c52d31 22109 * gnus-util.el (gnus-rename-file): New function.
c44edf72 22110
01c52d31 221112004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 22112
01c52d31 22113 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 22114
01c52d31 221152004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 22116
01c52d31
MB
22117 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22118 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 22119
01c52d31 221202004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 22121
01c52d31
MB
22122 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22123 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 22124
01c52d31 221252004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 22126
01c52d31 22127 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 22128
01c52d31 221292004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 22130
01c52d31
MB
22131 * spam.el (spam-set-difference): Add function to replace
22132 gnus-set-difference in spam.el.
22133 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 22134
01c52d31 221352004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 22136
01c52d31
MB
22137 * gnus-registry.el (gnus-registry-cache-file): Update to use
22138 gnus-dribble-directory OR gnus-home-directory OR ~.
22139 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 22140
01c52d31 221412004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 22142
296a8e19
SM
22143 * message.el (message-exchange-point-and-mark):
22144 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 22145 <harder@ifa.au.dk>.
45893b95 22146
01c52d31 221472004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 22148
01c52d31
MB
22149 * message.el (message-exchange-point-and-mark): Don't activate
22150 region if it was inactive. Suggested by Hiroshi Fujishima
22151 <pooh@nature.tsukuba.ac.jp>.
734c5765 22152
01c52d31 221532004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 22154
01c52d31
MB
22155 * gnus-art.el (article-display-face): Display Faces in the same
22156 order as X-Faces.
734c5765 22157
01c52d31 221582004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22159
01c52d31 22160 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 22161
01c52d31 221622004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22163
01c52d31
MB
22164 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22165 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22166 (gnus-article-mime-hierarchy): Remove.
22167 (gnus-article-mime-hierarchy-next): Remove.
22168 (gnus-article-mode): Revert 2004-03-19 change.
22169 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22170 (gnus-insert-mime-button): Revert 2004-03-19 change.
22171 (gnus-mime-accumulate-hierarchy): Remove.
22172 (gnus-mime-enter-multipart): Remove.
149cd465 22173 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
22174 (gnus-mime-display-part): Revert 2004-03-19 change.
22175 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 22176
01c52d31 22177 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 22178
01c52d31 221792004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 22180
01c52d31 22181 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 22182
01c52d31 221832004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22184
01c52d31
MB
22185 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22186 t while entering a file name using the mm-with-multibyte macro.
22187 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 22188
01c52d31 22189 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 22190
01c52d31 221912004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22192
296a8e19
SM
22193 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22194 New user option.
01c52d31
MB
22195 (gnus-mime-multipart-functions): Doc and customization fix.
22196 (gnus-article-mime-hierarchy): New variable.
22197 (gnus-article-mime-hierarchy-next): New variable.
22198 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22199 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22200 gnus-article-mime-hierarchy-next to nil.
22201 (gnus-insert-mime-button): Show hierarchy numbers.
22202 (gnus-mime-accumulate-hierarchy): New function.
22203 (gnus-mime-enter-multipart): New function.
22204 (gnus-mime-leave-multipart): New function.
22205 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22206 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 22207
01c52d31
MB
22208 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22209 gnus-article-mime-hierarchy-next to nil.
ad136a7c 22210
01c52d31 222112004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 22212
01c52d31 22213 * dns.el: Don't require gnus-xmas.
ad136a7c 22214
01c52d31 222152004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 22216
01c52d31
MB
22217 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22218 inline PGP.
22219 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 22220
01c52d31 222212004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22222
01c52d31
MB
22223 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22224 when the group's active is not available.
ad136a7c 22225
01c52d31 222262004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22227
01c52d31
MB
22228 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22229 error.
ad136a7c 22230
01c52d31 222312004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 22232
01c52d31
MB
22233 * imap.el (imap-store-password): New variable.
22234 (imap-interactive-login): Use it.
22235 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 22236
01c52d31 222372004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22238
01c52d31
MB
22239 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22240 window-start and hscroll to summary window.
ad136a7c 22241
01c52d31 222422004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 22243
01c52d31
MB
22244 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22245 conversion message to newsrc-dribble when an actual conversion is
22246 performed.
ad136a7c 22247
01c52d31 222482004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 22249
01c52d31 22250 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 22251
01c52d31 222522004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 22253
01c52d31
MB
22254 * mm-decode.el (mm-complicated-handles): New function reviving
22255 former definition of mm-multiple-handles.
49561cf6 22256
01c52d31
MB
22257 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22258 (gnus-mime-delete-part): Use it.
49561cf6 22259
01c52d31 222602004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 22261
296a8e19
SM
22262 * gnus-agent.el (gnus-agent-read-local):
22263 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
22264 avoid the implicit assumption that they will always be equal.
22265 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22266 coding-system-for-write, as the with-temp-file macro first prints
22267 to a buffer then saves the buffer.
87589a70 22268
01c52d31 222692004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 22270
01c52d31
MB
22271 * gnus-art.el (gnus-article-edit-part): New function.
22272 (gnus-mime-save-part-and-strip): Use it; do query instead of
22273 signaling an error; don't use mm-multiple-handles.
22274 (gnus-mime-delete-part): Ditto.
c825ac9d 22275
01c52d31 222762004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 22277
296a8e19 22278 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 22279 old file versions.
296a8e19 22280 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 22281 form of gnus-agent-expire-days to group properties.
ae465fa7 22282
01c52d31
MB
22283 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22284 (gnus-request-accept-article): Re-indented.
5f49be3f 22285
01c52d31 22286 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 22287 converters to handle old agent file formats. Add logic for a
01c52d31
MB
22288 "backup before upgrading warning".
22289 (gnus-convert-mark-converter-prompt): Developers can mark
22290 functions as needing (default), or not needing,
22291 gnus-convert-old-newsrc's "backup before upgrading warning".
22292 (gnus-convert-converter-needs-prompt): Tests whether the user
22293 should be protected from potentially irreversable changes by the
22294 function.
5f49be3f 22295
002876ab 22296 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 22297 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 22298
01c52d31 222992004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 22300
01c52d31 22301 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 22302
01c52d31 22303 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 22304
01c52d31 223052004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 22306
01c52d31 22307 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 22308
01c52d31 22309 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 22310
01c52d31 22311 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 22312
01c52d31 223132004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 22314
01c52d31
MB
22315 * gnus-sum.el (gnus-widget-reversible-match)
22316 (gnus-widget-reversible-to-internal)
22317 (gnus-widget-reversible-to-external): New functions.
22318 (gnus-widget-reversible): New widget.
22319 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 22320
01c52d31 223212004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 22322
01c52d31
MB
22323 * gnus-sum.el (gnus-thread-sort-functions)
22324 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 22325
01c52d31 223262004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 22327
01c52d31
MB
22328 * spam.el (spam-use-gmane-xref): Add new backend.
22329 (spam-gmane-xref-spam-group): Add variable to control the name of the
22330 Gmane spam group.
22331 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22332 (spam-regex-headers-spam, spam-regex-headers-ham)
22333 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22334 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22335 backends and checks.
22336 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 22337
01c52d31
MB
22338 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22339 an autodetect method.
e2642250 22340
01c52d31 223412004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 22342
01c52d31
MB
22343 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22344 articles are being added to a group.
22345 (gnus-request-replace-article): Inform the agent that articles
22346 need to be uncached as the cached contents are no longer valid.
e2642250 22347
01c52d31 223482004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 22349
01c52d31 22350 * binhex.el: Don't autoload executable-find.
e2642250 22351
01c52d31 22352 * canlock.el: Don't autoload mail-fetch-field.
e2642250 22353
01c52d31 22354 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 22355
01c52d31
MB
22356 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22357 rmail-dont-reply-to and rmail-output.
e2642250 22358
01c52d31 22359 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 22360
01c52d31 22361 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 22362
01c52d31
MB
22363 * imap.el: Don't autoload base64-decode-string,
22364 base64-encode-string and md5.
e2642250 22365
01c52d31
MB
22366 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22367 and rmail-msg-restore-non-pruned-header.
e2642250 22368
01c52d31 22369 * mm-decode.el: Don't autoload executable-find.
e2642250 22370
01c52d31 22371 * mm-url.el: Don't autoload executable-find.
e2642250 22372
01c52d31 22373 * mm-view.el: Don't autoload diff-mode.
e2642250 22374
01c52d31
MB
22375 * nndb.el: Don't autoload news-reply-mode, news-setup,
22376 cancel-timer and telnet.
e2642250 22377
01c52d31 22378 * password.el: Don't autoload run-at-time for Emacs.
e2642250 22379
01c52d31 22380 * sha1-el.el: Don't autoload executable-find.
e2642250 22381
01c52d31 22382 * sieve-mode.el: Don't autoload c-mode.
e2642250 22383
01c52d31 22384 * uudecode.el: Don't autoload executable-find.
e2642250 22385
01c52d31 223862004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 22387
296a8e19 22388 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
22389 (gnus-agent-possibly-alter-active): Avoid null in numeric
22390 comparison.
22391 (gnus-agent-set-local): Refuse to save null in local object table.
22392 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22393 list of articles that will be marked as unread.
e2642250 22394
01c52d31 223952004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 22396
01c52d31 22397 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 22398
01c52d31 223992004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 22400
01c52d31
MB
22401 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22402 language tags.
ba0226dd 22403
01c52d31 224042004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 22405
01c52d31
MB
22406 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22407 Don't bind "obarray".
5153a47a 22408
296a8e19
SM
22409 * gnus-sum.el (gnus-thread-sort-functions):
22410 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
22411 `gnus-thread-sort-by-most-recent-date'.
22412 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 22413
01c52d31 224142004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 22415
01c52d31 22416 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 22417
01c52d31 224182004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 22419
296a8e19
SM
22420 * gnus-cus.el (gnus-agent-customize-category):
22421 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 22422 run-time.
5153a47a 22423
01c52d31
MB
22424 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22425 single-interval range of the form (min . max). Previously the
22426 range had to look like ((min . max)). Likewise, return
22427 (min . max) rather than ((min . max)).
22428 (gnus-range-map): Use gnus-range-normalize to accept
22429 single-interval range.
5153a47a 22430
01c52d31
MB
22431 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22432 the cache, but not the agent, now appear with their usual face.
5153a47a 22433
01c52d31 224342004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 22435
01c52d31
MB
22436 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22437 w3m-safe-url-regexp variable buffer-local.
86713405 22438
01c52d31 22439 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 22440
01c52d31 224412004-02-27 Simon Josefsson <jas@extundo.com>
86713405 22442
01c52d31
MB
22443 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22444 gnus-group-real-prefix.
22445 (gnus-summary-move-article): Use it, instead of
22446 gnus-group-real-prefix.
86713405 22447
01c52d31 224482004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 22449
01c52d31
MB
22450 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22451 w3m-safe-url-regexp variable buffer-local and set it as the value
22452 of mm-w3m-safe-url-regexp.
d5ddd795 22453
01c52d31 22454 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 22455
01c52d31
MB
22456 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22457 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 22458
296a8e19
SM
22459 * nnrss.el (nnrss-opml-export):
22460 Use mm-set-buffer-file-coding-system instead of
01c52d31 22461 set-buffer-file-coding-system.
54506618 22462
01c52d31 224632004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 22464
01c52d31
MB
22465 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22466 of checkdoc.el).
22467 * nnrss.el: do.
22468 * gnus-mlspl.el: do.
22469 * gnus-ml.el: do.
22470 * gnus-srvr.el: do.
54506618 22471
01c52d31 22472 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 22473
01c52d31 224742004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 22475
01c52d31
MB
22476 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22477 Corrections to custom-manual links.
54506618 22478
01c52d31 22479 * gnus-art.el (gnus-article): Ditto.
54506618 22480
01c52d31 22481 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 22482
01c52d31 224832004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 22484
01c52d31 22485 * flow-fill.el: Typo.
54506618 22486
01c52d31 224872004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 22488
01c52d31 22489 * spam-wash.el: New file.
54506618 22490
01c52d31 224912004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 22492
01c52d31 22493 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 22494
01c52d31 224952004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 22496
01c52d31
MB
22497 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22498 to be run with new-articles as LIST1, not LIST2.
22499 (spam-registration-functions): Add spam-use-ham-copy as a nil
22500 registration backend.
54506618 22501
01c52d31 225022004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 22503
01c52d31
MB
22504 * spam-stat.el (spam-stat-washing-hook): New option.
22505 (spam-stat-buffer-words): Use it.
296a8e19
SM
22506 (spam-stat-process-directory, spam-stat-test-directory):
22507 Use insert-file-contents-literally.
01c52d31
MB
22508 (spam-stat-coding-system): New variable.
22509 (spam-stat-load, spam-stat-save): Use it.
54506618 22510
01c52d31 225112004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 22512
296a8e19
SM
22513 * spam-report.el (spam-report-plug-agent):
22514 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 22515
01c52d31 225162004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 22517
296a8e19
SM
22518 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22519 Allow / in mailto URLs.
54506618 22520
01c52d31 225212004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 22522
01c52d31
MB
22523 * spam-report.el (spam-report-process-queue): Fix interactive use.
22524 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22525 (spam-report-unplug-agent): Doc fixes.
22526 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
22527 (spam-report-agentize, spam-report-deagentize):
22528 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 22529
01c52d31
MB
22530 * message.el (message-setup-fill-variables): Add mml tags to
22531 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22532 <ajk@iu.edu>.
22533 (message-mode): Don't modify paragraph-separate there.
54506618 22534
01c52d31 225352004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 22536
01c52d31
MB
22537 * compface.el (uncompface-use-external): Default to undecided.
22538 (uncompface-use-external-threshold): New variable.
22539 (uncompface-float-time): New macro.
22540 (uncompface): Determine whether to use the external decoder if
22541 uncompface-use-external is undecided.
54506618 22542
01c52d31 225432004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 22544
01c52d31
MB
22545 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22546 after images.
54506618 22547
01c52d31 22548 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 22549
01c52d31 225502004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 22551
01c52d31 22552 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 22553
002876ab 22554 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 22555
01c52d31
MB
22556 * gnus-sum.el (gnus-summary-limit-to-age)
22557 (gnus-summary-limit-children): do.
54506618 22558
01c52d31 22559 * gnus-int.el (gnus-request-scan): do.
54506618 22560
01c52d31 22561 * gnus-group.el (gnus-group-suspend): do.
54506618 22562
01c52d31 22563 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 22564
01c52d31 22565 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 22566
01c52d31
MB
22567 * gnus-agent.el (gnus-summary-set-agent-mark)
22568 (gnus-agent-regenerate-group): do.
54506618 22569
01c52d31 22570 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 22571
01c52d31 22572 * binhex.el (binhex-decode-region-internal): do.
54506618 22573
01c52d31 225742004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 22575
01c52d31
MB
22576 * gnus-fun.el (gnus-face-properties-alist): New user option.
22577 (gnus-display-x-face-in-from): Use it.
54506618 22578
01c52d31 22579 * gnus-art.el (article-display-face): Ditto.
54506618 22580
01c52d31 22581 * compface.el (uncompface-use-external): Default to nil.
54506618 22582
01c52d31 225832004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 22584
01c52d31
MB
22585 * nntp.el (nntp-erase-buffer): New function.
22586 (nntp-retrieve-data, nntp-send-command)
22587 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22588 (nntp-possibly-change-group): Use it.
54506618 22589
296a8e19
SM
22590 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22591 Use with-current-buffer.
54506618 22592
01c52d31 225932004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 22594
01c52d31
MB
22595 * compface.el: Merge the ELisp-based uncompface program.
22596 (compface): New customization group.
22597 (uncompface-use-external): New user option.
22598 (uncompface): Call uncompface-internal if uncompface-use-external
22599 is nil.
22600 (uncompface-internal): New function. Note that there are also
22601 some other functions and variables added for this function.
54506618 22602
01c52d31 226032004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 22604
01c52d31
MB
22605 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22606 if necessary.
54506618 22607
01c52d31 226082004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 22609
01c52d31
MB
22610 * spam-report.el (spam-report-unplug-agent)
22611 (spam-report-plug-agent, spam-report-deagentize)
22612 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22613 Add support for the Agent in spam-report: when unplugged, report to a
22614 file; when plugged, submit all the requests.
54506618 22615
01c52d31
MB
22616 * spam.el (spam-register-routine): Fix message about
22617 registration.
54506618 22618
01c52d31 226192004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 22620
01c52d31
MB
22621 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22622 dependencies.
22623 (rfc2047-encode): Use it.
54506618 22624
01c52d31
MB
22625 * gnus-art.el (gnus-button-marker-list): Move before first
22626 reference.
54506618 22627
01c52d31
MB
22628 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22629 (imap-parse-body): Fix format string mismatch.
54506618 22630
01c52d31 22631 * gnus-score.el (gnus-summary-increase-score): do.
54506618 22632
01c52d31 22633 * nnrss.el (nnrss-close): New function.
54506618 22634
01c52d31 226352004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 22636
01c52d31
MB
22637 * nnrss.el (nnrss-make-filename): New function.
22638 (nnrss-request-delete-group, nnrss-read-server-data)
22639 (nnrss-save-server-data, nnrss-read-group-data)
22640 (nnrss-save-group-data): Use it.
22641 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22642 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22643 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 22644
01c52d31 226452004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 22646
01c52d31 22647 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 22648
01c52d31 226492004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 22650
01c52d31
MB
22651 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22652 files.
54506618 22653
01c52d31
MB
22654 * message.el (message-generate-headers-first): Don't quote nil
22655 and t in docstrings.
54506618 22656
01c52d31 22657 * imap.el (imap-id): do.
54506618 22658
01c52d31
MB
22659 * gnus-agent.el (gnus-agent-consider-all-articles)
22660 (gnus-agent-queue-mail): do.
54506618 22661
01c52d31 226622004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 22663
01c52d31
MB
22664 * spam-report.el (spam-report-process-queue): New function.
22665 Process requests from `spam-report-requests-file'.
22666 (spam-report-process-queue): Doc fix.
54506618 22667
01c52d31 226682004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 22669
01c52d31
MB
22670 * spam.el (spam-register-routine)
22671 (spam-log-processing-to-registry, spam-log-registered-p)
22672 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22673 Change "check" to "spam-check" for semi-clarity.
531e5812 22674
01c52d31 226752004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 22676
01c52d31 22677 * pop3.el: Require nnheader.
531e5812 22678
01c52d31 22679 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 22680
01c52d31 22681 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 22682
01c52d31 22683 * gnus-picon.el: Require cl.
531e5812 22684
01c52d31 22685 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 22686
01c52d31 22687 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 22688
ed9265fc 22689 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
531e5812 22690
01c52d31
MB
22691 * gnus-art.el (gnus-article-edit-mode): Define before first
22692 reference.
531e5812 22693
01c52d31 226942004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 22695
01c52d31
MB
22696 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22697 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 22698
01c52d31 22699 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 22700
01c52d31 22701 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 22702
01c52d31 22703 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 22704
01c52d31 22705 * gnus-art.el (article-date-ut): do.
69075cdd 22706
01c52d31
MB
22707 * message.el (message-fetch-field): Remove redundant
22708 case-fold-search binding.
22709 (message-narrow-to-field): Simplify.
69075cdd 22710
01c52d31 227112004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 22712
01c52d31 22713 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 22714
01c52d31
MB
22715 * spam-report.el (spam-report-url-to-file)
22716 (spam-report-requests-file): New function and variable for offline
22717 reporting.
22718 (spam-report-url-ping-function): Add `spam-report-url-to-file'
22719 and user defined function.
22720 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 22721
01c52d31 227222004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 22723
01c52d31 22724 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 22725
01c52d31 227262004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 22727
296a8e19
SM
22728 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22729 Fix format string mismatch.
ebbeed62 22730
01c52d31 22731 * sieve.el (sieve-deactivate-all): do.
8903a9c8 22732
01c52d31 22733 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 22734
01c52d31 22735 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 22736
01c52d31 22737 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 22738
01c52d31 22739 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 22740
01c52d31 227412004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 22742
01c52d31
MB
22743 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22744 the list of checks.
e62e7654 22745
01c52d31 227462004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 22747
01c52d31
MB
22748 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22749 padding.
e62e7654 22750
01c52d31 227512004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 22752
01c52d31
MB
22753 * mm-view.el (mm-fill-flowed): New variable.
22754 (mm-inline-text): Use it.
eb6a2b61 22755
01c52d31 227562004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 22757
01c52d31
MB
22758 * spam.el (spam-spamassassin-register-ham-routine)
22759 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 22760
01c52d31 227612004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 22762
01c52d31
MB
22763 * gnus.el (gnus-tmp-grouplens): Remove.
22764 (gnus-summary-line-format): Remove grouplens.
f0096211 22765
01c52d31 22766 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 22767
01c52d31
MB
22768 * gnus-spec.el (gnus-format-specs): Ditto.
22769 (gnus-update-format-specifications): Flush the group format spec
22770 cache if there's the grouplens stuff.
22771 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 22772
01c52d31 227732004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 22774
01c52d31
MB
22775 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22776 omission.
14e20e13 22777
01c52d31 227782004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 22779
01c52d31
MB
22780 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22781 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 22782
01c52d31 227832004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 22784
149cd465
JB
22785 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22786 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
22787 New macros and functions.
22788 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22789 Handle > NLINK_MAX messages.
296a8e19
SM
22790 * nnmaildir.el (nnmaildir-request-set-mark):
22791 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 22792
01c52d31 227932004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 22794
01c52d31
MB
22795 * spam-stat.el (spam-stat-process-directory-age): New option.
22796 (spam-stat-process-directory): Use it.
c1d7d285 22797
01c52d31 227982004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 22799
01c52d31
MB
22800 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22801 (spam-stat-save): Accept prefix argument.
c1d7d285 22802
01c52d31 228032004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 22804
01c52d31
MB
22805 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22806 links" error.
c1d7d285 22807
01c52d31 228082004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 22809
01c52d31
MB
22810 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22811 compatibility with old .newsrc.eld files.
10b43d7c 22812
01c52d31 22813 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 22814
01c52d31 22815 * gnus-start.el (gnus-1): do.
f4dd4ae8 22816
01c52d31 22817 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 22818
01c52d31 22819 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 22820
01c52d31 22821 * gnus-gl.el: Remove.
f4dd4ae8 22822
01c52d31 228232004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 22824
01c52d31
MB
22825 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22826 marks consisting of a single range {for example, (3 . 5)} rather
22827 than a list of a single range { ((3 . 5)) }.
49561cf6 22828
01c52d31 228292004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 22830
296a8e19
SM
22831 * spam-stat.el (spam-stat-store-gnus-article-buffer):
22832 Use with-current-buffer.
01c52d31
MB
22833 (spam-stat-store-current-buffer): Use insert-buffer-substring to
22834 avoid consing a string.
f4dd4ae8 22835
01c52d31
MB
22836 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22837 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 22838
01c52d31 228392004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 22840
01c52d31
MB
22841 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22842 uncompressed list.
f4dd4ae8 22843
01c52d31 228442004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 22845
01c52d31
MB
22846 * spam-stat.el (spam-stat-strip-xref): New function.
22847 (spam-stat-process-directory): Use it.
f4dd4ae8 22848
01c52d31
MB
22849 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22850 here -- it's done in message-fetch-field.
f4dd4ae8 22851
01c52d31 228522004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 22853
149cd465
JB
22854 * gnus-agent.el (gnus-agent-queue-mail)
22855 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
22856 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22857 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
22858 "nndraft:queue" along to gnus-draft-send.
22859 Use gnus-agent-prompt-send-queue.
01c52d31
MB
22860 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22861 is "nndraft:queue". Suggested by Gaute Strokkenes
22862 <gs234@srcf.ucam.org>
f4dd4ae8 22863
296a8e19
SM
22864 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22865 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
22866 (gnus-agent-cat-groups): Use eval-and-compile, not
22867 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22868 method of gnus-agent-cat-groups even when the buffer has been
99d99081 22869 evalled.
296a8e19 22870 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 22871 delete gnus-agent-save-active-1.
296a8e19 22872 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
22873 gnus-agent-save-active.
22874 (gnus-agent-write-active): No longer adjust agent's copy of active
22875 file as agent's adjustments are now stored in their own
296a8e19 22876 file. Remove optional parameter.
01c52d31
MB
22877 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22878 servers. Add use of min/max range limits from server's local
22879 file.
296a8e19 22880 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
22881 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22882 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 22883 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 22884 limits for articles known to the agent. Provides a fast mechanism
01c52d31 22885 for altering many active ranges.
3042deef 22886 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 22887 active file (local makes it unnecessary).
296a8e19 22888 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 22889
296a8e19
SM
22890 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22891 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
22892
22893 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22894 disable it when sending to "nndraft:queue".
22895 (gnus-group-send-queue): Add safety check to avoid sending queue
22896 when unplugged.
f4dd4ae8 22897
01c52d31
MB
22898 * gnus-group.el (gnus-group-catchup): Use new
22899 gnus-sequence-of-unread-articles, not
22900 gnus-list-of-unread-articles, to avoid exhausting memory with huge
22901 numbers of articles. Use gnus-range-map to avoid having to
22902 uncompress the unread list.
149cd465 22903 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 22904 Fix invalid ange-ftp reference.
9b5773bc 22905
01c52d31
MB
22906 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22907 (gnus-sorted-range-intersection): Intersection of two ranges
22908 without requiring that they first be uncompressed.
9b5773bc 22909
01c52d31
MB
22910 * gnus-start.el (gnus-activate-group): Unless blocked by the
22911 caller, possibly expand the active range to include both cached
22912 and agentized articles.
22913 (gnus-convert-old-newsrc): Rewrote in anticipation of having
22914 multiple version-dependent converters.
296a8e19 22915 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
22916 gnus-agent-save-active.
22917 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 22918
296a8e19 22919 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31 22920 gnus-agent-possibly-alter-active.
ed9265fc 22921 (gnus-adjust-marked-articles): Faster handling of simple lists.
01c52d31
MB
22922
229232004-01-21 Jesper Harder <harder@ifa.au.dk>
22924
22925 * spam-stat.el (spam-stat-test-directory): New optional argument
22926 displays a list of files detected. Suggested by Andrew Cohen
22927 <cohen@andy.bu.edu>.
22928 (spam-stat-buffer-words-with-scores): Don't narrow and change
22929 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
22930
296fa7b4 229312004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
22932
22933 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22934 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22935 (spam-spamassassin-arguments)
22936 (spam-spamassassin-spam-flag-header)
22937 (spam-spamassassin-positive-spam-flag-header)
22938 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22939 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22940 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22941 (spam-list-of-processors, spam-list-of-checks)
22942 (spam-list-of-statistical-checks, spam-registration-functions)
22943 (spam-check-spamassassin-headers, spam-check-spamassassin)
22944 (spam-spamassassin-score)
22945 (spam-spamassassin-register-with-sa-learn)
22946 (spam-spamassassin-register-spam-routine)
22947 (spam-spamassassin-register-ham-routine)
22948 (spam-assassin-register-spam-routine)
002876ab
JB
22949 (spam-assassin-register-ham-routine): Add SpamAssassin support.
22950 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
22951
229522004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
22953
22954 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22955 default scoring function.
22956 (spam-generic-score): Call spam-spamassassin-score if
22957 spam-use-spamassassin or spam-use-spamassassin-headers is on;
22958 spam-bogofilter-score otherwise.
22959
296a8e19
SM
22960 * gnus.el (spam-process, spam-autodetect-methods):
22961 Add spamassassin and spamassassin-headers.
01c52d31
MB
22962
229632004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
22964
22965 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22966 Suppress unnecessary messages.
22967
229682004-01-20 Jesper Harder <harder@ifa.au.dk>
22969
22970 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22971 make-hash-table.
46cdaf24 22972
01c52d31 229732004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 22974
01c52d31 22975 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 22976
01c52d31 229772004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 22978
01c52d31
MB
22979 * run-at-time.el: Remove useless (require 'itimer),
22980 eval-and-compile and (featurep 'xemacs).
a08b59c9 22981
01c52d31 229822004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 22983
01c52d31
MB
22984 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22985 GROUP is a virtual group.
a08b59c9 22986
01c52d31 229872004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 22988
01c52d31 22989 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 22990
01c52d31 229912004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 22992
01c52d31 22993 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 22994
01c52d31 22995 * pgg-def.el: do.
a08b59c9 22996
01c52d31 22997 * nnmail.el: do.
a08b59c9 22998
01c52d31 22999 * gnus-undo.el: do.
a08b59c9 23000
01c52d31 23001 * gnus-picon.el: do.
a08b59c9 23002
01c52d31 23003 * gnus-util.el: do.
a08b59c9 23004
01c52d31 230052004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 23006
01c52d31 23007 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 23008
01c52d31 230092004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 23010
01c52d31
MB
23011 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23012 handle, as well as a list.
a08b59c9 23013
01c52d31
MB
23014 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23015 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23016 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 23017
01c52d31 230182004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 23019
01c52d31
MB
23020 * message.el (message-kill-to-signature): Allow prefix arg to
23021 specify number of lines to keep before signature.
a08b59c9 23022
01c52d31
MB
230232004-01-14 Kai Grossjohann <kai@emptydomain.de>
23024
c4cc8b9a 23025 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 23026
01c52d31 230272004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 23028
01c52d31
MB
23029 * canlock.el: Always require sha1-el.
23030 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 23031
01c52d31 23032 * message.el: Autoload sha1 only when compiling.
a08b59c9 23033
01c52d31 230342004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 23035
01c52d31 23036 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 23037
01c52d31 230382004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 23039
01c52d31 23040 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 23041
01c52d31 230422004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 23043
01c52d31 23044 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
23045 Invoke gnus-score-mode.
23046 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 23047
296a8e19
SM
23048 * gnus-range.el (gnus-compress-sequence): Doc fix.
23049 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 23050
01c52d31 230512004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 23052
01c52d31 23053 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 23054
01c52d31 230552004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 23056
01c52d31
MB
23057 * spam.el (spam-get-article-as-string): Update to use
23058 gnus-request-article-this-buffer, much simpler.
23059 (spam-get-article-as-buffer): Remove.
6e7fb80c 23060
01c52d31 230612004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 23062
296fa7b4 23063 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 23064
01c52d31 230652004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 23066
01c52d31
MB
23067 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23068 character for the encoding to avoid consing a string.
7cb0aa56 23069
01c52d31
MB
23070 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23071 unnecessarily.
7cb0aa56 23072
01c52d31 23073 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 23074
01c52d31
MB
23075 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23076 of mm-replace-chars-in-string.
e79f14a4 23077
01c52d31 230782004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 23079
c9e31f32 23080 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 23081
01c52d31 23082 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 23083
01c52d31
MB
23084 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23085 a new string in every iteration. Use shy groups.
e79f14a4 23086
01c52d31 230872004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 23088
c9e31f32
SM
23089 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23090 * gnus-soup.el (gnus-soup-group-brew):
23091 * gnus-msg.el (gnus-put-message):
23092 * gnus-move.el (gnus-group-move-group-to-server):
23093 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
23094 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23095 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23096 (gnus-group-update-group, gnus-group-read-group)
23097 (gnus-group-make-group, gnus-group-make-help-group)
23098 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23099 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23100 (gnus-group-sort-by-unread, gnus-group-catchup)
23101 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23102 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
23103 (gnus-group-list-groups):
23104 * gnus.el (gnus-generate-new-group-name):
23105 * gnus-delay.el (gnus-delay-send-queue):
23106 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 23107 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 23108 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 23109 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
23110 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23111 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23112 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
23113 (gnus-group-make-articles-read):
23114 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23115 (gnus-group-change-level, gnus-kill-newsgroup)
23116 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23117 (gnus-get-unread-articles, gnus-make-articles-unread)
23118 (gnus-make-ascending-articles-unread): Use accessor
23119 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23120 to get group information for improved readability.
23121
01c52d31 231222004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23123
01c52d31
MB
23124 * gnus-art.el (article-decode-mime-words, article-babel)
23125 (gnus-article-highlight-signature, gnus-article-add-buttons)
23126 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 23127
01c52d31
MB
23128 * gnus-art.el (gnus-article-highlight-headers)
23129 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 23130
01c52d31
MB
23131 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23132 (gnus-article-set-globals, gnus-request-article-this-buffer)
23133 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23134 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23135 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 23136
01c52d31 231372004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 23138
01c52d31
MB
23139 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23140 also under 80 char limit, and call gnus-error if needed.
23141 (spam-fetch-article-header): Fix - it was a
23142 buffer-local variable (gnus-newsgroup-data).
23143 (spam-find-spam): Use spam-generate-fake-headers, forget about
23144 spam-insert-fake-headers.
23145 (spam-insert-fake-headers): Remove.
1270d7ca 23146
01c52d31 231472004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23148
01c52d31
MB
23149 * deuglify.el (gnus-article-outlook-unwrap-lines)
23150 (gnus-outlook-rearrange-article)
23151 (gnus-outlook-repair-attribution-outlook)
23152 (gnus-outlook-repair-attribution-block)
23153 (gnus-outlook-repair-attribution-other): Remove redundant
23154 save-excursion.
1270d7ca 23155
01c52d31 231562004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 23157
01c52d31
MB
23158 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23159 (spam-fetch-field-subject-fast)
23160 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23161 (spam-fetch-article-header): Add functions to deal with Gnus
23162 internals for fast retrieval of article header data.
23163 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 23164
01c52d31 231652004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23166
01c52d31
MB
23167 * pop3.el (pop3-md5): Remove.
23168 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 23169
01c52d31 23170 * mm-bodies.el: base64 is always built-in.
1270d7ca 23171
296a8e19
SM
23172 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23173 Use with-current-buffer.
1270d7ca 23174
23f87bed 231752004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23176
23f87bed
MB
23177 * canlock.el (canlock-insert-header): Remove excessive grouping in
23178 regexp.
1270d7ca 23179
01c52d31
MB
23180 * gnus-sum.el (gnus-summary-read-document): Ditto.
23181
23182 * gnus-uu.el (gnus-uu-part-number): Ditto.
23183
23184 * html2text.el (html2text-remove-tags): Ditto.
23185 (html2text-format-tags): Ditto.
23186 (html2text-format-single-elements): Ditto.
23187
23188 * mml.el (mml-parse-1): Ditto.
23189
231902004-01-08 Jesper Harder <harder@ifa.au.dk>
23191
23192 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23193
23194 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23195
23196 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23197
23198 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23199
232002003-11-15 Simon Josefsson <jas@extundo.com>
23201
23202 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23203 (pgg-gpg-lookup-key): Use regexp match instead of
23204 split-string (split-string is different between emacs 21.2 and
23205 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23206
232072004-01-08 Jesper Harder <harder@ifa.au.dk>
23208
23209 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
23210 (gnus-article-part-wrapper, gnus-article-view-part):
23211 Use with-current-buffer.
01c52d31
MB
23212
232132004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23214
23215 * spam.el (spam-disable-spam-split-during-ham-respool)
23216 (spam-spamoracle-database, spam-cache-lookups)
23217 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23218 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23219 (spam-group-ham-marks, spam-group-spam-marks)
23220 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23221 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23222 also add spam-use-blackholes to the statistical checks.
23223 (spam-fetch-field-fast): Add interface to fetching fields, may
23224 become a macro.
23225 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23226 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23227 (spam-insert-fake-headers): Fake an article when needed.
23228 (spam-find-spam): Fake article when possible.
23229 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23230 (spam-check-bogofilter-headers): Use message-fetch-field instead
23231 of nnmail-fetch-field.
23232
232332004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23234
23235 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23236
232372004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23238
23239 * spam.el (spam-split): Do not require spam-use-CHECK to be
23240 enabled if that check is passed to spam-split explicitly; also
23241 fix so 'spam doesn't get converted to spam-split-group when
23242 spam-split-symbolic-return is t.
23243 (spam-find-spam): Find registrations of the article and use those
23244 instead of re-running spam-split to find the spam/ham
23245 classification of the article.
23246 (spam-log-processing-to-registry, spam-log-registered-p)
23247 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23248 Use gnus-error instead of gnus-message.
23249 (spam-log-registration-type): Add function to determine the
23250 classification of a message based on registry entries; will
23251 return nil if both 'spam and 'ham are found.
23252 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23253 a reasonably fast local cache without the loading errors.
23254 (spam-cache-lookups): Set to t by default.
23255 (spam-find-spam): Don't try to guess spam-cache-lookups.
23256 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23257 spam-caches entry.
296a8e19
SM
23258 (spam-filelist-build-cache, spam-filelist-check-cache):
23259 Fix caching of whitelist/blacklist entries.
23260 (spam-check-whitelist, spam-check-blacklist):
23261 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
23262 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23263
232642004-01-07 Jesper Harder <harder@ifa.au.dk>
23265
23266 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23267
23268 * nnmail.el (nnmail-split-fancy): do.
23269
23270 * mml.el (mml-parse): do.
23271
23272 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23273 (gnus-score-adaptive): do.
23274
23f87bed 232752004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23276
01c52d31
MB
23277 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23278 (gnus-mime-button-map): Don't set keymap parent.
23279 (gnus-button-ctan-directory-regexp): Use shy grouping.
23280 (gnus-prev-page-map): Don't set keymap parent.
23281 (gnus-prev-page-map): Remove duplicated one.
23282 (gnus-next-page-map): Don't set keymap parent.
23283 (gnus-mime-security-button-map): Ditto.
23284
23285 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23286 version number.
23287
23f87bed 23288 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 23289
23f87bed 232902004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23291
23f87bed
MB
23292 * canlock.el (canlock-sha1-function): Remove.
23293 (canlock-sha1-function-for-verify): Remove.
23294 (canlock-openssl-program): Remove.
23295 (canlock-openssl-args): Remove.
23296 (canlock-ignore-errors): Remove.
23297 (canlock-sha1-with-openssl): Remove.
23298 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23299 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 23300
23f87bed
MB
23301 * sha1-el.el (sha1-string-external): Make it can return a string
23302 in binary form.
23303 (sha1-region-external): Ditto.
23304 (sha1-string-internal): Ditto.
23305 (sha1-region-internal): Ditto.
23306 (sha1-region): Ditto.
23307 (sha1-string): Ditto.
23308 (sha1): Ditto.
1270d7ca 23309
01c52d31 233102004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 23311
01c52d31 23312 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 23313
01c52d31 233142004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23315
01c52d31 23316 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 23317
01c52d31
MB
23318 * run-at-time.el (run-at-time-saved): Remove.
23319 (run-at-time): Doc fix.
1270d7ca 23320
01c52d31 233212004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23322
01c52d31
MB
23323 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23324 (gnus-summary-limit-map): Add it.
23325 (gnus-summary-make-menu-bar): do.
1270d7ca 23326
01c52d31 233272004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 23328
01c52d31
MB
23329 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23330 Make attempt at some caching support (done for BBDB only now).
23331 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23332 addresses to be checked.
23333 (spam-clear-cache-BBDB): Add function, to be invoked by
23334 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23335 (spam-check-BBDB): Check and use the caches, if
23336 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 23337
01c52d31 233382004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 23339
296a8e19 23340 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 23341
01c52d31 233422004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 23343
01c52d31
MB
23344 * run-at-time.el (run-at-time-saved): Move to after the definition
23345 of `run-at-time'.
1270d7ca 23346
01c52d31 233472004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23348
01c52d31
MB
23349 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23350 mm-w3m-local-map-property.
1270d7ca 23351
01c52d31
MB
23352 * mm-view.el (mm-w3m-mode-map): Remove.
23353 (mm-w3m-local-map-property): Remove.
23354 (mm-inline-text-html-render-with-w3m): Don't use
23355 mm-w3m-local-map-property.
1270d7ca 23356
01c52d31 233572004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 23358
01c52d31 23359 * run-at-time.el: New file.
1270d7ca 23360
01c52d31
MB
23361 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23362 of gnus-set-text-properties.
1270d7ca 23363
01c52d31 23364 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 23365
01c52d31 23366 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 23367
01c52d31 23368 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 23369
01c52d31
MB
23370 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23371 of gnus-.
1b155fbd 23372
296a8e19 23373 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 23374 password-run-at-time throughout to use run-at-time directly.
1b155fbd 23375
296a8e19 23376 * password.el: Remove definition of run-at-time.
1b155fbd 23377
880820fe 233782004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 23379
01c52d31
MB
23380 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23381 in prompt.
1b155fbd 23382
01c52d31 233832004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 23384
333f9019 23385 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
01c52d31 23386 XEmacs version.
1270d7ca 23387
01c52d31
MB
23388 * dns.el (dns-make-network-process): Use `open-network-stream'
23389 instead of `gnus-xmas-open-network-stream'.
1270d7ca 23390
01c52d31 23391 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 23392
01c52d31 233932004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23394
01c52d31
MB
23395 * gnus-art.el (gnus-mime-display-alternative)
23396 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23397 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23398 Don't use gnus-local-map-property.
1270d7ca 23399
01c52d31 23400 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 23401
296a8e19
SM
23402 * mm-view.el (mm-view-pkcs7-decrypt):
23403 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 23404
01c52d31
MB
23405 * gnus-util.el (gnus-completing-read): do.
23406 (gnus-completing-read-maybe-default): Remove.
1270d7ca 23407
01c52d31 234082004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 23409
01c52d31
MB
23410 * password.el: Only autoload `run-at-time' if not XEmacs.
23411 Only autoload the itimer functions if XEmacs.
1270d7ca 23412
01c52d31 234132004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23414
01c52d31
MB
23415 * gnus-art.el (gnus-read-string): Remove.
23416 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23417 read-string.
1270d7ca 23418
01c52d31 234192004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 23420
01c52d31
MB
23421 * netrc.el: Autoload password-read.
23422 (netrc): Add configuration group.
296a8e19
SM
23423 (netrc-encoding-method, netrc-openssl-path):
23424 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
23425 ciphers.
23426 (netrc-encode): Add assistant function to encode a file with
23427 netrc-encoding-method.
23428 (netrc-parse): Add interactive parameter, added optional
23429 decoding if netrc-encoding-method is non-nil but otherwise
23430 behavior is standard.
23431 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23432 Do s/encode/encrypt/ everywhere.
1270d7ca 23433
01c52d31 23434 * spam.el: Remove executable-find autoload.
1270d7ca 23435
01c52d31 234362004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23437
01c52d31 23438 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 23439
01c52d31 23440 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 23441
01c52d31 234422004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 23443
c4cc8b9a 23444 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 23445 (article-treat-ansi-sequences): New variable and function.
01c52d31 23446 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 23447
01c52d31
MB
23448 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23449 Use it.
1270d7ca 23450
01c52d31 234512004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 23452
01c52d31 23453 * mm-util.el (mm-quote-arg): Remove.
23f87bed 23454
01c52d31
MB
23455 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23456 shell-quote-argument.
1270d7ca 23457
01c52d31 23458 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 23459
01c52d31 23460 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 23461
01c52d31
MB
23462 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23463 with make-char.
1270d7ca 23464
01c52d31 23465 * mm-util.el (mm-make-char): Remove.
1270d7ca 23466
01c52d31
MB
23467 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23468 add-minor-mode.
1270d7ca 23469
01c52d31 23470 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 23471
01c52d31 23472 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 23473
01c52d31 23474 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 23475
01c52d31 23476 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 23477
01c52d31 23478 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 23479
01c52d31 23480 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 23481
01c52d31 23482 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 23483
01c52d31 23484 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 23485
01c52d31 23486 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 23487
01c52d31 23488 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 23489
01c52d31
MB
23490 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23491 Replace gnus-char-width with char-width.
1270d7ca 23492
01c52d31 23493 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 23494
01c52d31
MB
23495 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23496 Replace gnus-char-width with char-width.
1270d7ca 23497
01c52d31 23498 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 23499
01c52d31
MB
23500 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23501 definition.
23502 Remove Emacs 20 hash table compatibility code.
1270d7ca 23503
01c52d31
MB
23504 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23505 20 compatibility code.
1270d7ca 23506
01c52d31 23507 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 23508
01c52d31 23509 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 23510
296a8e19
SM
23511 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23512 Replace with point-at-{eol,bol}.
1270d7ca 23513
01c52d31 23514 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 23515
01c52d31 23516 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 23517
149cd465
JB
23518 * flow-fill.el (fill-flowed-point-at-bol)
23519 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 23520
01c52d31
MB
23521 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23522 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 23523
01c52d31 235242004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 23525
01c52d31
MB
23526 * ntlm.el (ntlm-string-as-unibyte): New macro.
23527 (ntlm-build-auth-response): Use it.
1270d7ca 23528
01c52d31
MB
23529 Remove Emacs 20 stuff:
23530 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23531 of delq and copy-sequence.
23532 * gnus-art.el (popup-menu): Remove the compiler macro.
23533 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23534 Emacs 20.
1270d7ca 23535
01c52d31 235362004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 23537
01c52d31
MB
23538 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23539 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23540 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23541 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23542 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23543 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23544 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23545 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23546 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23547 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23548 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
23549 string-xor into ntlm-string-xor.
23550 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 23551
01c52d31 23552 * ntlm.el: Don't include poem.
1270d7ca 23553
296a8e19
SM
23554 * md4.el (print-int32, print-string-hexa): Remove.
23555 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 23556
01c52d31 23557 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 23558
01c52d31
MB
23559 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23560 probably breaks emacs with DL patch, but do we care? Is anyone
23561 still using the DL stuff?)
1270d7ca 23562
01c52d31
MB
23563 * sieve-manage.el: Use the password package.
23564 (sieve-manage-read-passwd): Remove.
23565 (sieve-manage-interactive-login): Use password. Re-add
23566 condition-case around loop.
23567
23568 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
23569 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23570 Use the password package.
01c52d31
MB
23571
235722003-02-19 Simon Josefsson <jas@extundo.com>
23573
23574 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23575 token.
23576
235772002-08-07 Simon Josefsson <jas@extundo.com>
23578
23579 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23580 (sieve-manage-authenticators):
23581 (sieve-manage-authenticator-alist): Add some SASL mechs.
23582 (sieve-sasl-auth): New function.
23583 (sieve-manage-cram-md5-auth):
23584 (sieve-manage-plain-auth): Rewrite using SASL library.
23585 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23586 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23587 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23588 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23589
235902004-01-05 Simon Josefsson <jas@extundo.com>
23591
23592 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23593 New files.
23594
235952004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23596
23597 * gnus-group.el (gnus-no-groups-message): Update.
23598
23599 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23600
236012003-11-09 Simon Josefsson <jas@extundo.com>
23602
23603 * imap.el: Support for ID IMAP extension (RFC 2971).
23604 (imap-local-variables): Add imap-id.
23605 (imap-id): New variable.
23606 (imap-id): New function.
23607 (imap-parse-response): Parse untagged ID response.
23608 * nnimap.el (nnimap-id): New variable.
23609 (nnimap-open-connection): Use it.
23610
236112003-12-28 Simon Josefsson <jas@extundo.com>
23612
23613 * gnus-score.el (gnus-score-edit-all-score): New.
23614 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23615
236162004-01-04 Simon Josefsson <jas@extundo.com>
23617
23618 * password.el: Add.
23619
236202004-01-04 Mario Lang <lang@zid.tugraz.at>
23621
e3e955fe 23622 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 23623 (dns-query-types): New function.
e3e955fe
MB
23624 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23625 PTR and SOA replies, see RFC 1035.
01c52d31
MB
23626
236272004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23628
296a8e19 23629 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 23630
296a8e19 23631 * Move to Changelog.2.
01c52d31
MB
23632
236332004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23634
23635 * gnus.el (gnus-version-number): Bump version.
23636
236372004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23638
23639 * gnus.el: No Gnus v0.1 is released.
1270d7ca 23640
01c52d31 236412004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 23642
01c52d31 23643 * gnus.el: No Gnus v0.0 is released.
1270d7ca 23644
01c52d31 236452004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 23646
01c52d31
MB
23647 * gnus.el (gnus-version-number): Bump.
23648 (gnus-version): No.
1270d7ca 23649
ef3b7aae 23650See ChangeLog.2 for earlier changes.
2a34a036 23651
f8815e4c 23652 Copyright (C) 2004-2012 Free Software Foundation, Inc.
5b87ad55
GM
23653
23654 This file is part of GNU Emacs.
23655
5e809f55 23656 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 23657 it under the terms of the GNU General Public License as published by
5e809f55
GM
23658 the Free Software Foundation, either version 3 of the License, or
23659 (at your option) any later version.
5b87ad55
GM
23660
23661 GNU Emacs is distributed in the hope that it will be useful,
23662 but WITHOUT ANY WARRANTY; without even the implied warranty of
23663 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23664 GNU General Public License for more details.
23665
23666 You should have received a copy of the GNU General Public License
5e809f55 23667 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 23668
ef3b7aae 23669;; Local Variables:
880820fe 23670;; coding: utf-8
d7ba2a01 23671;; fill-column: 79
33462dfa 23672;; add-log-time-zone-rule: t
ef3b7aae 23673;; End: