]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org
[gnu-emacs] / lisp / gnus / ChangeLog
1 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.el (message-get-reply-headers):
4 Make sure the reply goes to the author if it is a wide reply.
5
6 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
7
8 * gnus-score.el (gnus-score-body):
9 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
10 scoring by body.
11
12 2012-11-16 Glenn Morris <rgm@gnu.org>
13
14 * gnus-diary.el (nndiary-request-create-group-functions)
15 (nndiary-request-update-info-functions)
16 (gnus-subscribe-newsgroup-functions)
17 (nndiary-request-accept-article-functions):
18 Use new names for hooks rather than obsolete aliases.
19
20 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
21
22 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
23 in meta tag with the one the part specifies in its header.
24
25 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
26
27 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
28 by default.
29
30 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 New UIDL implementation.
33
34 * mail-source.el (mail-sources, mail-source-keyword-map):
35 Add :leave as a pop3 keyword.
36 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
37
38 * pop3.el (pop3-leave-mail-on-server): Allow number.
39 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
40 (pop3-movemail): Add UIDL support.
41 (pop3-send-streaming-command): Take a list of mail numbers instead of
42 the number of mails.
43 (pop3-write-to-file): Add X-UIDL header.
44 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
45 (pop3-uidl-add-xheader): New functions.
46
47 * message.el (message-ignored-resent-headers):
48 Add X-Content-Length and X-UIDL headers.
49
50 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * nndiary.el (nndiary-request-create-group-functions)
53 (nndiary-request-update-info-functions)
54 (nndiary-request-accept-article-functions):
55 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
56 "-hooks" suffix.
57
58 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
59
60 * starttls.el (starttls-extra-arguments): Doc fix.
61
62 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
65 it.
66
67 2012-10-06 Glenn Morris <rgm@gnu.org>
68
69 * gnus-notifications.el (gnus-notifications):
70 Add missing group :version tag.
71 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
72 (gnus-gcc-post-body-encode-hook):
73 * gnus-sync.el (gnus-sync-lesync-name)
74 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
75
76 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
77
78 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
79 a user about whether to delete temp files if once a user answered as n.
80
81 2012-09-17 Richard Stallman <rms@gnu.org>
82
83 * message.el (message-in-body-p): Don't set mark or modify buffer.
84
85 * mml.el (mml-attach-file): Doc fix.
86 (mml-attach-external, mml-attach-buffer, mml-attach-file):
87 Set mail-encode-mml when in Mail mode.
88 Simplify code to set HEAD and move back to HEAD.
89 (mml-insert-multipart, mml-insert-part):
90 Set mail-encode-mml when in Mail mode.
91
92 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
93
94 * gnus-util.el (gnus-timer--function): New function.
95
96 * gnus-art.el (gnus-article-stop-animations): Use it.
97
98 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
99
100 Fix glitches caused by addition of psec to timers.
101 * gnus-art.el (gnus-article-stop-animations): Use timer--function
102 rather than raw access to timer vector.
103
104 2012-09-11 Julien Danjou <julien@danjou.info>
105
106 * gnus-notifications.el (gnus-notifications): Check for nil values in
107 ignored addresses check.
108
109 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
112
113 2012-09-07 Chong Yidong <cyd@gnu.org>
114
115 * gnus-util.el
116 (gnus-put-text-property-excluding-characters-with-faces): Restore.
117
118 * gnus-salt.el (gnus-tree-highlight-node):
119 * gnus-sum.el (gnus-summary-highlight-line):
120 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
121
122 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
123
124 * gnus-util.el: Fix compilation error on XEmacs 21.4.
125
126 2012-09-06 Juri Linkov <juri@jurta.org>
127
128 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
129 scheme for buffer names to be more consistent with other group and
130 article buffer names in Gnus.
131
132 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
133
134 * gnus-util.el
135 (gnus-put-text-property-excluding-characters-with-faces): Remove.
136
137 * gnus-compat.el: Define compat function `add-face' from Wolfgang
138 Jenkner.
139
140 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
141
142 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
143
144 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
145
146 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
147
148 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
149 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
150
151 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
152 string-prefix-p in Emacs >=23.2.
153
154 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
155 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
156 instead of string-match-p.
157 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
158
159 2012-09-06 Kenichi Handa <handa@gnu.org>
160
161 * qp.el (quoted-printable-decode-region): Fix previous change; handle
162 lowercase a..f.
163
164 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
165
166 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
167
168 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
169
170 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
171 TIME is set.
172
173 2012-09-05 Juri Linkov <juri@jurta.org>
174
175 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
176 than one group at a time (bug#11961).
177
178 2012-09-05 Julien Danjou <julien@danjou.info>
179
180 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
181 this hide the real reason with a message giving absolutely no hint.
182
183 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
184
185 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
186 to the backend (bug#11804).
187
188 * message.el (message-insert-newsgroups): Don't insert newsgroup
189 duplicates (bug#12275).
190
191 2012-09-05 John Wiegley <johnw@newartisans.com>
192
193 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
194 sieve rules.
195
196 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
197
198 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
199 function.
200
201 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
202
203 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
204
205 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
206
207 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
208 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
209 This should make nnmaildir more usable with offlineimap.
210
211 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
212
213 * gnus-notifications.el (gnus-notifications-notify): Use it.
214
215 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
216 warnings on XEmacs.
217
218 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
219
220 Better seeds for (random).
221 * gnus-sync.el (gnus-sync-lesync-setup):
222 * message.el (message-canlock-generate, message-unique-id):
223 Change (random t) to (random), now that the latter is more random.
224
225 2012-08-31 Dave Abrahams <dave@boostpro.com>
226
227 * auth-source.el (auth-sources): Fix macos keychain access.
228
229 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
230 allow the backend `request-head' function to determine the group
231 name on its own.
232 (gnus-request-expire-articles): Filter out negative article numbers
233 during expiry (Bug#11980).
234
235 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
236 O(N^2) to O(N). This makes warping into huge groups tolerable.
237
238 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
239 you've found the article when you haven't.
240
241 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
244
245 2012-08-30 Julien Danjou <julien@danjou.info>
246
247 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
248 `gnus-notifications-timeout'.
249 (gnus-notifications-timeout): Add.
250 (gnus-notifications-action): New function.
251 (gnus-notifications-notify): Add :action using
252 `gnus-notifications-action'.
253 (gnus-notifications-id-to-msg): New variable.
254 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
255 notifications id to messages.
256
257 2012-08-30 Kenichi Handa <handa@gnu.org>
258
259 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
260 once.
261
262 2012-08-29 Julien Danjou <julien@danjou.info>
263
264 * gnus-notifications.el: New file.
265 (gnus-notifications-notify): New function.
266 (gnus-notifications): Use `gnus-notifications-notify'.
267
268 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
271 transfer encoding first; bind gnus-newsgroup-charset to the charset
272 that the article specifies (Bug#12209).
273
274 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
275
276 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
277 (gnus-group-customize-done): Encode values posting-style holds.
278
279 * gnus-msg.el (gnus-summary-resend-message)
280 (gnus-configure-posting-styles): Decode values posting-style group
281 parameter holds.
282
283 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
284
285 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
286 `name' and `address' in Resent-From header.
287
288 2012-08-14 Chong Yidong <cyd@gnu.org>
289
290 * gnus-art.el (article-display-face): Handle failure in
291 gnus-create-image (Bug#11802).
292
293 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
296 Use defsetf.
297
298 2012-08-10 Daiki Ueno <ueno@unixuser.org>
299
300 * auth-source.el: (auth-source-plstore-search)
301 (auth-source-secrets-search): Ignore :require and :type in search spec.
302
303 2012-08-06 Julien Danjou <julien@danjou.info>
304
305 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
306 Remove autoload, already handled by gnus.el.
307
308 2012-08-05 Julien Danjou <julien@danjou.info>
309
310 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
311 Add autoload.
312
313 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
314
315 * gnus.el (gnus-valid-select-methods): Fix custom type.
316
317 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
318
319 * auth-source.el (auth-sources, auth-source-backend-parse)
320 (auth-source-macos-keychain-search)
321 (auth-source-macos-keychain-search-items)
322 (auth-source-macos-keychain-result-append)
323 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
324 auth-source.el through the /usr/bin/security utility.
325 (auth-sources): Fix syntax error.
326 (auth-source-macos-keychain-result-append): Fix variable name.
327 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
328
329 2012-07-27 Julien Danjou <julien@danjou.info>
330
331 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
332 Emacs < 24.1
333
334 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * message.el (message-kill-address): Don't kill last newline.
337 (message-skip-to-next-address): Don't move to the next header.
338 (message-fill-field-address): Work properly.
339
340 2012-07-25 Julien Danjou <julien@danjou.info>
341
342 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
343
344 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * nnimap.el (nnimap-get-responses): Don't remove, still used.
347
348 2012-07-24 Julien Danjou <julien@danjou.info>
349
350 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
351
352 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
353 (nntp-async-timer-handler): Remove, unused.
354
355 * nnimap.el (nnimap-get-responses): Remove, unused.
356
357 * nnheader.el (mail-header-set-extra): Remove, unused.
358
359 * mm-view.el (mm-view-sound-file): Remove, unused.
360
361 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
362 (mm-url-encode-multipart-form-data): Remove, unused.
363
364 * message.el (message-remove-signature, message-make-host-name)
365 (message-fill-address): Remove, unused.
366
367 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
368 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
369 unused.
370
371 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
372
373 * gnus-util.el (gnus-extract-address-component-name)
374 (gnus-extract-address-component-email, gnus-sortable-date)
375 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
376 (gnus-process-live-p): Remove, unused.
377
378 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
379
380 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
381 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
382 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
383 function.
384
385 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
386
387 * gnus-score.el (gnus-summary-score-crossposting)
388 (gnus-score-regexp-bad-p): Remove, unused.
389
390 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
391
392 * gnus-range.el (gnus-sublist-p): Remove, unused.
393
394 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
395 unused.
396
397 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
398
399 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
400 (gnus-request-associate-buffer): Remove, unused.
401
402 * gnus-group.el (gnus-group-set-method-info)
403 (gnus-group-set-params-info): Remove, unused.
404
405 * gnus-fun.el (gnus-shell-command-to-string)
406 (gnus-shell-command-on-region): Remove, unused.
407
408 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
409
410 * gnus-art.el (gnus-article-text-type-exists-p)
411 (article-translate-characters, gnus-article-hide-text-of-type)
412 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
413 Remove, unused.
414
415 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
416
417 * nnir.el ("nnir"): Revert last change, that's premature to merge from
418 Gnus master.
419
420 2012-07-22 Andrew Cohen <cohen@bu.edu>
421
422 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
423
424 2012-07-21 Julien Danjou <julien@danjou.info>
425
426 * message.el (message-dont-reply-to-names): Replace deprecated
427 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
428 (message-get-reply-headers): Ditto.
429
430 2012-07-18 Julien Danjou <julien@danjou.info>
431
432 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
433 `sieve-upload-and-kill'.
434
435 * sieve.el (sieve-bury-buffer): Remove function.
436 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
437 (sieve-upload-and-kill): New function, mapped to C-c C-c.
438
439 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
440
441 * shr.el (shr-expand-url): Handle URL starting with `//'.
442
443 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
444 2012-07-13 Chong Yidong <cyd@gnu.org>
445
446 * smime.el (smime-certificate-info): Set buffer-read-only directly,
447 instead of calling toggle-read-only with a (bogus) argument.
448
449 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
450
451 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
452 of initial input when reading the author to restrict the summary to.
453
454 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
455
456 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
457 buffer exists, which it doesn't if we haven't started Gnus.
458
459 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
460
461 * mm-decode.el (mm-shr):
462 Allow overriding charset by mm-charset-override-alist.
463
464 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
465
466 * gnus-art.el (gnus-article-view-part):
467 Toggle subparts of multipart/alternative part.
468
469 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
470
471 * gnus-sync.el: Simply require json.
472
473 * registry.el: Simply require eieio and eieio-base.
474
475 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
476
477 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
478
479 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * shr.el (shr-render-buffer): New command.
482 (shr-visit-file): Use it.
483
484 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
485
486 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
487 Set no-byte-compile and no-update-autoloads.
488
489 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
490
491 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
492
493 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
494
495 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
496 being bound to a lambda form.
497
498 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
499
500 * gnus-picon.el (gnus-picon-properties): New defcustom.
501 (gnus-picon-create-glyph): Use it.
502
503 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
504
505 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
506 locales.
507
508 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
509 on a handle.
510
511 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
512 address as the default.
513
514 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
515 It makes no sense to query the user about internal files.
516
517 * gnus-spec.el: Remove all the byte-compilation stuff, since
518 benchmarking shows that it doesn't help when entering large summary
519 buffers.
520
521 * gnus-util.el (gnus-byte-code): Remove.
522
523 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
524 grouplens stuff.
525
526 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
529 (bug#11514).
530
531 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
532
533 * message.el (message-buffers): Return all buffers derived from Message
534 to make `gnus-dired-attach' work with mu4e.
535
536 2012-06-26 Daiki Ueno <ueno@unixuser.org>
537
538 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
539 (mm-dissect-singlepart): Don't guess the MIME type of
540 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
541 set.
542 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
543 toplevel MIME type is multipart/encrypted.
544
545 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
546
547 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
548 In particular, add an optional argument and a docstring.
549
550 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
551
552 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
553 current before calling `gnus-groups-to-gnus-format'.
554 Note that this was already the case for `gnus-active-to-gnus-format'.
555
556 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
557
558 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
559
560 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
561
562 * mm-decode.el (mm-dissect-buffer): Doc fix.
563
564 * gnus-sum.el (gnus-handle-ephemeral-exit):
565 Avoid creating the group buffer if it doesn't exist.
566
567 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
568 is given, mark the group as ephemeral with the current window conf.
569
570 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
571 buffer exists, which it doesn't if we haven't started Gnus.
572 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
573
574 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
575
576 * mml.el (mml-generate-mime):
577 Allow specifying what the top-level part type is.
578
579 * gnus-sum.el (gnus-auto-center-summary):
580 `scroll-margin' isn't defined on XEmacs.
581
582 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
583
584 * gnus-sum.el (gnus-auto-center-summary):
585 Set default to respect `scroll-margin'.
586
587 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
588
589 * gnus-cite.el (gnus-dissect-cited-text): A single line without
590 citation prefix within a block of cited text should be considered
591 part of that block *only* if it is a blank line.
592
593 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
594
595 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
596 before kinsoku-bol characters nor within kinsoku-eol characters.
597
598 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
599
600 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
601 (gnus-topic-create-topic, gnus-topic-enter-dribble):
602 Silence compiler.
603 (gnus-sync-read): Use mapc instead of mapcar.
604
605 * mm-archive.el: Require mm-decode for some macros.
606 (gnus-recursive-directory-files, mailcap-extension-to-mime):
607 Silence the byte compiler.
608 (mm-archive-decoders): New function that returns the value of
609 the mm-archive-decoders variable.
610
611 * mm-decode.el:
612 Don't require mm-archive; autoload mm-archive functions instead.
613 (mm-dissect-singlepart): Use the function mm-archive-decoders.
614
615 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
616
617 2012-06-26 Peter Munster <pmrb@free.fr>
618
619 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
620 (gnus-demon-cancel): Ditto.
621 (gnus-demon-run-callback): When function cannot be called due to low
622 idleness, call it when idleness reaches the expected value, instead
623 of waiting another timer period.
624 (gnus-demon-init): Add `time' to arguments of call-back.
625
626 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * gnus.el: Register gnus-registry functions.
629
630 * gnus-registry.el (gnus-try-warping-via-registry):
631 Move here and indent.
632
633 * gnus-int.el (gnus-warp-to-article):
634 Check whether the registry is enabled before warping.
635
636 2012-06-26 Dave Abrahams <dave@boostpro.com>
637
638 * gnus-sum.el (gnus-summary-insert-subject): Record information
639 in the registry about each article retrieved.
640
641 * gnus-int.el (gnus-select-group-with-message-id): New function.
642 (gnus-try-warping-via-registry): Ditto.
643 (gnus-warp-to-article): Fall back on the registry.
644
645 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
646
647 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
648
649 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
650
651 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
652 gnus-gcc-self-resent-messages may be a group parameter.
653 (gnus-summary-resend-message):
654 Don't encode encoded words in header when Gcc'ing resent message.
655
656 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * shr.el (shr-insert): Treat non-breaking space just like normal
659 space. This seems to produce more pleasing results.
660 (shr-insert):
661 Only insert a blank line if we're starting from an image.
662 (shr-tag-br):
663 Allow <br> to end lines or to make a single blank line.
664 (shr-ensure-paragraph): Consider lines with white space to be blank.
665
666 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
667
668 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
669 and gnus-gcc-post-body-encode-hook.
670
671 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
672
673 * mm-decode.el (mm-dissect-singlepart):
674 Guess what the type of application/octet-stream parts really is.
675
676 * gnus-sum.el (gnus-propagate-marks): Remove.
677
678 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
679
680 * nntp.el (nntp-coding-system-for-read): Remove.
681 (nntp-coding-system-for-write): Ditto.
682 (nntp-open-connection): Just use `binary' directly.
683
684 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
685
686 * registry.el (registry-usage-test, registry-persistence-test):
687 Move to tests/gnustest-registry.el.
688 (registry-make-testable-db, registry-match-test)
689 (registry-instantiation-test): Move to tests/gnustest-registry.el.
690
691 * gnus-registry.el (gnus-registry-misc-test)
692 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
693
694 * tests/gnustest-registry.el:
695 New file with the registry and gnus-registry ERT tests.
696
697 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
698
699 * gnus-msg.el (gnus-summary-resend-message):
700 Make gnus-summary-resend-message-insert-gcc be last item in
701 message-header-setup-hook.
702
703 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
704
705 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
706 (nnfolder-marks, nnfolder-marks-file-suffix)
707 (nnfolder-marks-modtime): Remove.
708 (nnfolder-open-server): Don't use marks.
709 (nnfolder-request-delete-group): Ditto.
710 (nnfolder-request-rename-group): Ditto.
711 (nnfolder-request-set-mark, nnfolder-request-marks)
712 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
713 (nnfolder-save-marks, nnfolder-open-marks): Remove.
714
715 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
716 (nnml-marks-modtime): Remove.
717 (nnml-request-delete-group): Don't use marks.
718 (nnml-request-rename-group): Ditto.
719 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
720 (nnml-save-marks, nnml-open-marks): Remove.
721
722 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
723 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
724 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
725 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
726 (nntp-server-to-method-cache): Remove.
727
728 * shr.el (shr-rescale-image): Fix wrong merge.
729
730 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
731
732 * shr.el (shr-remove-trailing-whitespace):
733 Really delete the padding on too-wide lines.
734
735 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
736
737 * mm-archive.el (mm-archive-dissect-and-inline): New function.
738 (mm-archive-dissect-and-inline): Fix up the undisplayer.
739
740 * mm-decode.el (mm-display-external): Output the text from
741 the command in the buffer after the command finished.
742 This makes text-based commands behave better.
743
744 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
745
746 * message.el (smtpmail-smtp-user): Silence compiler warning.
747
748 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
749
750 * message.el (message-multi-smtp-send-mail): Also allow specifying
751 the SMTP user name.
752
753 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
754
755 * gnus-sum.el (gnus-summary-article-map): Fix typo.
756
757 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
758
759 * message.el (message-multi-smtp-send-mail): New function.
760 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
761 header to implement multi-SMTP functionality.
762
763 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
764 (gnus-agentize): Don't set it.
765 (gnus-agent-send-mail): Don't use it.
766
767 * gnus-sum.el (gnus-summary-widget-backward):
768 New function and keystroke.
769
770 * shr.el (shr-put-image): Remove underlines from sliced images.
771 (shr-zoom-image): Compute the region to be replaced more correctly.
772
773 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
776 (gnus-summary-resend-message-insert-gcc): New function.
777 (gnus-summary-resend-message): Modify message-header-setup-hook and
778 message-sent-hook to make it work for Gcc.
779 (gnus-inews-do-gcc): Update the number of unread articles of groups
780 that messages are Gcc'd to.
781
782 * message.el (message-resend): Run message-sent-hook to do Gcc.
783
784 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
785
786 * gnus-registry.el (gnus-registry-fixup-registry):
787 Move the message to a higher level to silence compilation.
788
789 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
790 parameter to allow controlling the scaling.
791
792 * shr.el (shr-zoom-image): New command and keystroke.
793 (shr-put-image): Take a `size' flag to say how to scale the image.
794
795 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
796 Use recursive deletion.
797 (mm-dissect-archive): Add support for zip files.
798
799 * gnus-util.el (gnus-recursive-directory-files): New function.
800
801 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
802 (mm-archive-decoders): Add tgz support.
803
804 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
805 Otherwise inserting text into the Gnus buffer can look odd.
806
807 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
808
809 * mm-archive.el (mm-archive-decoders): Add support for tar.
810
811 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
812
813 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
814
815 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
816
817 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
818
819 * mm-archive.el: New file.
820
821 * mm-decode.el (mm-dissect-singlepart):
822 Use it to decode ms-tnef files.
823
824 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
825
826 * message.el (message-goto-*): Make all the `message-goto-*' commands
827 push the mark before moving point. This makes it easier to go back
828 to where you came from after editing whatever you jumped to.
829
830 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
833 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
834 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
835
836 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
837
838 * spam.el: Move BBDB autoloads.
839 (spam-exists-in-BBDB-p):
840 New function to do the BBDB search directly in BBDB 2 and 3.
841 (spam-check-BBDB): Use it.
842 (spam-enter-ham-BBDB): Use it.
843
844 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
845
846 * gnus-group.el (gnus-group-get-new-news):
847 New parameter `one-level' for scanning exactly one level.
848
849 * gnus-start.el (gnus-get-unread-articles): Ditto.
850
851 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
852
853 * gnus-sync.el: More commentary about setup.
854
855 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
856
857 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
858
859 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
860
861 * gnus-sync.el: Improve docs about CouchDB admins.
862
863 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
864
865 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
866 not needed. Provide xmlplistread list function to produce XML plist
867 output for non-Gnus LeSync clients.
868
869 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
870
871 * gnus-sync.el: Add LeSync synchronization backend and logic to read
872 and save against it. Group subscriptions, read marks, other marks,
873 subscription levels, topic names, and topic offsets (the group's
874 position within the topic) are saved. This is an experimental
875 backend and may change significantly. Load json.el from
876 the gnus-fallback-lib if it's not available otherwise.
877 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
878
879 2012-06-26 David Engster <dengste@eml.cc>
880
881 * tests/gnustest-nntp.el: New file for simple NNTP testing.
882
883 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
884
885 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
886
887 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
888
889 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
890 is an integer to avoid later problems.
891
892 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
895 locales.
896
897 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
898
899 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
900 articles when fetch-old is non-nil (bug#11370).
901
902 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
903
904 * gnus-group.el (gnus-group-get-new-news):
905 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
906
907 2012-06-10 Dave Abrahams <dave@boostpro.com>
908
909 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
910 groups (bug#11641).
911
912 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
914 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
915 (bug#11514).
916
917 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * nntp.el: Stop the `letf' madness.
920 (nntp--report-1): New var.
921 (nntp-report): Merge nntp-report-1 into it.
922 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
923 the nntp-report function.
924
925 * auth-source.el: Fix comment-style to follow the convention.
926
927 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
928
929 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
930 a string so that Gcc works (bug#11514).
931
932 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
935 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
936
937 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * gnus-win.el (gnus-configure-frame): Don't signal an error when
940 jumping to *Server* from a dedicated *Group* window.
941 (gnus-configure-frame): CSE.
942
943 * gnus-registry.el: Minor style cleanup.
944 (gnus-registry--set/remove-mark): New function, extracted from
945 gnus-registry-install-shortcuts.
946 (gnus-registry-install-shortcuts): Use it.
947
948 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
949
950 * nnspool.el (news-path): Use eval-and-compile.
951
952 2012-05-24 Glenn Morris <rgm@gnu.org>
953
954 * nnspool.el (news-directory, news-path, news-inews-program):
955 Move here from paths.el. Don't see a need for these to be autoloaded.
956
957 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
958 Merge in doc from paths.el version. Don't see any need for this to be
959 autoloaded, or for the warning about users not setting it.
960
961 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
962
963 Fix minor Y10k bug.
964 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
965
966 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
969 message once it's actually open.
970
971 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * auth-source.el (auth-source--aput-1, auth-source--aput)
974 (auth-source--aget): New functions and macros.
975 Use them instead of aput/aget.
976
977 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
978
979 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
980
981 2012-04-26 Daiki Ueno <ueno@unixuser.org>
982
983 * plstore.el (plstore-called-interactively-p): New compat macro copied
984 from message.el.
985 (plstore-mode): Use it.
986
987 2012-04-26 Daiki Ueno <ueno@unixuser.org>
988
989 * plstore.el: Revive the editing feature.
990 (plstore-mode): New mode to edit plstore file.
991 (plstore-mode-toggle-display, plstore-mode-original)
992 (plstore-mode-decoded): New command.
993 (plstore--encode, plstore--decode, plstore--write-contents-functions)
994 (plstore--insert-buffer, plstore--make): New function.
995 (plstore-open, plstore-save): Simplify by using them.
996
997 2012-04-16 Glenn Morris <rgm@gnu.org>
998
999 * nndraft.el (nndraft-request-list): Fix declaration.
1000
1001 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1004 don't have a current group.
1005
1006 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1007 have a group name.
1008
1009 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1010 a multibyte buffer (bug#7410).
1011 (article-wash-html): Parse the original article buffer to get the
1012 unencoded data (bug#7410).
1013
1014 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1015 .newsrc.el files.
1016
1017 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1020 would have gotten if we posted to the group, and use that to compare
1021 against the message we want to cancel (bug#10808).
1022
1023 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1024
1025 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1026 "#" to avoid having them interpreted as comments.
1027
1028 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1029
1030 * shr.el (shr-insert): Update the text state properly to avoid
1031 inserting spurious paragraph starts.
1032
1033 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1034
1035 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1036 requested (bug#10961).
1037
1038 * shr.el (shr-table-widths): Divide the extra width more fairly over
1039 the TDs (bug#10973).
1040 (shr-render-td): Don't delete too much padding.
1041 (shr-natural-width): Compute the natural width more correctly.
1042 (shr-insert): Allow the natural width to be computed for tables again.
1043 (shr-tag-table-1): Rework how the natural widths are computed by
1044 rendering the table a third time.
1045 (shr-natural-width): Remove.
1046 (shr-buffer-width): New function.
1047 (shr-expand-newlines): Use it.
1048
1049 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1050 using a `gnus-use-full-window' setup (bug#11013).
1051
1052 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1053
1054 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1055 24.1 release.
1056
1057 2012-03-10 David Edmondson <dme@dme.org>
1058
1059 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1060 'Forwarded Message' header and the start of the message.
1061
1062 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1063
1064 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1065 isn't running (bug#10897).
1066
1067 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068
1069 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1070
1071 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1072
1073 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1074
1075 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1076
1077 * mm-decode.el (mm-shr): Remove "soft hyphens".
1078
1079 * nnimap.el (nnimap-request-list): Return the group names encoded as
1080 utf8. Otherwise non-European group names don't work.
1081 (nnimap-request-newgroups): Ditto.
1082
1083 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1084 the default in `read-string' (bug#10757).
1085
1086 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1087 topics (bug#10843).
1088
1089 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1090 buffer. Suggested by Herbert Valerio Riedel.
1091 (nnimap-request-move-article): Delete the message from the correct IMAP
1092 server.
1093
1094 2012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
1095
1096 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1097 Reported by Peter Münster.
1098
1099 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1100
1101 * shr.el (shr-image-fetched): Make sure we really kill the right
1102 buffer.
1103
1104 2012-02-16 Leo Liu <sdl.web@gmail.com>
1105
1106 * gnus-start.el (gnus-1): Avoid duplicate entries.
1107
1108 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1109
1110 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1111 too-wide lines.
1112
1113 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 * shr.el (shr-rescale-image): Undo previous change; see
1116 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1117
1118 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1119
1120 * nnimap.el (nnimap-record-commands): New variable.
1121 (nnimap-log-command): Use it.
1122 (nnimap-make-process-buffer): Add a space to the process buffer.
1123 (nnimap-transform-headers): Don't bug out on header lines containing
1124 stuff that look like IMAP length encodings.
1125
1126 * shr.el (shr-rescale-image): Allow viewing large images.
1127
1128 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1129
1130 * nnml.el (nnml-request-compact-group): Delete the marks file after
1131 compaction (bug#10800).
1132
1133 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1134 group exit.
1135
1136 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1137 QRESYNC/FETCH output.
1138
1139 2012-02-11 Glenn Morris <rgm@gnu.org>
1140
1141 * sieve-manage.el (sieve-manage-default-stream):
1142 * shr.el (shr):
1143 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1144 (nnir-retrieve-headers-override-function)
1145 (nnir-imap-default-search-key, nnir-notmuch-program)
1146 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1147 (nnir-method-default-engines):
1148 * message.el (message-cite-reply-position):
1149 * gssapi.el (gssapi-program):
1150 * gravatar.el (gravatar):
1151 * gnus-sum.el (gnus-refer-thread-use-nnir):
1152 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1153 (gnus-registry-max-pruned-entries):
1154 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1155 * gnus-int.el (gnus-after-set-mark-hook)
1156 (gnus-before-update-mark-hook):
1157 * gnus-async.el (gnus-async-post-fetch-function):
1158 * auth-source.el (auth-source-cache-expiry):
1159 Add missing :version tags to new defcustoms and defgroups.
1160
1161 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1162
1163 * message.el (message-default-send-mail-function): Made into own
1164 function for reuse by emacsbug.el.
1165
1166 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1169 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1170
1171 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1172
1173 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1174 running.
1175
1176 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1177
1178 * gnus.el (gnus-server-extend-method): Don't add an -address component
1179 if the method already has one (bug#9676).
1180
1181 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1182
1183 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1184 of an initial-input for consistency (bug#10757).
1185
1186 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1187
1188 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1189
1190 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1191
1192 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1193 lines that are narrower than the window width. Otherwise background
1194 "blocks" will look less readable.
1195
1196 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1197
1198 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1199
1200 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1201
1202 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1203 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1204 have newlines within the strings, and where the UID comes after the
1205 BODYSTRUCTURE element (bug#10537).
1206
1207 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1208 (bug#10732).
1209
1210 * shr.el (shr-insert-document): Add doc string.
1211 (shr-visit-file): Ditto.
1212 (shr-remove-trailing-whitespace): New function.
1213 (shr-insert-document): Use it to clean up trailing whitespace as the
1214 final step (bug#10714).
1215
1216 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1217
1218 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1219 buffer if `gnus-kill-summary-on-exit' is nil.
1220
1221 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223 * gnus-sum.el (gnus-summary-show-thread):
1224 next-single-char-property-change may return nil in XEmacs.
1225
1226 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1227
1228 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1229 when just reading a single group from "without" Gnus.
1230
1231 2012-02-06 Chong Yidong <cyd@gnu.org>
1232
1233 * gnus-sum.el (gnus-summary-show-thread):
1234 next-single-char-property-change never returns nil (Bug#8657).
1235
1236 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1237
1238 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1239 without reconnecting.
1240 (nnimap-possibly-change-group): Ditto.
1241 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1242 connection has died before being called.
1243
1244 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1245
1246 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1247 an initial sync unless we're really doing one.
1248
1249 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1250 address parameter if one already exists (bug#9676).
1251
1252 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1253 not the prefix, as documented (bug#10689).
1254
1255 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1256
1257 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1258 the "server".
1259
1260 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1261 the real error message with the useless "previously known to be down".
1262 Which isn't even correct.
1263
1264 * nntp.el (nntp-open-connection): Report the error message if the nntp
1265 server can't be reached.
1266
1267 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1268 groups we do a total scan for.
1269 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1270 doing that.
1271
1272 2012-01-31 Jim Meyering <jim@meyering.net>
1273
1274 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1275 Correct a comment (insert "not") and hide nominally-doubled "to".
1276
1277 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1278
1279 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1280 section in the manual.
1281
1282 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1283
1284 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1285 words.
1286 (rfc2047-encode-string): Ditto.
1287 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1288 understand folded filename="..." parameters, for instance.
1289
1290 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1291 the message for greater debuggability.
1292
1293 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1294
1295 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1296 instead of setting it locally, since the latter doesn't seem to have
1297 any effect (most of the time).
1298
1299 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1300
1301 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1302 function call.
1303
1304 2012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
1305
1306 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1307 seconds, and make the repeat clause with HH:MM specs work as
1308 documented.
1309
1310 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1311
1312 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1313 so that previous errors don't prohibit getting new news.
1314
1315 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1316
1317 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1318
1319 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1322 bound globally in old Emacsen and XEmacsen.
1323
1324 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1325
1326 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1327 buffer, not of the string which is its name.
1328
1329 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1330
1331 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1332 non-server-marks groups.
1333 (gnus-group-make-articles-read): Ditto.
1334
1335 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1336 methods (bug#9676).
1337
1338 * gnus.el (gnus-method-ephemeral-p): New function.
1339
1340 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1341
1342 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1343 left-to-right.
1344
1345 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1346
1347 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1348 warning.
1349
1350 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1351
1352 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1353 macroexpand the nnir things, since they haven't been defined yet, and
1354 nnir requires gnus-sum.
1355
1356 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1357
1358 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1359
1360 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1361
1362 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1363 logical server name in addition to the actual machine address.
1364
1365 * auth-source.el (auth-source-user-and-password): Add convenience
1366 wrapper to search by just host and optionally user.
1367
1368 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1369
1370 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1371 after rendering.
1372
1373 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1374
1375 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1376 (bug#9693).
1377 (gnus-summary-setup-buffer): Document return value (bug#9697).
1378
1379 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1380 since ido doesn't work on symbols (bug#9632).
1381
1382 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1383 when getting a single value as when getting all the values. This means
1384 that atoms like `gcc-self' work cumulatively, like variable settings,
1385 instead of getting the value from the last matching clause.
1386 (gnus-group-find-parameter): Protect against the group buffer not
1387 existing (bug#9585).
1388
1389 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1390
1391 * gnus-start.el (gnus-activate-group): Document more parameters
1392 (bug#9694).
1393
1394 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1395 (bug#9692).
1396
1397 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1398 article was fetched, so that it can be expired later (bug#9958).
1399 (gnus-agent-summary-fetch-series): Add doc string.
1400 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1401 (bug#9517).
1402
1403 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1404 retrieval is happening.
1405
1406 * gnus.el (gnus-parameters): Doc fix.
1407
1408 2012-01-06 Dave Abrahams <dave@boostpro.com>
1409
1410 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1411 show the thread after expansion.
1412
1413 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1414
1415 * gnus-art.el (article-narrow-to-head): If the head is completely
1416 empty, narrow to the empty region (bug#9764).
1417
1418 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1419 read, and then mark them as unread only when the unread mark is used.
1420 This makes `C-- T k' actually work, even though it's confusing.
1421
1422 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1423 alive before we try to find its window.
1424
1425 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1426
1427 * mm-decode.el (mm-display-external): Use a longer timeout for the
1428 deletion to allow slow programs to display the file.
1429
1430 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1431
1432 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1433 prompt to be less confusing.
1434
1435 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1436 argument to `message-reply'. This broke `special-display-*' frame
1437 pop-uping (bug#10238).
1438
1439 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1440
1441 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1442 systems, since these allegedly don't work there.
1443
1444 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1445
1446 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1447 live buffer.
1448
1449 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1450
1451 * nnir.el (nnir-retrieve-headers): Protect against the article not
1452 existing on the server (bug#10335).
1453
1454 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1455
1456 * gnus-agent.el (gnus-agent-load-local):
1457 Recompute gnus-agent-article-local on changing method.
1458
1459 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460
1461 * gnus.el (gnus-parameters): Note precedence.
1462
1463 2012-01-04 Leo Liu <sdl.web@gmail.com>
1464
1465 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1466 in the group buffer.
1467
1468 2012-01-04 Julien Danjou <julien@danjou.info>
1469
1470 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1471 change.
1472
1473 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1474
1475 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1476 too.
1477
1478 * nntp.el (nntp-retrieve-group-data-early): Use it.
1479
1480 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1481
1482 * nntp.el (nntp-retrieval-in-progress): New variable.
1483 (nntp-make-process-buffer): Make it buffer-local.
1484
1485 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1486 2010.
1487 (gnus-demon-init): Use it to compute the time if time is on the form
1488 "04:23".
1489
1490 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1491
1492 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1493 status in the correct buffer.
1494
1495 2012-01-03 Leo Liu <sdl.web@gmail.com>
1496
1497 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1498 when opening topics (bug#10407).
1499
1500 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1501
1502 * mm-view.el (mm-display-inline-fontify): Add comment.
1503
1504 2011-12-15 Juri Linkov <juri@jurta.org>
1505
1506 * mm-decode.el (mm-inline-media-tests): Add missing
1507 `mm-handle-media-subtype'.
1508
1509 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1510
1511 * message.el (message-valid-fqdn-regexp): Update with newly approved
1512 top-level domain names ".tel" and ".asia".
1513
1514 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1515
1516 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1517 unconditionally.
1518
1519 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1520
1521 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1522 pop-to-buffer-same-window for old Emacsen.
1523
1524 2011-12-04 Chong Yidong <cyd@gnu.org>
1525
1526 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1527 change (Bug#10200).
1528
1529 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1530
1531 * compface.el (uncompface):
1532 * gnus-art.el (gnus-article-x-face-command): Update the header format
1533 of icon data for the most recent icontopbm program.
1534
1535 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * gnus-msg.el (gnus-inews-do-gcc):
1538 * message.el (message-send-mail):
1539 * mml.el (mml-generate-mime): Share the value of the buffer-local
1540 `message-options' variable between a draft buffer and temprary working
1541 buffers.
1542
1543 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1546
1547 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1548
1549 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1550 for Cygwin.
1551
1552 2011-11-24 Glenn Morris <rgm@gnu.org>
1553
1554 * starttls.el: Fix case of "GnuTLS".
1555
1556 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * gnus-group.el (gnus-group-highlight): Fix typo.
1559
1560 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1561
1562 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1563 value of `delete-file', that returns nil for a local file but returns t
1564 for a remote file using ssh.
1565
1566 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1569 avoid later breakage.
1570
1571 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1572
1573 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1574 article buffers' name.
1575
1576 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1579 by Paul Eggert's spellfixes two days ago.
1580
1581 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1582
1583 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1584 buffer-local instead of binding them to avoid warnings. Also demote
1585 errors (bug#10063).
1586 (font-lock-mode-hook): Shut up byte compiler.
1587
1588 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1589
1590 * mm-util.el (mm-charset-after): Fix typo.
1591
1592 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1593
1594 * gnus-sum.el (gnus-summary-make-menu-bar):
1595 * gnus-uu.el (gnus-uu-decode-postscript)
1596 (gnus-uu-decode-postscript-and-save):
1597 * mailcap.el (mailcap-print-command):
1598 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1599 Fix typos.
1600
1601 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * gnus-art.el (gnus-article-part-wrapper):
1604 * shr-color.el (shr-color-visible-distance-min)
1605 (shr-color-relative-to-absolute, set-minimum-interval)
1606 (shr-color-visible): Fix typos.
1607
1608 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1609
1610 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1611 slightly clearer.
1612
1613 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1614
1615 * message.el (message-send-and-exit): Document `arg'.
1616
1617 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1620
1621 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1622
1623 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1624 we don't use `bound-and-true-p'.
1625
1626 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1627
1628 * gnus-util.el (gnus-bound-and-true-p): Remove.
1629 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1630 * nnir.el: Use it.
1631 * nnmairix.el: Use it.
1632
1633 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1634
1635 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1636 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1637 for reasons unknown.
1638 * nnir.el: Use it.
1639 * nnmairix.el: Use it.
1640
1641 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1642 * nnir.el: Ditto.
1643 * nnmairix.el: Ditto.
1644
1645 * gnus-registry.el (gnus-registry-enabled): Default to nil.
1646
1647 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * message.el (message-completion-function): Make sure
1650 message-tab-body-function is not attempted if one of
1651 message-completion-alist fails to find a completion (bug#9158).
1652
1653 2011-10-26 Daiki Ueno <ueno@unixuser.org>
1654
1655 * mml.el (mml-quote-region): Quote <#secure> tag.
1656 (mml-generate-mime-1): Unquote <#secure> tag.
1657
1658 2011-10-20 Chong Yidong <cyd@gnu.org>
1659
1660 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1661 calling a minor mode from Lisp with nil arg enables it, so we have to
1662 make the wording a bit ambiguous here).
1663
1664 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1665
1666 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1667 * nnir.el (nnir-mode): Use it.
1668 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1669 Use it.
1670
1671 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1672 * nnmairix.el (gnus-registry-enabled): Ditto.
1673
1674 2011-10-17 Dave Abrahams <dave@boostpro.com>
1675
1676 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
1677 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1678 only while we need to find out if it should be t or nil.
1679 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1680 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1681 the registry is installed. Set it to nil when it's unloaded.
1682 (gnus-registry-install-p): Provide user guidance for the initial value
1683 of `gnus-registry-install' when it's 'ask, otherwise return its value.
1684 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1685 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1686 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1687 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1688 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1689 `gnus-registry-install'.
1690
1691 2011-10-17 Daiki Ueno <ueno@unixuser.org>
1692
1693 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1694 previous change.
1695 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1696 primary key is marked as disabled.
1697
1698 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
1699
1700 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1701 primary key is marked as disabled.
1702
1703 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
1704
1705 * html2text.el (html2text-clean-anchor): Check for quotes around
1706 `href' value.
1707
1708 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1709
1710 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1711 searching. Drop `bbdb-cache'.
1712
1713 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1714
1715 * message.el (message-signed-or-encrypted-p): Exclude header when
1716 checking if there is signed or encrypted body in text/plain message.
1717
1718 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
1719
1720 * html2text.el (html2text-get-attr): Correctly handle attribute values
1721 containing "=".
1722
1723 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
1724
1725 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1726 handle bindings.
1727
1728 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1729
1730 * gnus-win.el (gnus-configure-windows): Protect against reading
1731 ephemeral groups outside of Gnus.
1732
1733 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1734
1735 * shr.el (shr-tag-img): Don't get images displayed in tables.
1736
1737 2011-10-03 Glenn Morris <rgm@gnu.org>
1738
1739 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1740 the "maintainer" version of debbugs.gnu.org reports.
1741
1742 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1745 make asynchronous adjacent image insertion work better.
1746
1747 2011-09-27 Daiki Ueno <ueno@unixuser.org>
1748
1749 * plstore.el (plstore-select-keys, plstore-encrypt-to):
1750 Clarify documentation.
1751
1752 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1753
1754 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1755 `gnus-asynchronous' isn't shadowed.
1756
1757 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1758
1759 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1760 (nnimap-insert-partial-structure): The charset parameter isn't
1761 case-sensitive.
1762
1763 * nnheader.el (nnheader-message-maybe): New function.
1764
1765 * shr.el (shr-tag-table): Render totally broken tables better.
1766
1767 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1768 computing the boundary.
1769
1770 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1771
1772 * pop3.el (pop3-number-of-responses): Remove.
1773 (pop3-wait-for-messages): Rewrite to take linear time instead of
1774 exponential time.
1775
1776 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1777
1778 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1779 re-fetch images.
1780
1781 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1782 re-fetch images when hitting `g' in Gnus.
1783
1784 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * mml.el (mml-inhibit-compute-boundary): New internal variable.
1787 (mml-compute-boundary): Don't check collision if it is non-nil.
1788 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1789 before checking collision.
1790
1791 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1792
1793 * message.el (message-indent-citation): Really make sure there's a
1794 newline at the end.
1795
1796 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1797 Fix suggested by John Wiegley.
1798
1799 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1800
1801 * gnus-art.el (gnus-treat-hide-citation): Add doc.
1802
1803 * message.el (message-default-send-rename-function): Break out into its
1804 own function.
1805
1806 * ecomplete.el (ecomplete-display-matches): Revert patch since it
1807 doesn't work under XEmacs.
1808
1809 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1810 of "imaps" to word around Windows problems.
1811 (nnimap-open-connection-1): Use it.
1812
1813 * message.el (message-indent-citation): Revert last change which made
1814 `F' not work.
1815
1816 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
1817
1818 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1819 terminal as well.
1820
1821 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
1822
1823 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1824 because it displays images using overlays that aren't easy to copy to
1825 the article buffer.
1826
1827 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1828
1829 * message.el (message-indent-citation): Fix empty line removal at the
1830 end of the citation.
1831
1832 2011-09-20 Julien Danjou <julien@danjou.info>
1833
1834 * auth-source.el (auth-source-netrc-create): Use default value for
1835 password if specified. Evaluate default.
1836 (auth-source-plstore-create): Ditto.
1837 (auth-source-plstore-create, auth-source-netrc-create): Fix default
1838 value evaluation.
1839 (auth-source-netrc-create): Typo fix.
1840 (auth-source-plstore-create): Ditto.
1841
1842 * auth-source.el (auth-source-format-cache-entry): New function.
1843
1844 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1845
1846 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1847
1848 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1849
1850 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1851
1852 2011-09-19 Julien Danjou <julien@danjou.info>
1853
1854 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1855 which work with things that are not ASCII.
1856
1857 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1860
1861 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1862
1863 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1864 message level.
1865
1866 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1867
1868 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1869
1870 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * gnus.el (gnus-interactive-exit): Update defcustom spec.
1873
1874 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1877 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1878
1879 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
1880
1881 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1882 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1883 articles.
1884
1885 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
1886
1887 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1888 (message-mail-other-window, message-mail-other-frame)
1889 (message-news-other-window, message-news-other-frame):
1890 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1891 instead of setting buffer display variables.
1892
1893 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1894
1895 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1896
1897 * gnus-sum.el (gnus-fetch-headers): Bump message level.
1898
1899 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900
1901 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1902 duplicates" to a higher level.
1903
1904 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1905 most egregious messages.
1906
1907 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908
1909 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1910
1911 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
1912
1913 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1914 up the file (bug#9351).
1915
1916 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1917
1918 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
1919 it does with all other backends, but decode the names immediately after
1920 getting them.
1921
1922 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1923 decoding nnimap groups.
1924
1925 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1926 newsrc file. It doesn't seem like an important optimization any more.
1927
1928 2011-09-10 Dave Abrahams <dave@boostpro.com>
1929
1930 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1931 overflows.
1932
1933 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1934
1935 * gnus.el (gnus-article-mark-lists): Remove `recent'.
1936 (gnus-interactive-exit): Extend to `quiet'.
1937
1938 * gnus-sum.el (gnus-offer-save-summaries): Use it.
1939
1940 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1941 string.
1942
1943 * plstore.el (plstore--get-buffer): Silence compiler warnings by
1944 renaming function arguments from `this'.
1945
1946 * gnus-sum.el (gnus-newsgroup-recent): Remove.
1947
1948 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1949 has been renamed.
1950 (gnus-lrm-string-p): Include RLM and PDF, too.
1951
1952 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1953 (bug#9225).
1954
1955 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1956
1957 Add autoload cookies for functions used by sendmail.el.
1958 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1959
1960 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1961
1962 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1963
1964 * gnus-art.el (article-date-ut): Work properly even when there are
1965 things like Date header in the body; work for forwarded parts.
1966
1967 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
1968
1969 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1970 original-article-buffer.
1971
1972 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
1973
1974 * nnir.el (nnir-compose-result): Fix matching of server type.
1975 (nnir-run-swish++): Ditto.
1976 (nnir-run-namazu): Ditto.
1977 (nnir-run-notmuch): Ditto.
1978
1979 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1980
1981 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1982 (bug#9405).
1983
1984 * gnus-score.el (gnus-summary-increase-score): Doc clarification
1985 (bug#9421).
1986
1987 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1988 (bug#9425).
1989
1990 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1991 thing (bug#9426).
1992
1993 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1994
1995 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1996 the error message.
1997
1998 2011-09-02 Eli Zaretskii <eliz@gnu.org>
1999
2000 * message.el (message-setup-1): Return t (Bug#9392).
2001
2002 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2003
2004 * gnus-sum.el: When adding article headers to a summary buffer also
2005 update gnus-newsgroup-articles (bug#9386).
2006
2007 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * auth-source.el: Autoload help-mode.
2010
2011 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2014 names.
2015
2016 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2017
2018 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2019 mm-replace-in-string for compatibility issues.
2020 * mml2015.el (mml2015-epg-verify): Ditto.
2021
2022 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2023
2024 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2025
2026 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2027
2028 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2029
2030 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2031 continue on and do the clean-up phase (bug#9188).
2032
2033 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2034 just ignore groups that can't be opened instead of erroring out
2035 (bug#9225).
2036
2037 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2038 nil since some many people are fuddy-duddies.
2039
2040 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2041 images.
2042
2043 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2044 instead.
2045
2046 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2047
2048 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2049
2050 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2051 processing.
2052
2053 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2054 buffer to avoid warnings.
2055
2056 2011-08-20 Simon Josefsson <simon@josefsson.org>
2057
2058 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2059 specified to reduce precision.
2060
2061 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2062
2063 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2064 bodystructures (bug#9314).
2065
2066 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2069 Make button keymap non-sticky after buttons.
2070
2071 2011-08-18 David Engster <dengste@eml.cc>
2072
2073 * nnmairix.el (nnmairix-request-set-mark)
2074 (nnmairix-goto-original-article): Remove adding of article to registry,
2075 since `gnus-registry-add-group' isn't available anymore.
2076 (nnmairix-determine-original-group-from-registry):
2077 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2078 available anymore.
2079
2080 2011-08-12 Simon Josefsson <simon@josefsson.org>
2081
2082 * starttls.el (starttls-any-program-available): Define as obsolete
2083 function.
2084
2085 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2086
2087 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2088 versions which Gnus use when appropriate.
2089
2090 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2091 a pretty destructive command.
2092
2093 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2094
2095 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2096
2097 * message.el (message-fix-before-sending): Make a different warning
2098 about NUL characters (bug#9270).
2099
2100 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2101 from custom (bug#9260).
2102
2103 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2104 things work in Emacs 22 and XEmacs, too.
2105
2106 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2107 default From.
2108
2109 * gnus-spec.el (gnus-lrm-string-p): New macro.
2110 (gnus-lrm-string): New constant.
2111 (gnus-summary-line-format-spec): LRM-ify the from.
2112 (gnus-tilde-max-form): LRM-ify string chopping.
2113
2114 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2115
2116 * message.el (message-is-yours-p): Allow disabling canlock checking
2117 (bug#9295).
2118 (message-shoot-gnksa-feet): Add `canlock-verify'.
2119 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2120 message directory isn't writable (bug#9304).
2121
2122 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2123 non-world-readable.
2124
2125 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2126
2127 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2128 articles.
2129
2130 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2131
2132 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2133 copy-list.
2134
2135 2011-08-12 Sam Steingold <sds@gnu.org>
2136
2137 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2138 in the reverse order to avoid modifying the cache with `nreverse'.
2139 (gnus-all-score-files): Do not modify the value returned by
2140 `gnus-score-find-alist' because it lives in a cache variable.
2141 (gnus-current-home-score-file): No need to `nreverse' the return value
2142 of `gnus-score-find-alist', it is already in the correct order.
2143
2144 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2145
2146 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2147 type MESSAGE and subtype RFC822 is slightly different from those of
2148 type TEXT.
2149
2150 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2151
2152 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2153 This allows article-referral to work from an nnir group.
2154
2155 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2156
2157 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2158
2159 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2160
2161 * mml1991.el (mml1991-epg-find-usable-key)
2162 (mml1991-epg-find-usable-secret-key): New function.
2163 (mml1991-epg-sign): Check if signing key is usable.
2164 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2165
2166 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2167
2168 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2169 server-variables only. This should fix a bug introduced with commit
2170 e1889675b7f4adf057833c5513c9374134c4e053.
2171 (nnir-run-query): 'nnir-search-engine should not be set from the global
2172 environment.
2173
2174 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2175
2176 * nnir.el (nnir-search-thread): Position point on referring article
2177 line.
2178 (nnir-warp-to-article): Clean up summary buffers.
2179
2180 * nnimap.el (nnimap-request-thread): Whitespace fix.
2181
2182 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2183
2184 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2185
2186 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2187
2188 * starttls.el (starttls-available-p): Rename from
2189 `starttls-any-program-available' and changed return convention.
2190
2191 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2192
2193 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2194 `unix-sync' unless it's defined.
2195
2196 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2197
2198 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2199 `aref' for XEmacs compatibiltiy.
2200
2201 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2202
2203 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2204
2205 2011-07-31 Dave Abrahams <dave@boostpro.com>
2206
2207 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2208 closures, quote the form properly (bug#9194).
2209
2210 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2213 (gnus-summary-insert-new-articles): Protect against servers that are
2214 down.
2215
2216 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2217
2218 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2219 in mm handle if none is specified.
2220
2221 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2222
2223 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2224
2225 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2226
2227 * nnir.el (nnir-search-thread): New function to make an nnir group
2228 based on a thread query.
2229
2230 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2231 of nnir in thread referral.
2232 (gnus-summary-refer-thread): Use it.
2233
2234 * nnimap.el (nnimap-request-thread): Use it.
2235
2236 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
2238 * shr.el (shr-tag-comment): Ignore HTML comments.
2239
2240 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2241
2242 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2243 argument.
2244 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2245 Use `nnir-address' to handle server info rather than passing an arg.
2246
2247 * nnimap.el (nnimap-make-thread-query): New utility function to format
2248 an imap thread search query.
2249 (nnimap-request-thread): Use it.
2250
2251 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2252 right select-method if we are not going back to the group buffer.
2253
2254 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2255
2256 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2257 enter invalid buffer configurations into the quit form (bug#9107).
2258 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2259 unplugged/plugged.
2260
2261 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2262 keep track of which ones are unread (bug#9061).
2263
2264 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2265 (bug#9055).
2266
2267 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2268 (bug#9041).
2269
2270 * gnus-html.el (mm-util): Require (bug#9073).
2271
2272 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2273 (gnus-summary-refer-thread): Use it to remove duplicates in the
2274 un-threaded view (bug#9053).
2275 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2276
2277 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2278
2279 * nnir.el (nnir-read-server-parm): Use default value from global
2280 variable. Without this the default search engine parameters aren't
2281 used at all.
2282
2283 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2284
2285 * message.el (message-unique-id): Don't use the undocumented return
2286 value from (random t) (bug#9118).
2287
2288 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2289
2290 * message.el (message-auto-save-directory): If the ~/Mail directory
2291 doesn't exist, use ~ as the auto-save directory (bug#4432).
2292
2293 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2294 hasn't already been started.
2295
2296 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2297
2298 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2299
2300 * message.el (message-reply): Work around mysterious bug where
2301 `message-mode' seems to overwrite the locally bound `subject' variable.
2302
2303 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2304
2305 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2306 correct group.
2307
2308 * gnus-int.el (gnus-request-thread): Add group argument.
2309
2310 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2311
2312 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2313
2314 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2315 renamed to `debbugs-gnu-*'.
2316
2317 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2318
2319 * plstore.el: Revert the editing feature since it is not urgent.
2320 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2321 (plstore-mode-decoded): Remove.
2322
2323 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2324
2325 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2326 isn't very interesting any more, and it leaks potentially secret data.
2327 (gnus-debug): Remove.
2328
2329 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2330 use of :custom-show.
2331
2332 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2333
2334 * plstore.el: Add documentation.
2335 (plstore-mode): New mode to edit plstore file.
2336 (plstore-mode-toggle-display, plstore-mode-original)
2337 (plstore-mode-decoded): New command.
2338 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2339 (plstore--insert-buffer, plstore--make): New function.
2340 (plstore-open, plstore-save): Simplify by using them.
2341
2342 2011-07-06 Glenn Morris <rgm@gnu.org>
2343
2344 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2345
2346 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2347
2348 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2349 no longer is much used.
2350 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2351 Articles".
2352
2353 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2354
2355 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2356 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2357 `notmuch' backend.
2358
2359 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * mm-decode.el (mm-text-html-renderer): Doc fix.
2362
2363 * gnus-msg.el (gnus-bug): Fix the MML tag.
2364
2365 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2366
2367 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2368
2369 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2370 secondary methods if started with `gnus-no-server'.
2371
2372 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * message.el (message-return-action): Fix typo in docstring.
2375
2376 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2377
2378 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2379 bug reports at once.
2380
2381 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2382
2383 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2384
2385 * nndraft.el: Require gnus-group.
2386 (nndraft-request-list): Declare.
2387
2388 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2389 no unread article unless it matches gnus-permanently-visible-groups.
2390
2391 * nndraft.el (nndraft-update-unread-articles): New function.
2392 (nndraft-request-associate-buffer): Use it to update the number of
2393 unread articles for the nndraft groups in the group buffer when saving
2394 or killing a draft message.
2395
2396 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2399 systems to binary before writing and reading the mbox files.
2400
2401 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2402 instead of trying to list them all (bug#8978).
2403
2404 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2405
2406 * pop3.el (pop3-open-server): Use :end-of-capability.
2407
2408 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2409
2410 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2411 the id is always a number.
2412
2413 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2414 debbugs mode, if possible.
2415
2416 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2417
2418 * auth-source.el (auth-source-token-passphrase-callback-function):
2419 Reindent.
2420 (epg-context-operation): Remove unnecessary autoload.
2421
2422 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * gnus.el (gnus-list-debbugs): New command.
2425
2426 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2427 mboxstat instead of the maintbox, since the stat seems to be fuller.
2428
2429 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2430 summary buffers.
2431
2432 * message.el (message-get-reply-headers): Delete all duplicates,
2433 instead of the first.
2434 (message-get-reply-headers): Ensure that we have progress while
2435 deleting duplicates.
2436
2437 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2438 gnus-posting-style value from the summary buffer to make it easier to
2439 make that a per-buffer conf.
2440
2441 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2442
2443 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2444 found by setting `shortcut' in 'query.
2445 (nnir-request-article): Use `shortcut' setting when requesting article
2446 by Message-ID.
2447
2448 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2449
2450 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2451 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2452 Bring the pseudo-headers back too.
2453
2454 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2455
2456 * auth-source.el (auth-source-token-passphrase-callback-function):
2457 Simplify and remove EPA dependency.
2458
2459 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2460
2461 * nnir.el (nnir-request-article): Fix error message text.
2462
2463 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2464
2465 * auth-source.el (plstore-delete): Autoload.
2466 (auth-source-plstore-search): Support delete operation.
2467 * plstore.el (plstore-delete): New function.
2468
2469 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2470
2471 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2472 mark actually existing articles as unread rather than the ones that
2473 active asserts.
2474
2475 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2476
2477 * nntp.el (nntp-record-command):
2478 * gnus-util.el (gnus-message-with-timestamp-1):
2479 Use format-time-string rather than decoding time stamps by hand.
2480 This is simpler and insulates the code from potential changes to
2481 current-time format.
2482
2483 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2484
2485 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2486
2487 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2488
2489 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2490 (plstore-save): Support public key encryption.
2491 (plstore--init-from-buffer): New function.
2492 (plstore-open): Use it; fix error when opening a non-existent file.
2493 (plstore-revert): Use plstore--init-from-buffer.
2494
2495 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2496
2497 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2498
2499 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2500
2501 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2502 for old Emacsen.
2503
2504 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2505
2506 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2507 is not fully working.
2508
2509 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2510
2511 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2512 quit window configuration.
2513
2514 * auth-source.el (epg-context-set-passphrase-callback):
2515 Remove duplicate autoload.
2516
2517 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2518
2519 * nnir.el (nnir-request-article): Allow requesting articles by
2520 Message-ID with nnimap.
2521
2522 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2523 current server.
2524
2525 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2526
2527 * auth-source.el: Autoload EPA/EPG functions.
2528 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2529 changed when EPA/EPG is not available.
2530 (auth-source-backend): Rename "arg" member to "data".
2531 (auth-source-backend-parse, auth-source-plstore-search)
2532 (auth-source-plstore-create): Use it.
2533
2534 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2535
2536 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2537 `gnus-refer-article-methods'.
2538
2539 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2540
2541 * auth-source.el: Require EPA and EPG.
2542 (auth-source-passphrase-alist): New variable.
2543 (auth-source-passphrase-callback-function)
2544 (auth-source-token-passphrase-callback-function): Callbacks for the
2545 netrc field encryption (GPG tokens).
2546 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2547 Symmetric encryption and decryption of the netrc GPG tokens.
2548 (auth-source-netrc-normalize): Use them, simplifying the closure.
2549
2550 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2553 non-nil, and `nnimap-split-methods' is nil, use the former.
2554
2555 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2556
2557 * plstore.el (plstore-revert): New function.
2558 (plstore-open): Use it; hide the buffer from user.
2559
2560 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2561
2562 * auth-source.el (auth-source-backend): New member "arg".
2563 (auth-source-backend-parse): Handle new backend 'plstore.
2564 * plstore.el: New file.
2565
2566 2011-06-30 Glenn Morris <rgm@gnu.org>
2567
2568 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2569
2570 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2571
2572 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2575 expiring articles to.
2576
2577 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2578 variations as ASCII (bug#5458).
2579
2580 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2581
2582 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2583
2584 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2585
2586 * message.el (message-point-in-header-p): Tweak the function to default
2587 to saying that we're not in the headers if there is no separator at
2588 all. This makes it possible to use the Message version of `M-q' in
2589 buffers with no headers (bug#7987).
2590 (message-point-in-header-p): Fix last checkin to work with an empty
2591 mail-header-separator, too.
2592
2593 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2594 again, save the choice via customize.
2595
2596 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2597
2598 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2599
2600 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2601 ended the connection, bail out before waiting infinitely on a new
2602 connection.
2603
2604 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2605
2606 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2607 reports.
2608
2609 * gnus.el (gnus-bug-package): Use "gnus."
2610 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2611
2612 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2613
2614 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2615 animations going on at article exit time.
2616
2617 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2618 since removing it breaks people upgrading.
2619
2620 * shr.el (shr-put-image): Use the new interface for animating images.
2621 (shr-put-image): Animate for 60 seconds.
2622
2623 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2624 error with `find-file-hooks' on Emacs 22.
2625 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2626 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2627 on all architectures.
2628
2629 * spam.el (spam-stat): Require in a normal fashion without binding
2630 `spam-stat-install-hooks' to avoid compilation warnings.
2631
2632 * spam-stat.el (spam-stat-install-hooks): Remove.
2633 (spam-stat-install-hooks): Don't run automatically.
2634
2635 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2636
2637 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2638 and keystroke.
2639
2640 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2641
2642 * auth-source.el (auth-source-netrc-cache): Move forward.
2643
2644 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * auth-source.el (auth-source-netrc-create): Don't query the bits that
2647 we already know.
2648 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2649 (auth-source-netrc-create): Don't prompt for the stuff we already know.
2650
2651 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2654 %S format, since that looks odd.
2655 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2656 file, especially when saving.
2657
2658 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
2659
2660 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
2661 article found.
2662
2663 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
2664
2665 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2666 `auth-source-save-secrets' with a more sensitive alist that can be
2667 configured per file. Experimental, so defaults to 'never.
2668 (auth-source-netrc-create): Use it. Still experimental code.
2669 (with-auth-source-epa-overrides): Use `find-file-hooks' if
2670 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2671
2672 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
2673
2674 * auth-source.el (auth-source-save-secrets): New variable to control if
2675 secret tokens should be saved encrypted.
2676 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2677 to `auth-source-netrc-normalize'.
2678 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
2679 on the EPA variables being defined.
2680 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2681 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2682 the lexical-let closure.
2683 (auth-source-netrc-create): Create "gpg:" tokens according to
2684 `auth-source-save-secrets'.
2685
2686 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2687
2688 * gnus-group.el (gnus-group-update-group): Add new argument
2689 `info-unchanged' that stops updating dribble buffer.
2690
2691 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2692 deletes lines matching to it in dribble buffer.
2693
2694 * gnus-agent.el (gnus-agent-fetch-group-1):
2695 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2696 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2697 * gnus-start.el (gnus-group-change-level):
2698 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2699
2700 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2701 if newsgroup info is not changed.
2702
2703 * gnus-group.el (gnus-group-get-new-news-this-group):
2704 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2705 Don't update dribble buffer.
2706
2707 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2708
2709 * gnus-registry.el (gnus-registry-remove-ignored): New function to
2710 remove entries with groups we ignore.
2711
2712 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2713
2714 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2715 the underline comes at the bottom.
2716
2717 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2718
2719 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2720 `gnus-registry-user-format-function-M' and declare the latter obsolete.
2721 (gnus-registry-article-marks-to-names): Rename from
2722 `gnus-registry-user-format-function-M2'.
2723
2724 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2727 ephemeral group.
2728
2729 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2730
2731 * shr.el (shr-browse-image): Copy the URL if called interactively.
2732
2733 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2734
2735 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2736 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
2737 done, then unselected articles may be marked as read.
2738
2739 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2740 since not doing this seems to lead to a race condition in pop3-logon.
2741
2742 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2743 so that the call chain it correct when we call "upwards".
2744
2745 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2746 in read-only groups.
2747
2748 * gnus-group.el (gnus-group-mark-article-read): Ditto.
2749
2750 * message.el (message-cite-reply-position): Doc string fix.
2751
2752 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2753 avoid regexp overflow.
2754 (nnimap-transform-split-mail): Ditto.
2755
2756 * pop3.el (pop3-retr): Error out if the server closes the connection.
2757
2758 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2761 mm-with-unibyte-current-buffer. The buffer should not contain any
2762 multibyte chars anyway at this stage.
2763
2764 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2765
2766 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2767 at the end of lines.
2768
2769 2011-05-29 Julien Danjou <julien@danjou.info>
2770
2771 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2772
2773 2011-05-27 Glenn Morris <rgm@gnu.org>
2774
2775 * gnus-group.el (gnus-bug-group-download-format-alist):
2776 Use the "maintainer" version of debian reports as well.
2777
2778 2011-05-26 Glenn Morris <rgm@gnu.org>
2779
2780 * gnus-group.el (gnus-bug-group-download-format-alist):
2781 Use the "maintainer" version of debbugs.gnu.org reports.
2782
2783 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2784
2785 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2786
2787 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2788
2789 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2790 the thread moves us backwards and so we loop forever.
2791
2792 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
2793
2794 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2795 whitespace in base64 data lines.
2796
2797 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2798
2799 * gnus-registry.el (gnus-registry-user-format-function-M):
2800 Use `mapconcat'.
2801 (gnus-registry-user-format-function-M2): Use to see the full text of
2802 the marks. Make "," the mark text separator.
2803
2804 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2805 authentication with auth-source.
2806
2807 2011-05-17 Glenn Morris <rgm@gnu.org>
2808
2809 * gnus-group.el (gnus-import-other-newsrc-file):
2810 Use insert-file-contents.
2811
2812 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
2813
2814 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2815 1000 iterations.
2816
2817 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * nntp.el (nntp-open-connection): Check if process-type is available.
2820
2821 2011-05-16 Julien Danjou <julien@danjou.info>
2822
2823 * shr.el (shr-tag-del): Add support for del tag.
2824
2825 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * gnus-html.el (gnus-html-put-image): Register a displayer.
2828
2829 * shr.el (shr-image-displayer): Don't remove text props from alt text.
2830
2831 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
2832
2833 * registry.el (prune-factor): New initialization parameter defaulting
2834 to 0.1.
2835 (registry-prune-hard): Use it.
2836
2837 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2838 0.1 expicitly.
2839
2840 2011-05-13 Glenn Morris <rgm@gnu.org>
2841
2842 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2843 is bound, since this function requires sendmail.
2844
2845 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2846
2847 * registry.el (registry-usage-test): Disable pruning test.
2848
2849 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
2850
2851 * registry.el (registry-prune-hard-candidates)
2852 (registry-prune-soft-candidates): Helper methods for registry pruning.
2853 (registry-prune): Use them. Make the sort function optional.
2854
2855 2011-05-10 Jim Meyering <meyering@redhat.com>
2856
2857 * shr.el (shr-colorize-region): Fix typo "on on -> on".
2858
2859 2011-05-10 Julien Danjou <julien@danjou.info>
2860
2861 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2862 symbol and not a list.
2863
2864 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2865
2866 * gnus-art.el (gnus-article-mode): Move binding of
2867 shr-put-image-function here from gnus-article-prepare-display.
2868
2869 * shr.el (shr-put-image-function): New variable.
2870 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2871 (shr-put-image): Return scaled image.
2872
2873 * gnus-art.el (gnus-shr-put-image): New function.
2874 (gnus-article-prepare-display): Bind shr-put-image-function to it.
2875
2876 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2877 original ones, as deletable.
2878
2879 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * nntp.el (nntp-open-connection): Set TCP keepalive option.
2882
2883 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2884
2885 * registry.el (registry-full): Add convenience method. Fix logic.
2886 (registry-insert): Use it. Fix logic here too.
2887
2888 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2889 `registry-prune' if `registry-full' returns t.
2890 (gnus-registry-handle-action)
2891 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2892 (gnus-registry-usage-test): Use it.
2893
2894 2011-05-07 Julien Danjou <julien@danjou.info>
2895
2896 * shr.el (shr-link): Make shr-link inherit from link by default.
2897
2898 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
2899
2900 * shr.el (shr-urlify, shr-link): Fix shr-link face.
2901
2902 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2903
2904 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2905 error out because the face is not a list.
2906
2907 2011-05-05 Glenn Morris <rgm@gnu.org>
2908
2909 * gnus-start.el (gnus-propagate-marks): Declare.
2910
2911 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2912
2913 * registry.el (registry-reindex): Fix percentage message.
2914
2915 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2916
2917 * shr.el: Add shr-link face for links.
2918 (shr-urlify): Use it.
2919
2920 * registry.el (registry-insert): Make error message more helpful.
2921
2922 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2923
2924 * gnus-html.el (gnus-html-schedule-image-fetching):
2925 Use url-queue-retrieve, if it exists.
2926
2927 * shr.el (shr-tag-img): Ditto.
2928
2929 * gnus.el: Autoload more gnus-agent functions.
2930
2931 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2932 agent if we haven't already (bug#8502).
2933
2934 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2935 into the Agent, too.
2936
2937 * gnus-agent.el (gnus-agent-store-article): New function.
2938
2939 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2940 and moved from that file for reuse.
2941
2942 * pop3.el (pop3-open-server): Error messages are "-ERR".
2943
2944 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2947 (open-tls-stream): Remove superfluous tls/starttls autoloads.
2948
2949 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2952 buffer has moved to a different frame.
2953
2954 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2955
2956 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2957 to get the conversion from unibyte to multibyte buffers to work on
2958 Emacs 22.
2959
2960 * nntp.el (nntp-request-article): Slight clean-up.
2961
2962 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963
2964 * shr.el (shr-strike-through): New face.
2965 (shr-tag-s): Use it to provide <s> support.
2966 (shr-tag-s): Remove duplicate definition.
2967
2968 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2969
2970 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2971 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2972
2973 2011-04-23 Glenn Morris <rgm@gnu.org>
2974
2975 * gnus-sum.el (gnus-extra-headers): Bump :version.
2976
2977 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2978
2979 * shr.el (shr-tag-sup): New function.
2980 (shr-tag-sub): Ditto.
2981
2982 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
2983
2984 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2985 for the case where `gnus-registry-ignored-groups' is a list of lists,
2986 and don't call `gnus-parameter-registry-ignore' otherwise.
2987
2988 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2989
2990 * nnimap.el (nnimap-user): New backend variable.
2991 (nnimap-open-connection-1): Use it.
2992 (nnimap-credentials): Accept user parameter so it's explicit what user
2993 name is desired.
2994
2995 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2996 default.
2997
2998 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2999 not gnus-registry.el.
3000
3001 * gnus-registry.el: Mention in comments how to modify
3002 `gnus-extra-headers' for proper recipient tracking and that it may
3003 already have To and Cc recently, which it does as of this commit.
3004 (gnus-registry-ignored-groups): Remove defcustom.
3005 Explain why in comments.
3006 (gnus-registry-action): Fix data-header reference to use the extra
3007 headers. Explain in package commentary how to add To and Cc headers to
3008 the gnus-extra-headers.
3009 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3010 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3011 parameter list or a string list in `gnus-registry-ignored-groups'.
3012 Fix logic error.
3013
3014 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3015
3016 * shr.el (shr-expand-url): Protect against null urls.
3017
3018 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3019
3020 * shr.el (shr-base): New binding.
3021 (shr-tag-base): Keep track of <base>.
3022 (shr-expand-url): New function used throughout.
3023
3024 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3025
3026 * gnus-registry.el
3027 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3028 (gnus-registry-ignored-groups): New variable.
3029 (gnus-registry-ignore-group-p): Use it.
3030 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3031 set the destination group to nil (same as delete) if it's ignored.
3032
3033 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3034
3035 * gnus-registry.el (gnus-registry-action)
3036 (gnus-registry-fetch-header-fast):
3037 Don't use mail-header that looks an internal function of mailheader.el.
3038
3039 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3040
3041 * gnus-registry.el: Eliminate cl functions.
3042 (gnus-registry-sort-addresses): New function that replaces mapcan.
3043 (gnus-registry-action, gnus-registry-spool-action)
3044 (gnus-registry-split-fancy-with-parent)
3045 (gnus-registry-fetch-recipients-fast): Use it.
3046 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3047
3048 * registry.el (initialize-instance, registry-lookup)
3049 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3050 (registry-lookup-secondary-value, registry-search, registry-delete)
3051 (registry-insert, registry-reindex, registry-size, registry-prune):
3052 Use eval-and-compile.
3053
3054 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3055
3056 * registry.el (registry-reindex): New method to recreate the secondary
3057 registry indices.
3058
3059 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3060 tracked field changes.
3061 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3062 (gnus-registry-action, gnus-registry-spool-action)
3063 (gnus-registry-handle-action)
3064 (gnus-registry--split-fancy-with-parent-internal)
3065 (gnus-registry-split-fancy-with-parent)
3066 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3067 move, and delete actions, and for fancy splitting with parent.
3068 (gnus-registry-extract-addresses)
3069 (gnus-registry-fetch-recipients-fast)
3070 (gnus-registry-fetch-header-fast): Convenience functions.
3071 (gnus-registry-misc-test): ERT test of
3072 `gnus-registry-extract-addresses'.
3073
3074 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3075
3076 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3077 Track by subject first, then sender.
3078
3079 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3082
3083 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3084 Lisp.
3085
3086 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3087 (gnus-draft-send): Use it to avoid popping
3088 up frames from gnus-group-send-queue.
3089
3090 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3091
3092 * gnus-registry.el: Updated gnus-registry docs.
3093
3094 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3095
3096 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3097 Fix logic bug.
3098 (gnus-registry-post-process-groups): Fix logging of no results and
3099 quote sender and subject.
3100
3101 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3102
3103 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3104 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3105 we had no early-data returned.
3106 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3107 two async commands to the same server at the same time.
3108
3109 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3110
3111 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3112
3113 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3116 "warning" level.
3117
3118 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3119 (mm-url-insert-file-contents): Don't set the package names.
3120
3121 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3122
3123 * gnus-registry.el (gnus-registry-action): Remove properties and
3124 simplify subject in `gnus-registry-handle-action'.
3125 (gnus-registry-spool-action): Get subject and sender from message if
3126 they are not passed in.
3127 (gnus-registry-handle-action): Remove properties and simplify subject
3128 consistently.
3129
3130 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * registry.el: Require CL before using defmacro*.
3133
3134 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3135
3136 * gnus-art.el (article-treat-date): Assume that
3137 gnus-article-date-headers may be a group parameter.
3138
3139 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3140
3141 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3142
3143 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3144 interactively so the newsrc file can contain foreign groups too.
3145 Useful for debugging but not much for users.
3146
3147 2011-04-07 David Engster <dengste@eml.cc>
3148
3149 * registry.el (registry-usage-test): Only do
3150 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3151 lexical binding.
3152
3153 2011-04-06 David Engster <dengste@eml.cc>
3154
3155 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3156 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3157
3158 2011-04-06 David Engster <dengste@eml.cc>
3159
3160 * registry.el (initialize-instance): Change :after to :AFTER to be
3161 compatible with old EIEIO version in XEmacs.
3162
3163 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3164
3165 * gnus-registry.el (gnus-registry-post-process-groups)
3166 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3167 and provide better messaging.
3168
3169 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3170
3171 * gnus-registry.el: Don't use ERT if it's not available. Load it
3172 unconditionally anyway, discarding errors.
3173 (gnus-registry-delete-entries): New convenience function.
3174 (gnus-registry-import-eld): Import from old .eld registry.
3175
3176 * registry.el: Don't use ERT if it's not available. Load it
3177 unconditionally anyway, discarding errors.
3178
3179 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3180 version from the Claudio Bley GnuTLS patch (extra optional parameters
3181 and host name).
3182
3183 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3184
3185 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3186 fixup the parameters that can be customized by the user between
3187 save/read cycles.
3188 (gnus-registry-read): Use it.
3189 (gnus-registry-make-db): Use it.
3190 (gnus-registry-spool-action, gnus-registry-handle-action):
3191 Fix messaging.
3192 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3193 Map references to actual group names with sender and subject tracking.
3194 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3195 (gnus-registry-usage-test): Add subject lookup test.
3196
3197 * registry.el (registry-db, initialize-instance): Set up constructor
3198 instead of :initform arguments for the sake of older Emacsen.
3199 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3200 pre-lexbind merge bug.
3201 (registry-usage-test): Use it.
3202 (initialize-instance, registry-db): Move the non-function initforms
3203 back to the class definition.
3204
3205 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3206
3207 * registry.el: New library to manage gnus-registry-style data.
3208
3209 * gnus-registry.el: Use it (major rewrite).
3210
3211 * nnregistry.el: Use it.
3212
3213 * spam.el: Use it.
3214
3215 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3216
3217 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3218 marks on non-selected articles.
3219
3220 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3223
3224 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3225 parameter to open-protocol-stream.
3226
3227 2011-04-01 Julien Danjou <julien@danjou.info>
3228
3229 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3230 fundamental-mode.
3231
3232 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3235 servers.
3236
3237 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3240 made marks not propagate, again.
3241
3242 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3245 Make this the default type.
3246 (proto-stream-open-plain): Rename from proto-stream-open-default.
3247 (open-protocol-stream, proto-stream-open-starttls)
3248 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3249 with `plain'.
3250
3251 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3252 value.
3253
3254 * nntp.el (nntp-open-connection-function): Document the fact that some
3255 values are not functions but are instead handled specially.
3256 Recognize nntp-open-plain-stream value.
3257 (nntp-open-connection): Recognize that value.
3258
3259 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3260
3261 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3262 stuff.
3263
3264 * gnus-score.el (gnus-score-string): Fix calling convention of
3265 `gnus-simplify-buffer-fuzzy' after last patches.
3266
3267 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3268 server for articles we didn't get any headers for. This is a sanity
3269 check.
3270
3271 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3272
3273 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3274 new CAPABILITY, use it.
3275
3276 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277
3278 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3279 downloading anything.
3280
3281 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3282
3283 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3284
3285 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3286 colors.
3287 (gnus-splash-svg-color-symbols): New function.
3288
3289 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3292 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3293 (gnus-simplify-subject-fuzzy): Use the local
3294 gnus-simplify-subject-fuzzy-regex instead of the global one.
3295 This makes using this variable in group parameters work.
3296
3297 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3298
3299 * gnus-registry.el (gnus-registry-unfollowed-groups):
3300 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3301 archive:sent-YYYY-MM-DD groups).
3302 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3303 tracking if there are more than `gnus-registry-max-track-groups'
3304 matches.
3305
3306 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * message.el (message--yank-original-internal): New function to do the
3309 insertion cleanly inside eval in `message-yank-original'.
3310 (message-yank-original): Use it.
3311
3312 2011-03-29 Julien Danjou <julien@danjou.info>
3313
3314 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3315 local variables disabled rather than `normal-mode'.
3316
3317 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3320 with open-network-stream.
3321 (proto-stream-always-use-starttls): Option removed.
3322 (open-protocol-stream): Return a process object by default. Provide a
3323 new parameter :return-list specifying a list-type return value, which
3324 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3325 :type `network' to `try-starttls', and `network-only' to `default'.
3326 Make `default' the default, for compatibility with open-network-stream.
3327 Handle the no-parameter case exactly as open-network-stream, with no
3328 additional stream processing. Search plists using plist-get.
3329 Explicitly add :end-of-commend parameter if it is missing.
3330 (proto-stream-open-default): Rename from
3331 proto-stream-open-network-only. Return 'default as the type.
3332 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3333 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3334 failed. Always return a list with a (possibly dead) process as the
3335 first element, for compatibility with open-network-stream.
3336 (proto-stream-open-tls): Use plist-get. Always return a list.
3337 (proto-stream-open-shell): Return `default' as connection type.
3338 (proto-stream-capability-open): Use plist-get.
3339 (proto-stream-eoc): Function deleted.
3340
3341 * nnimap.el (nnimap-stream, nnimap-open-connection)
3342 (nnimap-open-connection-1): Handle renaming of :type parameter for
3343 open-protocol-stream.
3344 (nnimap-open-connection-1): Pass a :return-list parameter
3345 open-protocol-stream to obtain a list return value. Parse this list
3346 using plist-get.
3347
3348 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3349 for open-protocol-stream. Accept open-protocol-stream return value
3350 that is a subprocess object instead of a list. Handle the case of a
3351 dead returned process.
3352
3353 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3354
3355 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3356
3357 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3358
3359 2011-03-21 Julien Danjou <julien@danjou.info>
3360
3361 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3362 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3363 query.
3364 (mm-inline-text): Render normal text with fontification whenever
3365 possible.
3366
3367 * gnus-sum.el (gnus-summary-save-parts-1):
3368 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3369 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3370 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3371 Use `mm-handle-filename'.
3372
3373 * mm-util.el (mm-handle-filename): New function, return the filename of
3374 an handle.
3375
3376 2011-03-18 Julien Danjou <julien@danjou.info>
3377
3378 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3379 (gnus-buffer-live-p): Check that buffer is not nil.
3380
3381 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3382
3383 * gnus-art.el: Require mouse, which the build bot seems to say is
3384 needed.
3385
3386 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3387 XEmacs, since it doesn't have url-retrieve-synchronously.
3388
3389 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3390
3391 * gnus-group.el (gnus-group-list-ticked): New function.
3392 (gnus-group-make-menu-bar): Provide a menu entry for it.
3393 (gnus-group-list-map): Provide a binding for it.
3394
3395 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3396
3397 * shr.el (shr-visit-file): New command.
3398
3399 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3400
3401 2011-03-17 Bjørn Mork <bjorn@mork.no>
3402
3403 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3404 servers.
3405
3406 2011-03-16 Julien Danjou <julien@danjou.info>
3407
3408 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3409 inline.
3410
3411 * gnus-art.el (article-hide-list-identifiers):
3412 Use gnus-group-get-list-identifiers.
3413
3414 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3415 (gnus-summary-remove-list-identifiers):
3416 Use gnus-group-get-list-identifiers to get regexp.
3417 (gnus-select-newsgroup, gnus-summary-insert-subject)
3418 (gnus-summary-insert-articles):
3419 Call gnus-summary-remove-list-identifiers unconditionally.
3420
3421 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3424 we're selecting a group with unread articles.
3425
3426 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3427
3428 * gssapi.el: New file separated out from imap.el to provide a general
3429 Kerberos 5 connection facility for Emacs.
3430
3431 * message.el (message-elide-ellipsis): Document the format spec
3432 ellipsis.
3433
3434 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3435
3436 * message.el (message-elide-region): Allow the ellipsis to say how many
3437 lines were removed.
3438
3439 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3442 window configurations containing buffers that are now dead.
3443
3444 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3445 parsing to avoid integer overflows.
3446 (nnimap-parse-flags): Simplify the last change.
3447 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3448 too large for 32-bit Emacsen.
3449
3450 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * auth-source.el (auth-source-netrc-create):
3453 * message.el (message-yank-original): Fix use of `case'.
3454
3455 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3456
3457 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3458 XEmacs, which was one character too wide.
3459
3460 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3461
3462 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3463 default number of articles to display.
3464 (gnus-articles-to-read): Use pretty names for prompt.
3465
3466 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3467
3468 * gnus-int.el (gnus-open-server): Ditto.
3469
3470 * gnus-start.el (gnus-activate-group): Give a backtrace if
3471 debug-on-quit is set and the user hits `C-g'.
3472 (gnus-read-active-file): Ditto.
3473
3474 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3475
3476 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3477
3478 * message.el (message-yank-original): Use cond instead of CL case.
3479
3480 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * auth-source.el (auth-source-netrc-create): Use usual format for the
3483 default in prompts.
3484
3485 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3486
3487 * auth-source.el (auth-source-netrc-create): Show the default in the
3488 prompt when prompting for token creation.
3489
3490 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3491
3492 * auth-source.el (auth-source-format-prompt): Always convert the value
3493 to a string to avoid evaluating non-string arguments.
3494 (auth-source-netrc-create): Offer default properly, not as initial
3495 content in `read-string'.
3496 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3497 of line to determine if we've been run before. If so, don't run again,
3498 but print a trivial message to indicate the cache was hit instead.
3499
3500 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3501
3502 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3503 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3504 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3505 Gnus.
3506
3507 2011-03-11 Julien Danjou <julien@danjou.info>
3508
3509 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3510 modified file".
3511
3512 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3513
3514 * auth-source.el (auth-source-read-char-choice): New function to read a
3515 character choice using `dropdown-list', `read-char-choice', or
3516 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3517 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3518 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3519 (auth-source-netrc-saver): Use it.
3520 (auth-source-pick-first-password): New convenience function.
3521
3522 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3525 parameter in the credentials.
3526 (nnimap-open-connection-1): Use it after a successful login.
3527 (nnimap-credentials): Add IMAP-specific user and password prompt.
3528
3529 * auth-source.el (auth-source-search): Add :require parameter, taking a
3530 list. Document it and the :save-function return token. Pass :require
3531 down. Change the CREATED message from a warning to a debug statement.
3532 (auth-source-search-backends): Pass :require down.
3533 (auth-source-netrc-search): Pass :require down.
3534 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3535 Change save prompt to indicate all modifications saved here are
3536 deletions.
3537 (auth-source-netrc-create): Take user login name as default in user
3538 prompt. Move all the save functionality to a lexically bound function
3539 under the :save-function token in the returned list. Set up clearer
3540 default prompts for user, host, port, and secret.
3541 (auth-source-netrc-saver): New function, intended to be wrapped for
3542 :save-function.
3543
3544 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * Version 23.3 released.
3547
3548 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3551 lines to be spaces instead.
3552
3553 2011-03-07 Julien Danjou <julien@danjou.info>
3554
3555 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3556 (sieve-sasl-auth): Check that auth-source-search did return something,
3557 or just return an empty string.
3558
3559 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3560
3561 * gnus.el (gnus-interactive): Use read-directory-name.
3562
3563 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3564 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3565 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3566 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3567 Likewise.
3568
3569 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3570
3571 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3572
3573 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3574 onto the list of killed groups, too. This makes killed nnimap groups,
3575 for instance, more reliably not reappear.
3576
3577 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3578 the parent.
3579
3580 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3581
3582 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3583 really have server-side marks.
3584
3585 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3586 since most backends do not usefully have server-side marks.
3587 (gnus-update-read-articles): Propagate marks to all backends that
3588 really have server-side marks.
3589
3590 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3591
3592 * message.el (message-cite-reply-position, message-cite-style):
3593 New variables.
3594 (message-yank-original): Use the new citation styles.
3595
3596 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3597
3598 * message.el (message-options): Revert the change that's a workaround
3599 for XEmacs buffer-local issue; don't mark it buffer-local when running
3600 under XEmacs.
3601
3602 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3603
3604 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3605 numbers too big to be `read'.
3606
3607 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3608
3609 * message.el (message-options): Make buffer-local two ways to attempt
3610 to fix a XEmacs bug.
3611
3612 2011-03-02 Julien Danjou <julien@danjou.info>
3613
3614 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3615
3616 2011-03-01 Julien Danjou <julien@danjou.info>
3617
3618 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3619 group.
3620 (article-hide-list-identifiers): Use list-identifier group parameter.
3621
3622 2011-02-28 Julien Danjou <julien@danjou.info>
3623
3624 * sieve.el (sieve-buffer-script-name): New local variable to store
3625 sieve script name.
3626 (sieve-edit-script): Store sieve script name.
3627 (sieve-upload): Use sieve script name when uploading.
3628 (sieve-upload): Use substitute-command-keys.
3629 (sieve-edit-script): Use substitute-command-keys.
3630 (sieve-refresh-scriptlist): Use substitute-command-keys.
3631 (sieve-manage-mode-map): Define keymap properly.
3632 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3633 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3634 Remove commented code about cvs.
3635 (sieve-manage-quit): New function.
3636 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3637
3638 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3641
3642 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
3643
3644 * auth-source.el (auth-source-search): Cache empty result sets.
3645
3646 * auth-source.el (auth-source-save-behavior): New variable to replace
3647 `auth-source-never-create'.
3648 (auth-source-netrc-create): Use it.
3649 (auth-source-never-save): Remove.
3650
3651 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
3652
3653 * nnimap.el (nnimap-stream): Doc fix.
3654 (nnimap-open-connection-1): Reverse the order of the ports to that the
3655 prompted-for port is first.
3656
3657 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3658 retrieval by the no-group selection.
3659
3660 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3661 numerical parameters.
3662
3663 2011-02-25 Julien Danjou <julien@danjou.info>
3664
3665 * gnus-gravatar.el: Use gnus-with-article-buffer.
3666
3667 * gnus-art.el (gnus-with-article-buffer): Check that the
3668 gnus-article-buffer is alive.
3669
3670 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
3671
3672 * auth-source.el (auth-source-creation-prompts): New variable to manage
3673 creation-time prompts.
3674 (auth-source-search): Document it.
3675 (auth-source-format-prompt): Add utility function.
3676 (auth-source-netrc-create): Don't default the user name to
3677 user-login-name. Use `auth-source-creation-prompts' and some default
3678 prompts for user, host, port, and password (the default generic prompt
3679 remains ugly).
3680 (auth-source-never-save): Add customizable option to never save info.
3681 (auth-source-netrc-create): Use it and improve save prompts. Fix help
3682 mode excursion.
3683
3684 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3685
3686 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3687 argument that XEmacs doesn't support.
3688
3689 2011-02-23 Julien Danjou <julien@danjou.info>
3690
3691 * gnus-art.el (article-make-date-line): Ignore errors if time is
3692 invalid and not convertible.
3693 (article-make-date-line): Only add lapsed time if time is not nil.
3694
3695 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
3696
3697 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3698 `read-char-choice' for backwards compatibility.
3699 (auth-source-netrc-element-or-first): New function to DTRT for
3700 parameter extraction.
3701 (auth-source-netrc-create): Use it and fix multiple parameter print
3702 bug. Use the default passed from above (given-default) or the
3703 built-in (user-login-name for :user).
3704
3705 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
3706
3707 * gnus-start.el (gnus-dribble-read-file):
3708 Set buffer-save-without-query, since we always want to save the dribble
3709 file, probably.
3710
3711 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3712 nnimap.
3713
3714 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3715 -summary- since it's a user-visible variable.
3716
3717 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3718 first time you use the new Gnus.
3719
3720 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3721
3722 * auth-source.el: Don't load netrc.el.
3723 (auth-sources): Search ~/.netrc as well by default.
3724 (auth-source-debug): Add 'trivia option for extra output.
3725 (auth-source-do-trivia): Use it.
3726 (auth-source-search): Simplify logic to use
3727 `auth-source-search-backends'. Use `auth-source-do-trivia' where
3728 appropriate. Don't keep a running count at this level. Layer :create
3729 and :delete options appropriately on the first and second passes.
3730 Don't track the backend with the search results.
3731 (auth-source-search-backends): New function to search a list of
3732 backends for a processed spec.
3733 (auth-source-netrc-parse): Cache all netrc files, making
3734 auth-source-netrc-cache an alist keyed by the file name and using the
3735 file mtime as the caching criterion. Keep the obfuscated data secret
3736 with a lexical bind.
3737 (auth-source-netrc-search): Don't calculate the length of the results
3738 unnecessarily.
3739 (auth-source-search-backends): Fix bug.
3740 (auth-source-netrc-create): Rework prompts.
3741
3742 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
3743
3744 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3745 Lower case names of search constraints.
3746 (nnir-run-query): Cache and reuse search constraints for all imap
3747 servers.
3748
3749 2011-02-22 Sam Steingold <sds@gnu.org>
3750
3751 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
3752
3753 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
3754
3755 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3756 after exit.
3757 (gnus-setup-message): Define missing variable from last checkin.
3758
3759 * gnus-sum.el (gnus-summary-show-article): When called with t as the
3760 value, show the raw article.
3761
3762 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3763
3764 * nnimap.el (nnimap-open-connection-1): Revert last change, since
3765 auth-source now accepts numbers.
3766
3767 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3768 spec, too.
3769 (auth-source-ensure-strings): New function.
3770
3771 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3772 (gnus-article-setup-buffer): Always restart the date timer so that user
3773 changes to the frequency is respected.
3774
3775 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3776 port numbers, so make sure it gets that if nnimap-server-port is
3777 explicit.
3778
3779 2011-02-21 Simon Josefsson <simon@josefsson.org>
3780
3781 * nnimap.el (nnimap-inbox): Doc fix.
3782
3783 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * shr-color.el (shr-color->hexadecimal): Use renamed function names
3786 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3787 color-lab-to-srgb.
3788
3789 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3790
3791 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3792 given method as in the group name if we're using an extended method.
3793 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3794 command, if we're using that, instead of waiting for the beginning.
3795
3796 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3797 we're sure to get unique server names, and we don't output two async
3798 commands in the same buffer. This fixes an NNTP hang for some users.
3799
3800 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3801
3802 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3803 summary buffer before reading going to the next buffer. This avoids
3804 putting the point in the group buffer if you `C-g' the command.
3805
3806 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3807 cache (for now) to make ~/.authinfo.gpg files usable.
3808
3809 * nnfolder.el (copyright-update): Define for the compiler.
3810
3811 * auth-source.el (auth-source-search): Fix unbound variable.
3812
3813 2011-02-19 Glenn Morris <rgm@gnu.org>
3814
3815 * gnus.el (gnus-meta): Doc fix.
3816
3817 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3820 in case it's not yet loaded.
3821
3822 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3823
3824 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3825 line we're waiting for.
3826
3827 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3828
3829 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3830 face with line-width greater than zero will cause RET in gnus summary
3831 buffer to scroll down article page-wise because auto vscroll happens,
3832 it should be temporally disabled when doing a scroll-up.
3833
3834 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
3835
3836 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3837 outputs from the server.
3838
3839 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3840
3841 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3842 later so that bbdb can hook in easier.
3843
3844 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3845
3846 * auth-source.el (auth-source-search): Don't try to create credentials
3847 if the caller doesn't want that.
3848 (auth-source-search): If we don't find a match, don't bug out on
3849 non-bound variables.
3850 (auth-source-search): Only ask a single backend to create the
3851 credentials.
3852
3853 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3854 logging.
3855 (nnimap-credentials): Protect against auth-source-search returning nil.
3856 (nnimap-request-list): Protect against not being able to open the
3857 server.
3858
3859 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
3860
3861 * auth-source.el (auth-source-search): Do a two-phase search, one with
3862 no :create to get the responses from all backends.
3863
3864 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3865 when getting credentials.
3866
3867 * gnus-util.el (gnus-delete-duplicates): New function.
3868
3869 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3870
3871 * nnimap.el (nnimap-credentials): Instead of picking the first port as
3872 a creation default, pass the whole port list down. It will be
3873 completed.
3874
3875 * auth-source.el (auth-source-search): Updated docs to talk about
3876 multiple creation choices.
3877 (auth-source-netrc-create): Accept a list as a value (from the search
3878 parameters) and do completion on that list. Keep a separate netrc line
3879 with the password obscured for showing the user.
3880
3881 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3882 first choice to `auth-source-search' so it will be used for entry
3883 creation instead of the server's Gnus-specific name.
3884 (nnimap-credentials): Rely on the auth-source library to select which
3885 port is actually wanted in the new netrc entry, so don't override
3886 `auth-source-creation-defaults'.
3887
3888 * auth-source.el (auth-source-netrc-parse): Use :port instead of
3889 :protocol and accept a missing user, host, or port as a wildcard match.
3890 (auth-source-debug): Default to off.
3891
3892 (auth-source-netrc-search, auth-source-netrc-create)
3893 (auth-source-secrets-search, auth-source-secrets-create)
3894 (auth-source-user-or-password, auth-source-backend, auth-sources)
3895 (auth-source-backend-parse-parameters, auth-source-search): Use :port
3896 instead of :protocol.
3897
3898 * nnimap.el (nnimap-credentials): Pass a port default to
3899 `auth-source-search' in case an entry needs to be created.
3900 (nnimap-open-connection-1): Use :port instead of :protocol.
3901
3902 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3903
3904 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
3905 instead of delete-dups that is not available in XEmacs 21.4.
3906
3907 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
3908
3909 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3910 nil means that nnimap doesn't get updated.
3911
3912 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
3913
3914 * auth-source.el (auth-source-netrc-create): Return a synthetic search
3915 result when the user doesn't want to write to the file.
3916 (auth-source-netrc-search): Expect a synthetic result and proceed
3917 accordingly.
3918 (auth-source-cache-expiry): New variable to override
3919 `password-cache-expiry'.
3920 (auth-source-remember): Use it.
3921
3922 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3923 parameter. Create entry if necessary by using :create t.
3924 (nnimap-open-connection-1): Don't pass `inhibit-create'.
3925
3926 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
3927
3928 * auth-source.el (auth-source-debug): Enable by default and don't
3929 mention the obsolete `auth-source-hide-passwords'.
3930 (auth-source-do-warn): New function to debug unconditionally.
3931 (auth-source-do-debug): Use it.
3932 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3933 and for Secrets API entries when the secrets.el library is not
3934 available.
3935
3936 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3937
3938 * gnus-sum.el (gnus-propagate-marks): Default to nil.
3939 (gnus-summary-exit): Kill the correct article buffer on exit from a
3940 `C-d' group.
3941
3942 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3943 gnus-propagate-marks.
3944
3945 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3946 before killing the buffers so that a non-full window conf gets handled
3947 correctly.
3948 (gnus-summary-exit): Ditto.
3949 (gnus-summary-read-group-1): Ditto.
3950
3951 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3952 async code again so that we can debug it properly.
3953
3954 * message.el (message-reply): Take an optional switch-buffer parameter
3955 so that Gnus window confs are respected better.
3956
3957 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3958
3959 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3960 `plist-get' to accept non-list parameters (XEmacs issue).
3961 Fix docstring.
3962 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3963 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3964 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3965 Login collection is "Login" and not "login".
3966
3967 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3968
3969 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3970 multiple headers.
3971
3972 * nnimap.el (nnimap-inhibit-logging): New variable.
3973 (nnimap-log-command): Don't log login commands.
3974
3975 * auth-source.el (auth-source-netrc-search): The asserts seem to want
3976 to have more parameters.
3977
3978 * nnimap.el (nnimap-send-command): Mark the command time for each
3979 command, so that we don't get NOOPs stepping on our toes.
3980
3981 * gnus-art.el (article-date-ut): Get the date from the Date header on
3982 `t'.
3983
3984 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
3985
3986 * auth-source.el (auth-source-search): Use copy-sequence instead of
3987 the cl.el copy-list.
3988
3989 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
3990
3991 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3992 Improve prompt.
3993
3994 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3995
3996 * gnus-art.el (gnus-article-mode-line-format): Remove the article
3997 washing status from the default format. It isn't very informative.
3998
3999 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4000
4001 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4002 Fix Gcc processing on imap.
4003
4004 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * message.el (message-bury): Don't pop up a new window when selected
4007 window is dedicated.
4008
4009 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4010
4011 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4012
4013 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4014
4015 * sieve-manage.el: Autoload `auth-source-search'.
4016 (sieve-sasl-auth): Use it.
4017
4018 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4019
4020 * nnimap.el: Autoload `auth-source-forget+'.
4021 (nnimap-open-connection-1): Use it if the connection fails.
4022
4023 * auth-source.el: Require `password-cache'.
4024 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4025 obsolete.
4026 (auth-source-magic): Marker for `password-cache' keys.
4027 (auth-source-do-cache): Update docstring.
4028 (auth-source-search): Use and check cache.
4029 (auth-source-forget-all-cached, auth-source-remember)
4030 (auth-source-recall, auth-source-forget, auth-source-forget+)
4031 (auth-source-specmatchp): Caching support functions.
4032 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4033 Remove and obsolete.
4034 (auth-source-user-or-password): Remove caching to further discourage
4035 using it. Always hide passwords.
4036
4037 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4038
4039 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4040 code for now, since it doesn't work for all users.
4041
4042 2011-02-09 Julien Danjou <julien@danjou.info>
4043
4044 * message.el (message-options): Make message-options really buffer
4045 local.
4046
4047 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4048
4049 * mail-source.el: Autoload `auth-source-search'.
4050 (mail-source-keyword-map): Note order matters.
4051 (mail-source-set-1): Get all the mail-source source values and
4052 defaults and search auth-source on those if needed. This can all
4053 probably be simplified.
4054
4055 * nnimap.el: Autoload `auth-source-search'.
4056 (nnimap-credentials): Use it.
4057 (nnimap-open-connection-1): Ask for the virtual server and physical
4058 address in one shot.
4059
4060 * nntp.el: Autoload `auth-source-search'.
4061 (nntp-send-authinfo): Use it. Note TODO.
4062
4063 2011-02-08 Julien Danjou <julien@danjou.info>
4064
4065 * shr.el (shr-tag-body): Add support for text attribute in body
4066 markups.
4067
4068 * message.el (message-options): Make message-options a local variable.
4069
4070 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4071
4072 * auth-source.el (auth-source-secrets-search)
4073 (auth-source-user-or-password): Use `append' instead of `nconc'.
4074 (auth-source-user-or-password): Build return list better and protect
4075 against nil :secret.
4076
4077 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4078
4079 * nnimap.el (nnimap-update-info): Refactor slightly.
4080 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4081 (nnimap-update-info): Clean up slightly.
4082 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4083 characters.
4084 (nnimap-process-quirk): Rename function to avoid collision.
4085 (nnimap-update-info): Fix macrology bug-out.
4086 (nnimap-update-info): Simplify split history test.
4087
4088 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * auth-source.el (top): Require 'eieio unconditionally.
4091 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4092 (auth-source-secrets-search): Limit search when `max' is greater than
4093 number of results.
4094
4095 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4096
4097 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4098 part not returning any data.
4099
4100 * proto-stream.el (open-protocol-stream): Document the return value.
4101
4102 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4103
4104 * auth-source.el (auth-source-secrets-search): Add examples.
4105
4106 2011-02-06 Julien Danjou <julien@danjou.info>
4107
4108 * message.el (message-setup-1): Handle message-generate-headers-first
4109 set to t.
4110
4111 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4112
4113 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4114 API with a string "secrets:collection-name" and with 'default.
4115 (auth-source-backend-parse): Parse "secrets:collection-name" and
4116 'default. Recurse on parses instead of repeating code. Use the
4117 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4118 message when ignoring a source.
4119 (auth-source-search): List ignored search keys at the top level.
4120 (auth-source-netrc-create): Use `case' instead of `cond'.
4121 (auth-source-secrets-search): Created with TODOs.
4122 (auth-source-secrets-create): Created with TODOs.
4123 (auth-source-retrieve, auth-source-create, auth-source-delete)
4124 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4125 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4126 (auth-source-user-or-password-sftp)
4127 (auth-source-user-or-password-smtp): Remove.
4128 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4129 around `auth-source-search'. Not tested thoroughly.
4130
4131 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4132
4133 * auth-source.el: Bring in assoc and eioeio libraries.
4134 (secrets-enabled): New variable to track the status of the Secrets API.
4135 (auth-source-backend): New EIOEIO class to represent a backend.
4136 (auth-source-creation-defaults): New variable to set prompt defaults
4137 during token creation (see the `auth-source-search' docstring for
4138 details).
4139 (auth-sources): Simplify to allow a simple string as a netrc backend
4140 spec.
4141 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4142 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4143 (auth-source-search): Main auth-source API entry point.
4144 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4145 (auth-source-search-collection): Helper function for searching.
4146 (auth-source-netrc-parse, auth-source-netrc-normalize)
4147 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4148 Supports search, create, and delete.
4149 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4150 backend stubs.
4151 (auth-source-user-or-password): Call `auth-source-search' but it's not
4152 ready yet.
4153
4154 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4155
4156 * message.el (message-setup-1): Remove the read-only stuff, since it
4157 doesn't work under XEmacs, for some reason.
4158
4159 * gnus-sum.el (gnus-user-date): Rename back from
4160 gnus-summary-user-date since user code refers to it.
4161
4162 * shr.el (shr-render-td): Store the actual background color used.
4163
4164 * message.el (message-setup-1): Don't bind the constant
4165 -forbidden-properties.
4166 (message-setup-1): Revert previous change, since it needs to bind the
4167 props to insert them.
4168 (message-resend): Allow removing the read-only separator line.
4169
4170 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4171
4172 * nnimap.el (nnimap-request-accept-article): Give an error message if
4173 the APPEND wasn't successful.
4174
4175 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4176
4177 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4178 that have no groups.
4179
4180 2011-02-03 Julien Danjou <julien@danjou.info>
4181
4182 * gnus-draft.el: Remove progn around gnus-draft-setup.
4183
4184 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4185
4186 * gnus-start.el (gnus-read-active-for-groups): This function is never
4187 called with a nil `infos', so clean that up.
4188 (gnus-get-unread-articles): Request active files from primary/secondary
4189 methods that have no groups (yet).
4190
4191 2011-02-03 Julien Danjou <julien@danjou.info>
4192
4193 * message.el (message-setup-1): Always generate References first.
4194 (message-mail): Return the return value of message-setup, not always t.
4195 (message-setup-1): Insert mail-header-separator with read-only and
4196 intangible properties set.
4197
4198 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4199 user-date in docstring.
4200
4201 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4202
4203 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4204 docstring.
4205
4206 * gnus.el (gnus-user-date-format-alist): Change default value.
4207 Use defcustom, with type and group. Move from gnus-util.el.
4208 Rename to gnus-summary-user-date-format-alist.
4209
4210 2011-02-03 Glenn Morris <rgm@gnu.org>
4211
4212 * nnimap.el (gnus-fetch-headers): Declare.
4213
4214 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4215
4216 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4217
4218 * message.el (message-forward-make-body-digest-plain)
4219 (message-followup, message-reply): Clean up things noted by Stefan.
4220
4221 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4222 gnus-article-update-date-headers is nil.
4223 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4224 it didn't really work with defcustom.
4225 (article-update-date-lapsed): Make sure the window start doesn't move,
4226 either.
4227
4228 2011-02-01 Julien Danjou <julien@danjou.info>
4229
4230 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4231 format.
4232
4233 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4234 standard in Emacs nowadays.
4235
4236 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * message.el (message-expand-name): Don't trust the return value of
4239 bbdb-complete-name.
4240 (message-check-news-header-syntax): Remove unused var `start'.
4241 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4242 (message-inhibit-body-encoding): Move to before first use.
4243 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4244 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4245 (Organization, Message-ID, Date, mh-previous-window-config):
4246 Defvar the vars using dynamic scoping.
4247
4248 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4249
4250 * shr.el (shr-render-td): Only do colors at the final rendering.
4251 Should be slightly faster.
4252 (shr-insert-table): Fix up TD background colors when doing the
4253 vertical padding.
4254
4255 * gnus-art.el (article-date-ut): Protect against articles with no Date
4256 header.
4257 (article-update-date-lapsed): Don't use current-column to find the
4258 horizontal position. It's fragile in the presence of \003 characters.
4259
4260 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4261
4262 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus-art.el (article-transform-date): Rewrite to still work when
4265 there are several rfc2822 parts.
4266 (article-transform-date): Fix infinite recursion.
4267 (article-date-ut): Replace infinitely many Date headers with a single
4268 one when called interactively.
4269
4270 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4271 secure manner.
4272
4273 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4274 move around by not using save-window-excursion. It seems to work...
4275
4276 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278 * gnus-art.el (article-make-date-line): Work for user-defined format.
4279
4280 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4281
4282 * nntp.el (nntp-retrieve-group-data-early)
4283 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4284 fetching functions.
4285
4286 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4287 thoroughly for all backends that have no known groups. This should
4288 allow new nnml methods to retrieve mail.
4289
4290 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4291 that Gnus doesn't know exists again.
4292
4293 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4294 (gnus-treat-date-ut): Ditto.
4295 (gnus-article-update-date-header): Rename.
4296 (gnus-treat-date-local): Remove.
4297 (gnus-treat-date-english): Remove.
4298 (gnus-treat-date-lapsed): Remove.
4299 (gnus-treat-date-combined-lapsed): Remove.
4300 (gnus-treat-date-original): Remove.
4301 (gnus-treat-date-iso8601): Remove.
4302 (gnus-treat-date-user-defined): Remove.
4303 (gnus-article-date-headers): New variable to control all the date
4304 header options.
4305 (article-date-ut): Rewrite to allow using the new way to format date
4306 headers(s).
4307
4308 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4309
4310 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4311 method.
4312 (nnmail-article-group): A better test for fanciness.
4313
4314 * nnimap.el (nnimap-request-head): Protect against not finding the
4315 article by Message-ID.
4316
4317 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4318
4319 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4320 keep point at the "same place".
4321
4322 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4323
4324 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4325 data if the group is inactive.
4326
4327 2011-01-28 Julien Danjou <julien@danjou.info>
4328
4329 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4330 (gnus-all-windows-visible-p): Remove old compatibility code.
4331 (gnus-window-top-edge): Add docstring.
4332
4333 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4334
4335 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4336
4337 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4338 older request-update-info.
4339
4340 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4341
4342 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4343
4344 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4345 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4346
4347 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4348
4349 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4350 groups. This makes the nndraft:queue group pop up if it's not already
4351 there.
4352
4353 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4354 messages" logic, which was reversed.
4355
4356 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4357 the "same place" even if point is on the line being replaced.
4358 (article-update-date-lapsed): Allow updating both the combined lapsed
4359 and the lapsed headers.
4360 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4361 (article-make-date-line): Limit the number of segments dynamically to
4362 avoid too-long lines.
4363
4364 2011-01-27 Julien Danjou <julien@danjou.info>
4365
4366 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4367 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4368
4369 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4370
4371 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4372 Use plist-get instead of the cl function getf.
4373
4374 2011-01-27 Glenn Morris <rgm@gnu.org>
4375
4376 * gnus-util.el (float-time): Get rid of compiler warning, again.
4377
4378 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4379
4380 * shr.el (shr-put-color): Special-case background colors: Do put them
4381 at the blank parts at the front of the lines.
4382
4383 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4384 exit hook to nix out all data on readedness on group exit.
4385
4386 * gnus-util.el (float-time): If float-time is bound, always use it on
4387 all Emacsen. It's unclear why the subrp check was there.
4388 (time-date): Require to make some autoload issues on XEmacs go away.
4389
4390 * shr.el (shr-put-color): Don't do the box padding in tables, since
4391 they're already padded.
4392
4393 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4394
4395 * gnus-art.el (gnus-article-next-page): When the last line of the
4396 article is displayed, scroll down once more instead of going to the
4397 next article at once.
4398 (article-lapsed-string): Refactor out and allow specifying how many
4399 segments you want.
4400 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4401 (gnus-article-update-lapsed-header): New variable.
4402
4403 * shr.el: Revert change that made headings use different-sized faces.
4404 The Emacs display engine isn't advanced enough that, for instance,
4405 tables can comfortably use differently-sized faces.
4406
4407 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4408
4409 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4410 used.
4411 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4412 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4413 we're using an encrypted connection.
4414
4415 * proto-stream.el: Alter the interface functions to also return the
4416 actual stream type used: network or TLS.
4417
4418 2011-01-25 Julien Danjou <julien@danjou.info>
4419
4420 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4421 (mm-display-javascript-inline): New function.
4422
4423 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4424 viewing function.
4425
4426 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * shr.el (shr-expand-newlines): Fix variable name.
4429
4430 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4431
4432 * shr.el (shr-expand-newlines): Make nested boxes work.
4433
4434 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4435
4436 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4437 backgrounds.
4438 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4439 in a more sensible manner.
4440
4441 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4442
4443 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4444 if EPG is loaded.
4445
4446 2011-01-24 Julien Danjou <julien@danjou.info>
4447
4448 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4449 tags.
4450
4451 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4452
4453 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4454 commands.
4455
4456 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4457 in the article buffer.
4458 (gnus-gravatar-insert): Use blank space from the current buffer to
4459 avoid breaking text properties. This makes X-Sent updating work again.
4460
4461 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4462
4463 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4464
4465 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4466 fix the bug in url-http.el instead.
4467
4468 * shr.el (shr-image-fetched): Ditto.
4469
4470 * shr.el (shr-image-fetched): Avoid having point move in the article
4471 buffer.
4472
4473 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4474 buffer after being called. It's apparently being killed by url.el, and
4475 killing it made point move to end-of-buffer in a random buffer.
4476
4477 * shr.el (shr-image-fetched): Ditto.
4478
4479 2011-01-23 Julien Danjou <julien@danjou.info>
4480
4481 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4482
4483 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4484 text/x-org.
4485
4486 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4487
4488 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4489 (i.e., nnimap) returning nil as the article number.
4490
4491 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4492
4493 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4494 "DelSp" parameter in RFC3676.
4495
4496 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4497
4498 * message.el (message-check-recipients): Display the encoded version of
4499 the bogus address if they differ.
4500
4501 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4502 after sending.
4503
4504 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4505
4506 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4507
4508 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4509 group buffer after sending the queue.
4510
4511 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4512
4513 2011-01-22 Julien Danjou <julien@danjou.info>
4514
4515 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4516
4517 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4518
4519 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4520 nested related parts.
4521
4522 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4523 unexpired articles. This fixes the regression that led expiry marks to
4524 disappear from nnfolder groups.
4525
4526 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4529 Don't confuse the "ret" of "retrograde" with RET.
4530
4531 2011-01-21 Julien Danjou <julien@danjou.info>
4532
4533 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4534 than mm-insert-inline.
4535
4536 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4537
4538 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4539 Widen article buffer.
4540
4541 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4544 the temp buffer.
4545 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4546
4547 2011-01-20 Julien Danjou <julien@danjou.info>
4548
4549 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4550
4551 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4552 than mm-insert-inline to insert inline part: this respect
4553 mm-inline-media-tests displayers.
4554
4555 * mm-view.el (mm-display-shell-script-inline): New function.
4556
4557 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4558
4559 * mm-uu.el (mm-uu-type-alist): Add org block.
4560 (mm-uu-org-src-code-block-extract): New function.
4561
4562 * mm-view.el (mm-display-org-inline): New function.
4563
4564 * mm-decode.el (mm-automatic-display): Add text/org.
4565
4566 * mailcap.el (mailcap-mime-extensions): Add .org.
4567
4568 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4569
4570 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4571 gnus-article-add-buttons.
4572
4573 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4574
4575 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4576 From header with a date and "nobody" as the sender.
4577
4578 2011-01-19 Julien Danjou <julien@danjou.info>
4579
4580 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4581 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4582 if you have the same regexp several times.
4583 (gnus-button-push): Fix matching when regexp is symbol.
4584
4585 2011-01-15 Glenn Morris <rgm@gnu.org>
4586
4587 * message.el (message-mail): A compose-mail function should
4588 accept headers as strings.
4589
4590 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4593 Add :vert-only tags.
4594 (message-mail): New arg RETURN-ACTION.
4595 (message-return-action): New var.
4596 (message-bury): Use it.
4597 (message-mode): Make it buffer-local.
4598 (message-send-and-exit): Always call message-bury.
4599
4600 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4601 message-mail.
4602
4603 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4604
4605 * nnimap.el (nnimap-convert-partial-article): Protect against
4606 zero-length body parts.
4607
4608 * mm-decode.el (mm-preferred-alternative-precedence):
4609 Discourage showing empty parts.
4610
4611 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4612 and stuff if the backend didn't return the article number. This fixes
4613 an Exchange-related nnimap bug.
4614
4615 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4616 group window, because it does the wrong thing when a separate frame
4617 displays the group buffer.
4618
4619 * proto-stream.el (open-protocol-stream): Protect against the low-level
4620 transport functions returning nil.
4621
4622 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4623
4624 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4625 (mml2015-epg-find-usable-secret-key): New function.
4626 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4627 mml2015-epg-find-usable-key (Bug#7797).
4628 (mml2015-epg-encrypt): Ditto.
4629
4630 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631
4632 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4633
4634 2011-01-03 Glenn Morris <rgm@gnu.org>
4635
4636 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4637
4638 * sieve.el (sieve-open-server): Give a more explicit error if
4639 sieve-manage-open returns nil. (Bug#7720)
4640
4641 2011-01-02 Karl Fogel <kfogel@red-bean.com>
4642
4643 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4644
4645 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4646
4647 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4648 This avoids sending passwords in plain text over non-encrypted
4649 channels.
4650
4651 * shr.el (shr-rescale-image): Display all GIF images as animated images.
4652
4653 * nnimap.el (nnimap-login): Refactored out into own function, and
4654 implement CRAM-MD5.
4655 (nnimap-wait-for-line): Refactored out.
4656
4657 * mm-view.el (mml-smime): Require.
4658
4659 2010-12-20 David Engster <deng@eml.cc>
4660
4661 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4662 use EPG to decrypt S/MIME messages instead of openssl.
4663
4664 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4667
4668 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4669 status is the group clearly is unreachable.
4670
4671 * auth-source.el (auth-source-create): Add the optional second
4672 parameter to `local-variable-p' to be compatible with XEmacs.
4673
4674 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4675
4676 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4677 work when using a compressed nnml folder.
4678
4679 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4680
4681 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4682 backends after sanitising on entry, because this never makes sense:
4683 If the articles have gone missing, then the data no longer exists on
4684 the backend, and if they haven't, then Gnus is wrong, and shouldn't
4685 overwrite anything anyway.
4686
4687 * shr.el (shr-insert-document): Bind shr-width dynamically to
4688 window-width if it's nil.
4689
4690 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
4691
4692 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4693 with the meaning of using the full emacs window width for rendering.
4694
4695 2010-12-27 Daiki Ueno <ueno@unixuser.org>
4696
4697 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4698 case when sender is not given.
4699
4700 2010-12-23 Julien Danjou <julien@danjou.info>
4701
4702 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4703 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4704 the addresses, otherwise we might misplaced the gravatar.
4705
4706 2010-12-21 Daiki Ueno <ueno@unixuser.org>
4707
4708 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4709 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4710 obsolete in Emacs.
4711
4712 2010-12-20 Julien Danjou <julien@danjou.info>
4713
4714 * gnus-util.el (gnus-rescale-image): Revert last change.
4715
4716 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4717
4718 * gnus-group.el (gnus-group-delete-articles): New command.
4719
4720 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4721
4722 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4723
4724 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4727 here, since it's up to the backends to do CRLF removal if their
4728 protocol has it.
4729
4730 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4731
4732 2010-12-17 Julien Danjou <julien@danjou.info>
4733
4734 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4735 they are from file. Can also scale up.
4736
4737 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4738
4739 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4740 Restore gnus-use-agent.
4741 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4742
4743 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4744
4745 2010-12-17 Julien Danjou <julien@danjou.info>
4746
4747 * gravatar.el (gravatar-retrieve-synchronously): New function.
4748 (gravatar-get-data): Make more robust.
4749
4750 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4751
4752 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4753 to really consider the last line.
4754
4755 2010-12-16 Daiki Ueno <ueno@unixuser.org>
4756
4757 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4758 list of recipient keys, or use symmetric encryption if not a list.
4759 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4760 EPA override, replacing the call to `netrc-store-data'.
4761
4762 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
4763
4764 * gnus-srvr.el: Avoid passing nil regexp argument to
4765 delete-matching-lines.
4766
4767 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4768
4769 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4770 fetching stops when Gnus exits.
4771
4772 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4773 function.
4774 (nnfolder-request-expire-articles): Save all the buffers after doing
4775 expiry.
4776
4777 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4778 the last article", since that led to serious performance regressions
4779 when expiring nnml groups.
4780
4781 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
4782
4783 * nnir.el: Improve customizations.
4784
4785 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4788
4789 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4790 group has been killed.
4791 (gnus-group-yank-group): Ditto.
4792
4793 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4794
4795 * nnimap.el (nnimap-request-update-group-status): New function.
4796
4797 * gnus-int.el (gnus-request-update-group-status): New interface
4798 function.
4799
4800 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4801 copying read-ness to the backends.
4802
4803 * nnimap.el (nnimap-quirk): New function.
4804 (nnimap-retrieve-group-data-early): Use it.
4805 (nnimap-quirks): New alist.
4806
4807 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
4808
4809 * shr.el (shr-insert): Set shr-start after deleting trailing space;
4810 don't delete it within indentation.
4811
4812 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4813
4814 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4815 previous line.
4816
4817 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4818
4819 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4820 QRESYNC command by deleting a superfluous space which broke Cyrus
4821 servers. This change will break other servers that are buggy the other
4822 way around.
4823
4824 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4825
4826 * spam.el: Reindent and fix long lines.
4827 (spam-copy-or-move-routine): Exclude invalid move destinations.
4828
4829 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4830
4831 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4832 installed the registry.
4833
4834 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4835
4836 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4837 groupname doesn't contain "gmane".
4838
4839 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4840
4841 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4842 (gnus-1): Don't create the nndrafts group twice.
4843 (gnus-setup-news): There's no need to read the active file here, since
4844 that's done again later on a per-backend basis.
4845 (gnus-start-draft-setup): Make sure that the new group is started out
4846 empty.
4847
4848 * gnus-agent.el (gnus-agentize): Don't create the queue group
4849 automatically on startup. It'll be created later, if needed.
4850
4851 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4852 of automatically subscribed groups.
4853 (gnus-auto-subscribed-categories): New variable.
4854 (gnus-matches-options-n): Use it.
4855 (gnus-default-subscribed-newsgroups): Remove unused variable.
4856 (gnus-start-draft-setup): Message a bit less.
4857
4858 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4859
4860 * nnir.el (nnir-run-imap): Return article list in order of increasing
4861 UID.
4862
4863 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * gnus-sum.el (gnus-summary-enter-digest-group):
4866 Mention gnus-auto-select-on-ephemeral-exit.
4867
4868 * proto-stream.el (proto-stream-open-network-only): Fix the calling
4869 convention of the network-only option.
4870
4871 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * proto-stream.el (proto-stream-open-network-only): New function to
4874 have a way to specify non-STARTTLS upgrade connections.
4875
4876 2010-12-10 Julien Danjou <julien@danjou.info>
4877
4878 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4879 email address is nil.
4880
4881 * message.el (message-bogus-recipient-p): Set address to "" if nil.
4882
4883 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
4884
4885 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4886 deletion.
4887 (nnir-run-imap): Only need to parse list once.
4888
4889 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * shr.el (shr-tag-script): Ignore <script>.
4892 (shr-tag-label): Add <label> support.
4893
4894 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
4895
4896 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4897
4898 * shr.el (shr-image-displayer): Work for images lined side by side.
4899
4900 2010-12-08 Robert Pluim <rpluim@gmail.com>
4901
4902 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4903 parameter, since XEmacs doesn't accept t as a parameter.
4904
4905 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
4906
4907 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4908 ids.
4909 (nnir-run-gmane): Simplify groupspec formatting.
4910 (nnir-request-expire-articles): New function.
4911
4912 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4913
4914 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4915 overflow, possibly.
4916
4917 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4918 (shr-render-td): Handle td style="" better.
4919 (shr-tag-table): Use the color from the style sheet.
4920 (shr-render-td): Make sure we copy over all the overlays, too.
4921
4922 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
4923
4924 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4925 (nnir-request-article): Improve article retrieval.
4926
4927 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4928
4929 * mm-util.el (mm-extra-numeric-entities): New variable.
4930
4931 * mm-url.el (mm-url-decode-entities):
4932 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4933
4934 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * message.el: Use completion-at-point.
4937 (message-completion-function): New fun, extracted from message-tab.
4938 (message-mode): Use it for completion-at-point-functions.
4939 (message-tab): Use it and completion-at-point.
4940
4941 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4942
4943 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4944 character if a non-breakable character follows.
4945
4946 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4947
4948 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4949 any stream.
4950
4951 * shr.el (shr-tag-font): Colorize the region.
4952 (shr-tag-body): Ditto.
4953 (shr-tag-font): Actually let the styles be inherited instead of
4954 overwriting them.
4955 (shr-tag-font): Get the background color right.
4956 (shr-tag-style): Ignore all <style> tags for the moment.
4957
4958 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4959 a Message-ID to avoid having nnimap depend on gnus-sum.
4960
4961 * shr.el (shr-descend): Only colorize something if we have a node that
4962 sets colors.
4963
4964 2010-12-06 Julien Danjou <julien@danjou.info>
4965
4966 * shr.el (shr-render-td): Render td content with shr-descend, so style
4967 will be applied to <td> too.
4968 (shr-colorize-region): Colorize region even if we only have a background.
4969 (shr-tag-body): Fix color and background color inheritance.
4970 Do not recolorize after shr-generic.
4971 (shr-tag-font): Let shr-generic colorize via inheritance.
4972
4973 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4974
4975 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4976
4977 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
4978
4979 * nnir.el (nnir-request-move-article): Remove obsolete code.
4980
4981 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4982
4983 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4984
4985 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4986
4987 * gnus-sum.el (gnus-summary-respool-article): The completion function
4988 expects a list instead of an alist.
4989
4990 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4991 string as the parameter.
4992
4993 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4994
4995 * shr.el (shr-stylesheet): New dynamic variable for cascading the
4996 styles.
4997 (shr-colorize-region): New function.
4998 (shr-insert-background-overlay): Remove.
4999 (shr-render-td): Background setting should be taken care of on a higher
5000 level.
5001 (shr-tag-body): Use post-hoc colorizations.
5002 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5003 (shr-put-color-1): Don't overwrite old colors.
5004 (shr-colorize-region): When the background color isn't explicit, use
5005 a fixed background.
5006
5007 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5008 nnmail variables.
5009
5010 2010-12-05 Bjørn Mork <bjorn@mork.no>
5011
5012 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5013 unless necessary.
5014
5015 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5016
5017 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5018 server.
5019
5020 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5021
5022 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5023 so that TAB works.
5024
5025 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5026 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5027
5028 * shr.el (shr-urlify): Show the URL before the title to avoid
5029 misleading URLs.
5030
5031 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5032
5033 * shr.el (shr-urlify): Display the title in <a> tags.
5034
5035 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5036
5037 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5038
5039 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5040
5041 * nnir.el: Rearrange code to allow macros to be autoloaded by
5042 gnus-sum.el.
5043 (nnir-retrieve-headers-override-function): Make this variable
5044 customizable.
5045 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5046
5047 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5048 from nnir.el.
5049
5050 2010-12-03 Julien Danjou <julien@danjou.info>
5051
5052 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5053
5054 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5055
5056 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5057 allow optional argument `environment'.
5058
5059 2010-12-03 Glenn Morris <rgm@gnu.org>
5060
5061 * mm-extern.el (message-goto-body): Update declaration.
5062
5063 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5064
5065 * gnus-util.el (gnus-macroexpand-all): New function.
5066
5067 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5068 instead of macroexpand-all that is unavailable in XEmacs.
5069
5070 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5071
5072 * nnir.el (nnir-summary-line-format): New variable.
5073 (nnir-mode): Use it.
5074 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5075 (nnir-article-ids): Reimplement as defsubst.
5076 (nnir-retrieve-headers): Don't mangle the subject header.
5077 (nnir-run-imap): Use 100 as RSV score.
5078 (nnir-run-find-grep): Fix for full server searching.
5079 (nnir-run-gmane): Better restriction to gmane groups.
5080
5081 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5082 summary buffers.
5083
5084 2010-12-02 Julien Danjou <julien@danjou.info>
5085
5086 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5087
5088 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5089
5090 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5091 support.
5092
5093 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5094
5095 * nnir.el: Update to handle the registry better.
5096 (autoload): Silence byte-compiler.
5097 (nnir-open-server): Add a hook for nnir groups.
5098 (nnir-request-move-article): Don't mangle the header. Better to use
5099 formatting variables (which will be added in the future).
5100 (nnir-registry-action): Update the registry using the original article
5101 group name.
5102 (nnir-mode): Install nnir-specific hooks for updating the registry.
5103
5104 * gnus-sum.el
5105 (gnus-article-original-subject,gnus-newsgroup-original-name):
5106 Remove obsolete variables.
5107 (gnus-summary-move-article): Remove use of obsolete variables.
5108 (gnus-summary-local-variables): Make move and delete hooks local to
5109 summary buffers.
5110
5111 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112
5113 * rtree.el: New file.
5114
5115 2010-12-01 Julien Danjou <julien@danjou.info>
5116
5117 * message.el (message-user-organization): Do not use
5118 gnus-local-organization.
5119
5120 * gnus.el: Remove gnus-local-organization.
5121
5122 * gnus-msg.el: Remove nastygram thing.
5123
5124 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5125
5126 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5127 funcall.
5128
5129 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5130
5131 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5132 names.
5133
5134 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5135 characters.
5136
5137 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5138 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5139 Suggested by Štěpán Němec <stepnem@gmail.com>.
5140 (gnus-gravatar-transform-address): Use mail-extract-address-components
5141 that supports non-ASCII names rather than mail-header-parse-addresses.
5142
5143 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5144
5145 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5146 handled by the network handler.
5147
5148 2010-11-30 Julien Danjou <julien@danjou.info>
5149
5150 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5151 (nnimap-open-connection-1): Fix PREAUTH.
5152
5153 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5154
5155 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5158 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5159 (shr-insert): Use them.
5160 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5161
5162 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5163
5164 * nnir.el (nnir-request-move-article): Bail out if original group
5165 doesn't support article moves.
5166 (nnir-get-active): Improve active list retrieval.
5167
5168 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5169
5170 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5171
5172 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5173
5174 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5175 seem to accept strings-with-numbers as port numbers.
5176
5177 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5178
5179 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5180 change the registry.
5181
5182 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5183
5184 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5185 delete-dups that is not available in XEmacs 21.4.
5186
5187 * mm-util.el (mm-delete-duplicates): Add comment.
5188
5189 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5190
5191 * nnir.el (nnir-ignored-newsgroups): New variable.
5192 (nnir-get-active): Use it.
5193
5194 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5195
5196 * proto-stream.el (proto-stream-open-network): Add some comments.
5197
5198 * nntp.el (nntp-open-connection): Provide a :success condition.
5199
5200 * nnimap.el (nnimap-open-connection-1): Ditto.
5201
5202 * proto-stream.el (proto-stream-open-network): See what the response to
5203 the STARTTLS command is.
5204
5205 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5206 backwards compatibility).
5207 (nnimap-open-connection-1): Really respect nnimap-server-port.
5208
5209 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5210 TLS upgrades we don't really care about the identity of the peer.
5211 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5212 that what we've checked for.
5213 (proto-stream-always-use-starttls): Only default to t if
5214 open-gnutls-stream exists.
5215 (proto-stream-open-network): If STARTTLS failed, then just open a
5216 normal connection.
5217 (proto-stream-open-network): Wait until the greeting before doing
5218 STARTTLS.
5219
5220 * nntp.el (nntp-open-connection): Report what the connection error is.
5221
5222 * proto-stream.el (open-protocol-stream): Rename from
5223 open-proto-stream.
5224
5225 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5226
5227 * nnimap.el (nnimap-stream): Change default to `undecided'.
5228 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5229 first, and then network.
5230 (nnimap-open-connection-1): Respect nnimap-server-port.
5231 (nnimap-open-connection): Be more backwards-compatible.
5232
5233 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5234 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5235 (proto-stream-open-starttls): Folded back into the main function.
5236 (proto-stream-open-network): Fix typo in the GnuTLS path.
5237 (proto-stream-command): Refactor out.
5238
5239 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5240
5241 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5242 starttls.el STARTTLS.
5243
5244 * color.el (color-lab->srgb): Fix function call name.
5245
5246 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5247 if we're using tls.el.
5248 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5249 built in, then don't try to establish a STARTTLS connection.
5250
5251 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5252 servers.
5253
5254 * proto-stream.el (open-proto-stream): Use network, not stream.
5255 (open-proto-stream): Add a way to specify what the end of a command is.
5256
5257 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5258 connections types.
5259 (nntp-open-network-stream): Remove.
5260 (nntp-open-ssl-stream): Remove.
5261 (nntp-open-tls-stream): Remove.
5262 (nntp-ssl-program): Remove.
5263
5264 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5265
5266 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5267
5268 * nnir.el: Fix typos.
5269 (nnir-retrieve-headers-override-function): Rename variable to reflect
5270 new semantics.
5271 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5272 macros.
5273 (nnir-request-article, nnir-request-move-article): Use them.
5274 (nnir-categorize): New function.
5275 (nnir-run-query): Use it.
5276 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5277 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5278 sorted.
5279 (nnir-group-full-name): Use gnus-group-full-name instead.
5280 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5281 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5282
5283 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5284
5285 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5286
5287 * proto-stream.el: New library to provide protocol-specific
5288 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5289 protocols.
5290 (open-proto-stream): Complete the documentation.
5291 (proto-stream-open-network): Fix some typos.
5292
5293 * nnimap.el (nnimap-open-connection): Use it.
5294
5295 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5296
5297 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5298 negotiation.
5299
5300 2010-11-26 Julien Danjou <julien@danjou.info>
5301
5302 * color.el: Rename various rgb functions to srgb.
5303
5304 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5307 names.
5308
5309 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5310
5311 * shr.el (shr-insert): Revert last change.
5312 (shr-find-fill-point): Never leave point being at bol;
5313 relax the kinsoku limitation when rendering tables.
5314
5315 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5316
5317 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5318 results from -accept-article.
5319
5320 * shr-color.el: Require cl when compiling.
5321
5322 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5323 checkin.
5324
5325 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5326
5327 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5328
5329 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5330 'add and 'delete to set backend marks.
5331
5332 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5333
5334 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5335
5336 * nntp.el (nntp-request-set-mark): Use it.
5337
5338 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5339
5340 * nnml.el (nnml-request-set-mark): Ditto.
5341
5342 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5343 introduces regressions in article selection.
5344 (nnimap-find-uid-response): New function.
5345 (nnimap-request-accept-article): Use the UID returned, if any.
5346 (nnimap-request-move-article): Use the UID returned, if any.
5347 (nnimap-get-groups): Reimplement to work with folded lines.
5348 (nnimap-find-uid-response): The UID is the last element in the list.
5349 (nnimap-request-set-mark): Extend syntax with 'set.
5350
5351 * nnml.el (nnml-request-set-mark): Ditto.
5352
5353 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5354
5355 * nntp.el (nntp-request-set-mark): Ditto.
5356
5357 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5358
5359 * message.el (message-called-interactively-p): A temporary macro.
5360 (message-goto-body): Use it temporarily.
5361
5362 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5363
5364 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5365 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5366 (nnimap-last-response-string): Fix last unfolding fix.
5367
5368 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5369
5370 * shr.el (shr-insert): Fix the way to fold lines.
5371
5372 2010-11-25 Julien Danjou <julien@danjou.info>
5373
5374 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5375
5376 * color.el: Rename from color-lab.el
5377 (color-rgb->hex): Add.
5378 (color-complement): Add.
5379 (color-complement-hex): Add.
5380
5381 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5382
5383 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
5385 * shr-color.el (shr-color-visible): Don't bug out if the color names
5386 don't exist.
5387
5388 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5391 assuming that article displaying or another mml-preview may be
5392 interrupted for an error or for the like.
5393
5394 * shr.el (shr-get-background): Fix argument name.
5395
5396 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5397
5398 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5399
5400 * gnus-sum.el (gnus-summary-include-articles): New function.
5401
5402 * message.el (message-goto-body): called-interactively-p needs a
5403 parameter, so use `any'.
5404
5405 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5406 clear marks before moving, since they're synced from the Gnus side
5407 first.
5408
5409 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5410 (gnus-summary-move-article): Copy over all marks before moving, so that
5411 IMAP doesn't think a new article has arrived.
5412
5413 2010-11-24 Julien Danjou <julien@danjou.info>
5414
5415 * shr.el (shr-insert-background-overlay): Fix typo.
5416 (shr-render-td): Copy the background before rendering.
5417
5418 * shr-color.el (shr-color-visible): Fix docstring.
5419
5420 * shr.el (shr-tag-table): Add bgcolor support.
5421 (shr-render-td): Add bgcolor support.
5422 (shr-get-background): Add.
5423 (shr-insert-foreground-overlay): Use shr-get-background.
5424
5425 * message.el (message-goto-body): Use called-interactively-p.
5426 (message-in-body-p): message-goto-body returns point.
5427
5428 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
5430 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5431 Fixes something or other in Emacs 23, and is backwards compatible.
5432
5433 * message.el (message-goto-body): Remove the <#secure special-casing,
5434 which is too special.
5435
5436 * shr.el (shr-parse-style): Drop !important from styles.
5437
5438 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5439
5440 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5441 this function to return incorrect results when calling it with an
5442 explicit article argument different from
5443 (gnus-summary-article-number).
5444
5445 2010-11-24 Julien Danjou <julien@danjou.info>
5446
5447 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5448 (shr-tag-body): Add background support.
5449 (shr-descend): Add background support.
5450 (shr-tag-title): Add.
5451
5452 * shr-color.el (shr-color-visible): Really return original background
5453 if fixed.
5454
5455 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5456
5457 * shr.el (shr-color-check): Protect against non-existent color names.
5458
5459 2010-11-24 Julien Danjou <julien@danjou.info>
5460
5461 * color-lab.el: Require 'cl when compiling.
5462
5463 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5464
5465 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5466 matched part.
5467
5468 * color-lab.el: Fix all expt calls to use float type.
5469
5470 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5471
5472 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5473 expression to shr-color-check as is.
5474
5475 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5476
5477 * color-lab.el: Add coding cookie.
5478 (float-pi): Use eval-and-compile.
5479
5480 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5481
5482 * shr.el (shr-insert-color-overlay): Split stuff like
5483 "#444444 !important" to find the real color.
5484 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5485 parse <font color="red"> entries.
5486
5487 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5488
5489 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5490 point when parsing headers.
5491
5492 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5493 is positioned properly when parsing headers.
5494
5495 2010-11-23 Julien Danjou <julien@danjou.info>
5496
5497 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5498
5499 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5500
5501 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5502
5503 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5504 Use shr-color-hue-to-rgb.
5505 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5506
5507 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5508
5509 * shr.el (shr-color->hexadecimal): Autoload.
5510 (shr-descend): Add color to all tags.
5511
5512 2010-11-22 Julien Danjou <julien@danjou.info>
5513
5514 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5515 shr-color->hexadecimal.
5516
5517 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5518 RGB() or HSL() color representation.
5519
5520 * shr.el (shr-tag-font): Add.
5521 (shr-tag-color-check): New function to get better colors.
5522 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5523 tag-span.
5524
5525 * shr-color.el: New file.
5526
5527 * color-lab.el: New file.
5528
5529 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5530
5531 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5532
5533 * nnir.el: Fix typo in comments.
5534 (nnir-run-imap): Simplify code. No need to reverse artlist.
5535 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5536
5537 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5538
5539 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5540
5541 * nnimap.el (nnimap-get-capabilities): Refactor out.
5542 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5543
5544 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5545
5546 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5547 appearing when `mm-uu-hide-markers' is nil.
5548
5549 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5550
5551 * nnimap.el (nnimap-unselect-group): Make into its own function.
5552 (nnimap-request-rename-group): Unselect group before renaming.
5553 This had gotten lost somewhere.
5554 (nnimap-request-accept-article): Keep track of examined groups, and
5555 unselect the group before APPENDing to read-only groups.
5556 (nnimap-request-move-article): Clear flags before moving so that they
5557 can be re-set later.
5558
5559 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5560
5561 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5562 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5563
5564 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5565
5566 * gnus-art.el (gnus-mime-display-single):
5567 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5568 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5569 parameter.
5570
5571 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5572
5573 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5574 (shr-table-vertical-line): New variable.
5575 (shr-insert-table): Use it.
5576
5577 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5578
5579 * gnus-html.el (gnus-html-wash-images): Don't display images if
5580 gnus-inhibit-images is non-nil; register displayer for cid images.
5581 (gnus-html-display-image): Work for cid image.
5582 (gnus-html-insert-image): Allow arguments.
5583 (gnus-html-put-image): Inhibit read-only.
5584 (gnus-html-prefetch-images): Don't prefetch images if
5585 gnus-inhibit-images is non-nil.
5586
5587 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5588
5589 * shr.el (shr-put-image): Break lines when inserting big pictures.
5590
5591 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5592
5593 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5594 sender, thanks Katsumi Yamaoka.
5595
5596 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5597
5598 * nnir.el (nnir-run-imap): Reverse the article list for each group
5599 rather than the whole list.
5600
5601 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5602
5603 * shr.el (shr-image-displayer): Protect function against non-existent
5604 image source.
5605
5606 * gnus-art.el (gnus-inhibit-images): New user option.
5607 (gnus-mime-display-single): Don't display image if it is non-nil.
5608
5609 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5610 gnus-inhibit-images.
5611
5612 * shr.el (shr-image-displayer): New function.
5613 (shr-tag-img): Use it.
5614
5615 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5616
5617 * mml2015.el (mml2015-epg-sign): Use From header.
5618
5619 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5620
5621 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5622
5623 * gnus-util.el (gnus-find-text-property-region): Return markers.
5624
5625 * shr.el (shr-tag-img): Put a displayer in the text property.
5626
5627 * gnus-util.el (gnus-find-text-property-region): New utility function.
5628
5629 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5630 (gnus-html-show-images): Remove.
5631
5632 * gnus-art.el (gnus-article-show-images): New, more general function.
5633
5634 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5635 image url text properties.
5636
5637 * shr.el: Ditto.
5638
5639 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5640 gnus-agent-auto-agentize-methods is set. Which it isn't.
5641
5642 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5643
5644 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5645 work for two or more articles.
5646
5647 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5648
5649 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5650 divide an image that's in an html article to two or more when washing
5651 non-ASCII characters in alt text of it.
5652
5653 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5654
5655 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5656 smime-decrypt-region using function argument.
5657 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5658
5659 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5660
5661 * smime.el (smime-decrypt-region): Catch it.
5662
5663 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * smime.el (smime-mode-map): Move initialization into declaration.
5666 (gnus-run-mode-hooks): Don't autoload.
5667 (smime-mode): Use define-derived-mode.
5668
5669 2010-11-11 Glenn Morris <rgm@gnu.org>
5670
5671 * smime.el (from): Restrict declaration to XEmacs.
5672
5673 * nnir.el (gnus-group-topic-name): Autoload.
5674
5675 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5676
5677 * shr.el (shr-insert): Don't break long line if it is because of
5678 kinsoku-bol characters in the line end.
5679
5680 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
5681
5682 * nnir.el (nnir-request-move-article): Fix to provide original group
5683 and subject.
5684 (nnir-warp-to-article): Don't fail on articles whose headers haven't
5685 been retrieved.
5686
5687 * gnus-sum.el (gnus-summary-move-article): Use original group and
5688 subject for virtual articles such as those in an nnir summary buffer.
5689
5690 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5693 least 21.5).
5694
5695 * smime.el (from): Declare it again for XEmacs.
5696
5697 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5698
5699 * message.el (message-resend): Don't disable encoding unless it's
5700 already encoded.
5701
5702 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5703 low-numbered articles.
5704
5705 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * rfc2047.el (rfc2047-syntax-table): Simplify.
5708
5709 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5710 set-char-table-range for XEmacs.
5711
5712 2010-11-10 Glenn Morris <rgm@gnu.org>
5713
5714 * smime.el (from): Remove unused declaration.
5715
5716 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5717 (gnus-float-time): On Emacs, always an alias.
5718
5719 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5720 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5721
5722 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5723
5724 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5725
5726 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5727
5728 * shr.el (browse-url-mailto): Autoload.
5729
5730 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5731
5732 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5733 regexp doesn't need quoting.
5734
5735 2010-11-09 Sven Joachim <svenjoac@gmx.de>
5736
5737 * message.el (message-subject-trailing-was-ask-regexp)
5738 (message-subject-trailing-was-regexp): Match was: in addition to was.
5739
5740 2010-11-09 Glenn Morris <rgm@gnu.org>
5741
5742 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5743 (nnbabyl-check-mbox): Use point-at-bol.
5744
5745 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5746
5747 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5748
5749 * message.el (message-mailto): New function.
5750 (message-mailto): Should accept other parameters.
5751 (message-mailto): Remove since it duplicates browse-url-mailto
5752 functionality.
5753
5754 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5755
5756 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5757 methods.
5758 (gnus-read-active-file): Ditto.
5759
5760 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5761 ": " from the prompt.
5762 (gnus-group-make-group): Ditto.
5763
5764 2010-11-07 Glenn Morris <rgm@gnu.org>
5765
5766 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5767 (gnus-bookmark-kill-line): Use point-at-eol.
5768
5769 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
5770
5771 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5772 asterisks in From header.
5773
5774 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5775
5776 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5777 string to avoid making the From headers syntactically invalid.
5778
5779 * message.el (message-send-mail): Don't insert courtesy messages if the
5780 message already has List-Post and List-ID messages.
5781
5782 2010-11-06 Glenn Morris <rgm@gnu.org>
5783
5784 * gnus-art.el (gnus-treat-article): Give dynamic local variables
5785 `condition', `type', `length' a prefix.
5786 (gnus-treat-predicate): Update for above name changes.
5787
5788 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
5789
5790 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5791 binding. Handled by `gnus-summary-refer-thread' instead.
5792 (nnir-warp-to-article): New backend function.
5793
5794 * nnimap.el (nnimap-request-thread): Force dependency updating.
5795
5796 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5797 (gnus-summary-refer-thread): Rework to improve thread-referral.
5798
5799 * gnus-int.el (gnus-warp-to-article): New function.
5800
5801 * gnus-sum.el (gnus-summary-article-map): Bind it.
5802
5803 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
5804
5805 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5806 gnus-summary-refer-thread.
5807
5808 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5809 headers.
5810 (gnus-summary-limit-include-thread): Prevent articles in thread from
5811 being cut in gnus-cut-threads.
5812 (gnus-summary-refer-thread): Limit retrieved headers to those in
5813 thread.
5814
5815 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5816
5817 * message.el (message-send-mail): Use the value of
5818 message-courtesy-message from the message buffer.
5819
5820 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5821
5822 * shr.el (shr-browse-url): Implement mailto: URLs.
5823
5824 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5825 "raw".
5826
5827 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5828 if it's already selected.
5829
5830 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5831
5832 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5833
5834 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5835 to measure the length and truncate alt text.
5836
5837 2010-11-03 Glenn Morris <rgm@gnu.org>
5838
5839 * nndiary.el (nndiary-generate-nov-databases-1)
5840 (nndiary-generate-active-info): Rename dynamic variable `files' to
5841 something less generic.
5842
5843 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
5844
5845 * nnir.el (nnir-request-move-article): Call the underlying backend to
5846 move articles from nnir.
5847
5848 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5849
5850 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5851
5852 2010-11-02 Julien Danjou <julien@danjou.info>
5853
5854 * nnir.el: Remove wais support.
5855
5856 2010-11-02 Glenn Morris <rgm@gnu.org>
5857
5858 * gnus-html.el: Reorder requirements to quieten compiler.
5859
5860 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5863 properly for XEmacs as well.
5864 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5865 (gnus-article-natural-long-line-p): Use window-width rather than
5866 frame-width.
5867
5868 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
5869
5870 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
5871 (nnir-read-parms): Don't modify query.
5872 (nnir-run-query): Add ability to search topic on current line.
5873 (nnir-get-active): Clean up.
5874
5875 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5878 degenerate articles.
5879
5880 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5881 (gnus-print-buffer): Just print the buffer as is, without any copying
5882 to a buffer and then re-highlighting.
5883
5884 * nnimap.el (nnimap-request-group): Store the new updated info.
5885 (nnimap-request-group): Select the group when we don't know whether it
5886 exists or not.
5887
5888 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5889 groups.
5890
5891 * gnus-group.el (gnus-group-find-new-groups): Display all the new
5892 groups.
5893
5894 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5895 groups.
5896
5897 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5898 long-lines case by only filling the long lines.
5899
5900 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5901 (bug #7311).
5902
5903 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5904
5905 * shr.el: No need to declare `declare-function' since shr.el is for
5906 only Emacsen that provide `libxml-parse-html-region'.
5907
5908 2010-11-01 Glenn Morris <rgm@gnu.org>
5909
5910 * mm-util.el (gnus-completing-read): Autoload.
5911 (mm-read-coding-system): Simplify Emacs definition.
5912
5913 * nnmail.el (gnus-activate-group):
5914 * nnimap.el (gnutls-negotiate):
5915 * nntp.el (netrc-parse): Fix declarations.
5916
5917 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5920 string-match-p in Emacs >=23.
5921
5922 * gnus-msg.el (gnus-configure-posting-styles):
5923 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5924
5925 2010-11-01 Glenn Morris <rgm@gnu.org>
5926
5927 * nnir.el (declare-function): Add compat stub.
5928 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5929 (nnir-run-gmane): Require 'mm-url.
5930
5931 * mm-util.el (mm-string-to-multibyte): Simplify.
5932
5933 * shr.el (declare-function): Add compat stub.
5934 (url-cache-create-filename): Declare.
5935 (mm-disable-multibyte, widget-convert-button): Autoload.
5936
5937 * smime.el (ldap-search): Declare.
5938 (smime-cert-by-ldap-1): Require ldap on Emacs.
5939
5940 * nnimap.el: Require nnmail, and gnus-sum when compiling.
5941 (nnimap-keepalive): Use gnus-float-time.
5942
5943 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5944 (mail-source-delete-crash-box): Use gnus-float-time.
5945
5946 * gnus-dired.el (gnus-completing-read): Autoload.
5947
5948 * mm-view.el (gnus-rescale-image): Autoload.
5949
5950 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5951
5952 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5953
5954 * sieve-manage.el: Require 'cl when compiling.
5955
5956 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5957 (gnus-iswitchb-completing-read): Require iswitchb.
5958 (gnus-select-frame-set-input-focus): Silence compiler.
5959
5960 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5961
5962 * message.el (message-subject-trailing-was-query): Change default to t,
5963 since I think that's what most people want.
5964
5965 * nnimap.el (nnimap-request-accept-article): Erase buffer before
5966 appending for easier debugging.
5967 (nnimap-wait-for-connection): Take a regexp.
5968 (nnimap-request-accept-article): Wait for the continuation line before
5969 sending anything unless we're streaming.
5970
5971 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5972 leave the header washing to take place.
5973
5974 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5975
5976 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5977 regular expression match and replace in posting styles.
5978
5979 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
5980
5981 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5982 an entire server.
5983 (nnir-get-active): New function.
5984 (nnir-run-imap): Use it.
5985 (nnir-run-gmane): Who knew, gmane search returns an article score!
5986
5987 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5988 server on the current line with nnir.
5989
5990 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5991
5992 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5993 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5994 left edge.
5995 (gnus-article-foldable-buffer): Skip past the prefix when determining
5996 raggedness.
5997
5998 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5999 the raw article, and change `C-u g' to show the article without doing
6000 treatments.
6001
6002 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6003 on to `gnus-treat-article'.
6004 (gnus-inhibit-article-treatments): New variable.
6005
6006 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6007
6008 * gnus-art.el (gnus-treatment-function-alist): Have
6009 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6010 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6011 sections.
6012
6013 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6014 parameter.
6015 (gnus-article-fill-cited-long-lines): New function.
6016 (gnus-article-fill-cited-article): Allow filling only long sections.
6017
6018 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6019 and non-punctuation (like after the apostrophe in "'We").
6020
6021 * gnus-sum.el (gnus-summary-select-article): Make sure
6022 gnus-original-article-buffer is alive.
6023
6024 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6025 reflect the order they are in the digest.
6026
6027 * gnus.el (gnus-group-startup-message): Move point to the start of the
6028 buffer.
6029
6030 * nnimap.el (nnimap-capability): New function.
6031 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6032 is set.
6033
6034 2010-10-31 David Engster <dengste@eml.cc>
6035
6036 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6037 conform with changes to gnus-completing-read.
6038
6039 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6040
6041 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6042
6043 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6044
6045 * nnir.el: Move defvar, defcustom around to keep file organized
6046 and keep byte-compiler quiet.
6047 (nnir-read-parms): Accept search-engine as arg.
6048 (nnir-run-query): Pass search-engine as arg.
6049 (nnir-search-engine): Remove.
6050
6051 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6052
6053 * shr.el (shr-generic): The text nodes should be text, not :text.
6054
6055 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6056 later in the file.
6057
6058 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6059
6060 * nnir.el: General clean up. Allow searching with multiple engines.
6061 Allow separate extra-parameters for each engine.
6062 Batch queries when possible.
6063 (nnir-imap-default-search-key,nnir-method-default-engines):
6064 Add customize interface.
6065 (nnir-run-gmane): New engine.
6066 (nnir-engines): Use it. Qualify all prompts with engine name.
6067 (nnir-search-engine): Remove global variable.
6068 (nnir-run-hyrex): Restore for now.
6069 (nnir-extra-parms,nnir-search-history): New variables.
6070 (gnus-group-make-nnir-group): Use them.
6071 (nnir-group-server): Remove in favor of gnus-group-server.
6072 (nnir-request-group): Avoid searching twice.
6073 (nnir-sort-groups-by-server): New function.
6074
6075 2010-10-30 Julien Danjou <julien@danjou.info>
6076
6077 * gnus-group.el: Remove gnus-group-fetch-control.
6078
6079 * gnus-start.el (gnus-find-new-newsgroups):
6080 Remove gnus-check-first-time-used.
6081
6082 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6083
6084 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6085
6086 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6087 set on groups that don't have \* permanentflags.
6088
6089 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6090
6091 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6092 control the background color.
6093 (shr-tag-img): Ignore very small web bug type images.
6094 (shr-put-image): Add help-echo alt texts to the images.
6095 (shr-tag-video): Show the video poster image.
6096
6097 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6098
6099 * shr.el (shr-table-depth): New variable.
6100 (shr-tag-table-1): Only insert the images after the top-level table.
6101
6102 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6103
6104 * gnus-util.el (gnus-list-memq-of-list): New function.
6105
6106 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6107 selected.
6108 (nnimap-unsplittable-articles): New slot.
6109 (nnimap-new-articles): Use it.
6110
6111 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6112
6113 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6114 move to the previous line on `M-g'.
6115
6116 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6119 *-request-group, which seems unnecessary.
6120
6121 * nnimap.el (nnimap-quote-specials): Function copied over from
6122 imap.el.
6123 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6124 they support that. Suggested by Tom Regner.
6125
6126 2010-10-29 Julien Danjou <julien@danjou.info>
6127
6128 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6129 defalias.
6130 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6131
6132 * gnus.el: Remove `gnus-nntp-service' variable.
6133 (gnus-secondary-servers): Make obsolete.
6134 (gnus-nntp-server): Make obsolete.
6135
6136 * gnus-start.el (gnus-1): Remove x-splash calls.
6137
6138 * gnus-ems.el (gnus-x-splash): Remove.
6139
6140 * gnus.el (gnus-group-startup-message): Simplify/update code.
6141
6142 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6143 capability before doing anything.
6144 (gnus-group-insert-group-line): Remove useless
6145 gnus-group-remove-excess-properties.
6146
6147 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6150
6151 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6152
6153 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6154 config after reselecting.
6155
6156 2010-10-28 Julien Danjou <julien@danjou.info>
6157
6158 * shr.el (shr-put-image): Use point even if only inserting text.
6159 (shr-put-image): Save excursion when inserting alt text on non-graphic
6160 display, so the behavior is the same when we are on a graphic display.
6161
6162 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6163
6164 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6165
6166 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6167 (gnus-mime-copy-part): Check coding system, not charset.
6168 (gnus-mime-view-part-externally): Never remove part.
6169 (gnus-mime-view-part-internally): Don't remove part here.
6170 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6171 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6172 multipart/alternative.
6173
6174 * mm-decode.el (mm-display-part): Take optional arg `force'.
6175
6176 2010-10-26 Julien Danjou <julien@danjou.info>
6177
6178 * gnus-group.el (gnus-group-default-list-level): Add this function to
6179 compute the default list level.
6180 (gnus-group-default-list-level): Add possibility to use a function.
6181
6182 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6183
6184 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6185
6186 * gnus-group.el (gnus-group-completing-read)
6187 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6188 gnus-replace-in-string.
6189
6190 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * shr.el (shr-tag-div): Add.
6193
6194 2010-10-25 Julien Danjou <julien@danjou.info>
6195
6196 * gnus-util.el: Remove `gnus-with-local-quit'.
6197
6198 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6199
6200 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6201
6202 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6203 the original article buffer.
6204
6205 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6206
6207 * nnimap.el (nnimap-request-head): New function.
6208 (nnimap-request-move-article): Try to be slightly faster by not
6209 requesting the entire message when moving.
6210 (nnimap-transform-headers): Don't bug out on bodiless articles.
6211 (nnimap-send-command): Have no outstanding messages if the IMAP server
6212 doesn't support streaming.
6213 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6214
6215 2010-10-24 Julien Danjou <julien@danjou.info>
6216
6217 * message.el (message-default-headers): Fix type.
6218
6219 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6220
6221 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6222 prefetching images.
6223
6224 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6225 backend for unknown groups. This is mainly useful for nnimap groups.
6226
6227 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6228 group isn't covered by the agent.
6229
6230 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6231
6232 * nnir.el (nnir-method-default-engines): New variable.
6233 (nnir-run-query): Use it.
6234 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6235 (gnus-summary-nnir-goto-thread): Change group if needed.
6236
6237 * gnus-group.el (gnus-group-group-map): Add key binding for
6238 gnus-group-make-nnir-group.
6239
6240 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6241
6242 * shr.el (shr-tag-object): Add.
6243
6244 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6245 original article buffer live.
6246 (gnus-summary-select-article-buffer):
6247 Mention gnus-widen-article-buffer.
6248
6249 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6250
6251 * shr.el (shr-tag-strong): Add.
6252
6253 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6256 group names. They mess up the group buffer badly.
6257
6258 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6259
6260 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6261 instead of the summary one.
6262
6263 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6264
6265 * mml.el (mml-preview): Work properly when editing article.
6266
6267 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6268 gnus-have-read-active-file if it's already been in.
6269
6270 2010-10-22 Tom Tromey <tromey@redhat.com>
6271
6272 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6273 gnus-group-completing-read.
6274
6275 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6276
6277 * message.el (message-mode-map): Don't bind M-; to comment region, to
6278 allow the global comment-dwim to work.
6279
6280 2010-10-21 Julien Danjou <julien@danjou.info>
6281
6282 * message.el (message-setup-1): Allow message-default-headers to be a
6283 function.
6284
6285 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6286
6287 * shr.el (shr-tag-table): Simplify.
6288
6289 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6290
6291 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6292 to avoid trying to snarf invalid stuff.
6293
6294 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6295
6296 * gnus.el (gnus-message-archive-group): Quote value.
6297 (gnus-message-archive-group): Mark as changed.
6298
6299 * shr.el (shr-add-font): Don't put the font properties on the newline
6300 or the indentation.
6301
6302 * message.el (message-fix-before-sending): Change options when sending
6303 non-printable characters.
6304
6305 * gnus.el (gnus-message-archive-method): Change the default to
6306 monthly outgoing groups.
6307
6308 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6309 that have gotten new numbers.
6310
6311 * nnimap.el (nnimap-request-replace-article): New function.
6312
6313 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6316 (nnrss-request-article): Don't use special html washing code.
6317
6318 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6319
6320 * shr.el (shr-tag-table): Remove useless nconc.
6321
6322 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6323
6324 * gnus-art.el (article-wash-html): Simplify and remove the charset
6325 stuff. Use the normal html rendering code instead of the special html
6326 washing code.
6327
6328 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6329 `gnus-w3m' symbols.
6330 (mm-text-html-washer-alist): Remove.
6331
6332 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6333 (mm-inline-media-tests): Remove use.
6334 (mm-text-html-renderer): Change default to the `shr' symbol.
6335
6336 * mm-view.el (mm-inline-text-html): Remove use.
6337
6338 * gnus-art.el (gnus-blocked-images): New function. Allow the
6339 `gnus-blocked-images' to be a function.
6340 (gnus-article-wash-function): Remove.
6341
6342 2010-10-20 Julien Danjou <julien@danjou.info>
6343
6344 * spam.el (spam-list-of-processors): Mark as obsolete.
6345
6346 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6347 (nnimap-insert-partial-structure): Fix boundary detection.
6348
6349 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6350
6351 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6352 run file-truename on remote files. This can be expensive and even
6353 prevent one from editing drafts if some unrelated buffer has a stale
6354 connection.
6355
6356 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6359 kinsoku-eol regardless of shr-kinsoku-shorten.
6360 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6361 (shr-tag-table): Support caption, thead, and tfoot.
6362
6363 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6364
6365 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6366 lines.
6367 (shr-save-contents): New command and keystroke.
6368
6369 * nndoc.el (nndoc-type-alist): Add git support.
6370 (nndoc-git-type-p): New function.
6371 (nndoc-transform-git-article): Ditto.
6372 (nndoc-transform-git-headers): Ditto.
6373 (nndoc-transform-git-headers): Generate Subject headers.
6374
6375 * shr.el (shr-parse-style): New function.
6376 (shr-tag-span): Ditto.
6377
6378 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6379 to `G G' to avoid collisions.
6380
6381 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * shr.el: Load kinsoku if necessary.
6384 (shr-kinsoku-shorten): New internal variable.
6385 (shr-find-fill-point): Make kinsoku shorten text line if
6386 shr-kinsoku-shorten is bound to non-nil.
6387 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6388 shr-indentation too when testing if table is wider than frame width.
6389 (shr-insert-table): Use `string-width' instead of `length' to measure
6390 text width.
6391 (shr-insert-table-ruler): Make sure indentation is done at bol.
6392
6393 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6396 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6397 undecoded network data.
6398
6399 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6400
6401 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6402 name in the mode line spec so that the mode line menu works
6403 (bug #2431).
6404
6405 * message.el (message-get-reply-headers): If we're fed `to-address',
6406 then always use that.
6407
6408 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6409 aren't so wide as to need to switch off the edit menu.
6410
6411 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6412 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6413
6414 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6415 `M-g'.
6416 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6417 the permanent marks.
6418
6419 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6420
6421 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6422 Splitting according to references/in-reply-to obeys the ignore-groups
6423 variable, while splitting by sender and subject do not.
6424
6425 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6426
6427 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6428 alist, so that we can look for non-Unicode chars.
6429 (article-translate-strings): Allow both character and string maps.
6430
6431 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6432
6433 * shr.el (shr-insert): Don't insert space behind a wide character
6434 categorized as kinsoku-bol, or between characters both categorized as
6435 nospace.
6436
6437 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6438
6439 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6440 headers to gnus-newsgroup-headers.
6441
6442 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6444 * shr.el (shr-tag-img): Don't align images -- since we're not
6445 rescaling, this often leads to ugly displays.
6446
6447 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6448
6449 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6450 duplicates.
6451
6452 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6453
6454 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6455 call.
6456
6457 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6458
6459 * gnus.el: Autoload gnus-html-show-images.
6460
6461 * nnimap.el: Use nnheader-message throughout.
6462
6463 * shr.el (shr-tag-img): Ignore images with no data.
6464
6465 2010-10-15 Julien Danjou <julien@danjou.info>
6466
6467 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6468 a possibility to disable format=flow encoding when using hard newlines.
6469
6470 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6471
6472 * shr.el (shr-insert): Remove space inserted before or after a
6473 breakable character or at the beginning or the end of a line.
6474 (shr-find-fill-point): Do kinsoku; find the second best point or give
6475 it up if there's no breakable point.
6476
6477 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6478
6479 * nnimap.el (nnimap-open-connection): Message when opening connection
6480 for debugging purposes.
6481
6482 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6483 on every setup buffer call to allow this to change from article to
6484 article.
6485
6486 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6487 buffers where we have a wide table.
6488
6489 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6490
6491 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6492 uses *-request-thread.
6493
6494 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6495
6496 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6497 incantation, which is no longer valid.
6498
6499 2010-10-14 Julien Danjou <julien@danjou.info>
6500
6501 * shr.el: Fix defcustom type (char -> character).
6502
6503 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6504
6505 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6506 programs.
6507
6508 2010-10-14 Julien Danjou <julien@danjou.info>
6509
6510 * shr.el (shr-tag-a): Use url-link as widget type.
6511
6512 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6513 `gnus-group-get-icon'.
6514
6515 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6516
6517 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6518 This should make server editing work better.
6519
6520 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6521
6522 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6523 (nnimap-parse-flags): Fix regexp.
6524
6525 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6526 probably work for CJVK text, too.
6527
6528 * nnimap.el (nnimap-extend-tls-programs): Remove.
6529 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6530
6531 2010-10-13 Julien Danjou <julien@danjou.info>
6532
6533 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6534 responses.
6535
6536 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537
6538 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6539
6540 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6541 anything in Emacs.
6542
6543 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6544
6545 2010-10-13 Julien Danjou <julien@danjou.info>
6546
6547 * shr.el (shr-width): Make shr-width a defcustom with default to
6548 fill-column.
6549 (shr-tag-img): Use shr-width rather than fill-column.
6550
6551 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6552
6553 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6554
6555 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6556 position when (X-)Faces exist.
6557 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6558 avatars when called interactively.
6559
6560 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6561
6562 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6563 gnus-article-x-face-too-ugly is bound.
6564
6565 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6566
6567 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6568
6569 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6570 mailbox that doesn't exist.
6571
6572 2010-10-12 Julien Danjou <julien@danjou.info>
6573
6574 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6575 (shr-get-image-data): Encode URL properly when fetching from cache.
6576 (shr-tag-img): Use aligned-to spaces to align correctly images.
6577
6578 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6579 before inserting the Gravatar.
6580
6581 * shr.el (shr-tag-img): Add align attribute support for <img>.
6582
6583 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * gnus-gravatar.el (gnus-art): Require.
6586
6587 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6588 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6589 Remove long obsoleted functions.
6590
6591 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6594
6595 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6596 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6597 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6598 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6599 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6600 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6601 Fix comment for declare-function.
6602
6603 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604
6605 * nnimap.el (nnimap-request-rename-group): Select group read-only
6606 before renaming it.
6607
6608 * shr.el (shr-insert): Fix up the white space only regexp.
6609
6610 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6611 bodies. Protect against this. Reported by Michael Welsh Duggan.
6612
6613 * shr.el (shr-current-column): New function.
6614 (shr-find-fill-point): New function.
6615
6616 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6617
6618 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6619 numbers.
6620
6621 2010-10-11 Julien Danjou <julien@danjou.info>
6622
6623 * shr.el (shr-hr-line): Add.
6624 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6625 display hr lines.
6626 (shr-max-columns): Do not change state to nil if we just inserting
6627 spaces.
6628
6629 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6630
6631 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6632 select the last group.
6633
6634 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6635
6636 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6637
6638 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6639
6640 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6641 for Gnus.
6642 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6643 (nnimap-update-qresync-info): Mark \Seen articles as read.
6644
6645 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6646 non-variable, too.
6647
6648 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6649 available.
6650 (nnimap-update-info): Rely more on the current active than the param
6651 active to avoid marking articles as read too much.
6652
6653 * auth-source.el (auth-source-create): Use (user-login-name) for the
6654 user name default.
6655
6656 * nnimap.el (nnimap-update-info): If the server doesn't return any
6657 useful info, just use the previous info.
6658 (nnimap-update-info): Prefer old info over start-article.
6659 (nnimap-update-qresync-info): Finish implementing QRESYNC.
6660
6661 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
6662
6663 * nnir.el (autoload): Clean up autoloads.
6664 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6665 Use key rather than value.
6666 (nnir-imap-search-other): New variable.
6667 (nnir-read-parm): Use it.
6668 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6669 (gnus-summary-nnir-goto-thread): Modify to work with imap.
6670
6671 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6674 the process, too.
6675
6676 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6677
6678 * spam.el (gnus-summary-mode-map): Bind to "$".
6679 Suggested by Russ Allbery.
6680
6681 * shr.el: Rework the way things are indented by <li> slightly.
6682
6683 * gnus.el (gnus-group-set-parameter): Fix typo.
6684
6685 * nnimap.el: Start implementing QRESYNC support.
6686
6687 2010-10-09 Julien Danjou <julien@danjou.info>
6688
6689 * nnir.el (nnir-engines): Fix too many arguments.
6690
6691 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6692
6693 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6694 group is the "last", so that the backends like nnfolder actually save
6695 their folders.
6696
6697 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6698 try to use that for the TLS stream.
6699 (nnimap-retrieve-group-data-early): Rework the marks code to heed
6700 UIDVALIDITY and find out which groups are read-only and not.
6701 (nnimap-get-flags): Use the same marks parsing code as the rest of
6702 nnimap.
6703
6704 2010-10-09 Julien Danjou <julien@danjou.info>
6705
6706 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6707
6708 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6709 retrieving gravatars.
6710
6711 * shr.el (shr-table-corner): Add.
6712 (shr-table-line): Add.
6713 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6714
6715 2010-10-08 Julien Danjou <julien@danjou.info>
6716
6717 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6718
6719 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6722
6723 * gnus-sum.el (gnus-mark-article-as-unread)
6724 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6725 (gnus-summary-set-bookmark): Use it.
6726
6727 * gnus-msg.el (gnus-setup-message): Use it.
6728
6729 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6730
6731 * gnus.el (gnus-group-remove-parameter): Use it.
6732
6733 * gnus-group.el (gnus-group-make-web-group): Use it.
6734
6735 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6736
6737 * nnregistry.el: Update docs to mention manual.
6738
6739 * gnus-registry.el: Update docs to mention nnregistry.el.
6740 (gnus-registry-initialize): Don't install nnregistry refer method
6741 automatically.
6742 (gnus-registry-install-nnregistry): Remove it.
6743
6744 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6745
6746 * shr.el (shr-insert): Don't insert double spaces.
6747
6748 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
6749
6750 * gnus-gravatar.el (gnus-treat-from-gravatar)
6751 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6752 called interactively.
6753
6754 * gnus-art.el (gnus-mime-view-part-externally)
6755 (gnus-mime-view-part-internally): Make predicate function passed to
6756 gnus-mime-view-part-as-type assume argument is a mime type, not a list
6757 of a mime type.
6758
6759 * shr.el (shr-table-widths): Don't use cl function `reduce'.
6760
6761 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6762
6763 * shr.el (require): Require cl when compiling.
6764 (shr-tag-hr): New function.
6765
6766 * nnimap.el (nnimap-update-info): Remove double setting of high.
6767 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6768 This makes nnimap work properly on Courier again.
6769
6770 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6771 the variable for backwards compatibility.
6772
6773 * mm-decode.el (mm-save-part): If given a non-directory result, expand
6774 the file name before using to avoid setting mm-default-directory to
6775 nil.
6776
6777 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6778 bidning gnus-agent variables.
6779
6780 * shr.el (shr-render-td): Use a cache for the table rendering function
6781 to avoid getting an exponential rendering behavior in nested tables.
6782 (shr-insert): Rework the line-breaking algorithm.
6783 (shr-insert): Don't leave trailing spaces.
6784 (shr-insert-table): Also insert empty TDs.
6785 (shr-tag-blockquote): Ensure paragraphs after </ul>.
6786
6787 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * gnus-sum.el (gnus-number): Rename from `number'.
6790 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6791 (gnus-summary-limit-children): Update uses correspondingly.
6792
6793 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6794
6795 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6796 (gnus-gravatar-transform-address): Don't show avatars of people of
6797 which mail addresses match gnus-gravatar-too-ugly.
6798
6799 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6800
6801 * shr.el (shr-table-widths): Expand TD elements to fill available
6802 space.
6803
6804 2010-10-07 Julien Danjou <julien@danjou.info>
6805
6806 * nnimap.el (nnimap-request-rename-group): Add this method.
6807
6808 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6809
6810 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6811 name from XEmacs' function-arglist.
6812
6813 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6814 gravatar under XEmacs.
6815
6816 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
6817
6818 * auth-source.el: Update docs with TODO items.
6819
6820 * gnus-sync.el: Update docs to explain state and plans.
6821
6822 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6823 Hooks for mark updates.
6824 (gnus-request-set-mark, gnus-request-update-mark): Use them.
6825
6826 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6827 hooks with arguments, which is needed for mark update hooks.
6828
6829 2010-10-06 Julien Danjou <julien@danjou.info>
6830
6831 * gnus.el (gnus-expand-group-parameter): Only return and act on what
6832 was matched.
6833
6834 * sieve-manage.el: Update example in `Commentary'.
6835
6836 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6837
6838 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6839 not 2000.
6840 (sieve-manage-authenticate): Re-add function.
6841
6842 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6843
6844 * shr.el (shr-insert): Get 'space transition right.
6845 (shr-render-td): Only delete space at the end of the TD.
6846
6847 * nnimap.el (nnimap-open-connection): Prepare to support
6848 open-gnutls-stream.
6849
6850 * shr.el: Rearrange function order to be more logical.
6851
6852 2010-10-06 Julien Danjou <julien@danjou.info>
6853
6854 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6855 (nnrss-discover-feed): Remove 404 URL in docstring.
6856
6857 * nnir.el: Fix Swish-E URL.
6858 Fix Namazu URL.
6859
6860 * message.el (message-change-subject): Remove 404 URL in a comment.
6861
6862 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6865 called interactively.
6866
6867 * gnus-util.el (gnus-remove-if): Allow hash table.
6868 (gnus-remove-if-not): New function.
6869
6870 * gnus-art.el (gnus-mime-view-part-as-type):
6871 * gnus-score.el (gnus-summary-score-effect):
6872 * gnus-sum.el (gnus-read-move-group-name):
6873 Replace remove-if-not with gnus-remove-if-not.
6874
6875 * gnus-group.el (gnus-group-completing-read):
6876 Regard collection as a hash table if it is not a list.
6877
6878 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
6880 * shr.el (shr-render-td): Allow blank/missing <TD>s.
6881
6882 * shr.el: Document the table-rendering algorithm.
6883
6884 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6885 invalid URLs.
6886
6887 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6888 line-broken.
6889 (shr-tag-img): Ignore image fetching errors.
6890 (shr-overlays-in-region): Compute overlay positions correctly.
6891
6892 * mm-decode.el (mm-shr): Require shr.
6893
6894 * gnus-art.el (gnus-blocked-images): Move variable here.
6895
6896 * shr.el (shr-insert-table): Bind free variable.
6897
6898 * mm-decode.el (mm-shr): Bind shr-content-function.
6899
6900 * shr.el (shr-content-function): New variable.
6901
6902 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6903 added for symmetry.
6904
6905 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6906
6907 * gnus-group.el (gnus-group-make-group): Doc fix.
6908
6909 * nnimap.el (nnimap-request-newgroups): Return success.
6910
6911 * shr.el (shr-find-elements): New function.
6912 (shr-tag-table): Put all the images after the table.
6913 (shr-tag-table): Really inhibit images inside the table.
6914 (shr-collect-overlays): Copy over overlays from the TD elements to the
6915 main document.
6916
6917 * mm-decode.el (mm-shr): Bind shr-blocked-images to
6918 gnus-blocked-images.
6919
6920 2010-10-05 Julien Danjou <julien@danjou.info>
6921
6922 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6923
6924 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6925 (gnus-html-maximum-image-size): Add this function.
6926 (gnus-html-put-image): Use gnus-html-maximum-image-size.
6927
6928 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6929 server-value of the capability is nil.
6930
6931 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6932
6933 * shr.el (shr-tag-em): Add <EM> tag.
6934
6935 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
6936
6937 * sieve-manage.el (sieve-manage-default-stream): Make default stream
6938 customizable.
6939
6940 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6941 handing broken links to browse-url.
6942
6943 2010-10-05 Julien Danjou <julien@danjou.info>
6944
6945 * gnus-util.el (gnus-emacs-completing-read)
6946 (gnus-iswitchb-completing-read): Use autoload rather than require.
6947
6948 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
6949
6950 * gnus-util.el (gnus-completing-read-function): Exclude
6951 gnus-icompleting-read and gnus-ido-completing-read from candidates for
6952 XEmacs since iswitchb.el is very old and ido.el is unavailable in
6953 XEmacs.
6954
6955 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6956 not to use `delete-dups' that is unavailable in XEmacs 21.4.
6957
6958 * gnus-html.el: Don't require help-fns under XEmacs.
6959 (gnus-html-schedule-image-fetching): Work for XEmacs.
6960
6961 * mm-decode.el (mm-shr): Decode contents by charset.
6962
6963 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6964
6965 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6966 unknown.
6967
6968 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6969 (shr-get-image-data): Ensure against the cache file missing.
6970
6971 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6972 for data.
6973
6974 * spam-report.el (spam-report-url-ping-plain): Don't query about
6975 killing the process.
6976
6977 * shr.el (shr-render-td): Protect against too-wide text.
6978
6979 2010-10-04 Julien Danjou <julien@danjou.info>
6980
6981 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6982 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6983
6984 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6985 retrieved.
6986
6987 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6988
6989 * shr.el (browse-url): Require.
6990 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6991 lines.
6992 (shr-show-alt-text, shr-browse-image): New commands.
6993 (shr-browse-url, shr-copy-url): New commands.
6994
6995 * gnus-sum.el (gnus-widen-article-window): New variable.
6996 (gnus-summary-select-article-buffer): Use it.
6997
6998 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6999 without @ signs.
7000
7001 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7002
7003 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7004
7005 2010-10-04 Julien Danjou <julien@danjou.info>
7006
7007 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7008 for XEmacs.
7009
7010 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7011
7012 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7013
7014 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7015 (nnimap-close-server): Implement.
7016
7017 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7018 (shr-insert): Tweak line breaking.
7019 (shr-insert): Handle <pre> better.
7020 (shr-tag-li): Get <li> indentation right.
7021 (shr-tag-li): Get <li> indentation even righter.
7022 (shr-tag-blockquote): Ensure paragraph start.
7023 (shr-make-table): Tweak table generation.
7024 (shr-make-table): Fix typo.
7025
7026 * shr.el: Implement table rendering.
7027
7028 2010-10-04 Julien Danjou <julien@danjou.info>
7029
7030 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7031
7032 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7033
7034 * shr.el (shr-insert): Use string anchors instead of line anchors.
7035
7036 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7037
7038 * shr.el: Add headings.
7039 (shr-ensure-paragraph): Actually work.
7040 (shr-tag-li): Make <ul> prettier.
7041 (shr-insert): Get white space at the beginning/end of elements right.
7042 (shr-tag-p): Collapse subsequent <p>s.
7043 (shr-ensure-paragraph): Don't insert double line feeds after blank
7044 lines.
7045 (shr-insert): \t is also space.
7046 (shr-tag-s): Fix "s" tag name function.
7047 (shr-tag-s): Fix face prop name.
7048
7049 2010-10-03 Julien Danjou <julien@danjou.info>
7050
7051 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7052
7053 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7054 gnus-window-inside-pixel-edges.
7055
7056 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7057 gnus-ems.
7058
7059 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7060
7061 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7062 function.
7063
7064 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7065 resize choice.
7066
7067 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7068
7069 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7070 beginning of the buffer.
7071
7072 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7073 article buffer again.
7074
7075 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7076
7077 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7078 when it's at the start of the buffer.
7079
7080 * shr.el (shr-tag-blockquote): Convert name.
7081 (shr-rescale-image): Use the right image-size variant.
7082
7083 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7084 buffer isn't shown, then select the current article first instead of
7085 bugging out.
7086 (gnus-summary-select-article-buffer): Show both the article and summary
7087 buffers again.
7088
7089 * shr.el (shr-fontize-cont): Protect against regions with no text.
7090 Rename tag functions to shr-tag-* for enhanced security.
7091 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7092
7093 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * shr.el (shr-insert):
7096 * pop3.el (pop3-movemail):
7097 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7098 loaded.
7099
7100 2010-10-03 Glenn Morris <rgm@gnu.org>
7101
7102 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7103
7104 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7105
7106 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7107
7108 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7109
7110 * gnus-util.el (gnus-make-local-hook): Simplify.
7111
7112 2010-10-02 Julien Danjou <julien@danjou.info>
7113
7114 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7115 (gnus-ido-completing-read): New function.
7116 (gnus-emacs-completing-read): New function.
7117 (gnus-completing-read): Use gnus-completing-read-function.
7118 Add gnus-completing-read-function.
7119
7120 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7121
7122 * shr.el (shr-insert-document): Autoload.
7123 (shr-img): Be silent.
7124 (shr-insert): Add a newline after every picture before text.
7125 (shr-add-font): Use overlays for combining faces.
7126 (shr-insert): Pass upwards the text start point.
7127
7128 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7129 possible.
7130 (mm-shr): New function.
7131
7132 2010-10-02 Julien Danjou <julien@danjou.info>
7133
7134 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7135 should go backward.
7136
7137 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7138
7139 * shr.el (shr): Fix typo in provide call.
7140
7141 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7142
7143 * shr.el: New file.
7144
7145 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7146
7147 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7148 completing read.
7149
7150 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7153 we're being queried about. Suggested by Dan Jacobson.
7154
7155 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7156 Suggested by Jason Eisner.
7157
7158 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7159 table, too. Suggested by Stefan Wiens.
7160 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7161 the table unnecessary. Suggested by Stefan Wiens.
7162
7163 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7164 longer needed, and probably doesn't work either, as pointed out by
7165 Stefan Wiens.
7166 (gnus-summary-exit): Remove call to the clearing function.
7167 (gnus-summary-exit-no-update): Ditto.
7168
7169 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7170 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7171 Reported by Stefan Monnier.
7172 (gnus-summary-save-in-rmail): Ditto.
7173
7174 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7175 article buffer, instead of both the article buffer and the summary
7176 buffer. Sort of suggested by Dan Jacobson.
7177
7178 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7179
7180 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7181 Suggested by Dan Jacobson.
7182
7183 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7184 documentation clearer.
7185
7186 * message.el (message-shorten-references): Comment on the number "21".
7187 Suggested by Stefan Monnier.
7188
7189 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7190 Suggested by Dan Jacobson.
7191
7192 * gnus.el (gnus-large-newsgroup):
7193 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7194
7195 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7196 externalize attachments. Bug reported by Steve Wen.
7197
7198 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7199 really message anything to the user.
7200
7201 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7202 directly.
7203
7204 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7205 messages in empty groups.
7206
7207 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7208
7209 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7210 non-UIDNEXT group.
7211
7212 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7213
7214 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7215 not the value from the collection.
7216
7217 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7218 values. This sometimes happens on some groups that have no info.
7219 (nnimap-request-newgroups): New function.
7220
7221 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7222
7223 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7224 check into `gnus-registry-initialize'.
7225 (gnus-registry-initialize): Ditto.
7226 Fix and extend header docs.
7227
7228 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7229
7230 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7231 regexp backtrace overflows.
7232
7233 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7234 for starttls that tls.el implements; i.e. openssl.
7235
7236 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7237
7238 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7239 (gravatar-create-image): New function that's an alias to
7240 gnus-xmas-create-image, gnus-create-image, or create-image.
7241 (gravatar-data->image): Use it.
7242
7243 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7244
7245 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7246 install the nnregistry refer method.
7247 (gnus-registry-install-hooks): Use it.
7248 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7249 unfollowed groups.
7250
7251 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7252
7253 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7254 expanding threads.
7255
7256 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7257
7258 * nnir.el: Use the server names without suffixes (bug #7009).
7259
7260 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7261 unencrypted to STARTTLS, if possible.
7262
7263 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7264
7265 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7266 headers before superseding.
7267
7268 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7269
7270 * nnrss.el (nnrss-use-local): Add documentation.
7271
7272 * nnimap.el (nnimap-extend-tls-programs): New function.
7273 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7274 (nnimap-wait-for-connection): Accept the greeting from the stupid
7275 output from openssl s_client -starttls, too.
7276
7277 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7278 article number.
7279 (nnimap-split-fancy): New variable.
7280 (nnimap-split-incoming-mail): Use it.
7281
7282 * nntp.el (nntp-server-list-active-group): Document.
7283
7284 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7285 SELECT to get the message-id.
7286
7287 * mail-source.el (mail-sources): Remove webmail support.
7288 (defvar): Ditto.
7289 (mail-source-fetcher-alist): Ditto.
7290 (mail-source-fetch-webmail): Remove.
7291
7292 * webmail.el: Remove -- doesn't seem relevant any more.
7293
7294 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7295
7296 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7297 the \r.
7298
7299 2010-09-30 Julien Danjou <julien@danjou.info>
7300
7301 * gnus-agent.el (gnus-agent-add-group): Fix call to
7302 gnus-completing-read.
7303
7304 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7305
7306 * nndoc.el (nndoc-retrieve-groups): New function.
7307
7308 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7309 `default', use nnmail-split-methods.
7310 (nnimap-request-article): Downcase the NILs so that they are nil.
7311
7312 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7313 symbol.
7314
7315 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7316 code, since if the user has requested network, that's what they ought
7317 to get.
7318 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7319 (nnimap-split-rule): Mark as obsolete.
7320
7321 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7322 New variable.
7323
7324 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7325 correct slot, too.
7326
7327 2010-09-29 Julien Danjou <julien@danjou.info>
7328
7329 * gnus.el (gnus-local-domain): Declare variable obsolete.
7330
7331 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7332 Fix history computing.
7333 (gnus-ido-completing-read): Require ido.
7334
7335 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7336
7337 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7338 build Gnus.
7339
7340 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7341 when interpreting the structures.
7342 (nnimap-request-accept-article): Add \r\n to the lines to make this
7343 work with Cyrus.
7344
7345 * nndraft.el (nndraft-request-expire-articles): Use the group name
7346 instead if "nndraft". Fix found by Nils Ackermann.
7347
7348 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7349
7350 * nnregistry.el: Add.
7351
7352 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * nnmail.el (group, group-art-list, group-art):
7355 Remove unneeded directives.
7356
7357 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7360 (mm-mime-charset):
7361 * rfc2047.el (rfc2047-syntax-table):
7362 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7363
7364 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7365 rather than `insert-file-contents' and `eval-region'.
7366
7367 2010-09-29 Julien Danjou <julien@danjou.info>
7368
7369 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7370 replacement of `gnus-gravatar-relief' to mimic
7371 `gnus-faces-properties-alist'.
7372 Add :version property.
7373
7374 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7375
7376 * mail-source.el (mail-source-report-new-mail):
7377 * message.el (message-default-mail-headers):
7378 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7379
7380 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7381
7382 2010-09-28 Julien Danjou <julien@danjou.info>
7383
7384 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7385 mail-address contains the same string as real-name.
7386
7387 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7388 non-blank in header, otherwise it'll get stripped.
7389
7390 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7391 real-name, and then for mail address rather than doing : or , search.
7392
7393 2010-09-27 Julien Danjou <julien@danjou.info>
7394
7395 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7396 right completing-read function.
7397 (gnus-use-ido): New variable
7398 (gnus-completing-read-with-default): Remove.
7399 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7400 (gnus-agent-add-group):
7401 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7402 * mm-view.el (mm-view-pkcs7-decrypt):
7403 * mm-util.el (mm-codepage-setup):
7404 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7405 * mml-smime.el (mml-smime-openssl-sign-query):
7406 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7407 (mml-insert-multipart):
7408 * gnus-msg.el (gnus-summary-yank-message):
7409 * gnus-int.el (gnus-start-news-server):
7410 * mm-decode.el (mm-interactively-view-part):
7411 * gnus-dired.el (gnus-dired-attach):
7412 * gnus.el (gnus-read-method):
7413 * gnus-bookmark.el (gnus-bookmark-jump):
7414 * gnus-art.el (gnus-mime-view-part-as-type)
7415 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7416 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7417 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7418 * nnmairix.el (nnmairix-create-server-and-default-group)
7419 (nnmairix-update-groups, nnmairix-get-server)
7420 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7421 (nnmairix-get-group-from-file-path):
7422 * nnrss.el (nnrss-find-rss-via-syndic8):
7423 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7424 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7425 (gnus-group-browse-foreign-server):
7426 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7427 (gnus-summary-execute-command, gnus-summary-respool-article)
7428 (gnus-read-move-group-name):
7429 * gnus-score.el (gnus-summary-increase-score)
7430 (gnus-summary-score-effect):
7431 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7432
7433 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7434
7435 * nnimap.el (auth-source-forget-user-or-password)
7436 (auth-source-user-or-password): Autoload.
7437
7438 * message.el (message-from-style, message-interactive)
7439 (message-signature): Remove comment.
7440 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7441 always.
7442 (message-sendmail-envelope-from): Comment fix.
7443 (message-yank-prefix): Default to mail-yank-prefix always.
7444 (message-indentation-spaces):
7445 Default to mail-indentation-spaces always.
7446 (message-signature-file): Default to mail-signature-file always.
7447
7448 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7449
7450 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7451 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7452 new articles.
7453
7454 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7455 parts.
7456 (nnimap-request-article): Work with the t setting, too.
7457
7458 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7459 that you don't get flashes of other buffers.
7460 (gnus-summary-show-complete-article): Intern before setting.
7461
7462 2010-09-27 David Engster <dengste@eml.cc>
7463
7464 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7465 well as HEADERS.
7466 (nnmairix-retrieve-headers): Provide new argument for the above.
7467
7468 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7469
7470 * gnus-sum.el (gnus-summary-move-article): Don't alter
7471 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7472 group.
7473
7474 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7475
7476 * message.el (message-cite-prefix-regexp): Revert my last edit.
7477
7478 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7479 variable instead of the Gnus variable.
7480
7481 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7482
7483 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7484
7485 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7486 since some servers don't like it.
7487 (nnimap-open-connection): Forget credentials if the server says the
7488 password was wrong.
7489 (nnimap-parse-line): Protect against invalid data.
7490
7491 * gnus-sum.el (gnus-summary-move-article): Add comment.
7492 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7493 nothing alters it while scanning for new messages.
7494
7495 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7496 which may or may not help.
7497 (nnimap-open-connection): If we're doing a stream connection, and then
7498 discover we're on a STARTTLS-capable server, then open a STARTTLS
7499 connection instead.
7500
7501 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7502
7503 * nnimap.el (utf7): Require.
7504
7505 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7506 prefix.
7507
7508 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7509
7510 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7511
7512 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7513
7514 * nnimap.el (nnimap-request-accept-article): Message the error on
7515 error.
7516
7517 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7518
7519 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7520
7521 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
7523 * nndoc.el (nndoc-request-list): Return success always.
7524
7525 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7526 `fetch-old' -- we only want to fetch the articles we've requested.
7527 The rest are in the agent, probably.
7528 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7529 disappeared server" to something low. It's not important.
7530
7531 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7532 arrived before the FETCH data.
7533
7534 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7535 target here, because we don't know the Gnus name of the group.
7536
7537 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7538 for the correct group.
7539
7540 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7541
7542 * gnus.el (gnus): Give a final warning after startup.
7543
7544 * gnus-util.el (gnus-action-message-log): New variable.
7545 (gnus-message): Use it.
7546 (gnus-final-warning): New function.
7547
7548 * nnimap.el (nnimap-open-connection): Record the greeting.
7549 (nnimap): Add greeting.
7550
7551 2010-09-26 Julien Danjou <julien@danjou.info>
7552
7553 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7554 arguments.
7555 (gnus-html-wash-images): Fix spec computing to include start/end.
7556
7557 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7558
7559 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7560
7561 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7562 deletion.
7563 (nnimap-retrieve-headers): Don't select the group, because that's
7564 already done by nnimap-possibly-change-group.
7565
7566 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7567 (gnus-picon-transform-address): Use it.
7568
7569 * mail-source.el (mail-source-value): Revert previous patch.
7570
7571 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7572 on failure.
7573 (nnimap-open-connection): Look up both virtual and physical server name
7574 credentials.
7575
7576 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7577
7578 2009-02-08 Dave Love <fx@gnu.org>
7579
7580 * gnus-win.el (gnus-window-to-buffer-helper)
7581 (gnus-all-windows-visible-p): Function needn't be a symbol.
7582
7583 * mail-source.el (mail-source-value): Function needn't be a symbol.
7584
7585 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7586
7587 * message.el (message-cite-prefix-regexp): Remove } from the cite
7588 prefix.
7589
7590 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7591 highlight again, so that the highlight is correct.
7592
7593 * gnus-picon.el (gnus-picon): Remove again.
7594 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7595
7596 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7597 doing the header highlightling, so that the background color of the
7598 picon is correct.
7599
7600 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7601 (gnus-picon): Ditto.
7602 (gnus-picon): Reinstate. The background color for picons is white.
7603 (gnus-picon-insert-glyph): Make the background white.
7604
7605 * nnml.el (nnml-open-nov): Don't return dead buffers.
7606
7607 * auth-source.el (auth-source-create): Query the user for whether to
7608 store the credentials.
7609
7610 * auth-source.el (auth-source-user-or-password): Use the existing auth
7611 sources, if any, for creation.
7612
7613 * gnus.el (gnus-group-fast-parameter): Return the last matching
7614 parameter instead of the first matching parameter.
7615
7616 2010-09-26 Julien Danjou <julien@danjou.info>
7617
7618 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7619
7620 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7621
7622 * mml2015.el (mml2015-use): Remove gpg support.
7623
7624 * mml1991.el (mml1991-function-alist): Remove gpg function.
7625 (mml1991-gpg-sign): Remove.
7626
7627 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7628
7629 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7630 (gnus-browse-unsubscribe-current-group): Document it.
7631 (gnus-browse-unsubscribe-group): Use it.
7632
7633 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7634
7635 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7636 address to the To list for easier response.
7637
7638 * gnus.el (gnus-play-startup-jingle): Remove.
7639 (gnus-splash): Don't play jingle.
7640 (gnus): Silence gnus-load message.
7641
7642 * gnus-art.el (gnus-treat-play-sounds): Remove.
7643
7644 * gnus.el (gnus-play-jingle): Remove audio support.
7645
7646 * gnus-cus.el (gnus-score-customize): Remove audio reference.
7647
7648 * earcon.el: Remove -- no users.
7649
7650 * gnus-audio.el: Remove -- no users of this package.
7651
7652 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7653
7654 * gnus-start.el (gnus-setup-news): Remove nocem support.
7655
7656 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7657
7658 * gnus.el (gnus-use-nocem): Remove.
7659
7660 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7661 Remove.
7662
7663 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
7664 uses NoCeM any more.
7665
7666 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7667 (gnus-button-ctan-handler): Ditto.
7668 (gnus-button-handle-ctan-bogus-regexp): Ditto.
7669 (gnus-button-ctan-directory-regexp): Ditto.
7670 (gnus-button-handle-ctan): Ditto.
7671 (gnus-button-tex-level): Ditto.
7672 (gnus-button-alist): Remove CTAN stuff.
7673
7674 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7675
7676 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7677 nnimap-streaming test.
7678
7679 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7680 servers twice.
7681
7682 * nnimap.el (nnimap-open-connection): Add more error reporting when
7683 nnimap fails early.
7684
7685 * nnheader.el (nnheader-get-report-string): New function.
7686 (nnheader-get-report): Use it.
7687
7688 * gnus-int.el (gnus-check-server): Say what the error was when opening
7689 failed.
7690
7691 * nnimap.el (nnimap-wait-for-response): Search further when we're not
7692 using streaming.
7693
7694 2010-09-25 Julien Danjou <julien@danjou.info>
7695
7696 * gnus-html.el (gnus-html-rescale-image): Use our defalias
7697 gnus-window-inside-pixel-edges.
7698
7699 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7700
7701 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7702
7703 * mm-decode.el (mm-save-part): Allow saving to other directories the
7704 normal Emacs way.
7705
7706 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7707 Suggested by Jay Berkenbilt.
7708
7709 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7710 there isn't a single byte.
7711
7712 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7713 just do it. It doesn't really seem to matter what the user responds
7714 here, I think, so it's just a confusing question.
7715
7716 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7717 non-streaming case.
7718
7719 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7720 (gnus-article-encrypt-body): Use it.
7721
7722 * gnus-sum.el (gnus-summary-show-complete-article): New command and
7723 keystroke.
7724
7725 * nnimap.el (nnimap-find-wanted-parts-1):
7726 Use gnus-fetch-partial-articles.
7727
7728 * gnus-art.el (gnus-fetch-partial-articles): New variable.
7729
7730 * nnimap.el (nnimap-insert-partial-structure): New function.
7731 (nnimap-get-partial-article): New function.
7732 (nnimap-request-article): Use it.
7733 (nnimap-wait-for-response): Return whether the wait was successful.
7734 (nnimap-finish-retrieve-group-infos): Don't do anything if the
7735 retrieval wasn't successful.
7736 (nnimap-retrieve-group-data-early): Allow throttling servers.
7737 (nnimap-streaming): New variable.
7738 (nnimap-fetch-partial-articles): Remove.
7739
7740 * mm-decode.el (mm-with-part): Protect against killed buffers.
7741
7742 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7743 for prettier summary display.
7744
7745 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
7746
7747 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7748
7749 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7750
7751 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7752 apparently third-party libraries depend on it.
7753
7754 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7755 before starting negotiation.
7756
7757 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7758 privacy reasons.
7759 (gnus-treat-mail-gravatar): Ditto.
7760
7761 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7762 buffer when inserting images. Inserting text into the headers, for
7763 instance, can make them invalid.
7764
7765 2010-09-25 Julien Danjou <julien@danjou.info>
7766
7767 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7768 variables.
7769
7770 * nnheader.el: Remove useless variables news-reply-yank-from and
7771 news-reply-yank-message-id.
7772
7773 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7774 variables.
7775
7776 * mml1991.el: Remove useless mml1991-verbose.
7777
7778 * gnus.el: Remove useless variable gnus-use-generic-from.
7779 Remove obsolete variable gnus-topic-indentation.
7780
7781 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7782
7783 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7784
7785 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7786
7787 * gnus-group.el: Remove useless gnus-group-icon-cache.
7788 Remove useless gnus-ephemeral-group-server.
7789
7790 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7791
7792 * mml2015.el: Remove useless mml2015-verbose.
7793
7794 * mml-smime.el: Remove useless mml-smime-verbose.
7795
7796 * gnus.el: Remove useless gnus-local-domain.
7797
7798 * gnus-gravatar.el (gnus-gravatar-transform-address):
7799 Use gnus-gravatar-size.
7800
7801 * gnus-art.el: Remove useless gnus-treat-translate.
7802
7803 2010-09-24 Julien Danjou <julien@danjou.info>
7804
7805 * gnus-sum.el: Add support for Gravatars.
7806
7807 * gnus-art.el: Add support for Gravatars.
7808
7809 * gnus-gravatar.el: Add this file.
7810
7811 * gravatar.el: Add this file.
7812
7813 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7814
7815 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7816
7817 * gnus-group.el (gnus-group-fetch-faq): Remove.
7818
7819 * gnus.el (gnus-group-faq-directory): Remove.
7820
7821 * gnus-group.el (gnus-group-fetch-charter): Remove.
7822
7823 * gnus.el (gnus-group-charter-alist): Remove.
7824
7825 * gnus-group.el (gnus-group-archive-directory): Remove.
7826 (gnus-group-recent-archive-directory): Ditto.
7827 (gnus-group-make-archive-group): Remove.
7828
7829 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7830
7831 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7832 use the same article number for all the cached articles.
7833
7834 * nnimap.el (nnimap-command): Register the last command time so
7835 that we can use it for idling NOOPs.
7836 (nnimap-open-connection): Start the keeplive timer.
7837 (nnimap-make-process-buffer): Store all the process buffers.
7838 (nnimap-keepalive): New function.
7839
7840 * starttls.el (starttls-open-stream): Add autoload cookie.
7841
7842 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7843
7844 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7845 handling.
7846
7847 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7850 its data structures.
7851
7852 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7853 instead of the cl.el copy-list.
7854 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7855 equalp.
7856
7857 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7858
7859 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7860 and tool-bar-local-item-from-menu.
7861
7862 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7863 mode-line-highlight face for Emacs.
7864
7865 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7866 loading gnus-sum.elc; fix comment for canlock-verify.
7867 (gnus-article-jump-to-part): Use read-number.
7868 (gnus-insert-mime-button, gnus-insert-mime-security-button):
7869 Remove Emacs pre-21 compatible code for help-echo.
7870 (gnus-article-next-page-1): No need to adjust the number of lines.
7871 (gnus-article-describe-bindings): Always use help-buffer.
7872
7873 * gnus-audio.el (gnus-audio-inline-sound):
7874 * gnus-cus.el (gnus-custom-mode):
7875 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7876
7877 * gnus-sum.el (gnus-remove-overlays): Doc fix.
7878
7879 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7880 compatible code.
7881
7882 2010-09-24 Glenn Morris <rgm@gnu.org>
7883
7884 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7885 visiting the fcc file in rmail-mode.
7886
7887 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7888
7889 * nnir.el: Silence the byte compiler.
7890
7891 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7892 alias to browse-url-url-encode-chars if any.
7893 (gnus-html-encode-url): Use it.
7894
7895 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
7897 * gnus-start.el (gnus-use-backend-marks): New variable.
7898 (gnus-get-unread-articles-in-group): Use it.
7899
7900 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7901 makeover.
7902
7903 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7904
7905 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7906
7907 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7908
7909 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7910 Remove.
7911 (gnus-setup-news-hook):
7912 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7913
7914 * gnus-int.el (gnus-request-update-info): Protect against backends not
7915 having the function.
7916
7917 * nnimap.el (nnimap-stream): Mention STARTTLS.
7918 (nnimap-open-connection): Add STARTTLS support.
7919
7920 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7921
7922 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7923
7924 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7925
7926 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7927 BODYSTRUCTUREs.
7928 (nnimap-transform-headers): Unfold quoted {42} headers.
7929
7930 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7931 the info.
7932 (gnus-get-unread-articles): Only call updatep on backends that support
7933 it.
7934
7935 * nnweb.el (nnweb-request-update-info): NOOP.
7936
7937 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7938
7939 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7940 since it only deals with marks.
7941
7942 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7943 gnus-request-marks, and make a new gnus-request-update-info.
7944
7945 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7946 the active instead of the high number, which is usually too low.
7947
7948 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7949
7950 * encrypt.el: Remove.
7951
7952 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7953
7954 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7955 server in symbolic form.
7956
7957 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7958
7959 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7960
7961 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7962 (nnimap-update-info): Fix up code slightly.
7963
7964 * gnus-int.el (gnus-open-server): Add tracing for performance
7965 debugging.
7966
7967 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7968 (gnus-group-insert-group-line): Pass the real group name so that it
7969 gets the right data.
7970
7971 * gnus-start.el (gnus-get-unread-articles): Don't have
7972 `gnus-get-unread-articles-in-group' update info, since that can be
7973 really slow and doesn't seem to be needed?
7974
7975 2010-09-22 Julien Danjou <julien@danjou.info>
7976
7977 * gnus-group.el (gnus-group-insert-group-line):
7978 Call gnus-group-highlight-line.
7979 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7980 default hook list.
7981 (gnus-group-update-eval-form): Add new function.
7982 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7983 (gnus-group-get-icon): Use gnus-group-update-eval-form.
7984
7985 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7986
7987 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7988 immediate, then expire all articles.
7989 (nnimap-update-info): Fix off-by-one errors.
7990 (nnimap-flags-to-marks): Would return no marks lists for group with no
7991 flags. Instead return the other data.
7992
7993 2010-09-22 Julien Danjou <julien@danjou.info>
7994
7995 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7996 Only return an icon.
7997 (gnus-group-insert-group-line): Compute icon to return.
7998
7999 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8000 (gnus-html-image-fetched): Only cache if
8001 gnus-html-image-automatic-caching is set.
8002 (gnus-html-image-fetched): Check for errors.
8003
8004 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8005
8006 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8007 once per method on `g'. This ensures that backends like nnfolder don't
8008 open all their folders.
8009
8010 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8011 (nnimap-request-list): Nix out group in the correct buffer.
8012 (nnimap-parse-flags): Implement by using `read' instead of
8013 hand-parsing.
8014 (nnimap-flags-to-marks): Pass on permanent-flags.
8015 (nnimap-make-process-buffer): Record the server name.
8016 (nnimap-parse-flags): Fix typo.
8017 (nnimap-request-scan): Run split on the server in general, not just a
8018 single group.
8019
8020 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8021 parameter, and propagate this downwards.
8022
8023 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8024 since EXAMINE changes it on the server.
8025
8026 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8027 this command might take a while.
8028
8029 2010-09-22 Julien Danjou <julien@danjou.info>
8030
8031 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8032 harmful if you have 2 images side-by-side, they can't be properly
8033 update on text deletion. Using text-property is safer here.
8034 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8035 data.
8036
8037 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8038
8039 * nnimap.el (nnimap-expunge-inbox): Remove.
8040 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8041 (nnimap-expunge): Flip default to t.
8042
8043 * gnus.el (gnus-method-to-server): Don't push things to the cache
8044 unless it's unique.
8045 (gnus-server-to-method): Ditto.
8046
8047 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8048
8049 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8050
8051 2010-09-22 Julien Danjou <julien@danjou.info>
8052
8053 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8054 get the start of data.
8055 (gnus-html-encode-url): Add this function to encode special chars in
8056 URL.
8057 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8058 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8059
8060 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8061 default.
8062 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8063
8064 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8065 images alt-text.
8066 (gnus-html-put-image): Put alt-text as help-echo.
8067
8068 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8069
8070 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8071 * mm-util.el (mm-decompress-buffer):
8072 * nnir.el (nnir-run-find-grep):
8073 * pop3.el (pop3-list): Use 3rd arg of split-string.
8074
8075 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8076
8077 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8078 outside the active range. Suggested by Dan Christensen.
8079
8080 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8081 slightly later to avoid double-getting it.
8082
8083 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8084 previous patch.
8085
8086 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8087
8088 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8089
8090 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8091
8092 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8093
8094 * gnus-int.el (gnus-open-server): Give a better error message in the
8095 "go offline" case.
8096
8097 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8098 marks for nnimap, which is seldom the right thing to do.
8099
8100 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8101 (gnus-same-method-different-name): New function.
8102
8103 * nnimap.el (parse-time): Require.
8104
8105 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8106 method in the presence of many similar methods.
8107
8108 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8109
8110 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8111 nnml-inhibit-expiry.
8112
8113 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8114 find out whether methods are equal.
8115
8116 * nnimap.el (nnimap-find-expired-articles): New function.
8117 (nnimap-process-expiry-targets): New function.
8118 (nnimap-request-move-article): Request the article before looking at
8119 what the Message-ID is. Fix found by Andrew Cohen.
8120 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8121
8122 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8123 for oldness in addition to being a predicate.
8124
8125 * nnimap.el (nnimap-request-group): When we have zero articles, return
8126 the right data to Gnus.
8127 (nnimap-request-expire-articles): Only delete articles immediately if
8128 the target is 'delete.
8129
8130 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8131 method, this would bug out.
8132
8133 * gnus-group.el (gnus-group-expunge-group): Rename from
8134 gnus-group-nnimap-expunge, and implemented as a normal interface
8135 function.
8136
8137 * gnus-int.el (gnus-request-expunge-group): New function.
8138
8139 * nnimap.el (nnimap-request-create-group): Implement.
8140 (nnimap-request-expunge-group): New function.
8141
8142 2010-09-21 Julien Danjou <julien@danjou.info>
8143
8144 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8145 (gnus-html-cache-expired): Add new function.
8146 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8147 wethever we should display image for fetch it.
8148 Compute alt-text earlier to pass it to the fetching function too.
8149 (gnus-html-schedule-image-fetching): Change function argument to only
8150 get one image at a time, not a list.
8151 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8152 cache.
8153 (gnus-html-get-image-data): New function to retrieve image data from
8154 cache.
8155 (gnus-html-put-image): Change buffer argument to use image data rather
8156 than file, and place image above region rather than inserting a new
8157 one. Do not take alt-text as argument, since it's useless now: we place
8158 the image above alt-text.
8159 (gnus-html-prune-cache): Remove.
8160 (gnus-html-show-images): Start to fetch image when we find one, do not
8161 push into a temporary list.
8162 (gnus-html-prefetch-images): Only fetch image if they have expired.
8163 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8164 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8165
8166 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8167
8168 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8169
8170 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8171
8172 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8173 spec inser "*" if the group isn't active instead of 0.
8174
8175 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8176 opening the server.
8177 (nnimap-request-delete-group): Implement group deletion.
8178 (nnimap-transform-headers): Return the size of the entire message in
8179 the Bytes header, not just the size of the first part.
8180 (nnimap-request-move-article): When moving an article from nnimap,
8181 request the article first so the accepting form has an article to
8182 accept. Reported by Dan Christensen.
8183 (nnimap-command): Make sure that the error message doesn't error out.
8184
8185 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8186
8187 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8188 we haven't requested anything.
8189
8190 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8191
8192 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8193 "". Fix found by Andrew Cohen.
8194
8195 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8196 instead of -encode-string.
8197
8198 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8201
8202 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8203 by mm-subst-char-in-string.
8204
8205 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8206
8207 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8208 waiting for the connection string.
8209
8210 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8211 arriving.
8212
8213 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8214 bogus characters. This allows selecting certain Gmail groups.
8215
8216 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8217 (nnimap-fetch-partial-articles): New variable.
8218 (nnimap-open-connection): When looking for credentials, also use the
8219 nnimap-server-port.
8220 (nnimap-request-article): Return the group/article number, so that Gnus
8221 `^' works as expected.
8222 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8223
8224 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8225 comments.
8226 (gnus-methods-sloppily-equal): New function.
8227 (gnus): When using the development version of Gnus, load the gnus-load
8228 file.
8229
8230 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8231 `gnus-open-server' on each method before trying to scan them etc.
8232 This ensures that all the backend parameters are set correctly.
8233
8234 * nnimap.el (nnimap-authenticator): New variable.
8235 (nnimap-open-connection): Allow anonymous login.
8236 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8237 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8238
8239 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8240 patch, found by Knut Anders Hatlen.
8241
8242 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8243
8244 * gnus-agent.el (gnus-agent-batch-confirmation)
8245 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8246 to gnus-message.
8247 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8248 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8249 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8250 * gnus-int.el (gnus-open-server): Likewise.
8251 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8252 (gnus-score-check-syntax): Likewise.
8253 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8254 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8255 Likewise.
8256 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8257
8258 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8259
8260 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8261 calling conventions so that prefetch doesn't bug out.
8262
8263 2010-09-19 Julien Danjou <julien@danjou.info>
8264
8265 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8266 rather than `subst-char-in-region' in order to be able to replace ASCII
8267 char by UTF-8 ones.
8268
8269 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8270 than curl.
8271 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8272 the right URL and ALT text on images.
8273 (gnus-html-wash-tags): Fix tag case.
8274 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8275 (gnus-article-html): Add -o display_ins_del=2 option.
8276 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8277
8278 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8279
8280 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8281 the extra mail headers, which sometimes seem to happen for unknown
8282 reasons.
8283
8284 * mail-parse.el (mail-header-encode-parameter): Define as
8285 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8286 (or most, perhaps?) mail readers don't understand the latter, but do
8287 understand the former.
8288
8289 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8290 to nil, so that no methods are automatically agentized. I think this
8291 is probably what most users want.
8292
8293 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8294 from url-retrieve, for instance about invalid URLs.
8295
8296 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8297 groups that have no articles.
8298 (nnimap-request-article): Check that we really got an article when we
8299 requested one.
8300
8301 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8302 doesn't exist.
8303
8304 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8305 nntp buffer so the agent can save it.
8306 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8307 that CRLF doesn't get translated to \n.
8308 (nnimap-open-connection): Don't make 'shell commands only send \n.
8309
8310 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8313 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8314 Update var name.
8315 (nnml-generate-nov-file): Use dolist.
8316 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8317 Use with-current-buffer.
8318
8319 2010-09-18 Julien Danjou <julien@danjou.info>
8320
8321 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8322 parallel.
8323
8324 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8325
8326 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8327 the range update right.
8328 (nnimap-request-group): Don't make `M-g' bug out on group with no
8329 marks.
8330 (nnoo): Require, so that other packages can require nnimap.
8331 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8332 command we're looking for. This helps when the server sends more
8333 responses after we've gotten everything we expected.
8334 (nnimap): Add a `newlinep' field to keep track of end-of-line
8335 conventions.
8336 Don't send CRLF to things that don't want it.
8337 (nnimap-request-accept-article): Ditto.
8338
8339 2010-09-18 Julien Danjou <julien@danjou.info>
8340
8341 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8342 than curl to retrieve images.
8343
8344 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8345
8346 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8347 the marks.
8348 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8349 (nnimap-wait-for-connection): New function.
8350 (nnimap-open-connection): If we have PREAUTH, don't query for login
8351 credentials.
8352 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8353 when doing a partial update.
8354
8355 2010-09-18 Julien Danjou <julien@danjou.info>
8356
8357 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8358 tags.
8359
8360 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8361
8362 * nnimap.el (nnimap-credentials): New function.
8363 (nnimap-open-connection): Use the new function to look for credentials
8364 also on the numeric equivalents of "imap" and "imaps".
8365
8366 * gnus-start.el (gnus-activate-group): Send the info to
8367 gnus-request-group.
8368
8369 * nnimap.el (nnimap-request-group): Have the "check" version of the
8370 function parse flags and update the info, so that a `M-g' get a total
8371 resync of all flags from the group.
8372
8373 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8374 to allow backends to alter the info on group selection. Also alter all
8375 the backend -request-group functions to take the parameter.
8376
8377 * nnimap.el (nnimap-store-info): New function.
8378 (nnimap-update-info): Store the info for later usage.
8379 (nnimap-request-group): Use the stored info for the dont-check case, so
8380 that we don't retrieve all marks when we enter a group.
8381
8382 * nnimap.el: Use deffoo instead of defun for interface functions.
8383
8384 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8385 update the group info. This makes the nndraft groups, for instance, go
8386 back to their old behavior.
8387
8388 * gnus-sum.el (gnus-select-newsgroup): Indent.
8389
8390 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8391 in.
8392 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8393 nothing.
8394
8395 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8396 from methods that are denied.
8397
8398 * gnus-int.el (gnus-method-denied-p): New function.
8399
8400 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8401 store the password instead of netrc.
8402 (nnimap-open-connection): Don't error out when we can't make a
8403 connections.
8404
8405 * auth-source.el (auth-source-create): In the password prompt, say what
8406 we're querying for. Also prompt for user name if that hasn't been
8407 given.
8408
8409 * nnimap.el (nnimap-with-process-buffer): Remove.
8410
8411 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8412
8413 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8414 method when we're reading from the agent.
8415
8416 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8417
8418 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8419 that's probably most useful for users.
8420
8421 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8422 "failed" all the time.
8423
8424 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8425 ...)) with (with-current-buffer ...).
8426
8427 * nntp.el (nntp-open-server): Return whether the open was successful or
8428 not.
8429
8430 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8431 select an unread unseen article first.
8432
8433 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8434 /etc/services, supply some sensible port defaults.
8435
8436 2010-09-17 Julien Danjou <julien@danjou.info>
8437
8438 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8439
8440 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8441
8442 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8443 doesn't have any parameters.
8444
8445 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8446
8447 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8448 only upcased checks.
8449
8450 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8451
8452 * nnimap.el (nnimap-open-shell-stream): New function.
8453 (nnimap-open-connection): Use it.
8454 (nnimap-transform-headers): Get the number of lines in each message.
8455 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8456 number of lines.
8457 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8458 problem.
8459
8460 * utf7.el (utf7-encode): Autoload.
8461
8462 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8463 to allow the mail splitting to not return a default group. This is
8464 useful for nnimap, which will leave unmatched mail in the inbox.
8465
8466 * nnimap.el: Rewritten.
8467
8468 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8469 nnimap usage.
8470
8471 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8472 if the move is internal, so that nnimap can do fast internal moves.
8473
8474 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8475 data.
8476 (gnus-read-active-for-groups): Support finishing the early retrieval of
8477 data.
8478
8479 * gnus-range.el (gnus-range-nconcat): New function.
8480
8481 * gnus-int.el (gnus-finish-retrieve-group-infos)
8482 (gnus-retrieve-group-data-early): New functions.
8483
8484 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8487 (nnrss-retrieve-groups):
8488 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8489 (pop3-quit): Use with-current-buffer.
8490
8491 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8492
8493 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8494 instead of nnheader-accept-process-output.
8495
8496 * gnus-html.el (gnus-html-schedule-image-fetching)
8497 (gnus-html-prefetch-images): Replace process-kill-without-query by
8498 gnus-set-process-query-on-exit-flag.
8499
8500 2010-09-16 Romain Francoise <romain@orebokech.com>
8501
8502 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8503
8504 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8505
8506 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8507 parameter to unintern is mandatory-ish in Emacs 24.
8508
8509 * gnus-html.el (gnus-html-schedule-image-fetching)
8510 (gnus-html-prefetch-images): Check for curl before using it.
8511
8512 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8513 depend on curl, which isn't essential.
8514
8515 * imap.el: Revert back to version
8516 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8517 seem problematic.
8518
8519 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8520
8521 * gnus-registry.el (gnus-registry-install-shortcuts):
8522 Explicitly pass `obarray' to `unintern' to avoid a warning.
8523
8524 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8525
8526 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8527 change.
8528
8529 * nnrss.el (nnrss-request-list): Remove this function and related
8530 functions, including the moreover stuff.
8531
8532 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8533
8534 * nnrss.el (nnrss-retrieve-groups): New function.
8535
8536 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8537
8538 * .dir-locals.el: Add no-byte-compile cookie.
8539
8540 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8541
8542 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8543 for back end that doesn't support request-scan.
8544
8545 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8546
8547 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8548 then do request scans from the backends.
8549
8550 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8551 avoid running a hook per line, since this takes a lot of time,
8552 profiling shows.
8553 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8554 directly if gnus-visual-p is true.
8555
8556 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8557
8558 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8559 groups; replace mapcar with dolist which is a bit faster; pass groups
8560 info to gnus-read-active-file-1.
8561 (gnus-read-active-file-1): Scan only specified groups if the new
8562 optional arg `infos' is given.
8563
8564 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8565
8566 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8567
8568 * pop3.el (pop3-movemail): Remove.
8569 (pop3-streaming-movemail): Rename to pop3-movemail.
8570
8571 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8572 don't restrict end-tag searches to the end of the line.
8573
8574 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8577 articles of every unchecked group to t, which means unknown since the
8578 server has never been opened.
8579
8580 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8581
8582 * gnus-html.el (gnus-html-show-alt-text): New command.
8583 (gnus-html-browse-image): Ditto.
8584 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8585 to browse the image directly.
8586 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8587 better.
8588
8589 * gnus-async.el (gnus-async-article-callback):
8590 Call `gnus-html-prefetch-images' unconditionally.
8591
8592 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8593 before feeding URLs to curl.
8594
8595 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8598 internal images as deletable by `W D D'.
8599
8600 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8601 (gnus-async-article-callback): Fix typo.
8602
8603 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8604
8605 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8606 current line to work around bugs in the output from w3m.
8607
8608 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8609 for groups that want that.
8610
8611 * nntp.el (nntp-wait-for-string): Supply a timeout for
8612 accept-process-output to ensure progress.
8613
8614 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8615 level to get unread articles from, then use that for foreign groups,
8616 too.
8617
8618 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8619 confuses the rest of the function.
8620
8621 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8622 for the methods that support -retrieve-groups, too.
8623
8624 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8625
8626 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8627
8628 * pop3.el: Require cl when compiling.
8629 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8630
8631 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8632
8633 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8634 that aren't going to be activated.
8635 (gnus-get-unread-articles): Fix up the last commit.
8636
8637 * gnus-html.el (gnus-article-html): Allow calling without specifying
8638 the handle. In that case, dissect the buffer first.
8639
8640 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8641
8642 * nnimap.el (nnimap-open-connection): Revert the change that would look
8643 into authinfo for imaps instead of imap.
8644
8645 * gnus-start.el (gnus-activate-group): Take an optional parameter to
8646 say that you don't want to call gnus-request-group with don-check, but
8647 do check the response. This is for virtual groups only.
8648 (gnus-get-unread-articles): Count the archive groups as secondary, so
8649 that they're activated the same way as before.
8650
8651 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8652 case-insensitively.
8653 (nnimap-debug): Remove.
8654
8655 * mail-source.el (mail-source-fetch): Don't message if we're fetching
8656 mail from a file, and the file doesn't exist.
8657
8658 * pop3.el (pop3-streaming-movemail): Return t for success.
8659
8660 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8661 .authinfo if we're using ssl connection.
8662
8663 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8664 already have if we're in a main Gnus `g' run.
8665
8666 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8667
8668 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8671
8672 * nnmh.el (nnmh-request-list-1): Bind `file'.
8673
8674 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8675 alias to set-process-query-on-exit-flag or process-kill-without-query.
8676 (pop3-open-server): Use it.
8677
8678 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8679
8680 * mail-source.el (mail-source-delete-crash-box): Always move the crash
8681 box to the Incoming file. Fixes mistake in previous checkin.
8682
8683 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8684 request loop (for debugging purposes) removed.
8685
8686 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8687 culprit is more visible.
8688 (nnml-save-incremental-nov, nnml-open-incremental-nov)
8689 (nnml-add-incremental-nov): New functions to do "incremental" nov
8690 updates, where we just append to the end of the existing nov files
8691 without reading/writing them in full.
8692
8693 * mail-source.el (mail-source-delete-crash-box): Really only check the
8694 incoming files once in a while.
8695
8696 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8697
8698 * mail-source.el (mail-source-delete-crash-box): Only check the
8699 incoming files for deletion once per day to save a lot of file
8700 accesses.
8701
8702 * pop3.el (pop3-logon): Fix up unbound variable typo.
8703
8704 * mail-source.el (pop3-streaming-movemail): Autoload.
8705
8706 * pop3.el (pop3-streaming-movemail):
8707 Respect pop3-leave-mail-on-server.
8708
8709 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8710 retrieval.
8711
8712 * pop3.el (pop3-process-filter): Remove unused function.
8713 (pop3-streaming-movemail, pop3-send-streaming-command)
8714 (pop3-wait-for-messages, pop3-write-to-file)
8715 (pop3-number-of-responses): New functions for streaming pop3
8716 retrieval.
8717
8718 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8719 come from no known methods.
8720 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8721 list.
8722
8723 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8724 message sizes.
8725 (pop3-movemail): Use erase-buffer instead of looping and deleting
8726 regions, which seems rather odd.
8727
8728 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8729 file once per `g' run.
8730
8731 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8732 directories. This makes the draft queue directory work.
8733
8734 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8735 data from the backends, so that we only request the list of groups from
8736 each method once. This should speed things up considerably.
8737
8738 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8739 detect that it's not implemented.
8740
8741 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8742 we actually do recurse down into the tree, but don't stat all leaf
8743 nodes.
8744
8745 * gnus-html.el (gnus-html-show-images): If there are no images to show,
8746 then say so instead of bugging out.
8747
8748 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8749 files exist before trying to read them.
8750
8751 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8752 around <pre_int>.
8753
8754 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8755
8756 * nnmh.el (nnmh-request-list-1): Optimize for speed.
8757
8758 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759
8760 * mm-util.el (mm-image-load-path): Just return the image directories,
8761 not all directories in the path in addition to the image directories.
8762 (mm-image-load-path): Maintain a cache of the image directories so that
8763 the `g' command in Gnus doesn't have to stat dozens of directories each
8764 time.
8765
8766 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8767 (gnus-html-wash-tags): Add a new `i' command to insert images.
8768 (gnus-html-insert-image): New command and keystroke.
8769 (gnus-html-redisplay-with-images): New command and keystroke.
8770 (gnus-html-show-images): Rename command.
8771 (gnus-html-wash-tags): Remove more white space before <pre_int> image
8772 spacers.
8773 (gnus-html-wash-tags): Decode entities at the end, so that entities
8774 inside the tags don't mess up the rest of the "parsing".
8775
8776 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8777 so that nnimap methods aren't agentized by default. There's apparently
8778 many problems related to agent/imap behavior.
8779
8780 * gnus-art.el (gnus-article-copy-string): New command and key binding.
8781
8782 * gnus-html.el: Doc fix.
8783
8784 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8787 glyph-width and glyph-height instead of display-graphic-p and
8788 image-size; make avoidance of displaying small images work for XEmacs.
8789
8790 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8791 for XEmacs.
8792
8793 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8794 of symbol that holds plist data.
8795 (gnus-process-plist): Remove plist of process after getting it.
8796
8797 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8798
8799 * message.el (message-generate-hashcash): Change default to
8800 'opportunistic if hashcash is installed.
8801
8802 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8803 (gnus-html-put-image): Only call image-size once, since it's somewhat
8804 time-consuming on remote X servers.
8805
8806 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8807
8808 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8809 decoded contents.
8810 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8811
8812 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8813
8814 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8815 group line format, since it isn't very interesting.
8816
8817 * gnus-agent.el (gnus-agent-short-article),
8818 (gnus-agent-long-article): Increase values for these two variables,
8819 since most people are likely to have more network connection and
8820 storage than before.
8821
8822 * gnus.el (gnus-refer-article-method): Change default to 'current.
8823 When referring an article, the common behavior is to refer it from the
8824 current select method, not the native select method. The chances of
8825 the native select method having the message in question is rather slim
8826 these days.
8827
8828 * gnus-sum.el (gnus-auto-select-subject): Change default to
8829 `unseen-or-unread'. I think it's likely that most people want to
8830 select an unseen article over a previously seen, but unread one.
8831
8832 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
8833 means that in the article buffer none of the minor mode elements will
8834 be shown, usually, and this is not desirable in most cases.
8835
8836 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8837 that commands like `d' (and the like) go to the next line in the
8838 buffer, instead of the next unread article. I think this is the
8839 behavior that is most natural for most users.
8840 (gnus-single-article-buffer): Change default to nil, so that people can
8841 have as many article buffers open as they have summary buffer. I think
8842 this is the most natural way for the groups to behave.
8843
8844 * message.el (message-generate-new-buffers): Change default to
8845 `unsent', so that all new message buffers start their names with the
8846 string "*unsent", and it's easier to find the buffers if you move from
8847 them.
8848
8849 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8850
8851 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8852 small. They're probably tracking images.
8853 (gnus-html-wash-tags): Remove all <pre_int> place holders.
8854 (gnus-html-rescale-image): Yet another try at getting the image sizing
8855 right.
8856
8857 * nntp.el (nntp-request-set-mark): Refuse to do marks if
8858 nntp-marks-file-name is nil.
8859
8860 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8861
8862 * gnus-html.el (gnus-html-wash-tags)
8863 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8864 Better logging.
8865
8866 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8867
8868 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8869
8870 * gnus-html.el (gnus-html-wash-tags): Check the value of
8871 gnus-blocked-images in the summary buffer.
8872
8873 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8874
8875 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8876
8877 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8878
8879 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8880 like "a", it seems like.
8881 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8882 since it needs to be picked from the correct buffer.
8883
8884 * nnwfm.el: Remove.
8885
8886 * nnlistserv.el: Remove.
8887
8888 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8889
8890 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8891 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8892
8893 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8894
8895 * nnkiboze.el: Remove.
8896
8897 * nndb.el: Remove.
8898
8899 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8900 alt text.
8901 (gnus-html-rescale-image): Try to get the rescaling logic right for
8902 images that are just wide and not tall.
8903
8904 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8905 overshadow variable bindings.
8906
8907 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8908
8909 * gnus-html.el (gnus-html-wash-tags)
8910 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8911 Add extra logging.
8912
8913 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8914
8915 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8916 (gnus-max-image-proportion): New variable.
8917 (gnus-html-rescale-image): New function.
8918 (gnus-html-put-image): Rescale images.
8919
8920 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 Fix up some byte-compiler warnings.
8923 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8924 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8925 (gnus-article-fill-cited-article, gnus-article-hide-citation)
8926 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8927 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8928 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8929 (gnus-group-update-group): Use save-excursion and with-current-buffer.
8930
8931 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-html.el (gnus-article-html): Decode contents by charset.
8934
8935 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8938 (gnus-html-frame-width, gnus-blocked-images):
8939 * message.el (message-prune-recipient-rules): Add custom version.
8940 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8941
8942 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8943 functions.
8944
8945 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8946 gnus-process-get.
8947
8948 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
8949
8950 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8951 instead of lsub directly.
8952
8953 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8954
8955 * nnwarchive.el: Remove.
8956
8957 * gnus-soup.el: Remove.
8958
8959 * nnsoup.el: Remove.
8960
8961 * nnultimate.el: Remove.
8962
8963 * gnus-html.el (gnus-blocked-images): New variable.
8964
8965 * message.el (message-prune-recipients): New function.
8966 (message-prune-recipient-rules): New variable.
8967
8968 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8969 guess whether a long line is natural text or not.
8970
8971 * gnus-html.el (gnus-html-schedule-image-fetching):
8972 Use gnus-process-plist and friends for compatibility.
8973
8974 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * gnus-html.el: Require packages that define macros used in this file.
8977 (gnus-article-mouse-face): Declare to silence byte-compiler.
8978 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8979 process-get.
8980 (gnus-html-put-image): Use plist-get to avoid getf.
8981 (gnus-html-prefetch-images): Use with-current-buffer.
8982
8983 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * gnus-ems.el: Provide compatibility functions for
8986 gnus-set-process-plist.
8987
8988 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8989 * gnus.el (gnus-valid-select-methods):
8990 * message.el (message-send-mail-partially-limit):
8991 * mm-decode.el (mm-text-html-renderer):
8992 * mml.el (mml-insert-mime-headers-always):
8993 * smiley.el (smiley-regexp-alist): Bump custom version.
8994
8995 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * gnus-html.el: require mm-url.
8998 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8999 with the url to `url'.
9000 (gnus-html-wash-tags): Support cid: URLs/images.
9001
9002 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9003
9004 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9005 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9006 bindings, as they aren't useful at all. `w' is moved to `W w'.
9007
9008 * gnus-move.el: Remove file, since it doesn't really work.
9009
9010 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9011 UTF-8. This seems to fix problems with some German web feeds.
9012
9013 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9014 at the top so that the proper colors are applied.
9015
9016 * gnus-art.el (gnus-article-view-part): Doc fix.
9017
9018 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9019 XEmacs-compatible.
9020 (gnus-html-put-image): Don't do images on non-graphic displays.
9021
9022 * nnslashdot.el: Remove this unused backend.
9023
9024 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9025 actions.
9026 (gnus-undo-register-1): Revert last change.
9027
9028 * gnus-group.el (gnus-group-completing-read): Protect against not
9029 having completion-styles bound.
9030
9031 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9032 make broken recipients happier.
9033
9034 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9035
9036 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9037 point parameter.
9038
9039 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9040 completion-styles for group selection.
9041
9042 2009-02-04 Andreas Schwab <schwab@suse.de>
9043
9044 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9045 headers and regexp-quote the match if necessary.
9046
9047 2009-03-24 Miles Bader <miles@gnu.org>
9048
9049 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9050 the blinking smiley.
9051
9052 2009-03-24 Simon Josefsson <simon@josefsson.org>
9053
9054 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9055 blink smiley.
9056
9057 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
9059 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9060 where the dribbel file lives exists.
9061
9062 * message.el (message-send-mail-partially-limit): Change the default to
9063 nil, since most people don't want this.
9064
9065 * mm-url.el (mm-url-decode-entities): Also decode entities like
9066 &#x3212.
9067
9068 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9069
9070 * gnus-sum.el (gnus-summary-idna-message):
9071 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9072 Hyperlink urls in docstrings with URL `...'.
9073
9074 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9075
9076 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9077 functions.
9078
9079 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9080
9081 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9082 say what the mouseover text should be.
9083
9084 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9085 version of the mm-w3m-safe-url-regexp variable to only download images
9086 in the groups where we want that to happen.
9087
9088 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9089
9090 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9091 easier debugging.
9092 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9093 big pictures in the article buffer.
9094
9095 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9096 gnus-article-html.
9097 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9098 w3m.
9099
9100 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9101
9102 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9103
9104 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9105 which doesn't exist.
9106
9107 * message.el (message-inhibit-ecomplete): New variable to allow some
9108 function to inhibit ecomplete address storage.
9109 (message-resend): Disable ecomplete message storage when resending
9110 messages.
9111
9112 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9113
9114 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9115
9116 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9117 Save excursion while copying, moving, and deleting articles in order to
9118 prevent the cursor from jumping to unforeseen place.
9119
9120 2010-08-17 Glenn Morris <rgm@gnu.org>
9121
9122 * gnus-sync.el: Require gnus components whose functions are used.
9123
9124 * gnus-art.el (bookmark-make-record-function):
9125 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9126 Declare for compiler.
9127
9128 * mm-url.el (mml-compute-boundary): Autoload.
9129
9130 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9131
9132 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9133
9134 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9135
9136 Typo fix "hoo4a" -> "hook".
9137
9138 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9139
9140 2010-08-14 Glenn Morris <rgm@gnu.org>
9141
9142 * gnus-sync.el (gnus-sync): Fix defgroup version.
9143
9144 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9145
9146 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9147
9148 * gnus-sync.el: Fix docs.
9149 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9150 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9151
9152 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9153
9154 Optimizations for gnus-sync.el.
9155
9156 * gnus-sync.el: Add docs about gnus-sync-backend
9157 possibilities.
9158 (gnus-sync-save): Remove unnecessary message.
9159 (gnus-sync-read): Optimize and show what groups were skipped.
9160
9161 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9162
9163 Minor bug fixes for gnus-sync.el.
9164
9165 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9166 Don't read the sync on get-new-news.
9167
9168 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9169 quiet.
9170
9171 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9172 (fix typo).
9173
9174 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9175
9176 Make saving and restoring of hidden threads work with overlays.
9177 Patch applied by Ted Zlatanov.
9178
9179 * gnus-sum.el (gnus-hidden-threads-configuration)
9180 (gnus-restore-hidden-threads-configuration): Update to deal with text
9181 properties, rather than searching for a magic character.
9182
9183 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9184
9185 New gnus-sync.el library for synchronization of marks.
9186
9187 * gnus-sync.el: New library for synchronization of marks.
9188
9189 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9190 renamed from `gnus-registry-grep-in-list'.
9191
9192 * gnus-registry.el (gnus-registry-follow-group-p):
9193 Use `gnus-grep-in-list'.
9194
9195 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9196
9197 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9198
9199 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9200 determining charset of text fails.
9201
9202 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9203
9204 * nnmail.el (nnmail-get-new-mail-1): Revert.
9205
9206 * nnml.el (nnml-active-number): Make sure names of newly created groups
9207 in nnml-group-alist are encoded.
9208
9209 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9210
9211 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9212 containing non-ASCII characters in active file for nnml back end.
9213
9214 2010-07-24 David Engster <dengste@eml.cc>
9215
9216 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9217 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9218
9219 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9220
9221 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9222 tag (Bug#6654).
9223
9224 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9225
9226 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9227 the article buffer, not the summary buffer.
9228
9229 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9232 Emacs 23 as well.
9233
9234 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9235
9236 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9237 Patch applied by Karl Fogel.
9238
9239 * gnus-sum.el (gnus-summary-bookmark-make-record):
9240 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9241
9242 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9243
9244 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9245 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9246 C-w still not working correctly from Article buffers; Thierry's
9247 patch to fix that will be applied after this.
9248
9249 * gnus-art.el (bookmark-make-record-function): New local variable.
9250
9251 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9252 article buffer.
9253 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9254
9255 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9256
9257 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9258 on changes in bookmark.el.
9259
9260 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9261
9262 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9263 the *other* type of HTML form submission.
9264
9265 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9266
9267 * auth-source.el (auth-source-pick): If choice does not contain a
9268 questioned keyword, set the check to t.
9269
9270 2010-06-12 Romain Francoise <romain@orebokech.com>
9271
9272 * gnus-util.el (gnus-date-get-time): Move up before first use.
9273
9274 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9275
9276 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9277 (gnus-article-edit-part): Bind it to make last part that is substituted
9278 or deleted visible.
9279 (gnus-mime-display-single): Buttonize part of which id equals to
9280 gnus-mime-buttonized-part-id.
9281
9282 2010-06-10 Dan Christensen <jdc@uwo.ca>
9283
9284 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9285 (gnus-dd-mmm): Use gnus-date-get-time.
9286 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9287 simplify logic.
9288 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9289 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9290
9291 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9292
9293 * auth-source.el (top): Autoload `secrets-list-collections',
9294 `secrets-create-item', `secrets-delete-item'.
9295 (auth-sources): Fix tag string.
9296 (auth-get-source, auth-source-retrieve, auth-source-create)
9297 (auth-source-delete): New defuns.
9298 (auth-source-pick): Rewrite in order to avoid 2 passes.
9299 (auth-source-forget-user-or-password): New parameter USERNAME.
9300 (auth-source-user-or-password): New parameters CREATE-MISSING and
9301 DELETE-EXISTING. Retrieve password interactively, if needed.
9302
9303 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9304
9305 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9306 deleting unused directories when gnus-expert-user is t.
9307
9308 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9309
9310 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9311 for each temp file when gnus-article-browse-delete-temp is ask.
9312
9313 2010-05-20 Kevin Ryde <user42@zip.com.au>
9314
9315 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9316
9317 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9318
9319 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9320 article unless decoding article to be saved.
9321
9322 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9325 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9326 generated within the mm-with-unibyte-current-buffer macro.
9327
9328 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9329
9330 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9331 to nil when we're in a mml-preview buffer and no group is selected.
9332
9333 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9334
9335 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9336 when catching the `C-g'. Reported by "Leo".
9337
9338 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9339
9340 * message.el (message-forward-make-body-plain)
9341 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9342 multibyte-string-p.
9343
9344 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9345
9346 * message.el (message-forward-make-body-mml): Assume original message
9347 is multibyte string; error on unibyte.
9348 (message-forward-make-body-plain): Ditto; don't add excessive newline
9349 in body end.
9350
9351 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9352
9353 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9354 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9355
9356 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * mm-extern.el (mm-extern-url): Don't use
9359 mm-with-unibyte-current-buffer.
9360 (mm-extern-cache-contents): Use with-current-buffer instead of
9361 save-excursion + set-buffer.
9362
9363 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9364
9365 * mm-util.el (mm-emacs-mule): Remove.
9366
9367 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9368
9369 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9370 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9371 change.
9372
9373 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9374
9375 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9376 bind the default value of enable-multibyte-characters to nil.
9377
9378 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9379
9380 * message.el (message-forward-make-body-plain)
9381 (message-forward-make-body-mml):
9382 Don't use mm-with-unibyte-current-buffer.
9383
9384 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9385
9386 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9387 (Bug#5592).
9388
9389 2010-05-07 Julien Danjou <julien@danjou.info>
9390
9391 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9392 it to mm-pipe-part.
9393
9394 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9395 it is given.
9396
9397 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * nnweb.el (nnweb-gmane-search):
9400 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9401 XEmacs.
9402
9403 * gnus-art.el (gnus-article-browse-html-parts):
9404 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9405 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9406 make-temp-file.
9407
9408 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9409 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9410 compiling.
9411
9412 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9413 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9414 XEmacs when compiling.
9415
9416 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9417 gnus-pick-mode-off-hook for XEmacs when compiling.
9418 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9419 gnus-binary-mode-off-hook for XEmacs when compiling.
9420
9421 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9422 Return nil if char-charset is not available.
9423
9424 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9425 macro.
9426
9427 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9428 instead of encode-coding-string.
9429
9430 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9431 'xemacs) instead of mm-emacs-mule to switch function definitions.
9432 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9433
9434 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9435
9436 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9437
9438 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9439
9440 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9441 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9442
9443 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9446 alias `jka-compr-delete-temp-file' no longer exists.
9447
9448 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 Use define-minor-mode in Gnus where applicable.
9451 * mml.el (mml-mode): Use define-minor-mode.
9452 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9453 (gnus-undo-mode): Use define-minor-mode.
9454 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9455 (gnus-dead-summary-mode): Use define-minor-mode.
9456 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9457 Initialize in declaration.
9458 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9459 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9460 (gnus-mailing-list-mode): Use define-minor-mode.
9461 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9462 (gnus-draft-mode): Use define-minor-mode.
9463 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9464 (gnus-dired-mode): Use define-minor-mode.
9465
9466 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9467
9468 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9469 handles on recursive mml-to-mime translation and check them for
9470 boundary delimiter collisions. Reported by Greg Troxel.
9471
9472 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9475
9476 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * mm-util.el (mm-find-buffer-file-coding-system):
9479 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9480
9481 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9482
9483 * message.el (message-generate-headers): Record insertion of optional
9484 headers as well. Otherwise the check to prevent repeated insertion of
9485 optional headers is a no-op.
9486
9487 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9488
9489 * smime.el: Don't mention CVS.
9490
9491 * nnrss.el (nnrss-fetch): Don't mention CVS.
9492
9493 * nnir.el: Don't mention CVS.
9494
9495 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * gnus-sum.el (gnus-summary-bookmark-make-record):
9498 Add `location' field.
9499
9500 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9503 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9504 Use with-current-buffer to silence the byte-compiler.
9505 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9506 bother to require `gnus'.
9507 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9508
9509 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9510
9511 * gnus-sum.el (gnus-summary-bookmark-make-record)
9512 (gnus-summary-bookmark-jump): New functions.
9513 (gnus-summary-mode): Setup bookmark support.
9514
9515 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9516
9517 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9518 if set.
9519
9520 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9523 gnus-article-browse-html-save-cid-image; make it work recursively for
9524 forwarded messages as well.
9525 (gnus-article-browse-html-parts): Work when prefix arg is given.
9526 (gnus-article-browse-html-article): Doc fix.
9527
9528 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9529
9530 * message.el (message-default-mail-headers):
9531 (message-default-headers): Carry the value mail-default-headers over
9532 into message-default-mail-headers, rather than message-default-headers.
9533
9534 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9535
9536 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9537 charset.
9538
9539 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9540 charset into the <meta> tag when the article is encoded to utf-8.
9541
9542 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9543
9544 * gnus-art.el (gnus-article-browse-delete-temp-files):
9545 Delete directories as well.
9546 (gnus-article-browse-html-parts): Work for images that do not specify
9547 file names; delete temp directory when quitting; insert header at the
9548 right place; use file: scheme for image files.
9549
9550 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9551
9552 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9553 (gnus-article-browse-html-parts): Use it to make temporary cid image
9554 files in addition to html file so that browser may display them.
9555
9556 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9557
9558 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9559
9560 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9561
9562 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9563
9564 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9565
9566 * auth-source.el (auth-sources): Change default to be simpler.
9567 Explain about Secret Service API sources. Improve Customize options.
9568 (auth-source-pick): Change to accept any number of search parameters.
9569 Implement fallbacks iteratively, not recursively. Add scoring on the
9570 second pass and sort by score. Call Secret Service API when needed.
9571 (auth-source-user-or-password): Use it. Call Secret Service API
9572 directly when needed to get the user name and the password.
9573
9574 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9575
9576 * message.el (message-interactive): Doc fix.
9577 (message-qmail-inject-args): Reflow.
9578 (message-kill-to-signature): Fix typo in docstring.
9579
9580 * smiley.el (smiley-buffer): Fix typo in docstring.
9581
9582 2010-03-24 Glenn Morris <rgm@gnu.org>
9583
9584 * mail-source.el (gnus-message): Declare.
9585 (mail-source-delete-old-incoming): Require gnus-util.
9586
9587 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9590
9591 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9592
9593 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9594 password-cache's default if it is not bound.
9595 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9596 password-cache-expiry's default if it is not bound.
9597
9598 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9599 available in Emacs 21.
9600
9601 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9602
9603 * auth-source.el (auth-sources): Fix up definition so extra parameters
9604 are always inline.
9605
9606 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9607
9608 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9609 wasn't updated after mismatch. Clear cached mailbox info correctly
9610 when uidvalidity changes.
9611 (nnimap-group-prefixed-name): New function to avoid some code
9612 duplication.
9613 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9614 (nnimap-request-group): Use it.
9615 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9616 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9617 with many imap folders. This is done by caching the group status from
9618 the imap server persistently in a group parameter `imap-status'. (This
9619 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9620 but not persistently, so every Gnus startup was still very slow.)
9621
9622 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9623
9624 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9625 secrets.el dependency.
9626 (auth-sources): Add optional user name. Add secrets.el configuration
9627 choice (unused right now).
9628
9629 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9630
9631 * gnus-sum.el (gnus-summary-make-menu-bar):
9632 Let `gnus-registry-install-shortcuts' fill in the functions.
9633
9634 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9635 warnings.
9636 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9637 (gnus-registry-install-shortcuts): Populate and use it in a
9638 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9639
9640 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9641
9642 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9643 In-place substitutions for the group name encoding/decoding.
9644 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9645 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9646 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9647 (nnimap-update-unseen, nnimap-request-list)
9648 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9649 (nnimap-request-set-mark, nnimap-split-to-groups)
9650 (nnimap-split-articles, nnimap-request-newgroups)
9651 (nnimap-request-create-group, nnimap-request-accept-article)
9652 (nnimap-request-delete-group, nnimap-request-rename-group)
9653 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
9654 `encoded-mbx' for consistency.
9655 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9656 variable `imap-current-mailbox'.
9657
9658 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9659 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9660
9661 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
9662
9663 * pop3.el (pop3-display-message-size-flag): Display message size byte
9664 counts during POP3 download.
9665 (pop3-movemail): Use it.
9666 (pop3-list): Implement listing of available messages.
9667
9668 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
9669
9670 * nnir.el (nnir-get-article-nov-override-function): New function to
9671 override the normal NOV retrieval.
9672 (nnir-retrieve-headers): Use it.
9673
9674 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
9675
9676 * auth-source.el (netrc-machine-user-or-password): Autoload.
9677
9678 2010-03-19 Glenn Morris <rgm@gnu.org>
9679
9680 Stop message.el from loading about 40 libraries it doesn't always need.
9681 The general approach is to autoload rather than require, and to
9682 require in the specific functions rather than the file. (Bug#5642)
9683
9684 * gmm-utils.el: Don't require wid-edit.
9685 (widget-create-child-value, widget-convert, widget-default-get):
9686 Autoload.
9687
9688 * gnus-util.el: Don't require time-date, netrc.
9689 (message-fetch-field, gnus-group-name-decode): Declare rather than
9690 autoloading.
9691 (gnus-fetch-field): Require message.
9692 (gnus-decode-newsgroups): Require gnus-group.
9693
9694 * ietf-drums.el: Don't require time-date.
9695
9696 * message.el: Don't require hashcash, canlock, ecomplete.
9697 Do require mail-utils. Require nnheader only when compiling.
9698 (smtpmail-default-smtp-server): Remove declaration.
9699 (message-send-mail-function): Check smtpmail-default-smtp-server
9700 is bound rather than requiring smtpmail.
9701 (message-auto-save-directory, message-insert-signature):
9702 Use expand-file-name rather than nnheader-concat.
9703 (nnheader-insert-file-contents): Autoload.
9704 (hashcash-wait-async): Declare.
9705 (message-send-mail): Only call gnus-setup-posting-charset if
9706 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
9707 (message-send-mail-with-sendmail): Require sendmail.
9708 (canlock-password, canlock-password-for-verify): Declare.
9709 (message-canlock-password): Require canlock.
9710 (nnheader-get-report): Autoload.
9711 (gnus-setup-posting-charset): Declare.
9712 (message-send-news): Require gnus-msg.
9713 (message-make-references, message-make-in-reply-to): Use mail-header-id
9714 rather than the alias mail-header-message-id.
9715 (ecomplete-add-item, ecomplete-save): Declare.
9716 (message-put-addresses-in-ecomplete): Require ecomplete.
9717 (ecomplete-display-matches): Autoload.
9718
9719 * mm-decode.el: Don't require mailcap, gnus-util.
9720 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9721 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9722 Autoload.
9723 (mailcap-mime-extensions): Declare.
9724
9725 * mm-encode.el: Don't require mailcap.
9726 (mailcap-extension-to-mime): Autoload.
9727
9728 * mml-sec.el: Don't require password-cache.
9729
9730 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9731 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9732 (mml-minibuffer-read-type): Require mailcap.
9733 (mml-preview): Require gnus-msg.
9734
9735 * mml1991.el: Require password-cache.
9736 (password-cache-expiry): Remove declaration.
9737
9738 * mml2015.el: Require password-cache.
9739 (password-cache-expiry): Remove declaration.
9740
9741 * nneething.el (mailcap): Require mailcap.
9742
9743 * nnheader.el (declare-function): Add compatibility stub.
9744 (message-remove-header): Declare rather than autoload.
9745 (nnheader-replace-header): Require message.
9746
9747 * nnimap.el (declare-function): Add compatibility stub.
9748 (netrc-parse, netrc-machine-user-or-password): Declare.
9749 (nnimap-open-connection): Require netrc.
9750
9751 * nntp.el (declare-function): Add compatibility stub.
9752 (netrc-parse, netrc-machine, netrc-get): Declare.
9753 (nntp-send-authinfo): Require netrc.
9754
9755 * rfc2047.el: Don't require qp.
9756 (quoted-printable-encode-region, quoted-printable-decode-string):
9757 Autoload.
9758
9759 * sieve-mode.el: Don't require easymenu.
9760 (easy-menu-add-item): Autoload it.
9761
9762 * spam-stat.el (time-to-number-of-days): Autoload it.
9763
9764 2010-03-17 Kevin Ryde <user42@zip.com.au>
9765
9766 * mml.el (mml-read-tag): Unquote values with `read' to reverse
9767 prin1 in mml-insert-tag (just stripping the quotes gave wrong
9768 value if any backslash escapes).
9769
9770 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9771
9772 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9773 if it is available. (bug#5647)
9774
9775 2010-02-26 Glenn Morris <rgm@gnu.org>
9776
9777 * message.el (message-send-mail-function): Change the default, so that
9778 it inherits from a customized send-mail-function. (Bug#5643)
9779
9780 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9783 shell-command-to-string signals an error (bug#5299).
9784
9785 2010-02-24 Glenn Morris <rgm@gnu.org>
9786
9787 * message.el (message-smtpmail-send-it)
9788 (message-send-mail-with-mailclient): Doc fixes.
9789
9790 2010-02-16 Glenn Morris <rgm@gnu.org>
9791
9792 * message.el (message-default-mail-headers): Change the default value
9793 to ease the transition from mail-mode to message-mode. (Bug#5555)
9794
9795 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
9796
9797 * message.el (message-mail): Just pass yank-action on to message-setup.
9798 (message-setup): Handle (FUN . ARGS) form of yank-action.
9799 (message-with-reply-buffer, message-widen-reply)
9800 (message-yank-original): Handle non-buffer values of
9801 message-reply-buffer (Bug#4080).
9802 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9803
9804 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
9805
9806 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9807 Fix typo in docstring.
9808
9809 2010-01-08 Jason Rumney <jasonr@gnu.org>
9810
9811 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9812 response.
9813
9814 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9815
9816 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9817
9818 * message.el (message-check-news-header-syntax): Protect against a
9819 string that `rfc822-addresses' returns when parsing fails.
9820
9821 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9822
9823 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9824 (gnus-previous-char-property-change): New functions.
9825
9826 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9827
9828 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
9829
9830 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9831 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
9832
9833 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * message.el (message-exchange-point-and-mark): Rework last change to
9836 avoid using optional arg of exchange-point-and-mark, for backward
9837 compatibility.
9838
9839 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * message.el (message-exchange-point-and-mark):
9842 Call exchange-point-and-mark with an argument rather than setting
9843 mark-active by hand (Bug#5175).
9844
9845 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9846
9847 * nntp.el (nntp-service-to-port): Work for service expressed with
9848 numeric string; replace [:digit:] with [0-9] for XEmacs.
9849
9850 2009-12-17 Glenn Morris <rgm@gnu.org>
9851
9852 * gnus-group.el (gnus-bug-group-download-format-alist):
9853 Change emacs entry to debbugs.gnu.org. Bump :version.
9854
9855 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9856
9857 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9858
9859 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
9860
9861 * message.el (message-info): Explain why we use `Info-goto-node'.
9862
9863 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * message.el (message-completion-in-region): New compatibility function.
9866 (message-expand-group): Use it.
9867
9868 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9869
9870 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9871 with no unread article should be listed if the 2nd arg `predicate' is
9872 given.
9873
9874 2009-11-29 Juri Linkov <juri@jurta.org>
9875
9876 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9877 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
9878 on `gnus-recenter'. (Bug#4698, Bug#4981)
9879
9880 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9881
9882 * message.el (message-from-style, message-interactive)
9883 (message-signature): Always set default values from the corresponding
9884 mail-* variables.
9885 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9886 (message-yank-prefix, message-indentation-spaces)
9887 (message-signature-file, message-default-headers): Use boundp rather
9888 than (featurep 'xemacs) to check if the corresponding mail-* variables
9889 exist.
9890
9891 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * message.el (message-send-mail-with-sendmail): Revert last change.
9894
9895 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9896
9897 * message.el (message-from-style, message-interactive)
9898 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9899 (message-yank-prefix, message-indentation-spaces, message-signature)
9900 (message-signature-file, message-default-headers): For GNU Emacs, set
9901 default values from the corresponding mail-* variables.
9902 (message-send-mail-with-sendmail): Use envelope-from only if
9903 mail-specify-envelope-from is non-nil.
9904
9905 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9906
9907 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9908 containing tspecial characters if they have been already quoted.
9909
9910 2009-10-24 Glenn Morris <rgm@gnu.org>
9911
9912 * gnus-art.el (help-xref-stack-item): Define for compiler.
9913
9914 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9915
9916 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9917
9918 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9919
9920 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9921 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9922
9923 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
9924
9925 * gnus.el (gnus-overlay-get): New alias to overlay-get.
9926 (gnus-overlays-in): New alias to overlays-in.
9927
9928 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9929 gnus-overlay-get, and gnus-delete-overlay.
9930 (gnus-summary-show-thread): Make it work as well for systems in which
9931 next-single-char-property-change is not available.
9932 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9933
9934 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
9935
9936 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9937
9938 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9939
9940 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9941 and XEmacs that don't have `remove-overlays'.
9942
9943 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9946 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9947 selective display. Use overlays instead.
9948
9949 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9950
9951 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9952
9953 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9954
9955 * spam-stat.el (spam-stat-load): Fix typo in message.
9956
9957 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
9958
9959 * gnus-art.el (gnus-article-encrypt-body):
9960 * message.el (message-check-recipients):
9961 * mm-util.el (mm-codepage-setup):
9962 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9963 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9964
9965 2009-09-22 Daiki Ueno <ueno@unixuser.org>
9966
9967 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9968 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9969 keys from the menu if mm-{sign,encrypt}-option is 'guided.
9970 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9971 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9972
9973 2009-09-18 Glenn Morris <rgm@gnu.org>
9974
9975 * gnus-diary.el (gnus-diary-check-message):
9976 * message.el (message-insert-formatted-citation-line):
9977 * nnbabyl.el (top-level):
9978 * nndiary.el (nndiary-schedule):
9979 Fix typos in condition-case handlers.
9980
9981 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * gnus-art.el (gnus-article-edit-part): Work for the buffer
9984 configuration that provides the sole article window in a frame;
9985 position point correctly after deleting a part.
9986
9987 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
9988
9989 * spam.el (spam-unregister-on-reregister): Add boolean variable.
9990 (spam-resolve-registrations-routine): Use it to unregister articles
9991 that change status.
9992
9993 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9994
9995 * nnrss.el (nnrss-request-article): Remove binding of
9996 default-enable-multibyte-characters that has gotten needless by
9997 the 2007-07-13 change in rfc2047-encode-message-header.
9998
9999 * mml.el (mml-insert-multipart): Error on the message header.
10000 (mml-insert-part): Error on the message header; position point at
10001 the end of a MIME tag.
10002
10003 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10006 (gnus-float-time): Alias to float-time if it exists.
10007
10008 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10009 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10010 float-time is available; suppress compile warning for time-to-seconds.
10011
10012 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10013
10014 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10015 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10016 Add the optional argument `encoding' that overrides the default.
10017
10018 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10019 mm-encode-buffer.
10020
10021 2009-09-04 Glenn Morris <rgm@gnu.org>
10022
10023 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10024 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10025 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10026 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10027 * mm-util.el (mm-with-unibyte-current-buffer)
10028 (mm-find-buffer-file-coding-system):
10029 * yenc.el (yenc-decode-region): Use default-value rather than
10030 default-enable-multibyte-characters.
10031
10032 2009-09-03 Glenn Morris <rgm@gnu.org>
10033
10034 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10035 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10036 than default-enable-multibyte-characters.
10037
10038 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10039
10040 * gnus-art.el (gnus-article-read-summary-keys):
10041 Fix gnus-buffer-configuration's value temporarily used.
10042
10043 2009-09-02 Glenn Morris <rgm@gnu.org>
10044
10045 * gnus-util.el (gnus-float-time): New function.
10046 * gnus-delay.el (gnus-delay-article):
10047 * gnus-sum.el (gnus-thread-latest-date):
10048 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10049 * nnspool.el (nnspool-request-newgroups):
10050 Use gnus-float-time rather than time-to-seconds.
10051 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10052
10053 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10054 (gnus-header-subject-face, gnus-header-newsgroups-face)
10055 (gnus-header-name-face, gnus-header-content-face):
10056 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10057 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10058 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10059 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10060 (gnus-cite-face-11):
10061 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10062 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10063 (gnus-server-closed-face, gnus-server-denied-face)
10064 (gnus-server-offline-face):
10065 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10066 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10067 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10068 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10069 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10070 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10071 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10072 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10073 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10074 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10075 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10076 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10077 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10078 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10079 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10080 (gnus-summary-high-undownloaded-face)
10081 (gnus-summary-low-undownloaded-face)
10082 (gnus-summary-normal-undownloaded-face)
10083 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10084 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10085 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10086 (gnus-splash-face):
10087 * message.el (message-header-to-face, message-header-cc-face)
10088 (message-header-subject-face, message-header-newsgroups-face)
10089 (message-header-other-face, message-header-name-face)
10090 (message-header-xheader-face, message-separator-face)
10091 (message-cited-text-face, message-mml-face):
10092 * sieve-mode.el (sieve-control-commands-face)
10093 (sieve-action-commands-face, sieve-test-commands-face)
10094 (sieve-tagged-arguments-face):
10095 * spam.el (spam-face):
10096 Mark face aliases with "-face" in the name as obsolete.
10097
10098 2009-09-01 Glenn Morris <rgm@gnu.org>
10099
10100 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10101 than goto-line.
10102
10103 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10104
10105 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10106 Don't move point if the command is invoked inside the message header.
10107
10108 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10111 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10112 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10113 * nnir.el (nnir-swish-e-index-file):
10114 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10115 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10116 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10117 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10118 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10119 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10120
10121 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10122
10123 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10124 Don't save excursion.
10125
10126 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * nnheader.el (nnheader-find-file-noselect):
10129 * mm-util.el (mm-insert-file-contents):
10130 Use (default-value 'major-mode) instead of default-major-mode.
10131
10132 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10135
10136 2009-08-25 Glenn Morris <rgm@gnu.org>
10137
10138 * nnir.el (top-level): Don't require cl at run-time.
10139 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10140 Replace cl-function substitute with gnus-replace-in-string.
10141 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10142 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10143 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10144 simplified expansions.
10145
10146 2009-08-22 Glenn Morris <rgm@gnu.org>
10147
10148 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10149 goto-line.
10150
10151 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10154
10155 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10156 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10157 (gnus-mm-display-part, gnus-mime-display-single)
10158 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10159 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10160
10161 * gnus-sum.el
10162 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10163 (gnus-summary-move-article): Add expirable mark to articles copied or
10164 moved to group that has auto-expire turned on if the option is non-nil.
10165
10166 2009-07-24 Glenn Morris <rgm@gnu.org>
10167
10168 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10169 Fix typo. (Bug#3903)
10170
10171 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10174 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10175 that should not be used for draft articles.
10176 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10177 that has no concern in minor mode keys.
10178 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10179 Abolish.
10180
10181 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10184 article without making inquiry to a user for unknown encoding.
10185
10186 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10187 (nnmaildir--scan): Assume i-node and device number that file-attributes
10188 returns might be cons-cell.
10189
10190 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10191
10192 * auth-source.el: Remove docs now in auth.texi. Don't use
10193 `gnus-message' for logging. Add new variables `auth-source-debug' and
10194 `auth-source-hide-passwords' and use them.
10195
10196 2009-07-15 Glenn Morris <rgm@gnu.org>
10197
10198 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10199
10200 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10201
10202 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10203 excessive whitespace from the default values of title and description.
10204
10205 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10206
10207 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10208 mail-fetch-field to fetch Content-Description header in order to
10209 exclude newlines.
10210
10211 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10212
10213 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10214 to deleted part.
10215
10216 2009-05-30 David Engster <dengste@eml.cc>
10217
10218 * nnmairix.el: Remove old documentation in the commentary block.
10219 (nnmairix-request-group): Do not update active file for nnml back ends.
10220 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10221 end so that overview files are ignored.
10222 (nnmairix-update-groups): Make updating the groups more robust by using
10223 marks.
10224 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10225 with dollar characters in message-id.
10226
10227 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10228
10229 * spam.el: Use dns-query instead of query-dns. Was renamed on
10230 2008-12-25 in dns.el.
10231
10232 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10235 could happen if the text is only composed of spaces and/or tabs.
10236
10237 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10238
10239 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10240 when sending a queued message to avoid extra mml tags.
10241
10242 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10243
10244 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10245
10246 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10247
10248 * gnus-dired.el: Remove autoload for gnus-setup-message.
10249 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10250 displaying Gnus logo; always use compose-mail.
10251
10252 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10255
10256 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10259 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10260 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10261 available.
10262 (gnus-nocem-epg-verify): New function.
10263
10264 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10265
10266 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10267
10268 2009-02-15 Glenn Morris <rgm@gnu.org>
10269
10270 * gnus-util.el (rmail-insert-rmail-file-header)
10271 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10272 autoloads.
10273 (rmail-default-rmail-file): Remove unnecessary declaration.
10274 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10275
10276 2009-02-14 Glenn Morris <rgm@gnu.org>
10277
10278 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10279 variable (only used in gnus-util, which declares it anyway).
10280 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10281 which was only needed by gnus-art (changed to not use it any more).
10282 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10283 only used in gnus-util, which autoloads it itself.
10284 (rmail-update-summary): Fix autoload.
10285
10286 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10287 rather than rmail-output-to-rmail-file.
10288
10289 2009-02-07 Glenn Morris <rgm@gnu.org>
10290
10291 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10292 autoload of function that no longer exists.
10293 (rmail-toggle-header): Declare.
10294 (message-forward-rmail-make-body): Handle mbox Rmail.
10295
10296 2009-01-31 Glenn Morris <rgm@gnu.org>
10297
10298 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10299 2009-01-09 change.
10300
10301 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10302
10303 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10304 (auth-source-forget-all-cached): New convenience function.
10305 (auth-source-user-or-password): Accept list of modes or a single mode.
10306
10307 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10308 auth-source modes.
10309
10310 * nnimap.el (nnimap-open-connection): Use list of
10311 auth-source modes.
10312
10313 * nntp.el (nntp-send-authinfo): Use list of
10314 auth-source modes.
10315
10316 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10317
10318 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10319 now.
10320
10321 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10322
10323 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10324 coding system in XEmacs; add a workaround for XEmacs.
10325
10326 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10327
10328 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10329 of current-language-environment.
10330
10331 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10332
10333 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10334 available at runtime.
10335
10336 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10337
10338 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10339
10340 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10341
10342 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10343 the greatest positive fixnum value doesn't work under an XEmacs with
10344 bignum support; use the most-positive-fixnum constant instead,
10345 available since Emacs 21.1 with cl and XEmacs 21.1.
10346
10347 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10348
10349 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10350 XEmacs gets not to work.
10351
10352 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10353
10354 * mm-util.el (mm-coding-system-priorities): Allow the value like
10355 "Japanese (UTF-8)" of current-language-environment.
10356
10357 2009-01-09 Glenn Morris <rgm@gnu.org>
10358
10359 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10360 with last-command-event.
10361
10362 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10363
10364 * message.el (message-fix-before-sending): Amend comment.
10365
10366 2009-01-07 David Engster <dengste@eml.cc>
10367
10368 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10369 simplified server definitions by converting it via
10370 gnus-server-to-method.
10371
10372 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10375 parameter's operands.
10376
10377 2009-01-06 David Engster <dengste@eml.cc>
10378
10379 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10380 primary select method (for gnus-group-mark-article-as-read).
10381
10382 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10383
10384 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10385 `(gnus)Face', not `(gnus)X-Face'.
10386
10387 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10388
10389 * mm-util.el (mm-ucs-to-char): New function.
10390
10391 * mm-url.el (mm-url-decode-entities): Use it.
10392
10393 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10394
10395 * message.el (message-fix-before-sending): Add `eight-bit' to
10396 illegible-text check.
10397
10398 2009-01-03 Michael Olson <mwolson@gnu.org>
10399
10400 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10401 `headers' is nil. This can occur if the IMAP server does not have
10402 permissions to read messages from a folder, but can write new messages
10403 to the folder.
10404 (nnimap-request-article-part): Do not insert `data' if it is nil.
10405
10406 2009-01-01 Dave Love <fx@gnu.org>
10407
10408 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10409
10410 * nnimap.el: Fix author email.
10411 (nnimap-split-rule): Add FIXME comment.
10412 (nnimap-debug): Fix doc string.
10413
10414 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10417 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10418 to check if those variables exist (first appeared in Emacs 18.50).
10419
10420 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10421
10422 * mm-util.el (mm-line-number-at-pos): New function.
10423
10424 * spam-report.el (spam-report-process-queue): Use it.
10425
10426 2008-12-24 David Engster <dengste@eml.cc>
10427
10428 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10429 parameters that haven't existed as variables as buffer-local variables.
10430
10431 2008-12-23 Dave Love <fx@gnu.org>
10432
10433 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10434 cadar.
10435
10436 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10437 imap-starttls-p.
10438 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10439
10440 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10441
10442 * spam-report.el (spam-report-gmane-max-requests): New constant.
10443 (spam-report-gmane-wait): New variable.
10444 (spam-report-gmane-ham, spam-report-gmane-spam)
10445 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10446 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10447 the server.
10448
10449 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10450 Add explanations.
10451
10452 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10453 nnheader-accept-process-output and nnheader-read-timeout if available.
10454 (pop3-movemail): Use it.
10455
10456 * message.el (message-check-news-body-syntax): Fix signature check if
10457 there's an attachment.
10458
10459 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10460
10461 * mm-util.el: Add comments to the mm- emulating functions.
10462
10463 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10464
10465 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10466 Reported by Stephen Berman <stephen.berman@gmx.net>.
10467
10468 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10469
10470 * mm-util.el (mm-substring-no-properties): New function.
10471 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10472 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10473 (mm-string-to-multibyte): Doc fix.
10474
10475 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10476
10477 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10478
10479 * mml.el (mml-attach-file): Strip text properties from file name.
10480 (Bug#1574)
10481
10482 2008-12-16 Glenn Morris <rgm@gnu.org>
10483
10484 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10485
10486 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10487
10488 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10489 knows since the charset specified might be a bogus alias that
10490 mm-charset-synonym-alist provides.
10491
10492 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10493
10494 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10495 "ISO_8859-1".
10496
10497 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10498
10499 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10500
10501 * mm-util.el (mm-charset-eval-alist):
10502 Define it before mm-charset-to-coding-system.
10503 (mm-charset-to-coding-system): Add optional argument `silent';
10504 define it before mm-charset-override-alist.
10505 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10506 default value if it can be used in Emacs currently running;
10507 silence mm-charset-to-coding-system.
10508
10509 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10512 `allow-override' which says whether to use `mm-charset-override-alist'.
10513 (rfc2047-decode-encoded-words): Use it.
10514
10515 * mm-util.el (mm-charset-override-alist): Fix custom type;
10516 add `(gb2312 . gbk)' to choices.
10517
10518 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10519
10520 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10521 fast.
10522
10523 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10524
10525 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10526
10527 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10528 on links.
10529
10530 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10531
10532 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10535 users' addresses that don't have domain parts.
10536 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10537 rather than message-narrow-to-head since there will be the message
10538 header separator.
10539
10540 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10543 since the result is inserted in a unibyte buffer anyway.
10544 (nnimap-demule-use-string-to-multibyte): Remove.
10545 (nnimap-demule): Alias it to mm-string-to-multibyte.
10546
10547 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10548
10549 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10550 variable for debugging bug#464 and bug#1174.
10551 (nnimap-demule): Use it.
10552
10553 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10554
10555 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10556 score calculation correctly.
10557
10558 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * message.el (message-send-mail): Just set the buffer to unibyte
10561 rather than use mm-with-unibyte-current-buffer which does a lot more.
10562 (message-send-mail-partially): Don't bother with
10563 mm-with-unibyte-current-buffer since it's already been made unibyte by
10564 message-send-mail.
10565
10566 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10567
10568 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10569
10570 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10571
10572 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10573
10574 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10577 require itself and to remove `with-no-warnings'.
10578
10579 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10580
10581 * starttls.el (starttls-any-program-available): Get the name of the
10582 available TLS layer program.
10583 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10584 well as the host name in the "opening" message.
10585
10586 * auth-source.el (auth-source-cache, auth-source-do-cache)
10587 (auth-source-user-or-password): Cache passwords and logins by default,
10588 allow override with `auth-source-do-cache'.
10589 (auth-source-forget-user-or-password): Allow users to remove cache
10590 entries if needed.
10591
10592 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10593
10594 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10595 condition-case to only the forward-sexp call.
10596
10597 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10598
10599 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10600 quotes contained. Make it more robust regardless by an extra
10601 condition-case wrapper.
10602
10603 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * nnml.el (nnml-request-expire-articles): Check if the function set to
10606 `nnmail-expiry-target' returns the symbol `delete'.
10607
10608 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10609
10610 * nnmail.el (nnmail-expiry-target): Fix custom type.
10611
10612 2008-10-02 Glenn Morris <rgm@gnu.org>
10613
10614 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10615 Silence compiler warning.
10616
10617 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10618
10619 * mml.el (mml-menu): Don't assume mml2015 is bound.
10620
10621 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10622
10623 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10624 exists.
10625
10626 2008-09-27 Glenn Morris <rgm@gnu.org>
10627
10628 * gnus-util.el (mail-header-remove-comments): Autoload it.
10629
10630 2008-09-27 Andreas Schwab <schwab@suse.de>
10631
10632 * gnus-util.el (gnus-split-references): Strip comments.
10633 (gnus-parent-id): Likewise.
10634
10635 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10636
10637 * message.el (message-confirm-send): Fix version.
10638
10639 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * message.el (message-idna-to-ascii-rhs-1): Use
10642 mail-extract-address-components rather than mail-header-parse-addresses
10643 that is an alias by default to ietf-drums-parse-addresses that does not
10644 support non-ASCII names in headers' contents.
10645
10646 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10647
10648 * message.el (message-confirm-send): Fix variable documentation to
10649 avoid the "y/n" wording.
10650
10651 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
10652
10653 * message.el (message-set-auto-save-file-name): Save to a different
10654 filename so multiple messages (especially drafts) can be recovered.
10655
10656 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
10657
10658 * message.el (message-confirm-send): Add appropriate version.
10659
10660 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10661
10662 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10663 defvar.
10664
10665 2008-09-22 Daiki Ueno <ueno@unixuser.org>
10666
10667 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10668 (mm-pkcs7-enveloped-magic): Ditto.
10669
10670 2008-09-17 Simon Josefsson <simon@josefsson.org>
10671
10672 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10673 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10674
10675 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
10676
10677 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10678 default, it's better.
10679
10680 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
10681
10682 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10683 summary line gnus-number property and ignore them (with a warning
10684 message).
10685
10686 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10687
10688 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10689 macro caddr in the interactive form since it won't be expanded.
10690
10691 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10692
10693 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10694 `charset'; fix name of function called recursively.
10695 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10696
10697 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10698
10699 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10700 (gnus-mime-set-charset-parameters): New function.
10701 (gnus-mime-view-part-as-charset): Use it to correctly display part
10702 specifying wrong charset.
10703
10704 2008-09-08 David Engster <dengste@eml.cc>
10705
10706 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10707 in completing-read for back end server.
10708
10709 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
10710
10711 * message.el (message-confirm-send): New variable to confirm sending a
10712 message.
10713 (message-send): Use it.
10714
10715 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
10716
10717 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10718
10719 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
10720
10721 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10722
10723 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
10724
10725 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10726 prevent tracking too many groups.
10727 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10728 Use it.
10729
10730 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
10731
10732 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10733 moving point to the bottom of the window in order to avoid recentering.
10734
10735 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
10736
10737 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10738 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10739 (gnus-article-beginning-of-window): Fix calculation.
10740
10741 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
10742
10743 * gnus-msg.el (gnus-summary-supersede-article)
10744 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10745 value of gnus-newsgroup-charset to decode non-MIME encoded text in
10746 message header.
10747
10748 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10749
10750 * message.el:
10751 * gnus-start.el:
10752 * gnus-registry.el: Remove VMS support.
10753
10754 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10755
10756 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10757 macro.
10758 (rfc2104-hash): Use it.
10759
10760 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
10761
10762 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10763 (gnus-summary-sort-by-most-recent-date): New commands.
10764 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10765 and menu entries.
10766
10767 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10768
10769 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10770 don't redisplay article for raw contents; remove plural articles stuff.
10771
10772 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10773 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10774 on gnus-summary-save-article; display results properly.
10775
10776 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10777
10778 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10779
10780 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10781
10782 * gnus-art.el (gnus-summary-save-in-pipe):
10783 Consider gnus-save-all-headers.
10784
10785 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10786
10787 * gnus-util.el (ns-focus-frame): Remove declaration.
10788 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
10789 like x.
10790
10791 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10792
10793 * rfc2104.el (rfc2104-zero): Delete defconst.
10794 (rfc2104-hex-alist): Likewise.
10795 (rfc2104-hex-to-int): Delete func.
10796 (rfc2104-hexstring-to-bitstring): Likewise.
10797 (rfc2104-nybbles): New defconst.
10798 (rfc2104-hash): Rewrite for speed.
10799
10800 2008-07-16 Glenn Morris <rgm@gnu.org>
10801
10802 * gnus-util.el (ns-focus-frame): Declare for compiler.
10803
10804 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10805
10806 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10807 set as a group parameter.
10808 (gnus-summary-save-in-pipe): Work when it is called independently.
10809 (gnus-summary-pipe-to-muttprint): Don't modify
10810 gnus-summary-pipe-output-default-command.
10811
10812 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * message.el (message-send-mail-with-sendmail):
10815 Display the error message.
10816
10817 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * gnus-art.el (gnus-default-article-saver):
10820 Add gnus-summary-save-in-pipe to choices.
10821 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10822 gnus-summary-pipe-output-default-command as the default command.
10823 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10824 instead of gnus-last-shell-command.
10825
10826 * gnus-sum.el (gnus-summary-pipe-output-default-command):
10827 New user option.
10828 (gnus-summary-muttprint-program): Mention the value will be changed.
10829 (gnus-summary-save-article): Force showing of all headers.
10830 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10831
10832 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
10833
10834 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10835
10836 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * nnimap.el (nnimap-id):
10839 * sieve-manage.el (sieve-manage-open): Doc fixes.
10840
10841 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
10842
10843 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10844 if available.
10845
10846 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10849
10850 * nnkiboze.el (nnkiboze-generate-group):
10851 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10852
10853 * nnmairix.el: Require CL.
10854
10855 2008-06-15 David Engster <dengste@eml.cc>
10856
10857 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10858
10859 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
10860
10861 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10862 New macros that expand to an `aset'/`aref' call under Emacs, and to a
10863 runtime choice under XEmacs.
10864
10865 * gnus-sum.el (gnus-summary-set-display-table):
10866 Use `gnus-put-display-table', `gnus-get-display-table',
10867 `gnus-set-display-table' for the display table, instead of `aset'.
10868
10869 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10870
10871 * nnmairix.el: Add autoloads.
10872
10873 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10874
10875 * nnmairix.el (nnmairix-delete-recreate-group)
10876 (nnmairix-update-and-clear-marks): Fix error messages.
10877
10878 2008-06-14 David Engster <dengste@eml.cc>
10879
10880 * nnmairix.el: Upgrade to version 0.6.
10881 (nnmairix-group-toggle-propmarks-this-group)
10882 (nnmairix-group-toggle-readmarks-this-group)
10883 (nnmairix-group-delete-recreate-this-group)
10884 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10885 (nnmairix-remove-tick-mark-original-article): New commands.
10886 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10887 (nnmairix-propagate-marks-to-nnmairix-groups)
10888 (nnmairix-only-use-registry, nnmairix-allowfast-default)
10889 (nnmairix-marks-cache, nnmairix-version-output): New variables.
10890 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10891 functions needed for marks propagation and manipulation of read marks.
10892 (nnmairix-update-groups): New function.
10893 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10894 (nnmairix-determine-original-group-from-registry)
10895 (nnmairix-determine-original-group-from-path)
10896 (nnmairix-get-group-from-file-path, nnmairix-map-range)
10897 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10898 New helper functions.
10899 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10900 keystrokes for new commands.
10901 (nnmairix-delete-and-create-on-change): Doc string cleanup.
10902 (nnmairix-request-group): Check allow-fast group parameter.
10903 (nnmairix-request-create-group): Set allow-fast group parameter if
10904 nnmairix-allowfast-default is set.
10905 (nnmairix-close-group): Propagate marks upon closing if needed.
10906 (nnmairix-group-toggle-threads-this-group): Use new.
10907 nnmairix-group-toggle-parameter helper function.
10908 (nnmairix-search): Better check for empty search result.
10909 (nnmairix-goto-original-article): Use new helper functions for
10910 determining original article.
10911 (nnmairix-show-original-article): Make sure message-id is in brackets.
10912 (nnmairix-call-mairix-binary): Change variable name.
10913 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10914 helper function.
10915 (nnmairix-widget-toggle-activate): Fix doc string.
10916
10917 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10918
10919 * nnir.el: Require edmacro when compiling with XEmacs.
10920 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10921 available in Emacs 21.
10922
10923 2008-06-11 Glenn Morris <rgm@gnu.org>
10924
10925 * gnus-util.el (x-focus-frame):
10926 * gnus.el (image-size):
10927 * mm-decode.el (image-size): Declare.
10928
10929 * gnus-picon.el (declare-function): Add compat definition.
10930 (image-size): Declare.
10931
10932 * gnus-group.el (tool-bar-map):
10933 * gnus-sum.el (tool-bar-map): Define for compiler.
10934
10935 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10936
10937 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10938
10939 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10940 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10941 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10942 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10943 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10944 * sieve-manage.el, spam-report.el, spam.el:
10945 Remove unnecessary eval-and-compile of autoloads.
10946
10947 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10948
10949 * auth-source.el: Precise Tramp doc.
10950
10951 2008-06-07 Glenn Morris <rgm@gnu.org>
10952
10953 * nnmairix.el: Remove unnecessary eval-when-compile.
10954
10955 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
10956
10957 * nnir.el: New file.
10958
10959 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * gnus-util.el (gnus-read-shell-command): New function.
10962 * mm-decode.el (mm-pipe-part):
10963 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10964
10965 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10966
10967 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10968
10969 2008-06-03 Glenn Morris <rgm@gnu.org>
10970
10971 * pop3.el (nnheader-accept-process-output): Autoload it.
10972
10973 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10974
10975 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10976 are not 2-digit hexadecimal characters that follow `%'s.
10977
10978 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10979
10980 * message.el (message-bogus-recipient-p): Fix type in doc string.
10981 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10982 (message-bogus-addresses): Rename from message-bogus-address-regexp.
10983 Improve custom options.
10984 (message-bogus-recipient-p): Adjust accordingly.
10985
10986 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10987
10988 * nnmairix.el: Require edmacro when compiling with XEmacs.
10989
10990 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
10991
10992 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10993 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10994
10995 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10996
10997 * auth-source.el: Add more docs.
10998
10999 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11000
11001 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11002 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11003 retrieval faster in some cases, but might make CPU usage larger.
11004 If this has any bad side effects, we might revert this change.
11005
11006 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11007 seems to make mail retrieval much, much faster.
11008 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11009 unconditionally.
11010
11011 * gnus-draft.el (gnus-group-send-queue):
11012 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11013
11014 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11015
11016 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11017
11018 * message.el (message-bogus-address-regexp): Fix and improve custom
11019 type.
11020 (message-setup-hook): Add message-check-recipients as custom option.
11021
11022 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11023
11024 * message.el (message-cite-function): Remove bogus autoload which crept
11025 in during merge from v5-10.
11026
11027 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11028
11029 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11030
11031 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11032
11033 * auth-source.el: Preliminary Tramp docs.
11034 (auth-sources): Change the default auth-sources to use
11035 EPA .gpg files.
11036
11037 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11038
11039 * nntp.el: Autoload `auth-source-user-or-password'.
11040 (nntp-send-authinfo): Use it.
11041
11042 * nnimap.el: Autoload `auth-source-user-or-password'.
11043 (nnimap-open-connection): Use it.
11044
11045 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11046 for the gnus-message function.
11047 (auth-source-user-or-password): Use it.
11048
11049 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11052 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11053 (rfc2104-hash): Use it.
11054
11055 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11056
11057 * gnus-art.el (gnus-article-toggle-truncate-lines):
11058 Don't use `iff' in docstring.
11059
11060 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11061
11062 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11063
11064 * gnus-util.el (gnus-extract-address-component-name)
11065 (gnus-extract-address-component-email): Convenience functions around
11066 `gnus-extract-address-components'.
11067
11068 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11069 Use `gnus-extract-address-component-email' to fix bug of comparing full
11070 sender name to `user-mail-address'.
11071
11072 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11073
11074 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11075 catch/throw to optimize.
11076 (gnus-registry-find-keywords): Just use member to find a keyword.
11077
11078 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11079
11080 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11081 is current before calling gnus-server-prepare.
11082 (gnus-server-setup-buffer, gnus-server-update-server)
11083 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11084
11085 2008-05-04 Juri Linkov <juri@jurta.org>
11086
11087 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11088 (mailcap-file-default-commands): Use mailcap-replace-in-string
11089 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11090 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11091
11092 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11093
11094 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11095
11096 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
11098 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11099 hooks.
11100 (gnus-update-read-articles): Speed up non-marks-using users.
11101 (gnus-use-marks): Define gnus-use-marks.
11102 (gnus-propagate-marks): Rename variable to something more sensible.
11103
11104 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11105
11106 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11107 (gmm-image-load-path-for-library): Fix typos in docstrings.
11108 (gmm-message): Reflow docstring.
11109
11110 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11111
11112 * mail-source.el (mail-source-set-1, mail-source-bind):
11113 Move auth-source code out of the macro to clean it up and fix bugs.
11114
11115 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11116
11117 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11118 by sender if it's equal to user-mail-address, it's likely to be
11119 useless.
11120
11121 * mail-source.el (mail-source-bind): Don't use user or password if they
11122 are not bound. Unintern them if they are nil. Don't use server unless
11123 it's bound, and default it to empty string otherwise.
11124
11125 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11126
11127 * mail-source.el: Load auth-source.el.
11128 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11129 get user name or password, if auth-sources is set up.
11130
11131 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11132 strategy of splitting with parent.
11133 (gnus-registry-split-fancy-with-parent)
11134 (gnus-registry-post-process-groups): Use it and fix prior
11135 bug (returning a list as the split result).
11136
11137 * auth-source.el (auth-sources): Remove server parameter.
11138 (auth-source-pick, auth-source-user-or-password)
11139 (auth-source-user-or-password-imap)
11140 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11141 (auth-source-user-or-password-sftp)
11142 (auth-source-user-or-password-smtp): Remove server parameter.
11143
11144 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11145
11146 * smime.el (smime-sign-region, smime-encrypt-region)
11147 (smime-decrypt-region):
11148 Remove redundant calls to `generate-new-buffer-name'.
11149
11150 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11151
11152 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11153 Don't use QP for message/rfc822.
11154 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11155
11156 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * sieve-manage.el (sieve-string-bytes): Remove.
11159 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11160 correct byte-length only if the process's coding-system is the same as
11161 the one used internally by Emacs to represent strings.
11162
11163 2008-04-22 Juri Linkov <juri@jurta.org>
11164
11165 * mailcap.el (mailcap-file-default-commands): New function.
11166
11167 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11168
11169 * message.el (message-signature-separator, message-cite-function):
11170 Change custom version.
11171
11172 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11173
11174 * mm-decode.el (mm-display-external): Make temp file read-only.
11175
11176 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11177
11178 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11179 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11180 `C-c C-f d'.
11181
11182 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11183
11184 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11185
11186 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11187
11188 * auth-source.el: Add docs.
11189 (auth-sources): Modify format to support server.
11190 (auth-source-pick, auth-source-user-or-password)
11191 (auth-source-user-or-password-imap)
11192 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11193 (auth-source-user-or-password-sftp)
11194 (auth-source-user-or-password-smtp): Add server parameter.
11195
11196 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11197
11198 * gnus-registry.el: Initialize the registry when gnus-registry-install
11199 is t.
11200
11201 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11202
11203 * compface.el (uncompface): Make buffer unibyte.
11204
11205 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * mail-source.el (mail-source-value):
11208 Prefer fboundp to functionp so it works with macros as well.
11209
11210 2008-04-05 Glenn Morris <rgm@gnu.org>
11211
11212 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11213
11214 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11217 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11218
11219 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11220 multibyteness after rather than before erasing it.
11221
11222 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11223 mm-with-multibyte.
11224 (gnus-request-article-this-buffer): Make sure the proper decoding is
11225 used if gnus-original-article-buffer happens to be unibyte.
11226
11227 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11228 default-enable-multibyte-characters.
11229
11230 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11231 default-enable-multibyte-characters.
11232
11233 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11234
11235 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11236
11237 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11240 Fix last change in case the element is not even a symbol.
11241
11242 2008-04-02 Simon Josefsson <simon@josefsson.org>
11243
11244 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11245 imap-enable-exchange-bug-workaround.
11246 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11247
11248 2008-04-01 Simon Josefsson <simon@josefsson.org>
11249
11250 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11251 a 100 byte status-checks into a 2-3MB transfer for each group.
11252 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11253 to enable bug workaround or not.
11254 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11255
11256 2008-03-31 Glenn Morris <rgm@gnu.org>
11257
11258 * message.el (mml2015-use): Declare for compiler.
11259 (message-info): Require mml2015 when appropriate.
11260
11261 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11264 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11265 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11266 (nntp-service-to-port): New function.
11267 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11268 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11269 (nntp-open-netcat-stream): New function.
11270 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11271
11272 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11273
11274 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11275
11276 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11279
11280 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11281
11282 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11283
11284 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11285
11286 * message.el (message-signature-separator): Change default.
11287 Improve custom type.
11288 (message-cite-function): Change default to
11289 message-cite-original-without-signature.
11290
11291 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11292 toggle.
11293
11294 * message.el (message-check-news-body-syntax): Fix signature check.
11295 (message-setup-1): Mark buffer as unmodified _after_ running
11296 message-setup-hook and handling message-alternative-emails.
11297 (message-shorten-references): Be more strict when building list of
11298 valid references to comply with GNKSA.
11299
11300 * gnus-group.el (gnus-read-ephemeral-bug-group)
11301 (gnus-read-ephemeral-debian-bug-group)
11302 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11303
11304 * message.el (message-info): Don't use booleanp which isn't supported
11305 in Emacs 21 and XEmacs.
11306
11307 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11308
11309 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11310 gnus-group-gmane-group-download-format.
11311 (gnus-group-read-ephemeral-gmane-group): Rename from
11312 gnus-group-read-ephemeral-gmane-group.
11313 (gnus-read-ephemeral-gmane-group-url): Rename from
11314 gnus-group-read-ephemeral-gmane-group-url.
11315 (gnus-bug-group-download-format-alist): New variable.
11316 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11317 (gnus-read-ephemeral-emacs-bug-group): New commands.
11318
11319 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11320
11321 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11322 (gnus-visible-headers): Improve custom type.
11323
11324 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11325
11326 * mml.el (mml-menu): Add workarounds for XEmacs.
11327
11328 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11329 X-Boundary header.
11330
11331 * message.el (message-simplify-recipients): Fix previous commit.
11332
11333 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * mm-util.el (mm-set-buffer-multibyte): New function.
11336 * mm-decode.el (mm-copy-to-buffer): Use it.
11337
11338 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11339 Prefer fboundp to functionp so it works with macros as well.
11340
11341 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11342
11343 * message.el (message-alter-recipients-discard-bogus-full-name):
11344 New function.
11345 (message-alter-recipients-function): New variable.
11346 (message-get-reply-headers): Use it.
11347 (message-replace-header): New helper function.
11348 (message-recipients-without-full-name): New variable.
11349 (message-simplify-recipients): New command.
11350
11351 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11352
11353 * message.el (message-info): Handle EasyPG manual.
11354
11355 * mml.el (mml-menu): Add entry for EasyPG.
11356
11357 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11358
11359 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11360 parameter.
11361
11362 * message.el (message-disassociate-draft): Specify drafts group name
11363 fully.
11364
11365 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11366
11367 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11368 Eliminate unnecessary duplicates from the match list.
11369
11370 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11373 args of `how-many' of which the XEmacs version doesn't take; declare
11374 Info-index-next as function.
11375
11376 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11377
11378 * gnus-score.el (gnus-score-headers): Fix handling of
11379 gnus-inhibit-slow-scoring.
11380
11381 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11382 string.
11383 (gnus-button-url-regexp): Improve handling of parenthesis.
11384 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11385 (gnus-button-handle-info-keystrokes): Handle index entries.
11386
11387 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11388
11389 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11390 Incoming* files.
11391
11392 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11393
11394 * auth-source.el (auth-sources): Rename from auth-source-choices.
11395 (auth-source-pick): Use it.
11396
11397 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11398
11399 * auth-source.el (auth-source-protocols)
11400 (auth-source-protocols-customize, auth-source-choices): Add and
11401 modified variable customizations and defaults.
11402 (auth-source-pick, auth-source-user-or-password)
11403 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11404 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11405 (auth-source-user-or-password-sftp)
11406 (auth-source-user-or-password-smtp): Use new variables and provide an
11407 interface to netrc.el.
11408
11409 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11410
11411 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11412 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11413 Make sure the nntp port to specify is a string.
11414
11415 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * nntp.el: Use with-current-buffer.
11418 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11419 dubious mm-with-unibyte-current-buffer.
11420 (nntp-with-open-group-function): New function extracted from
11421 nntp-with-open-group macro.
11422 (nntp-with-open-group): Use the function, so it's easier to debug.
11423 Add indentation and debugging info.
11424 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11425 Recommend the use of the netcat alternatives.
11426
11427 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11428 Avoid mm-string-as-multibyte as well.
11429
11430 * nnweb.el (nnweb-insert-html):
11431 Remove use of nnheader-string-as-multibyte.
11432
11433 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11434 (nnheader-string-as-multibyte): Remove.
11435
11436 * mm-view.el: Use inhibit-read-only.
11437 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11438 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11439 or unibyte-string.
11440
11441 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11442 (mm-uu-yenc-extract): Use with-current-buffer.
11443
11444 * gnus-soup.el (gnus-soup-send-packet): Don't use
11445 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11446
11447 * nnmh.el: Use with-current-buffer.
11448 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11449 mm-string-as-multibyte on the output of mm-encode-coding-string.
11450
11451 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11452 (nnimap-request-move-article): Use with-current-buffer.
11453
11454 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11455 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11456 conversion uses string-make-unibyte rather than string-as-unibyte.
11457
11458 * gnus-msg.el: Use with-current-buffer.
11459
11460 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11461
11462 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11463
11464 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11465 string for caching if it is 'PIN.
11466
11467 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11468
11469 * mail-source.el (mail-source-delete-old-incoming-confirm):
11470 Change default to nil.
11471 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11472
11473 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11474
11475 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11476 (gnus-article-goto-prev-page): Work for articles having ^L's.
11477
11478 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11479
11480 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11481
11482 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11483
11484 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11485 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11486 (gnus-bookmark-jump): Adjust some variable names.
11487
11488 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11489
11490 * auth-source.el: New package.
11491 (auth-source-choices): Add customization entry point variable.
11492
11493 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11494 bug.
11495
11496 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11497
11498 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11499 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11500 (gnus-registry-install-shortcuts): Rename from
11501 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11502 the `gnus-registry-mark-map' keymap dynamically from
11503 `gnus-registry-marks'. The generated functions update the summary line
11504 when a registry mark is added or deleted, and will call
11505 `gnus-registry-install-p' (see the comments in the code).
11506 (gnus-registry-user-format-function-M): Use concat intelligently.
11507
11508 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11509 the registry mark functions.
11510
11511 2008-03-05 Glenn Morris <rgm@gnu.org>
11512
11513 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11514 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11515 gnus-art.
11516 (top-level): No need to load own source when compiling.
11517
11518 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11519
11520 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11521 Suggested by <chris.anderton@zetnet.co.uk>.
11522
11523 2008-03-04 Glenn Morris <rgm@gnu.org>
11524
11525 * gnus-sum.el (top-level): No need to require gnus when compiling,
11526 since unconditionally required near start of file.
11527 (gnus-summary-display-while-building): Move definition before use.
11528
11529 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11530
11531 * gnus-registry.el (gnus-registry-user-format-function-M):
11532 Add formatting function.
11533
11534 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11535
11536 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11537 with plists.
11538 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11539 Use new format.
11540
11541 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11542
11543 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11544 `where-is-internal' that returns a range of key sequences.
11545
11546 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11549
11550 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11551 (gnus-summary-jump-to-group): Consider windows on other displayed
11552 frames as well. Similar changes might be needed elsewhere, but that's
11553 the one I've bumped into during my use.
11554
11555 * nndoc.el (nndoc-oe-dbx-type-p):
11556 * gnus-msg.el (gnus-debug):
11557 * gnus-group.el (gnus-update-group-mark-positions):
11558 Use mm-string-to-multibyte.
11559
11560 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11561
11562 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11563 doesn't handle NotDashEscaped.
11564
11565 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11566 (mml-dnd-attach-options): Fix typo in custom choice.
11567
11568 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11569 Change nndoc-article-type to mbox.
11570 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11571
11572 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11573 to nil, instead of html2text.
11574
11575 * imap.el (imap-debug): Add `imap-ping-server'.
11576
11577 * gnus-bookmark.el: Add FIXMEs.
11578
11579 * message.el (message-form-letter-separator)
11580 (message-send-form-letter-delay): New variables.
11581 (message-send-form-letter): Use them. New command to send form
11582 letters. Requested by Uwe Siart.
11583 (message-send-mail-function): Doc fix. Add "Other" custom option.
11584
11585 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11586
11587 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11588 empty author.
11589
11590 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11591
11592 * gnus-registry.el (gnus-registry-marks): Add variable for
11593 customization of marks and their appearance.
11594 (gnus-registry-read-mark): Use it.
11595 (gnus-registry-do-marks): Add utility function to loop through
11596 `gnus-registry-marks'.
11597 (gnus-registry-install-shortcuts-and-menus): Add function to install
11598 shortcuts and menus.
11599 (gnus-registry-initialize): Use it.
11600 (gnus-registry-default-mark): Clarify documentation.
11601
11602 2008-02-29 Glenn Morris <rgm@gnu.org>
11603
11604 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11605 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11606 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11607 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11608 Change defcustom :version from 23.0 to 23.1.
11609
11610 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11611
11612 * gnus-registry.el (gnus-registry-follow-group-p)
11613 (gnus-registry-post-process-groups): Add functions to aid registry
11614 splitting and improve logging. Clarify behavior in function
11615 documentation.
11616 (gnus-registry-split-fancy-with-parent): Use them.
11617
11618 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * gnus-art.el: Use with-current-buffer.
11621
11622 2008-02-27 David Engster <dengste@eml.cc>
11623
11624 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11625 Express real group name in the response.
11626
11627 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11628
11629 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11630 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11631 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11632 autoload gnus-registry-fetch-group when compiling.
11633 (nnmairix-request-group-with-article-number-correction):
11634 Remove unreferenced argument passed to nnmairix-call-backend.
11635
11636 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11637
11638 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11639 (mm-uu-extract): Improve face for low color ttys.
11640 Reported by Sascha Wilde.
11641
11642 2008-02-27 Glenn Morris <rgm@gnu.org>
11643
11644 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11645 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11646 variables to defconsts. Convert comments to doc-strings.
11647 (nnmairix-last-server, nnmairix-current-server): Convert from free
11648 variables to defvars. Convert comments to doc-strings.
11649 (gnus-registry-fetch-group): Autoload.
11650 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11651 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11652 (nnmairix-widget-build-editable-fields): Use car cddr rather than
11653 caddr.
11654 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11655 nnmairix-request-group-with-article-number-correction call.
11656 (nnmairix-fast, nnmairix-group): New, less general names, for free
11657 variables passed from nnmairix-request-group to
11658 nnmairix-request-group-with-article-number-correction. Declare.
11659 (nnmairix-request-group-with-article-number-correction):
11660 Use nnmairix-fast, nnmairix-group rather than fast, group.
11661
11662 2008-02-26 David Engster <dengste@eml.cc>
11663
11664 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
11665 version 0.5.
11666
11667 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11668
11669 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11670 instead of making an extra function call. Don't add the current group
11671 to articles only when they have the group. Use
11672 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11673 Reported by David <de_bb@arcor.de>.
11674
11675 2008-02-24 Miles Bader <miles@gnu.org>
11676
11677 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11678 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11679 (mm-find-mime-charset-region):
11680 * mm-bodies.el (mm-encode-body):
11681 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11682
11683 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
11684
11685 * mail-source.el (mail-source-delete-incoming): Change default.
11686 Supplement doc string.
11687
11688 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11689
11690 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11691
11692 * nnmail.el (nnmail-message-id-cache-file): Derive from
11693 `gnus-home-directory'.
11694
11695 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11698 Document negative prefix.
11699
11700 * gnus-group.el (gnus-group-read-group): Document negative prefix.
11701
11702 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703
11704 * message.el (message-unsent-separator): Add the Exim bounce
11705 separator.
11706
11707 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11708
11709 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11710 list.
11711 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11712 recipient/signer list.
11713
11714 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11715
11716 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11717 fbound (Emacs 23 unicode), signal an error.
11718
11719 2008-02-08 Glenn Morris <rgm@gnu.org>
11720
11721 * gnus-art.el (pgg-display-output-buffer): Declare as function.
11722
11723 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
11724
11725 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11726 ports to the calls to `netrc-machine-user-or-password' in addition to
11727 "imap" and "imaps".
11728
11729 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11730
11731 * gnus.el (gnus-group-startup-message): Add `find-image' call before
11732 image-load-path is let-bound. Reported by Harald Hanche-Olsen
11733 <hanche@math.ntnu.no>.
11734
11735 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11738
11739 2008-02-01 Zhang Wei <id.brep@gmail.com>
11740
11741 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11742
11743 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11744
11745 2008-02-01 Miles Bader <miles@gnu.org>
11746
11747 * mml.el (mml-parse-1): Remove apparently vestigial use of
11748 `mm-hack-charsets'.
11749 * mm-bodies.el (mm-encode-body): Likewise.
11750
11751 2008-02-01 Kenichi Handa <handa@m17n.org>
11752
11753 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11754 rfc2104-hexstring-to-bitstring and changed to return a byte list.
11755 (rfc2104-hash): Convert the result of concat to unibyte string.
11756
11757 2008-02-01 Dave Love <fx@gnu.org>
11758
11759 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11760 coding-system-for-read.
11761 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11762
11763 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11764 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
11765 (mm-find-mime-charset-region): Remove hack-charsets stuff.
11766
11767 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
11768
11769 * mail-source.el (mail-sources): Add `group' choice.
11770
11771 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11772 parameter `in-group' to control into which group the articles go.
11773 Add treatment of `group' mail-source.
11774
11775 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11778 * message.el (message-beginning-of-line): Use featurep instead of bound
11779 tests in order to resolve conditionals at compile time.
11780
11781 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11782
11783 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11784
11785 * mm-decode.el (mm-dissect-buffer): Decode description.
11786
11787 * mml.el (mml-to-mime): Encode message header first.
11788
11789 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
11790
11791 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11792 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11793
11794 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
11795
11796 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11797
11798 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11799
11800 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11801 prefix keys.
11802 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11803 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11804 gnus-xmas.el.
11805
11806 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11807
11808 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11809 Add new variables for article mark management.
11810 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11811 list of extra data entries which, when present, will indicate that the
11812 article ID should not be trimmed from the registry.
11813 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11814 functions.
11815 (gnus-registry-read-mark): New function to read a mark name from the
11816 user.
11817 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11818 (gnus-registry-set-article-mark-internal): New functions to add and
11819 remove marks.
11820 (gnus-registry-get-article-marks): New function to show the marks for
11821 an article, or retrieve them for further use.
11822
11823 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11824
11825 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11826 keys when no argument is given.
11827
11828 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11829
11830 * gnus-sum.el (gnus-article-sort-by-random)
11831 (gnus-thread-sort-by-random): Fix doc strings.
11832 Reported by jidanni@jidanni.org.
11833
11834 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
11835
11836 * gnus-art.el (gnus-article-describe-bindings): New function.
11837 (gnus-article-read-summary-keys): Use it.
11838 (gnus-article-mode-map): Bind `C-h b' to it.
11839
11840 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11841
11842 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11843 XEmacs.
11844 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11845 Protect against non-character events.
11846
11847 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11850 New command.
11851 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11852 instead of END. Change name of the temp file.
11853 (gnus-group-gmane-group-download-format): Add doc string. Make it
11854 customizable.
11855
11856 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11859 bind `S W' to gnus-article-wide-reply-with-original; set default
11860 binding to gnus-article-read-summary-send-keys.
11861 (gnus-article-read-summary-keys): Fix the order of keys; display
11862 continuation keys correctly in the echo area; describe bindings
11863 correctly when keys end with `C-h'.
11864 (gnus-article-read-summary-send-keys): New function.
11865 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11866 Work for gnus-article-read-summary-send-keys; display continuation keys
11867 correctly in the echo area.
11868 (gnus-article-reply-with-original): Ignore prefix argument.
11869 (gnus-article-wide-reply-with-original): New function.
11870
11871 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11874 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11875
11876 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
11877
11878 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11879 (gnus-group-read-ephemeral-gmane-group): New command.
11880
11881 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11882
11883 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11884
11885 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11886
11887 * message.el (message-send-mail-function): Increase custom version.
11888
11889 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11890 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
11891
11892 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11895 html parts correctly; support forwarded messages.
11896 (gnus-article-browse-html-article): Remove work buffers.
11897
11898 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11899 compiling.
11900 (netrc-bound-and-true-p): New macro.
11901 (netrc-parse): Use it instead of bound-and-true-p that is not available
11902 in XEmacs 21.4.
11903
11904 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
11905
11906 * gnus-registry.el (gnus-registry-mark-article)
11907 (gnus-registry-article-marks): Add functionality to mark articles
11908 through the Gnus registry.
11909
11910 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11911 (netrc-parse): Use encrypt-file-alist to determine if
11912 encrypt-find-model or encrypt-insert-file-contents should be used.
11913
11914 2007-12-19 Glenn Morris <rgm@gnu.org>
11915
11916 * mml.el (message-options-set, message-narrow-to-head)
11917 (message-in-body-p, message-mail-p, message-encode-message-body):
11918 Autoload.
11919 (message-remove-header, message-narrow-to-headers-or-head)
11920 (message-subscribed-p, message-make-mail-followup-to)
11921 (message-position-on-field, message-news-p)
11922 (message-options-set-recipient, message-generate-headers)
11923 (message-sort-headers): Declare as functions.
11924
11925 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11926
11927 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11928 convention in doc string.
11929
11930 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11933 title to html parts.
11934 (gnus-article-browse-html-article): Pass message header to it.
11935
11936 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11937
11938 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
11939
11940 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11941 or password compatible with XEmacs.
11942
11943 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11944
11945 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11946 format document.
11947 (gnus-mime-delete-part): Don't write description line if empty.
11948 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11949
11950 2007-12-14 Johan Bockgård <bojohan@gnu.org>
11951
11952 * gnus-sum.el (gnus-summary-mark-unread-as-read)
11953 (gnus-summary-mark-read-and-unread-as-read)
11954 (gnus-summary-mark-current-read-and-unread-as-read)
11955 (gnus-summary-mark-unread-as-ticked): Doc fix.
11956 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11957
11958 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11959
11960 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11961 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11962
11963 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11964
11965 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11966 yes-or-no-p.
11967
11968 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * mm-decode.el (mm-add-meta-html-tag): New function.
11971 (mm-save-part-to-file, mm-pipe-part): Use it.
11972
11973 * gnus-art.el (gnus-article-browse-delete-temp-files):
11974 Use gnus-y-or-n-p instead of y-or-n-p.
11975 (gnus-article-browse-html-parts): Work with message/external-body; use
11976 mm-add-meta-html-tag.
11977
11978 2007-12-11 Glenn Morris <rgm@gnu.org>
11979
11980 * gnus-cache.el: Require gnus-sum not just when compiling.
11981
11982 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11983
11984 * gnus-int.el (gnus-server-opened, gnus-status-message):
11985 Move definitions before use.
11986
11987 * mm-decode.el: Require gnus-util.
11988 (mm-remove-part): Only call delete-annotation on XEmacs.
11989
11990 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11991
11992 * nnmail.el: Require gnus-int.
11993
11994 * spam.el: Move `require's before `eval-when-compile's.
11995
11996 * gnus-ems.el (gnus-alive-p):
11997 * gnus-fun.el (message-goto-eoh):
11998 * gnus-util.el (gnus-group-name-decode):
11999 * mail-source.el (gnus-compress-sequence):
12000 * message.el (Info-goto-node, format-spec):
12001 * mm-bodies.el (message-options-get):
12002 * mm-decode.el (mm-view-pkcs7):
12003 * mm-util.el (gmm-write-region):
12004 * mml-smime.el (mml-compute-boundary)
12005 (gnus-completing-read-with-default):
12006 * mml.el (widget-button-press, gnus-make-hashtable):
12007 * mml1991.el (mm-decode-content-transfer-encoding)
12008 (mm-encode-content-transfer-encoding)
12009 (message-options-get, message-options-set):
12010 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12011 * nnfolder.el (gnus-request-group):
12012 * nnheader.el (ietf-drums-unfold-fws):
12013 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12014 * smime.el (gnus-run-mode-hooks):
12015 * spam-stat.el (gnus-message): Autoload.
12016
12017 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12018 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12019 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12020 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12021 Add declare-function compatibility definition.
12022
12023 * gnus-cache.el (nnvirtual-find-group-art):
12024 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12025 (gnus-add-image, gnus-add-wash-type):
12026 * gnus-group.el (nnkiboze-score-file):
12027 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12028 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12029 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12030 (message-tokenize-header, gnus-get-buffer-create)
12031 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12032 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12033 * gnus.el (gnus-group-decoded-name):
12034 * mail-source.el (imap-capability):
12035 * mm-bodies.el (message-options-set):
12036 * mm-decode.el (gnus-configure-windows):
12037 * mm-extern.el (message-goto-body):
12038 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12039 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12040 (epg-sub-key-validity, message-options-set):
12041 * mml.el (widget-event-point, gnus-configure-windows):
12042 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12043 * mml2015.el (epg-check-configuration, epg-configuration)
12044 (message-options-set):
12045 * nndb.el (nndb-request-article):
12046 * nnfolder.el (gnus-request-create-group):
12047 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12048 * nnmaildir.el (gnus-group-mark-article-read):
12049 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12050 * rfc1843.el (message-fetch-field):
12051 * spam.el (gnus-extract-address-components):
12052 Declare as functions.
12053
12054 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12055
12056 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12057
12058 2007-12-09 Glenn Morris <rgm@gnu.org>
12059
12060 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12061
12062 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12063 * message.el, mm-view.el, sieve-manage.el, smime.el:
12064 Add declare-function compatibility definition.
12065
12066 * gnus-art.el (w3-region, w3m-region, Info-menu):
12067 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12068 * gnus-sum.el (gnus-get-predicate):
12069 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12070 * message.el (mail-abbrev-in-expansion-header-p):
12071 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12072 (w3m-detect-meta-charset, w3m-region):
12073 * sieve-manage.el (password-read, password-cache-add)
12074 (password-cache-remove):
12075 * smime.el (password-read-and-add): Declare as functions.
12076
12077 2007-12-08 David Kastrup <dak@gnu.org>
12078
12079 * gnus-sum.el (gnus-summary-simplify-subject-query):
12080 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12081 `message'.
12082
12083 2007-12-07 Glenn Morris <rgm@gnu.org>
12084
12085 * gnus-art.el (article-make-date-line): Revert previous change.
12086
12087 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12088
12089 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12090
12091 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12092
12093 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12094 Call gnus-add-to-range ranges only once with a prepared article-list.
12095
12096 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12097
12098 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12099 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12100 group names with backslashes.
12101 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12102
12103 2007-12-06 Deepak Goel <deego3@gmail.com>
12104
12105 * gnus-art.el (article-make-date-line):
12106 * gnus-start.el (gnus-load):
12107 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12108
12109 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * gnus-art.el (gnus-use-idna):
12112 * gnus-start.el (gnus-site-init-file):
12113 * message.el (message-use-idna):
12114 * mm-uu.el (mm-uu-hide-markers):
12115 * smiley.el (smiley-style): Revert changes that suppress warnings.
12116
12117 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12118
12119 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12120 specify charset to html source.
12121 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12122
12123 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12124
12125 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12126 idna-program in order to suppress byte compile warning issued by XEmacs
12127 that came to byte compile the default value section of defcustom forms
12128 recently.
12129
12130 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12131 value of installation-directory.
12132
12133 * message.el (message-use-idna): Don't directly refer to the value of
12134 idna-program.
12135
12136 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12137
12138 * smiley.el (smiley-style): Don't directly call face-attribute.
12139
12140 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12141
12142 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12143
12144 * gnus-dired.el: Reduce Gnus dependencies.
12145 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12146 Don't require. Use autoloads instead.
12147 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12148 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12149 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12150 (gnus-dired-mode): Adjust doc string.
12151 (gnus-dired-mail-mode): New variable.
12152 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12153 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12154 (gnus-dired-mail-buffers): New function. Return mail or message
12155 composition buffers.
12156 (gnus-dired-attach): Use it.
12157 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12158 NO-DECODE.
12159 (gnus-dired-print): Use `gnus-print-buffer' depending on
12160 `gnus-dired-mail-mode'.
12161
12162 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12163
12164 * rfc2047.el (rfc2047-encoded-word-regexp)
12165 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12166 explaining what regexp patterns are for.
12167
12168 2007-12-04 Glenn Morris <rgm@gnu.org>
12169
12170 * password.el: Move to ../password-cache.el.
12171
12172 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12173 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12174 * mml-smime.el (password-read, password-cache-add)
12175 (password-cache-remove):
12176 No need to autoload, since mml-sec requires password.
12177
12178 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12179 * message.el (gnus-extract-address-components):
12180 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12181
12182 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12183 password.
12184
12185 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12186
12187 * mailcap.el: Reduce dependencies.
12188 (mail-header-parse-content-type): Autoload.
12189 (mailcap-delete-duplicates): New alias.
12190 (mailcap-mime-info): Add optional argument NO-DECODE.
12191 (mailcap-mime-types): Use mailcap-delete-duplicates.
12192
12193 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12194
12195 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12196
12197 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12198 function.
12199
12200 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12201 (gnus-uu-yenc-article): New function.
12202
12203 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12204
12205 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12206
12207 2007-12-02 Glenn Morris <rgm@gnu.org>
12208
12209 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12210 Move to ../net.
12211
12212 * binhex.el, uudecode.el: Move to ../mail.
12213
12214 * encrypt.el: Remove file.
12215
12216 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12217
12218 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12219 matches on patches.
12220
12221 * gnus-art.el (gnus-article-browse-html-article):
12222 Mention `mm-text-html-renderer' in the doc string.
12223
12224 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12225 string. Add comments.
12226
12227 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12228 if rhs is ASCII.
12229
12230 2007-12-01 Glenn Morris <rgm@gnu.org>
12231
12232 * dig.el, dns.el: Move to ../net.
12233 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12234
12235 * mail-source.el (top-level): Require format-spec before
12236 eval-when-compile.
12237
12238 2007-11-30 Glenn Morris <rgm@gnu.org>
12239
12240 * encrypt.el: Require password, rather than autoloading password-read.
12241
12242 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12243
12244 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12245 caller can indicate whether the cache should be disregarded for this
12246 call. This way the result of the call is reproducible at all times and
12247 can be considered a canonical server name for the supplied method.
12248 (gnus-agent-method-p): Canonicalize server names by pushing their
12249 method through `gnus-method-to-server' using the no-cache argument.
12250
12251 * gnus-srvr.el (gnus-server-insert-server-line):
12252 Call `gnus-method-to-server' with `no-cache' argument.
12253
12254 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12255 gnus-agent-possibly-synchronize-flags as this should be called when the
12256 server is actually being opened.
12257 (gnus-agent-possibly-synchronize-flags)
12258 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12259 flags file of an agentized server to the latter function.
12260
12261 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12262 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12263 after a connection has been established successfully.
12264
12265 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12266
12267 * gnus-art.el (article-display-face): Force to display face if called
12268 interactively; check if gnus-article-x-face-too-ugly matches author.
12269 (article-display-x-face): Display face even if From header is missing
12270 as article-display-face does.
12271
12272 2007-11-28 Richard Stallman <rms@gnu.org>
12273
12274 * md4.el: Move to ../.
12275 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12276
12277 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12278
12279 * mail-source.el (mail-sources): Default to fetch from file for
12280 compatibility with default of nnmail-spool-file.
12281
12282 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12283
12284 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12285 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12286 to look for encoded word that should be encoded again.
12287 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12288 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12289 encoding pattern.
12290 (rfc2047-decode-region): Switch strict regexp and loose one according
12291 to rfc2047-allow-irregular-q-encoded-words.
12292
12293 2007-11-26 Simon Josefsson <simon@josefsson.org>
12294
12295 * imap.el: Move to ../net directory.
12296
12297 2007-11-25 Romain Francoise <romain@orebokech.com>
12298
12299 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12300
12301 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12302
12303 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12304 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12305
12306 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12307 `nnmail-spool-file'.
12308
12309 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12310 `nnmail-spool-file'.
12311
12312 * gnus-move.el (gnus-change-server): Ditto.
12313
12314 * gnus-kill.el (gnus-batch-score): Ditto.
12315
12316 * gnus-cache.el (gnus-jog-cache): Ditto.
12317
12318 * gnus-msg.el (gnus-summary-reply):
12319 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12320
12321 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12322
12323 * gnus-cache.el (gnus-cache-generate-nov-databases):
12324 Use nnml-generate-nov-databases-directory instead of
12325 nnml-generate-nov-databases-1.
12326
12327 2007-11-24 Glenn Morris <rgm@gnu.org>
12328
12329 * message.el (message-tool-bar-retro): Update for rename
12330 mail_send.xpm->mail-send.xpm.
12331
12332 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12333
12334 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12335 `smime-ldap-search' for Emacs 22 and up.
12336
12337 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12338
12339 * hashcash.el: Move to ../mail directory.
12340
12341 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12342
12343 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12344 `smime-ldap-search' for Emacs 22 and up.
12345
12346 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12349
12350 * message.el (message-send-mail-function): Fix error convention.
12351 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12352 (message-widen-reply, message-send-mail, message-talkative-question)
12353 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12354 (message-clone-locals, message-send-news): Use with-current-buffer.
12355 (message-insert-or-toggle-importance): Remove unused var `valid'.
12356 (message-make-references): Remove unused var `new-references'.
12357 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12358
12359 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12362 (spam-split-symbolic-return-positive): Reflow docstring.
12363 (spam-backends, spam-summary-exit-behavior)
12364 (spam-mark-ham-unread-before-move-from-spam-group)
12365 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12366 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12367 (spam-clear-cache, spam-backend-check, spam-install-backend)
12368 (spam-install-statistical-backend, spam-list-of-processors)
12369 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12370 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12371 (spam-check-crm114, spam-initialize, spam-unload-hook):
12372 Fix typos in docstrings.
12373
12374 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12375
12376 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12377 been checked if they have never been read and those group levels are
12378 higher than the one that a user specified.
12379
12380 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12381
12382 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12383 foreign groups unless a group level is specified by a user.
12384 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12385
12386 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12387
12388 * message.el (message-send-mail-function): Require sendmail.
12389
12390 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12391
12392 * message.el (message-send-mail-function): Check for smtpmail too.
12393
12394 * utf7.el (utf7-encode, utf7-decode): Use coding system
12395 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12396
12397 * message.el (message-send-mail-function): New function.
12398 (message-send-mail-function): Set default using
12399 message-send-mail-function. Adjust doc string.
12400 (message-send-mail-with-mailclient): New function.
12401
12402 2007-11-17 Richard Stallman <rms@gnu.org>
12403
12404 * assistant.el: Remove file.
12405
12406 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12407
12408 * smime.el (from):
12409 * rfc2047.el (message-posting-charset):
12410 * qp.el (mm-use-ultra-safe-encoding):
12411 * pop3.el (parse-time-months):
12412 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12413 * nnml.el (files):
12414 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12415 (jka-compr-compression-info-list, ange-ftp-path-format)
12416 (efs-path-regexp):
12417 * nndiary.el (files):
12418 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12419 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12420 (epg-digest-algorithm-alist, inhibit-redisplay)
12421 (password-cache-expiry):
12422 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12423 (pgg-output-buffer, password-cache-expiry):
12424 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12425 (efs-path-regexp):
12426 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12427 (inhibit-redisplay):
12428 * mm-uu.el (file-name, start-point, end-point, entry)
12429 (gnus-newsgroup-name, gnus-newsgroup-charset):
12430 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12431 (latin-unity-ucs-list):
12432 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12433 (mm-uu-binhex-decode-function):
12434 * message.el (gnus-message-group-art, gnus-list-identifiers)
12435 (rmail-enable-mime-composing, gnus-local-organization)
12436 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12437 (gnus-read-active-file, facemenu-add-face-function)
12438 (facemenu-remove-face-function, gnus-article-decoded-p)
12439 (tool-bar-mode):
12440 * mail-source.el (display-time-mail-function):
12441 * gnus-util.el (nnmail-pathname-coding-system)
12442 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12443 (gnus-original-article-buffer, gnus-user-agent)
12444 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12445 (xemacs-codename, sxemacs-codename, emacs-program-version):
12446 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12447 * gnus-start.el (gnus-agent-covered-methods)
12448 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12449 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12450 (gnus-newsgroup-headers, gnus-group-list-mode)
12451 (gnus-group-mark-positions, gnus-newsgroup-data)
12452 (gnus-newsgroup-unreads, nnoo-state-alist)
12453 (gnus-current-select-method, mail-sources)
12454 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12455 (nnmail-spool-file, gnus-cache-active-hashtb):
12456 * gnus-mh.el (mh-lib-progs):
12457 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12458 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12459 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12460 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12461 (gnus-group-buffer):
12462 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12463 (font-lock-set-defaults):
12464 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12465 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12466 (gnus-summary-post-menu, total-parts, type, condition, length):
12467 * gnus-agent.el (gnus-agent-read-agentview):
12468 * flow-fill.el (show-trailing-whitespace):
12469 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12470 eval-and-compile wrappers for byte compiler pacifiers.
12471
12472 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12473 (mm-display-inline-fontify): Check for featurep 'xemacs not
12474 extent-list.
12475
12476 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12477 itimer-list.
12478 (mm-create-image-xemacs): Only do something for XEmacs.
12479 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12480
12481 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12482
12483 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12484 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12485
12486 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12487
12488 * nnimap.el (nnimap-split-download-body):
12489 * gnus-demon.el (gnus-demon):
12490 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12491
12492 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12495 New macros.
12496 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12497 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12498 copy data from unibyte buffer to multibyte current buffer.
12499 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12500 to copy data from unibyte current buffer to multibyte buffer.
12501 (nntp-make-process-buffer): Make process buffer unibyte.
12502
12503 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12504
12505 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12506
12507 * pop3.el (pop3-open-server): Accept and process data more robustly at
12508 connection start to avoid spurious "POP SSL connection failed" errors.
12509
12510 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12511
12512 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12513 read group names.
12514
12515 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12516
12517 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12518
12519 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12522 (nnmail-save-active): Use a unibyte buffer when saving active file,
12523 which may contain non-ASCII group names.
12524
12525 * nnml.el (nnml-request-group): Decode group names in messages.
12526
12527 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * message.el (message-citation-line-function)
12530 (message-insert-formatted-citation-line): Fix spelling of
12531 `message-insert-formated-citation-line'.
12532
12533 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12534
12535 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12536
12537 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12538
12539 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12540 nnmail-pathname-coding-system.
12541
12542 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12543 that a user enters; decode group names in messages.
12544
12545 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12546
12547 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12548
12549 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12550
12551 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12552
12553 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12554 risky local variable.
12555
12556 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12557
12558 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12559
12560 * encrypt.el: Improve documentation to fix function name typo.
12561 Reported by Daiki Ueno <ueno@unixuser.org>.
12562
12563 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12564
12565 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12566 even if the point is not in the last page of an article.
12567 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12568 back to the previous page.
12569
12570 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12571
12572 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12573
12574 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12575
12576 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12577
12578 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * message.el (message-check-news-body-syntax):
12581 Avoid mm-string-as-multibyte.
12582 (message-hide-headers): Don't assume (point-min)==1.
12583
12584 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12585
12586 * message.el (message-remove-blank-cited-lines): Fix if remove is
12587 given.
12588 (message-bogus-address-regexp): New variable.
12589 (message-bogus-recipient-p): New function.
12590 (message-check-recipients): New command.
12591 (message-syntax-checks): Add `bogus-recipient'.
12592 (message-fix-before-sending): Add `bogus-recipient'.
12593
12594 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12595 (gnus-treat-body-boundary): Don't test window-system.
12596
12597 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12598
12599 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12600
12601 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12602
12603 * gnus.el: Bump version to Gnus v5.13.
12604
12605 2007-10-28 Miles Bader <miles@gnu.org>
12606
12607 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12608 at compile-time too.
12609
12610 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12611
12612 * gnus-msg.el (gnus-message-setup-hook):
12613 Add `message-remove-blank-cited-lines' to options.
12614
12615 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12616
12617 * message.el (message-remove-blank-cited-lines): New function.
12618 Suggested by Karl Plästerer.
12619
12620 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12621
12622 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12623 mapc.
12624
12625 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12626 (top-level): Use mapc to set functions to be traced for debugging.
12627
12628 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12629 called for effect with while loop.
12630
12631 * message.el (message-talkative-question): Replace mapcar called for
12632 effect with mapc.
12633
12634 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12635 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12636 called for effect with dolist.
12637
12638 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12639
12640 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12641 gnus-extra-headers and nnmail-extra-headers.
12642
12643 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12644 called for effect with dolist.
12645 (top-level): Use mapc to set functions to be traced for debugging.
12646
12647 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12648 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12649 dolist.
12650
12651 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12652 Replace mapcar called for effect with mapc.
12653 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12654 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12655 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12656 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12657
12658 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12659 remove-if that's a cl function.
12660
12661 * webmail.el (webmail-debug): Replace mapcar called for effect with
12662 dolist.
12663
12664 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
12665
12666 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12667 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12668 with while loop.
12669
12670 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12671 functions from article-* functions.
12672 (gnus-multi-decode-header): Replace mapcar called for effect with
12673 dolist.
12674
12675 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12676 (gnus-bookmark-show-details): Replace mapcar called for effect with
12677 while loop.
12678
12679 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12680 called for effect with while loop.
12681
12682 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12683 with dolist.
12684
12685 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12686 Replace mapcar called for effect with dolist.
12687
12688 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12689
12690 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12691 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12692 Replace mapcar called for effect with dolist.
12693 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12694 mapc.
12695
12696 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12697 Replace mapcar called for effect with dolist.
12698 (gnus-topic-list): Replace mapcar called for effect with mapc.
12699
12700 * gnus.el: Use mapc instead of mapcar to add autoloads.
12701
12702 2007-10-23 Richard Stallman <rms@gnu.org>
12703
12704 * gnus-group.el (gnus-group-highlight): Mark as risky.
12705
12706 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12707
12708 * gnus.el (gnus-server-to-method): Return method found first in
12709 gnus-newsrc-alist.
12710
12711 * gnus-art.el (gnus-article-highlight-signature)
12712 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12713 button overlay without the front stickiness.
12714
12715 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
12716
12717 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12718 overview buffer needed a catch to receive its throw.
12719 (gnus-agent-flush-cache): Declare as interactive to make this function
12720 easier to use.
12721
12722 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12725 `next-line'.
12726
12727 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
12728
12729 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12730 exclude address matching message-dont-reply-to-names.
12731
12732 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12733
12734 * gnus-util.el (gnus-string<): New function.
12735
12736 * gnus-sum.el (gnus-article-sort-by-author)
12737 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12738
12739 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12740
12741 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12742 the frame-focus tag is set in gnus-buffer-configuration.
12743
12744 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12745
12746 * gnus-art.el (gnus-article-add-button): Make a button overlay without
12747 the front stickiness.
12748
12749 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12752 url pattern; remove duplicate one.
12753 (gnus-article-extend-url-button): New function.
12754 (gnus-article-add-buttons): Use it.
12755 (gnus-button-push): Use concatenated url that it makes.
12756
12757 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
12758
12759 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12760 (sieve-manage-open): Use `mapc' instead of `mapcar'.
12761
12762 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12765 Don't hardcode point-min==1.
12766
12767 2007-09-30 David Kastrup <dak@gnu.org>
12768
12769 * gnus-art.el (gnus-article-reply-with-original)
12770 (gnus-article-followup-with-original): When `transient-mark-mode' is
12771 off, refrain from active-region behavior for followups.
12772
12773 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
12774
12775 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12776 Fix comment about "iso8859-1".
12777
12778 2007-10-08 Daiki Ueno <ueno@unixuser.org>
12779
12780 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12781 ones returned from the verify-function.
12782
12783 * mm-uu.el (mm-uu-pgp-signed-extract-1):
12784 Call mml2015-extract-cleartext-signature if extraction failed.
12785
12786 2007-10-07 Daiki Ueno <ueno@unixuser.org>
12787
12788 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12789 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12790 failed.
12791
12792 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12793
12794 * Relicense "GPLv2 or later" files to "GPLv3 or later".
12795
12796 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12797
12798 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12799 to mark a thread as expirable. Add variable `hide' to handle hiding of
12800 thread for both the null and zero (kill/expire thread) universal prefix
12801 cases.
12802 (gnus-summary-expire-thread): Add new function to expire a thread,
12803 using gnus-summary-kill-thread.
12804 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12805 shortcuts for gnus-summary-expire-thread.
12806 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12807 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
12808
12809 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12810
12811 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12812 extras value, so an extras entry can be deleted.
12813 (gnus-registry-delete-extra-entry): Use it.
12814 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12815 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12816 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12817 storage through the gnus-registry, and provide an appropriate API for
12818 it.
12819
12820 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12821
12822 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12823 Suggested by Leo <sdl.web@gmail.com>.
12824
12825 * gnus.el: Do.
12826
12827 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12828
12829 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12830 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
12831
12832 * gnus-agent.el (gnus-agent-fetch-headers): Do.
12833
12834 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12835 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12836
12837 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12838
12839 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12840 newline.
12841 (nnmbox-request-accept-article): Don't change article in source buffer;
12842 narrow to header to use message-fetch-field rather than
12843 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12844 (nnmbox-request-replace-article): Quote lines that'll be misidentified
12845 as delimiters; make sure article ends with newline.
12846 (nnmbox-delete-mail): Correct last position of article to be deleted;
12847 ignore X-Gnus-Newsgroup header in article body.
12848 (nnmbox-save-mail): Quote lines looking like delimiters at the right
12849 positions; make sure article ends with newline.
12850
12851 * message.el (message-display-abbrev): Don't infloop when a user
12852 inserts SPC in the beginning of header.
12853
12854 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
12855
12856 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12857 list of groups not followed by default. Fix type to be regexp.
12858 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12859
12860 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
12861
12862 * hmac-def.el (define-hmac-function): Switch from old-style to
12863 new-style backquotes.
12864
12865 * md4.el (md4-make-step): Likewise.
12866
12867 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12868
12869 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12870 raw-text coding system when saving .newsrc file, which may contain
12871 non-ASCII group names.
12872
12873 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12874
12875 * gnus-cus.el (gnus-score-extra): New widget.
12876 (gnus-score-extra-convert): New function.
12877 (gnus-score-customize): Use it for Extra.
12878
12879 2007-08-31 Daiki Ueno <ueno@unixuser.org>
12880
12881 * mml2015.el (mml2015-extract-cleartext-signature): New function.
12882 (mml2015-mailcrypt-clear-verify): Use it.
12883 (mml2015-gpg-clear-verify): Use it.
12884 (mml2015-pgg-clear-verify): Use it.
12885 (mml2015-epg-clear-verify): Replace the current part with the output
12886 from GnuPG; don't extract the plaintext by itself.
12887
12888 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12889 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12890 mml2015-clear-verify-function; don't touch the armor headers or
12891 dash-escaped text here.
12892
12893 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12894
12895 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12896 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12897 parts, or application/octet-stream as a last resort.
12898 (gnus-mime-view-part-as-type): Don't toggle display.
12899 (gnus-mime-view-part-as-charset): Don't turn off display before
12900 querying charset.
12901
12902 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12903 stuff to undisplayer function in Emacs.
12904 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12905
12906 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12907 text/calendar parts.
12908
12909 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12910
12911 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12912 decoding text/calendar parts.
12913
12914 * message.el (message-forward-make-body-mime): Always mark body as
12915 having no illegible text; remove signed-or-encrypted argument.
12916 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12917
12918 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12919 (mml-generate-mime-1): Don't encode body if it is specified to be in
12920 raw form; don't make buffer be unibyte when inserting multibyte string.
12921
12922 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * sha1.el: Fix up comment style.
12925 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12926 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12927
12928 * hex-util.el: Fix up comment style.
12929 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12930
12931 * gnus-salt.el: Use with-current-buffer.
12932 (gnus-pick-setup-message): Fix long-standing typo.
12933
12934 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
12935
12936 * imap.el (imap-logout-timeout): New variable.
12937 (imap-logout, imap-logout-wait): New functions.
12938 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12939
12940 * nnimap.el (nnimap-logout-timeout): New server variable.
12941 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12942 nnimap-logout-timeout.
12943
12944 * gnus-art.el (gnus-article-summary-command-nosave)
12945 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12946
12947 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
12948
12949 * gnus.el (gnus-maximum-newsgroup): New variable.
12950
12951 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12952 according to gnus-maximum-newsgroup.
12953
12954 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12955 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12956 Limit the range of articles according to gnus-maximum-newsgroup.
12957
12958 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
12959
12960 * gnus-art.el (gnus-sticky-article): Fix problems described in
12961 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
12962 Don't perform gnus-configure-windows here; reuse existing sticky
12963 article buffer.
12964
12965 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12966 it doesn't exist in gnus-article-mode.
12967
12968 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
12969
12970 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12971 (gnus-agent-decoded-group-name): New function.
12972 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12973 (gnus-agent-expire-group-1): Use it; decode group name in messages.
12974
12975 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
12976
12977 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12978 Add binding for gnus-sticky-article.
12979 (gnus-summary-exit): Don't kill sticky article buffers.
12980
12981 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12982 article buffer.
12983 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12984 (gnus-kill-sticky-article-buffers): New commands.
12985
12986 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
12987
12988 * nntp.el (nntp-xref-number-is-evil): New server variable.
12989 (nntp-find-group-and-number): If it is non-nil, don't trust article
12990 numbers in the Xref header.
12991
12992 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12993
12994 * gnus-agent.el (gnus-agent-read-group): New function.
12995 (gnus-agent-flush-group, gnus-agent-expire-group)
12996 (gnus-agent-regenerate-group): Use it.
12997 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12998 nnmail-pathname-coding-system.
12999
13000 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13001
13002 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13003
13004 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13005 that are unread as unread, and also as selected so that information of
13006 marks having been changed by a user may be updated when exiting group.
13007
13008 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13009
13010 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13011
13012 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13013
13014 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13015 calculated ignoring signature parts to gnus-treat-article.
13016
13017 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13018
13019 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13020 a point here in order to keep the window start.
13021 (gnus-insert-mime-security-button): Make a button overlay without the
13022 front stickiness.
13023 (gnus-mime-display-security): Goto the end of a button.
13024
13025 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13026
13027 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13028
13029 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13030 group-name-at-point.
13031 (gnus-group-completing-read): New function that offers decoded
13032 non-ASCII group names for completion.
13033 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13034 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13035 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13036 (gnus-group-fetch-control): Use it.
13037 (gnus-fetch-group): Use group-name-at-point for the initial value
13038 rather than the default value; use gnus-alive-p.
13039
13040 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13041 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13042 (gnus-summary-post-news): Use gnus-group-completing-read.
13043
13044 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13045 (gnus-read-move-group-name): Decode group name for completion.
13046
13047 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13048
13049 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13050 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13051 Yamaoka slightly modified the code).
13052
13053 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13054
13055 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13056 (nnmail-split-incoming): Bind it.
13057
13058 * nnml.el (nnml-group-name-charset): New function.
13059 (nnml-decoded-group-name): Use it; don't decode group name if
13060 nnmail-group-names-not-encoded-p is non-nil.
13061 (nnml-encoded-group-name): New function.
13062 (nnml-group-pathname): Inline nnml-decoded-group-name.
13063 (nnml-request-expire-articles): Decode group name in message.
13064 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13065 nnmail-pathname-coding-system.
13066 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13067 not decoded ones according to nnmail-group-names-not-encoded-p.
13068 (nnml-generate-active-info): Use nnml-encoded-group-name.
13069
13070 2007-08-08 Glenn Morris <rgm@gnu.org>
13071
13072 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13073 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13074 doc-strings and comments.
13075
13076 2007-07-25 Glenn Morris <rgm@gnu.org>
13077
13078 * Relicense all FSF files to GPLv3 or later.
13079
13080 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13081
13082 * gnus-sum.el (gnus-summary-move-article):
13083 Make gnus-summary-respool-article work.
13084
13085 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13086
13087 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13088 string.
13089
13090 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13091
13092 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13093 that should be ignored when comparing distant RSS articles with local
13094 ones.
13095 (nnrss-make-hash-index): New function. Create a hash index according
13096 to the ignored fields.
13097 (nnrss-check-group): Use it.
13098
13099 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13100
13101 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13102
13103 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13104
13105 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13106 the new optional argument ENCODED is non-nil.
13107 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13108 coding system for encoding group name.
13109 (gnus-group-make-rss-group): Pass un-encoded group name to
13110 gnus-group-make-group.
13111 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13112 encoded.
13113
13114 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13115 Encode group name to which articles are moved or copied.
13116 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13117 coding system for encoding Newsgroup, Followup-To and Xref headers.
13118
13119 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13120 marks; use nnheader-file-coding-system to write a file.
13121 (nnagent-retrieve-headers): Bind file-name-coding-system to
13122 nnmail-pathname-coding-system.
13123
13124 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13125
13126 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13127 (nnml-request-article, nnml-request-create-group)
13128 (nnml-request-rename-group, nnml-find-id)
13129 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13130 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13131 (nnml-save-marks): Use nnml-group-pathname instead of
13132 nnmail-group-pathname.
13133
13134 (nnml-request-create-group, nnml-request-expire-articles)
13135 (nnml-request-move-article, nnml-request-delete-group)
13136 (nnml-deletable-article-p, nnml-possibly-create-directory)
13137 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13138 (nnml-open-marks): Bind file-name-coding-system to
13139 nnmail-pathname-coding-system.
13140
13141 (nnml-request-article): Pass server argument to nnml-find-group-number.
13142 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13143 Pass server argument to nnml-possibly-create-directory.
13144 (nnml-request-accept-article): Pass server argument to
13145 nnml-active-number and nnml-save-mail.
13146 (nnml-find-group-number): Pass server argument to nnml-find-id.
13147 (nnml-request-update-info): Pass server argument to
13148 nnml-marks-changed-p.
13149
13150 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13151 (nnml-save-mail, nnml-active-number): Add server argument.
13152
13153 (nnml-request-delete-group): Warn if group is missing.
13154 (nnml-get-nov-buffer): Decode group name.
13155 (nnml-generate-active-info): Encode group name.
13156 (nnml-open-marks): Decode group name in messages.
13157
13158 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13159
13160 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13161 if it is not specified.
13162 (gnus-article-pipe-part, gnus-article-save-part)
13163 (gnus-article-interactively-view-part, gnus-article-copy-part)
13164 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13165 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13166 (gnus-article-replace-part, gnus-article-delete-part)
13167 (gnus-article-view-part-as-type): Pass raw prefix argument to
13168 gnus-article-part-wrapper.
13169
13170 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13171
13172 * gnus-agent.el (gnus-agent-save-active):
13173 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13174
13175 * gnus-cache.el (gnus-cache-save-buffers)
13176 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13177 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13178 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13179 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13180 (gnus-cache-generate-active, gnus-cache-rename-group)
13181 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13182 (gnus-cache-update-overview-total-fetched-for):
13183 Bind file-name-coding-system to nnmail-pathname-coding-system.
13184 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13185 New variables.
13186 (gnus-cache-decoded-group-name): New function.
13187 (gnus-cache-file-name): Use it.
13188 (gnus-cache-generate-active): Use non-decoded group name for active.
13189
13190 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13191 right place.
13192 (gnus-write-active-file): Don't break non-ASCII group names.
13193
13194 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13195 nnmail-pathname-coding-system.
13196
13197 * gnus-uu.el (gnus-uu-decode-save): Typo.
13198
13199 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13200
13201 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13202
13203 2007-07-14 David Kastrup <dak@gnu.org>
13204
13205 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13206 finishing actions if we did not edit the article.
13207
13208 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13209
13210 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13211 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13212 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13213 (gnus-agent-flush-group, gnus-agent-flush-cache)
13214 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13215 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13216 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13217 (gnus-agent-regenerate-group)
13218 (gnus-agent-update-files-total-fetched-for)
13219 (gnus-agent-update-view-total-fetched-for):
13220 Bind file-name-coding-system to nnmail-pathname-coding-system.
13221 (gnus-agent-group-pathname): Don't encode file names by
13222 nnmail-pathname-coding-system.
13223 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13224 coding-system-for-write instead of buffer-file-coding-system to
13225 gnus-agent-file-coding-system.
13226
13227 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13228 Decode group name.
13229
13230 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13231
13232 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13233 (gnus-read-newsrc-el-file): Make group names unibyte.
13234
13235 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13236 nnmail-pathname-coding-system.
13237
13238 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13239 (nnrss-request-delete-group): Bind file-name-coding-system to
13240 nnmail-pathname-coding-system.
13241 (nnrss-read-server-data, nnrss-read-group-data):
13242 Bind file-name-coding-system correctly.
13243 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13244
13245 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13246 (nntp-server-to-method-cache): New variable.
13247 (nntp-group-pathname): New function that decodes non-ASCII group names.
13248 (nntp-possibly-create-directory, nntp-marks-changed-p)
13249 (nntp-save-marks, nntp-open-marks): Use it.
13250 (nntp-possibly-create-directory, nntp-open-marks):
13251 Bind file-name-coding-system to nnmail-pathname-coding-system.
13252 (nntp-open-marks): Decode group names when bootstrapping marks.
13253
13254 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13255 Newsgroups and Followup-To headers.
13256
13257 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13258
13259 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13260 (gnus-server-closed-face, gnus-server-denied-face)
13261 (gnus-server-offline-face): Remove variable.
13262 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13263
13264 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13265 of modifying message-stack directly for XEmacs.
13266
13267 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13268 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13269 if the coding-system argument is nil for XEmacs.
13270
13271 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13272 mm-charset-override-alist.
13273
13274 * rfc2047.el: Don't require base64; require rfc2045 for the function
13275 rfc2045-encode-string.
13276 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13277 to quote the parameter value.
13278
13279 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13280
13281 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13282 form in gnus-group-name-charset-method-alist.
13283
13284 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13285 overrides the default layout edit-form.
13286
13287 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13288
13289 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13290
13291 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13292
13293 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13294 as unfetched articles.
13295
13296 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13297
13298 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13299
13300 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13301
13302 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13303 original back end that keeps marks in the local system.
13304
13305 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13306
13307 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13308 arg of pop-to-buffer for XEmacs.
13309 (gnus-article-read-summary-keys): Ditto; don't restore window
13310 configuration if summary command ends up with neither article buffer
13311 nor summary buffer; describe bindings if summary keys end with C-h.
13312
13313 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13314
13315 * message.el (message-fix-before-sending): Skip raw message part to be
13316 forwarded while checking illegible text.
13317 (message-forward-make-body-mime, message-forward-make-body):
13318 Mark signed or encrypted raw message as having no illegible text.
13319
13320 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13321
13322 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13323 (gnus-message-with-timestamp-1): New macro.
13324 (gnus-message-with-timestamp): New function.
13325 (gnus-message): Use them.
13326
13327 * nnheader.el (nnheader-message): Use them.
13328
13329 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13330
13331 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13332 .newsrc.eld file.
13333
13334 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13335
13336 * gnus-agent.el (gnus-agent-fetch-headers)
13337 (gnus-agent-retrieve-headers):
13338 Bind gnus-decode-encoded-address-function to identity.
13339
13340 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13341 available also when the server returns simply a dot.
13342
13343 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13344
13345 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13346
13347 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13348
13349 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * gnus-ems.el (gnus-x-splash): Make it work.
13352
13353 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13354 from being used.
13355
13356 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13357
13358 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13359 the front stickiness.
13360 (gnus-article-summary-command-nosave): Correct the order of the
13361 arguments passed to pop-to-buffer.
13362 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13363 summary command ends up with the article buffer.
13364
13365 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13366 the same faces.
13367
13368 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13371
13372 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13373
13374 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13375 * gnus-sum.el (gnus-summary-highlight):
13376 * mail-source.el (mail-source-delete-old-incoming-confirm):
13377 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13378
13379 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13380
13381 * gnus-art.el (gnus-mime-view-part-externally)
13382 (gnus-mime-view-part-internally): Fix predicate function passed to
13383 completing-read.
13384
13385 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13386
13387 * gnus.el (gnus-update-message-archive-method): Add :version.
13388
13389 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13390
13391 * gnus.el (gnus-update-message-archive-method): New variable.
13392
13393 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13394 according to gnus-message-archive-method if
13395 gnus-update-message-archive-method is non-nil.
13396
13397 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13398
13399 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13400 Suggested by Loic Dachary <loic@dachary.org>.
13401 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13402
13403 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13404
13405 * message.el (message-pop-to-buffer): Add switch-function argument.
13406 (message-mail): Pass switch-function argument to it.
13407
13408 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13409
13410 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13411 Improve doc string.
13412
13413 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13414
13415 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13416 (gnus-header-content):
13417 * gnus-cite.el (gnus-cite-10):
13418 * gnus-srvr.el (gnus-server-closed):
13419 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13420 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13421 (gnus-group-mail-3-empty, gnus-group-mail-low)
13422 (gnus-group-mail-low-empty, gnus-splash):
13423 * message.el (message-header-to, message-header-cc)
13424 (message-header-subject, message-header-other, message-header-name)
13425 (message-header-xheader, message-separator, message-cited-text)
13426 (message-mml): Lighten colors of faces used for dark background.
13427
13428 2007-05-24 Simon Josefsson <simon@josefsson.org>
13429
13430 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13431 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13432
13433 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13434
13435 * message.el (message-narrow-to-headers-or-head):
13436 Ignore mail-header-separator in the body.
13437
13438 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13441 same as window size.
13442
13443 2007-05-22 Kevin Ryde <user42@zip.com.au>
13444
13445 * message.el (message-font-lock-keywords): Use message-header-xheader
13446 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13447 ahead of the anything pattern, to get it recognized.
13448
13449 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13450
13451 * gnus-sum.el (gnus-articles-to-read)
13452 (gnus-summary-insert-old-articles): Don't truncate group name for
13453 `read-string'.
13454
13455 * gnus-util.el (gnus-limit-string): Delete this function.
13456
13457 * gnus-sum.el (gnus-simplify-subject-fully):
13458 Use `truncate-string-to-width' instead.
13459
13460 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13461
13462 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13463 Tell if, on summary exit, the next group has to be selected.
13464 (gnus-summary-exit): Use it.
13465
13466 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13467
13468 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13469 non-break space.
13470
13471 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13472
13473 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13474 Check if group is not a directory.
13475 (nnfolder-request-expire-articles): Don't delete articles if the target
13476 group is not available.
13477
13478 * nnml.el (nnml-request-create-group): Properly check if group is not a
13479 file.
13480 (nnml-request-expire-articles): Don't delete articles if the target
13481 group is not available.
13482
13483 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13484 Don't quote characters that are within parentheses.
13485
13486 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13487
13488 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13489 (gnus-handle-ephemeral-exit): Select article according to it.
13490
13491 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13492
13493 * message.el (message-insert-formated-citation-line): Remove newline.
13494 (message-citation-line-format): Add final \n here so that the user can
13495 avoid a blank line.
13496
13497 2007-05-03 Dan Christensen <jdc@uwo.ca>
13498
13499 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13500 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13501 Update lanl/arXiv support.
13502
13503 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13504
13505 * gnus.el: Bump version number.
13506
13507 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13508
13509 * gnus.el (gnus-version-number): Bump version.
13510
13511 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13512
13513 * gnus.el: No Gnus v0.6 is released.
13514
13515 2007-04-27 Didier Verna <didier@xemacs.org>
13516
13517 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13518 * gmm-utils.el (gmm-regexp-concat): ... here.
13519 * message.el: Don't require 'gnus-util.
13520 (message-dont-reply-to-names): Handle name change above.
13521 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13522
13523 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13524
13525 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13526 since the initial value varies according to the system.
13527
13528 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13529
13530 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13531
13532 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13533
13534 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13535
13536 2007-04-24 Didier Verna <didier@xemacs.org>
13537
13538 Improve the type of gnus-ignored-from-addresses.
13539 * gnus-util.el (gnus-orify-regexp): New function.
13540 * message.el (gnus-util): Require it.
13541 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13542 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13543 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13544
13545 2007-04-24 Didier Verna <didier@xemacs.org>
13546
13547 * gnus-sum.el:
13548 * gnus-utils.el: Fix some trailing whitespaces.
13549
13550 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13551
13552 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13553 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13554 article's Message-ID; refer parent article in summary buffer.
13555
13556 * message.el (message-bounce): Call mime-to-mml.
13557
13558 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13559
13560 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13561
13562 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13563
13564 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13565 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13566 displayed of multipart/alternative part if it is invoked from summary
13567 buffer.
13568
13569 * mm-view.el (mm-inline-text-html-render-with-w3m)
13570 (mm-inline-text-html-render-with-w3m-standalone)
13571 (mm-inline-render-with-function): Use mail-parse-charset by default.
13572
13573 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13574
13575 * parse-time.el (parse-time-string-chars): Check if CHAR
13576 is less than the length of parse-time-syntax.
13577
13578 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13579
13580 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13581 from gnus-newsgroup-processable.
13582
13583 2007-04-16 Didier Verna <didier@xemacs.org>
13584
13585 * gnus-msg.el (gnus-configure-posting-styles):
13586 Handle message-signature-directory properly with :file syntax.
13587 Reported by "Leo".
13588
13589 2007-04-11 Didier Verna <didier@xemacs.org>
13590
13591 New user option: message-signature-directory.
13592 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13593 * message.el (message-insert-signature): Ditto.
13594 * message.el (message-signature-file): Doc update.
13595 * message.el (message-signature-directory): New.
13596
13597 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13598
13599 * gnus-msg.el (gnus-inews-yank-articles):
13600 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13601
13602 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13603
13604 * message.el (message-yank-original): Make sure cited text ends with
13605 newline; don't exchange point and mark.
13606
13607 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13608
13609 * tls.el (open-tls-stream): Properly handle case where there
13610 is no associated buffer.
13611
13612 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13613
13614 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13615 message-yank-original, make sure (< mark TEXT point).
13616
13617 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13618
13619 * message.el (message-fill-column): New variable.
13620 (message-mode): Use it. Add comment on a possible new hook.
13621
13622 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13623 (nnmail-get-new-mail): Reformat.
13624
13625 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13626
13627 * gmm-utils.el: Fix Commentary.
13628 (gmm-tool-bar-from-list): Fix typo in doc string.
13629
13630 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13631
13632 * message.el (message-yank-original): Don't switch point and mark
13633 unnecessarily to put point and mark as documented.
13634
13635 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13636
13637 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13638 from the message heads.
13639
13640 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13641
13642 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13643 article buffer does not have a window. This may not be the best
13644 solution but is certainly better than setting the start of the null,
13645 that is the current, window.
13646
13647 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13648
13649 * gnus-draft.el (gnus-draft-setup-hook): New hook.
13650 (gnus-draft-setup): Run it.
13651
13652 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13653 gnus-score-fast-scoring. Allow regexp.
13654 (gnus-score-headers): Use it.
13655
13656 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13657 XEmacs.
13658
13659 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13660 string.
13661 (gnus-button-alist): Also catch `<f1> k ...'.
13662 (gnus-treat-display-x-face): Fix doc string.
13663
13664 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13665
13666 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13667 evaluation of gnus-extended-version to ensure correct generation of the
13668 User-Agent header when message-generate-headers-first is used.
13669
13670 2007-03-24 Simon Josefsson <simon@josefsson.org>
13671
13672 * hashcash.el (hashcash-generate-payment-async): Don't crash if
13673 hashcash-path is nil. Don't call callback with incorrect number of
13674 parameters if val is 0.
13675
13676 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13677
13678 * message.el (message-required-news-headers):
13679 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13680
13681 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13682
13683 * message.el (message-generate-new-buffers): Change the meaning of the
13684 nil value; add `standard' to the choices; treat t as `unique'; improve
13685 doc string.
13686 (gnus-select-frame-set-input-focus): Autoload.
13687 (message-buffer-name): Search for the existing message buffer if
13688 message-generate-new-buffers is nil or `standard'; treat the value t of
13689 message-generate-new-buffers as `unique'.
13690 (message-pop-to-buffer): Raise the frame already displaying the message
13691 buffer; clear the echo area after querying.
13692 (message-setup): Pass the `continue' argument to compose-mail.
13693 (message-mail): Prefer `switch-function' if it is given; search for the
13694 existing message buffer if the `continue' argument is non-nil; pass
13695 continue and switch-function arguments to compose-mail by way of
13696 message-setup.
13697 (message-mail-other-window): Adjust argument of message-setup.
13698 (message-mail-other-frame): Ditto.
13699
13700 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13701
13702 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13703 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13704 to turn font-lock on when turning gnus-message-citation-mode on.
13705
13706 2007-03-06 Daiki Ueno <ueno@unixuser.org>
13707
13708 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13709 (mml-smime-function-alist): New variable; add epg as the backend.
13710 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13711 mml-smime- functions instead.
13712 * mm-view.el: Require smime.
13713
13714 2007-03-05 Didier Verna <didier@xemacs.org>
13715
13716 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13717 instead of just inheritance for posting styles.
13718 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13719
13720 2007-02-24 John Paul Wallington <jpw@pobox.com>
13721
13722 * tls.el (tls-certtool-program): Fix custom type.
13723
13724 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13725
13726 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13727 and point-at-eol instead of line-(beginning|end)-position.
13728
13729 * assistant.el (assistant-parse-buffer): Ditto.
13730
13731 2007-02-28 Daiki Ueno <ueno@unixuser.org>
13732
13733 * mml2015.el (mml2015-epg-find-usable-key): New function.
13734 (mml2015-epg-sign): Use it.
13735 (mml2015-epg-encrypt): Use it.
13736
13737 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13738
13739 * message.el (message-make-in-reply-to): Quote name containing
13740 non-ASCII characters. It will make the RFC2047 encoder cause an error
13741 if there are special characters. Reported by NAKAJI Hiroyuki
13742 <nakaji@jp.freebsd.org>.
13743
13744 2007-02-27 Didier Verna <didier@xemacs.org>
13745
13746 Include the group parameters as well as the topic ones in the
13747 inheritance filter process.
13748 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13749 argument GROUP-PARAMS-LIST.
13750 * gnus-topic.el (gnus-group-topic-parameters): Use it.
13751
13752 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13753
13754 * nntp.el (nntp-never-echoes-commands)
13755 (nntp-open-connection-functions-never-echo-commands): New variables.
13756 (nntp-send-command): Use them.
13757
13758 2007-02-20 Daiki Ueno <ueno@unixuser.org>
13759
13760 * mml2015.el (mml2015-epg-verify): Simplify.
13761
13762 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * mml.el (mml-content-disposition-alist): New user option.
13765 (mml-content-disposition): New function.
13766 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13767 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13768
13769 2007-02-19 Daiki Ueno <ueno@unixuser.org>
13770
13771 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13772 verification.
13773
13774 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13775
13776 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13777 articles posted in the last 24 hours.
13778
13779 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
13780
13781 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13782
13783 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
13784
13785 * nntp.el (nntp-send-command): Don't wait for echoes when
13786 nntp-open-ssl-stream is used.
13787
13788 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13789
13790 * gnus-cite.el (gnus-test-font-lock-add-keywords)
13791 (gnus-message-add-citation-keywords)
13792 (gnus-message-remove-citation-keywords): Remove.
13793 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13794 directly, make the variables in font-lock-defaults buffer-local, add
13795 gnus-message-citation-keywords to them and then update the value of
13796 font-lock-keywords.
13797
13798 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
13799
13800 * message.el (message-cite-original-1): Don't call
13801 gnus-article-highlight-citation.
13802
13803 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13804 citations; fix line count.
13805
13806 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13807
13808 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13809 (gnus-message-add-citation-keywords)
13810 (gnus-message-remove-citation-keywords): Use it; fix the emulating
13811 versions of font-lock-add-keywords and font-lock-remove-keywords to
13812 work with XEmacs correctly.
13813
13814 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * gnus-cite.el (gnus-cite-face-list): Set the values of
13817 gnus-message-max-citation-depth and gnus-message-citation-keywords.
13818 (gnus-message-max-citation-depth): Use defvar rather than defconst.
13819 (gnus-message-cite-prefix-regexp): New variable.
13820 (gnus-message-search-citation-line): Use it; protect against long
13821 citation prefix; fill match data with nil rather than 0 for XEmacs; set
13822 the 0th match data for Emacs.
13823 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13824 (gnus-message-add-citation-keywords): Append keywords rather than
13825 prepending; emulate font-lock-add-keywords if it is not available.
13826 (gnus-message-remove-citation-keywords):
13827 Emulate font-lock-remove-keywords if it is not available.
13828
13829 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13830
13831 * message.el (message-cite-prefix-regexp): Set the value of
13832 gnus-message-cite-prefix-regexp.
13833
13834 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13835
13836 * nnweb.el (nnweb-google-parse-1): Update parser.
13837
13838 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
13839
13840 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13841
13842 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13843
13844 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13845 regexp.
13846
13847 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13848
13849 * uudecode.el (uudecode-string-to-multibyte): New function emulating
13850 string-to-multibyte.
13851 (uudecode-decode-region-internal): Use it.
13852
13853 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13854
13855 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13856 Fix custom choice.
13857
13858 * gnus-art.el (gnus-signature-limit): Fix custom choice.
13859
13860 2007-01-22 Daiki Ueno <ueno@unixuser.org>
13861
13862 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13863
13864 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13865 `write-region' to respect `mm-inhibit-file-name-handlers'.
13866
13867 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
13868
13869 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13870 Use gnus-home-directory instead of "~/" or "$HOME".
13871
13872 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
13873
13874 * encrypt.el (encrypt-insert-file-contents): Add better prompt
13875 to mention filename.
13876 Add comments at beginning regarding usage.
13877 (encrypt-write-file-contents): Change interactive so a string is
13878 acceptable. If the file has no associated model, show an error instead
13879 of a nonsense prompt.
13880
13881 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13882
13883 * spam.el (spam-bsfilter-ham-switch): Fix typo.
13884 Thanks to Yoshihiko Yamada for kind notification of this typo.
13885
13886 2007-01-12 Kenichi Handa <handa@m17n.org>
13887
13888 * uudecode.el (uudecode-decode-region-internal): Make it work in a
13889 multibyte buffer.
13890
13891 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
13892
13893 * gnus-score.el (gnus-score-fast-scoring): New variable.
13894 (gnus-score-headers): Use it.
13895
13896 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13897
13898 * message.el (message-cite-original-1):
13899 Call gnus-article-highlight-citation if requested.
13900 (message-make-from): Allow name and address as optional arguments.
13901
13902 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13903
13904 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13905 bugs to doc string.
13906 (gnus-button-alist): Add mid\\|message-id.
13907 (gnus-button-fetch-group): Extend for use in
13908 `browse-url-browser-function'.
13909 (gnus-button-url-regexp): Try to catch paired parentheses like in
13910 Wikipedia URLs.
13911
13912 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13913 Suggested by Simon Krahnke <overlord@gmx.li>.
13914
13915 2007-01-13 Romain Francoise <romain@orebokech.com>
13916
13917 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13918 Update copyright.
13919
13920 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
13921
13922 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13923
13924 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13925
13926 * gnus-registry.el (gnus-registry-unfollowed-groups)
13927 (gnus-registry-split-fancy-with-parent): Fix documentation.
13928
13929 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13930
13931 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13932 from nnweb groups.
13933
13934 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13935
13936 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13937 Xref urls. Erase buffer before requesting head.
13938
13939 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13940
13941 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13942
13943 * gnus-soup.el (gnus-soup): New custom group. Make user variables
13944 customizable.
13945
13946 2007-01-05 Daiki Ueno <ueno@unixuser.org>
13947
13948 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13949 no signing key is found.
13950 (mml2015-epg-encrypt): Ask user whether to skip or abort if
13951 no encrypting and/or signing key is found.
13952
13953 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13954
13955 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13956
13957 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13958
13959 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13960 headers read from disk with the ones newly found in the current search.
13961 This should no longer cause problems, because the article numbers in
13962 Gmane's `nov.php' output are ignored since the previous change.
13963
13964 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13965
13966 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13967
13968 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13969
13970 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13971
13972 2007-01-01 Romain Francoise <romain@orebokech.com>
13973
13974 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13975
13976 2006-12-31 Steve Youngs <steve@sxemacs.org>
13977
13978 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13979 `define-minor-mode' macro definition expanded properly.
13980 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13981 exclude it there.
13982
13983 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13984 of 2006-12-30. The default is nil on (S)XEmacs already because of the
13985 `fboundp' test.
13986 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13987 This is OK to autoload in (S)XEmacs now.
13988
13989 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13990
13991 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13992 keystroke.
13993 (gnus-summary-limit-to-singletons): Fix typo.
13994
13995 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13996 else fails.
13997
13998 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13999
14000 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14001 docstring.
14002
14003 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14004 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14005 (gnus-summary-insert-dormant-articles): Fix typo in message.
14006
14007 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14008
14009 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14010 nil for XEmacs.
14011 (gnus-message-citation-mode): Don't autoload in XEmacs.
14012
14013 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14014
14015 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14016
14017 * nnimap.el (nnimap-expunge-search-string):
14018 Mention nnimap-search-uids-not-since-is-evil in docstring.
14019
14020 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14021
14022 * spam.el: Revert to make-obsolete-variable because
14023 define-obsolete-variable-alias is not supported in Emacs 21.
14024
14025 * spam.el (spam-ifile-path, spam-ifile-database-path)
14026 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14027 make-obsolete-variable.
14028 (spam-bsfilter-path, spam-bsfilter-program)
14029 (spam-spamassassin-path, spam-spamassassin-program)
14030 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14031 Don't use "path" inappropriately.
14032 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14033 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14034 variable names.
14035
14036 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14037
14038 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14039 summary buffer.
14040
14041 * password.el (password-cache-remove): Use clear-string to burn
14042 password, if available.
14043
14044 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14045
14046 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14047
14048 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14049
14050 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14051 (gnus-message-highlight-citation): Move defcustom here from
14052 gnus-cite.el.
14053 (gnus-message-citation-mode): Autoload.
14054
14055 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14056 checks to make it compile with XEmacs.
14057 (gnus-message-citation-mode): New minor mode.
14058 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14059 (gnus-message-highlight-citation): New variables.
14060 (gnus-message-search-citation-line)
14061 (gnus-message-add-citation-keywords)
14062 (gnus-message-remove-citation-keywords)
14063 (turn-on-gnus-message-citation-mode)
14064 (turn-off-gnus-message-citation-mode): New functions.
14065
14066 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14067
14068 * gnus-cite.el: Enable highlighting of different citation levels in
14069 message-mode.
14070
14071 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14072
14073 * message.el (message-make-fqdn): Fix comment.
14074 (message-bogus-system-names): Add ".local".
14075
14076 * spam.el (spam-ifile-path, spam-ifile-program)
14077 (spam-ifile-database-path, spam-ifile-database)
14078 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14079 Don't use "path" inappropriately.
14080 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14081 strings.
14082 (spam-check-ifile, spam-ifile-register-with-ifile)
14083 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14084 Use new variable names.
14085
14086 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14087 (gnus-treat-display-smileys): Simplify using
14088 gnus-image-type-available-p.
14089
14090 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14091 available.
14092
14093 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14096 one after turning on the buffer's multibyteness instead of decoding
14097 them directly in the unibyte buffer that causes unexpected conversion
14098 in Emacs 23 (unicode).
14099
14100 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14101
14102 * message.el (message-generate-hashcash): Fix custom type.
14103
14104 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14105
14106 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14107
14108 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14109
14110 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14111 disconnect icons. Add help text.
14112
14113 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14114
14115 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14116 negated to be consistent with the others we handle.
14117
14118 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14119
14120 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14121 version of gnus-summary-buffer to something, so that we can use two
14122 article buffers at the same time.
14123
14124 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14125
14126 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14127 trigger all the extra headers.
14128 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14129 sorting.
14130
14131 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14132
14133 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14134 solid groups.
14135
14136 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14137
14138 * legacy-gnus-agent.el: Add Copyright notice.
14139
14140 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14141
14142 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14143
14144 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14145
14146 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14147
14148 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14149 to make it work reliably in CVS Emacs.
14150 (gnus-summary-limit-strange-charsets-predicate)
14151 (gnus-summary-limit-to-predicate): New functions.
14152
14153 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14156 specifying array size.
14157 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14158 array if it is too small.
14159 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14160 (gnus-sort-threads-loop): New function.
14161
14162 2006-12-06 Chris Moore <dooglus@gmail.com>
14163
14164 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14165 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14166
14167 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14168
14169 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14170 options.
14171
14172 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14173
14174 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14175 DOS-ing the recipient.
14176
14177 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14178 the headers when creating the mapping to avoid mismappings.
14179 (nnweb-gmane-create-mapping): Always nix out old mapping.
14180
14181 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14182
14183 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14184 and mm-verify-option to never.
14185
14186 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14187
14188 * message.el (message-signed-or-encrypted-p): New function.
14189 (message-forward-make-body): Use it.
14190
14191 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14192 Replace encode-coding-string with mm-encode-coding-string.
14193
14194 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14195
14196 * nneething.el (nneething-decode-file-name):
14197 Replace decode-coding-string with mm-decode-coding-string.
14198
14199 * gnus-int.el (gnus-open-server): Say failed server's name.
14200
14201 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14204 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14205
14206 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14207 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14208 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14209 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14210 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14211 (gnus-subscribe-newsgroup, gnus-1):
14212 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14213 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14214 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14215 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14216
14217 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14218
14219 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14220 keystroke.
14221 (gnus-summary-limit-to-bodies): Implement headersp.
14222
14223 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14224
14225 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14226
14227 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14228
14229 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14230
14231 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14232
14233 * message.el (message-generate-hashcash): Expand range of values to
14234 include `opportunistic'.
14235 (message-send-mail): Use it.
14236
14237 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14238
14239 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14240 and comment it.
14241
14242 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14243
14244 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14245
14246 * gnus-util.el (gnus-extract-address-components): Improve comment.
14247
14248 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14249
14250 * gnus-util.el (gnus-extract-address-components): Work with address in
14251 which the name portion contains @.
14252
14253 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14254
14255 * gnus.el (gnus-start): Move custom group up.
14256 (gnus-select-method): Don't autoload, but make it available for
14257 `customize-variable'.
14258 (gnus-getenv-nntpserver): Don't autoload.
14259
14260 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14261
14262 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14263
14264 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14265
14266 * message.el (message-sendmail-extra-arguments): New variable.
14267 (message-send-mail-with-sendmail): Use it.
14268
14269 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14270
14271 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14272 mm-with-unibyte-current-buffer to make string unibyte.
14273
14274 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14275 mm-string-as-multibyte.
14276
14277 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14278
14279 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14280 Reported by Werner Koch <wk@gnupg.org>.
14281
14282 2006-11-14 Daiki Ueno <ueno@p360>
14283
14284 * mml2015.el: Autoload epa-select-keys when compiling.
14285
14286 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14287
14288 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14289 message-options.
14290 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14291
14292 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14293
14294 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14295 EasyPG (< 0.0.6).
14296 (mml2015-always-trust): New user option.
14297 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14298 prompt.
14299
14300 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14301
14302 * nntp.el (nntp-authinfo-force): New variable.
14303 (nntp-send-authinfo): Use it.
14304
14305 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14306
14307 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14308 decode encoded words. Improve prompt. Add comment about forwarding.
14309 (message-replacement-char): Move up.
14310
14311 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14312
14313 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14314 instead of gnus-intersection because arguments of gnus-sorted-nunion
14315 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14316
14317 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14320 (message-simplify-subject-functions):
14321 Enable message-strip-subject-encoded-words by default.
14322
14323 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14324
14325 * message.el (message-strip-subject-encoded-words): New function.
14326 (message-simplify-subject-functions): New variable.
14327 (message-simplify-subject): Use it. Fix typo in doc string.
14328 Support message-strip-subject-encoded-words.
14329
14330 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * gnus-diary.el (gnus-diary-delay-format-function):
14333 * nndiary.el (nndiary-reminders):
14334 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14335
14336 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14337
14338 * gnus-art.el (article-hide-boring-headers): Fetch date from
14339 gnus-original-article-buffer to avoid problems with localized date
14340 strings.
14341
14342 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14343
14344 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14345
14346 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14347
14348 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14349 New variables.
14350 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14351 (mm-charset-synonym-alist): Move some entries to
14352 mm-codepage-iso-8859-list.
14353 (mm-charset-synonym-alist, mm-charset-override-alist):
14354 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14355
14356 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14359
14360 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14361
14362 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14363 with Emacs 21 and XEmacs.
14364
14365 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14366
14367 * spam.el (spam-parse-address): New function for better parsing,
14368 catching errors, etc.
14369 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14370
14371 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14372
14373 * mm-view.el: Add interactive arg to html2text autoload.
14374
14375 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14376
14377 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14378
14379 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14380
14381 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14382 New variables.
14383 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14384 (mm-charset-synonym-alist): Move some entries to
14385 mm-codepage-iso-8859-list.
14386
14387 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14388
14389 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14390
14391 * message.el (message-citation-line-format)
14392 (message-insert-formated-citation-line): Fix implementation of %E, %N
14393 and %n according to the doc string.
14394
14395 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14396
14397 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14398 Use car-safe to avoid bad parses.
14399
14400 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14401
14402 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14403 names.
14404
14405 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14406
14407 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14410 header.
14411
14412 * message.el (message-draft-headers): Add Date.
14413 (message-headers-to-generate): Fix typo in docstring.
14414
14415 * nndraft.el (nndraft-required-headers): New variable.
14416 (nndraft-generate-headers): Use it.
14417
14418 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14419
14420 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14421
14422 * gnus-registry.el (gnus-registry-wash-for-keywords)
14423 (gnus-registry-find-keywords): New functions to allow easy searching of
14424 articles that are in the registry.
14425
14426 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14427
14428 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14429 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14430 Reported by Damien Elmes <damien@repose.cx>.
14431
14432 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14433
14434 * gnus.el (gnus-mime): Remove unused custom group.
14435
14436 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14437
14438 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14439 "blank line" when searching for end of armor headers.
14440
14441 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14442
14443 * gmm-utils.el (gmm-write-region): Fix variable name.
14444
14445 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14446
14447 * gmm-utils.el (gmm-write-region): New function based on compatibility
14448 code from `mm-make-temp-file'.
14449
14450 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14451
14452 * nnmaildir.el (nnmaildir--update-nov)
14453 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14454 Use `gmm-write-region'.
14455
14456 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14457
14458 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14459 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14460
14461 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14462
14463 * message.el (message-replacement-char): New variable.
14464 (message-fix-before-sending): Use it.
14465 (message-simplify-subject): New function to remove duplicate code.
14466 (message-reply, message-followup): Use it.
14467
14468 * gnus-sum.el (gnus-summary-make-menu-bar):
14469 Clarify gnus-summary-limit-to-articles.
14470
14471 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14472
14473 * gnus-util.el (gnus-with-local-quit): New macro.
14474
14475 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14476
14477 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14478
14479 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14480 ignore non-string data.
14481
14482 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14483
14484 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14485 non-string data (needs to be done in the registry too).
14486
14487 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14488
14489 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14490 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14491 (gnus-registry-split-fancy-with-parent)
14492 (gnus-registry-fetch-simplified-message-subject-fast)
14493 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14494 Remove text properties on ingress into the registry and when it's saved.
14495 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14496 registry from entries with no groups.
14497
14498 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14499
14500 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14501 function to remove string properties.
14502
14503 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14504
14505 * gmm-utils.el (gmm): Adjust custom version.
14506
14507 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14508 Adjust custom version.
14509
14510 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14511
14512 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14513
14514 * gnus-art.el (gnus-insert-prev-page-button)
14515 (gnus-insert-next-page-button): Simplify. Reformat.
14516
14517 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14518
14519 * gnus-art.el (gnus-insert-prev-page-button)
14520 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14521
14522 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14525
14526 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14527
14528 * gnus-art.el (gnus-insert-mime-button)
14529 (gnus-insert-mime-security-button):
14530 Apply gnus-article-button-face to MIME and security buttons.
14531
14532 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14533
14534 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14535 readable.
14536
14537 2006-09-20 Steve Youngs <steve@sxemacs.org>
14538
14539 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14540 `browse-url-of-file' instead of `browse-url'.
14541
14542 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14543
14544 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14545 regexp. Articles containing quotation were cut prematurely.
14546
14547 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14548
14549 * message.el (message-cite-original-1): Use nobody by default for the
14550 value of From header.
14551 (message-reply): Ditto.
14552
14553 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14554
14555 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14556 to the gnus-info. This fixes a bug of inline-PGP message verification.
14557 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14558
14559 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14560
14561 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14562 mails in the doc string. Add some URLs in comment.
14563 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14564
14565 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14566
14567 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14568 backslashes handling and the way to find boundaries of quoted strings.
14569
14570 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14571
14572 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14573 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14574 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14575 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14576
14577 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14578
14579 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14580 doc string.
14581 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14582
14583 2006-09-06 Simon Josefsson <jas@extundo.com>
14584
14585 * mml2015.el (mml2015-use): Doc fix, mention epg.
14586
14587 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14588
14589 * mml2015.el (mml2015-use): Default to epg, if available.
14590
14591 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14592
14593 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14594 message-sender.
14595 (mml1991-epg-encrypt): Ditto.
14596 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14597 message-sender.
14598 (mml2015-epg-encrypt): Ditto.
14599
14600 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14601
14602 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14603 several common directories.
14604
14605 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14606
14607 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14608 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14609
14610 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14611
14612 * gnus-art.el (article-decode-encoded-words): Make it fast.
14613
14614 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14615
14616 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14617
14618 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14619 in quoted string into `\'.
14620
14621 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14622
14623 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14624 Use standard-syntax-table.
14625
14626 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * gnus-art.el (gnus-decode-address-function): New variable.
14629 (article-decode-encoded-words): Use it to decode headers which are
14630 assumed to contain addresses.
14631 (gnus-mime-delete-part): Remove useless `or'.
14632
14633 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14634 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14635 (gnus-nov-parse-line): Use it to decode From header.
14636 (gnus-get-newsgroup-headers): Ditto.
14637 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14638
14639 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14640 (mail-decode-encoded-address-string): New alias.
14641
14642 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14643 New function.
14644 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14645 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14646 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14647 (rfc2047-decode-string): Ditto.
14648 (rfc2047-decode-address-region): New function.
14649 (rfc2047-decode-address-string): New function.
14650
14651 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
14652
14653 * message.el (message-caesar-buffer-body): Allow rotating headers.
14654
14655 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14656
14657 * message.el (message-insert-formated-citation-line): Fix %f.
14658 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14659
14660 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
14661
14662 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14663 (gnus-bookmark-mouse-available-p): New macro.
14664 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14665 (gnus-bookmark-bmenu-show-infos): Use it.
14666 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14667 (gnus-bookmark-bmenu-hide-infos): Ditto.
14668 (gnus-bookmark-remove-properties): New function.
14669 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14670 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14671 (gnus-bookmark-write-file): Bind coding-system-for-write.
14672 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14673 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14674 group before selecting it.
14675 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14676 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14677 quit-window if it is not available; use gnus-mouse-2 and bind it to
14678 gnus-bookmark-bmenu-select-by-mouse.
14679 (gnus-bookmark-show-details): Remove unused variable `details-list'.
14680 (gnus-bookmark-bmenu-select-by-mouse): New function.
14681
14682 2006-08-13 Romain Francoise <romain@orebokech.com>
14683
14684 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14685 space.
14686
14687 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14688
14689 * compface.el (uncompface): Use binary rather than raw-text-unix.
14690
14691 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14692
14693 * compface.el (uncompface): Make sure the eol conversion doesn't take
14694 place when communicating with the external programs.
14695 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14696
14697 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
14698
14699 * nnheader.el (nnheader-insert-head): Fix typo in comment.
14700
14701 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14702
14703 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14704 Make it more robust by parsing author and date independently.
14705
14706 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14707
14708 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14709
14710 2006-07-28 Daiki Ueno <ueno@unixuser.org>
14711
14712 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14713 first matching secret key.
14714 (mml2015-epg-encrypt): Ditto.
14715
14716 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14717 first matching secret key.
14718 (mml1991-epg-encrypt): Ditto.
14719
14720 * mml2015.el (mml2015-encrypt-to-self): New user option.
14721 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14722 mml2015-epg-encrypt-to-self is set.
14723
14724 * mml1991.el (mml1991-encrypt-to-self): New variable.
14725 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14726 mml1991-epg-encrypt-to-self is set.
14727
14728 * mml2015.el (mml2015-signers): New user option.
14729 (mml2015-epg-sign): Reflect the value of mml2015-signers.
14730 (mml2015-epg-encrypt): Allow to select signing keys.
14731
14732 * mml1991.el (mml1991-signers): New variable.
14733 (mml1991-epg-sign): Reflect the value of mml1991-signers.
14734 (mml1991-epg-encrypt): Allow to select signing keys.
14735
14736 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * nnheader.el (nnheader-insert-head): Make it work even if the file
14739 uses CRLF for the line-break code.
14740
14741 2006-07-25 Daiki Ueno <ueno@unixuser.org>
14742
14743 * mml2015.el: Require mml-sec instead of password.
14744 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14745 (mml2015-cache-passphrase): Inherit the default value from
14746 mml-secure-cache-passphrase.
14747 (mml2015-passphrase-cache-expiry): Inherit the default value from
14748 mml-secure-passphrase-cache-expiry.
14749
14750 * mml1991.el: Require mml-sec instead of password.
14751 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14752 (mml1991-cache-passphrase): Inherit the default value from
14753 mml-secure-cache-passphrase.
14754 (mml1991-passphrase-cache-expiry): Inherit the default value from
14755 mml-secure-passphrase-cache-expiry.
14756
14757 * mml-sec.el: Require password.
14758 (mml-secure-verbose): New user option.
14759 (mml-secure-cache-passphrase): New user option.
14760 (mml-secure-passphrase-cache-expiry): New user option.
14761
14762 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
14763 Andreas Vögele <andreas@altroot.de> (tiny change)
14764
14765 * pgg-def.el (pgg-truncate-key-identifier):
14766 Truncate the key ID to 8 letters from the end.
14767
14768 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14769
14770 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14771 workaround for the url package included with Emacs.
14772
14773 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14774
14775 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14778 correctly. This fixes a bug caused by the 2006-05-12 change.
14779
14780 2006-07-18 Karl Fogel <kfogel@red-bean.com>
14781
14782 * nnmail.el (nnmail-article-group): If splitting raises an error, give
14783 some information about the error when saying that the `bogus' mail
14784 group will be used.
14785
14786 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
14787
14788 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14789 string.
14790
14791 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
14792
14793 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14794
14795 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14796
14797 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14798
14799 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14800
14801 * mml1991.el (mml1991-function-alist): Add epg.
14802 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14803 (mml1991-epg-encrypt): New functions.
14804
14805 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14806
14807 * mml2015.el (mml2015-verbose): New variable.
14808 (mml2015-cache-passphrase): Ditto.
14809 (mml2015-passphrase-cache-expiry): Ditto.
14810 (mml2015-function-alist): Add epg.
14811 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14812 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14813 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14814 New functions.
14815
14816 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14817
14818 * message.el (message-cite-original-1): Preserve region when removing
14819 quoted text due to X-No-Archive in order to avoid bogus attribution
14820 when citing multiple messages.
14821
14822 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14823
14824 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14825 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14826
14827 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
14828
14829 * gnus-diary.el (gnus-user-format-function-d)
14830 (gnus-user-format-function-D): Autoload.
14831
14832 * imap.el (Commentary): Fix typo.
14833
14834 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14835 2006-04-22 contribution.
14836
14837 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14838
14839 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14840 It didn't really fix the bogosity I'm seeing with solid web groups.
14841
14842 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14843
14844 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14845 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14846 created using server names. If we use the feature without declaring
14847 it, Gnus does not properly manage server and group state.
14848
14849 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14850 bound.
14851
14852 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14853
14854 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14855 looking up the method using GROUP's prefix before inventing a new one.
14856 It is used on killed/unknown groups in various places where returning
14857 an all-new method isn't expected by the caller.
14858
14859 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14860 and match semantics of gnus-group-real-prefix.
14861
14862 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
14863
14864 * nnmail.el (nnmail-broken-references-mailers): New variable.
14865 (nnmail-ignore-broken-references): New function generalizing
14866 nnmail-fix-eudora-headers.
14867 (nnmail-fix-eudora-headers): Now obsolete.
14868
14869 * gnus-art.el (gnus-button-handle-custom):
14870 Support `customize-apropos*'.
14871
14872 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14873
14874 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14875
14876 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14877 articles.
14878
14879 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * message.el (message-cite-reply-above): New variable.
14882 (message-yank-original): Use it.
14883
14884 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
14885
14886 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14887
14888 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
14889
14890 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14891 as read.
14892
14893 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14894
14895 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
14896
14897 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14898 (gnus-bookmark-default-file): Use gnus-directory.
14899 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14900 Remove "*" in doc string.
14901 (gnus-bookmark-write-file): Simplify.
14902 (gnus-bookmark-maybe-sort-alist): Use `when'.
14903 (gnus-bookmark-get-bookmark): Fix typo in doc string.
14904 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14905 Add FIXME about Emacs 21 and XEmacs compatibility.
14906 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14907 compatibility.
14908 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14909 compatibility.
14910 (gnus-bookmark-menu-heading): Fix version.
14911
14912 2006-06-19 Bastien Guerry <bzg@altern.org>
14913
14914 * gnus-bookmark.el: New file.
14915
14916 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * message.el (message-syntax-checks): Doc fix.
14919
14920 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14921
14922 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14923 unsubscribed groups as if they were killed ones. It causes duplicate
14924 entries in gnus-newsrc-alist.
14925
14926 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14927
14928 * message.el (message-syntax-checks): Doc fix.
14929 (message-send-mail): Add check for continuation headers.
14930 (message-check-news-header-syntax): Fix regexp used to check for
14931 continuation headers.
14932
14933 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14934
14935 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14936
14937 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
14938
14939 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14940
14941 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14942
14943 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14944 default-truncate-lines.
14945
14946 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
14947
14948 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14949 to fill the utf-8 entry.
14950
14951 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14952
14953 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14954
14955 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
14956
14957 * gnus-agent.el (directory-files-and-attributes): Move all the way
14958 forward (the third and final move).
14959 (gnus-agent-read-agentview): Trap reconstruction errors due to
14960 nonexistent directory. Handle by returning nil.
14961
14962 2006-05-30 Didier Verna <didier@xemacs.org>
14963
14964 * message.el (message-dont-reply-to-names): Update the custom type.
14965 * message.el (message-dont-reply-to-names): New defsubst: potentially
14966 convert a list of regexps into a single one.
14967 * message.el (message-get-reply-headers): Use it.
14968 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14969
14970 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14971
14972 * gnus-agent.el (directory-files-and-attributes): Move forward.
14973
14974 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14975
14976 * gnus-ml.el (gnus-mailing-list-subscribe)
14977 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14978 (gnus-mailing-list-message): Fix doc strings.
14979
14980 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14981
14982 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14983 of doing it manually.
14984
14985 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14986
14987 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14988 comment.
14989
14990 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
14991
14992 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14993 (gnus-agent-read-agentview): Fix handling of end-of-file error.
14994 (gnus-agent-read-local): All symbols allocated in my-obarray.
14995 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14996 (gnus-agent-regenerate-group): Check numeric names to see if they are
14997 messages or groups.
14998 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14999 better way of do this...)
15000
15001 * gnus-cache.el (gnus-agent-total-fetched-for):
15002 Ignore 'dummy.group' (there should be a better way of do this...)
15003
15004 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15005
15006 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15007 (gnus-saved-headers): Ditto.
15008 (gnus-default-article-saver): Mention functions may have properties.
15009 (gnus-article-save): Override gnus-save-all-headers and
15010 gnus-saved-headers by :headers property which saver function may have.
15011 (gnus-summary-save-in-file): Add :headers property.
15012 (gnus-summary-write-to-file): Ditto.
15013
15014 * gnus-sum.el (gnus-summary-save-article): Bind
15015 gnus-prompt-before-saving to t when saving many articles in a file;
15016 always show all headers.
15017
15018 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15019
15020 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15021 marks.
15022
15023 * message.el (message-indent-citation): Add optional arguments to allow
15024 using it outside of message buffers.
15025
15026 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15027 (gnus-article-treat-unfold-headers): Use it.
15028 (gnus-article-truncate-lines): New variable.
15029 (gnus-article-mode): Use it.
15030 (gnus-article-toggle-truncate-lines): New function.
15031
15032 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15033 Add gnus-article-toggle-truncate-lines.
15034
15035 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15036 coding system in XEmacs, use binary.
15037
15038 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15039
15040 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15041 after-load-alist.
15042
15043 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15044 this function should save decoded articles.
15045 (gnus-summary-write-to-file): Use property to specify this function
15046 should save decoded articles and specify gnus-summary-save-in-file
15047 should be used to save articles other than the first one when saving
15048 many articles.
15049 (gnus-summary-save-body-in-file): Use property to specify this
15050 function should save decoded articles.
15051 (gnus-summary-write-body-to-file): Use property to specify this
15052 function should save decoded articles and specify
15053 gnus-summary-save-body-in-file should be used to save articles other
15054 than the first one when saving many articles.
15055
15056 * gnus-sum.el (gnus-summary-save-article): Simplify.
15057
15058 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15059
15060 * gnus-art.el (gnus-default-article-saver):
15061 Add gnus-summary-write-body-to-file.
15062 (gnus-article-save-coding-system): Don't use coding system object
15063 in XEmacs.
15064 (gnus-read-save-file-name): Add optional `dir-var' argument which
15065 specifies directory in which files are saved; work even if optional
15066 `variable' argument is not specified.
15067 (gnus-summary-write-to-file): Read file name.
15068 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15069 (gnus-summary-write-body-to-file): New function.
15070
15071 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15072 (gnus-summary-local-variables): Add it.
15073 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15074 (gnus-summary-save-article): Remove optional `decode' argument;
15075 determine whether to decode articles by the value of
15076 gnus-default-article-saver; when saving many files using
15077 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15078 it first and use gnus-summary-save-in-file or
15079 gnus-summary-save-body-in-file thereafter unless
15080 gnus-prompt-before-saving is always; move point to article which
15081 will be saved.
15082 (gnus-summary-save-article-file): Revert.
15083 (gnus-summary-write-article-file): Revert.
15084 (gnus-summary-save-article-body-file): Revert.
15085 (gnus-summary-write-article-body-file): New function.
15086
15087 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15088
15089 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15090
15091 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15092
15093 * gnus-art.el (gnus-default-article-saver): Doc fix.
15094 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15095 from gnus-summary-save-article-coding-system, and default to a
15096 certain coding system.
15097 (gnus-output-to-file): Add coding cookie and encode text according
15098 to gnus-article-save-coding-system; don't use mm-append-to-file.
15099
15100 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15101 gnus-art.el and rename to gnus-article-save-coding-system.
15102 (gnus-summary-save-article): Require gnus-art; don't show all
15103 headers if it decodes articles; don't add coding cookie here;
15104 don't bind mm-text-coding-system-for-write.
15105 (gnus-summary-save-article-file): Save decoded articles.
15106 (gnus-summary-write-article-file): When saving many files, use
15107 gnus-summary-write-to-file first and gnus-summary-save-in-file
15108 thereafter unless gnus-prompt-before-saving is always.
15109 (gnus-summary-save-article-body-file): Save decoded articles.
15110
15111 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15112
15113 * nnrss.el (nnrss-check-group): Bind hash-index.
15114
15115 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15116
15117 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15118 its hash index. Store this hash in `nnrss-group-data'.
15119 (nnrss-read-group-data): Update accordingly.
15120
15121 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15122
15123 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15124 entry.
15125
15126 * gnus-sum.el (gnus-summary-make-menu-bar):
15127 Add gnus-article-browse-html-article.
15128
15129 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15130
15131 * gnus-sum.el (gnus-summary-mime-map):
15132 Add gnus-article-browse-html-article.
15133
15134 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15135
15136 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15137 suitable coding systems in customize.
15138
15139 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15140
15141 * mail-source.el (mail-sources): Fix custom type.
15142
15143 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15144
15145 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15146 (gnus-summary-expire-articles-now): Shorten prompt.
15147
15148 * gmm-utils.el (wid-edit): Require.
15149 (defun-gmm): Rename from `gmm-defun-compat'.
15150 (gmm-image-search-load-path): Use it.
15151 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15152
15153 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15154
15155 * gnus-sum.el (gnus-summary-save-article-coding-system):
15156 New variable.
15157 (gnus-summary-save-article): Add optional `decode' argument.
15158 If it is set and gnus-summary-save-article-coding-system is non-nil,
15159 save decoded article.
15160 (gnus-summary-write-article-file): Save decoded article if
15161 gnus-summary-save-article-coding-system is non-nil.
15162
15163 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15164 type.
15165
15166 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15167
15168 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15169
15170 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15171
15172 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15173 first to test gnus-single-article-buffer which may be buffer-local.
15174
15175 * gnus-sum.el (gnus-summary-setup-buffer):
15176 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15177 group; make gnus-article-buffer, gnus-article-current, and
15178 gnus-original-article-buffer always buffer-local.
15179 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15180 group.
15181 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15182
15183 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15184
15185 * nnml.el (nnml-request-compact-group): Compressed files might not
15186 have .gz extension.
15187
15188 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15189
15190 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15191 (mm-copy-to-buffer): Use with-current-buffer.
15192 (mm-display-part): Simplify.
15193 (mm-inlinable-p): Add optional arg `type'.
15194
15195 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15196
15197 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15198 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15199 Try harder to show the attachment internally or externally using
15200 gnus-mime-view-part-as-type.
15201
15202 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15203
15204 * message.el (message-from-style, message-signature-separator)
15205 (message-user-organization-file, message-send-mail-function)
15206 (message-citation-line-function, message-yank-prefix)
15207 (message-indent-citation-function, message-signature)
15208 (message-signature-file, message-signature-insert-empty-line):
15209 Remove autoloads.
15210
15211 * gnus-art.el (gnus-buttonized-mime-types):
15212 Remove "multipart/signed". Revert 2006-04-26 change.
15213
15214 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15215
15216 * gnus.el (gnus-version-number): Bump version.
15217
15218 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15219
15220 * gnus.el: No Gnus v0.5 is released.
15221
15222 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15223
15224 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15225 fetching articles by message-id.
15226
15227 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15228
15229 * message.el (hashcash): Require hashcash as normal.
15230
15231 * ecomplete.el (ecomplete-highlight-match-line):
15232 Use point-at-eol.
15233 (ecomplete-highlight-match-line): Use `highlight', because that
15234 face exists in both Emacs and XEmacs.
15235
15236 * message.el (message-display-abbrev): Use point-at-bol.
15237
15238 * mail-source.el: Don't require timer/timer-funcs.
15239
15240 * gnus-async.el: Ditto.
15241
15242 * password.el: Ditto.
15243
15244 * mm-url.el: Ditto.
15245
15246 * mm-util.el: Require timer/timer-funcs.
15247
15248 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15249
15250 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15251 Close.
15252
15253 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15254
15255 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15256 unibyte after clear-decrypt function runs.
15257
15258 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15259 returns as a unibyte string.
15260
15261 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15262
15263 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15264 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15265 (mml1991-pgg-encrypt): Ditto.
15266
15267 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15268
15269 * message.el (message-user-organization-file): Check several
15270 locations of the organization file.
15271
15272 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15273 Add gnus-article-view-part-as-type.
15274
15275 * gnus-art.el (gnus-article-view-part-as-type): New function.
15276
15277 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15278 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15279
15280 * mml.el: Simplify autoload.
15281 (mml-mode): defvar dnd-protocol-alist instead of using
15282 symbol-value.
15283 (mml-default-directory): New variable.
15284 (mml-minibuffer-read-file): Use it.
15285 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15286
15287 * message.el (message-citation-line-format): New variable.
15288 (message-insert-formated-citation-line): New function.
15289 (message-citation-line-function):
15290 Add `message-insert-formated-citation-line' to custom type.
15291
15292 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15293 to doc string.
15294
15295 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15296 depending on mm-verify-option.
15297
15298 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15299
15300 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15301 binding pgg-* variables; reimplement the section which prevents
15302 MIME header from being signed.
15303 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15304 pgg-text-mode; remove a blank line at the top of body.
15305
15306 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15307 lines at the top of body; use gnus-newsgroup-charset if there's no
15308 Charset header.
15309
15310 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15311
15312 * message.el (message-self-insert-commands): Doc fix.
15313
15314 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15315 (mm-uu-pgp-encrypted-test): Ditto.
15316 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15317 between header and body; return application/pgp-encrypted handle
15318 if decryption failed; decode decrypted body by charset.
15319
15320 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15321 element match to application/pgp-*.
15322
15323 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15324
15325 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15326 HTML.
15327
15328 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15329
15330 * mail-source.el (mail-source-call-script): Message the error
15331 string.
15332
15333 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15334
15335 * gnus-util.el (gnus-byte-compile): Use it.
15336
15337 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15338
15339 * gnus-util.el (kill-empty-logs): New function.
15340
15341 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15342
15343 * message.el (message-mail-alias-type): Doc fix.
15344 (message-mail-alias-type-p): New function.
15345 (message-send): Use it.
15346 (message-mode): Ditto.
15347 (message-strip-forbidden-properties): Ditto.
15348
15349 * ecomplete.el (ecomplete-database-file-coding-system):
15350 New variable.
15351 (ecomplete-save): Use it.
15352 (ecomplete-setup): Use it.
15353
15354 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15355
15356 * message.el (message-self-insert-commands): New variable.
15357 (message-strip-forbidden-properties): Use it.
15358
15359 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15360
15361 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15362 that doesn't make XEmacs choke.
15363
15364 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15365
15366 * gnus-util.el (gnus-replace-in-string):
15367 Prefer replace-regexp-in-string over of replace-in-string.
15368
15369 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15370
15371 * gnus-util.el (gnus-select-frame-set-input-focus):
15372 Use select-frame-set-input-focus if it is available in XEmacs; use
15373 definition defined in Emacs 22 for old Emacsen.
15374
15375 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15376
15377 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15378
15379 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15380
15381 * gnus-registry.el (gnus-registry-cache-save): Remove text
15382 properties when saving via the temp buffer.
15383
15384 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15385
15386 * message.el (message-generate-hashcash): Honor custom type.
15387
15388 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15389
15390 * message.el (message-generate-hashcash): Default to non-nil when
15391 hashcash is found.
15392
15393 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15394 (gnus-refer-thread-limit): Increase default to 500.
15395
15396 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15397
15398 * flow-fill.el (fill-flowed): Allow delete-space.
15399
15400 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15401
15402 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15403 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15404 Remove autoloads.
15405
15406 2006-04-18 Simon Josefsson <jas@extundo.com>
15407
15408 * message.el (message-generate-hashcash): Default to.
15409
15410 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15411
15412 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15413 concatenating segments rather than before concatenating them.
15414
15415 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15416
15417 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15418
15419 * imap.el (imap-quote-specials): New function.
15420 (imap-login-auth): Quote specials.
15421
15422 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15423
15424 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15425
15426 * message.el (message-forward-make-body-plain):
15427 Allow message-forward-ignored-headers to be a list.
15428 (message-remove-ignored-headers): Factor out into function.
15429 (message-forward-make-body-mml): Use it.
15430 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15431 (rfc2231-parse-string): Allow concatanation of parameters that
15432 aren't contiguous. The test case is
15433 (mail-header-parse-content-type "message/external-body;
15434 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15435 access-type=LOCAL-FILE;
15436 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15437
15438 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * nntp.el (nntp-accept-process-output): Return the value of
15441 `nnheader-accept-process-output'.
15442
15443 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15444
15445 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15446 (gnus-button-alist): Recognize more diff formats.
15447 (gnus-button-patch): Strip directory.
15448
15449 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15450
15451 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15452 Emacs 22 when setting focus.
15453
15454 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15455
15456 * gnus-art.el (gnus-article-treat-types): Do treatment of
15457 text/x-verbatim parts.
15458 (gnus-button-patch): New command.
15459
15460 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15461 addresses that contain invalid characters.
15462
15463 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15464
15465 * message.el (message-put-addresses-in-ecomplete):
15466 Use gnus-replace-in-string.
15467 (message-is-yours-p): Use the more correct
15468 mail-header-parse-address instead of
15469 mail-extract-address-components.
15470 (message-put-addresses-in-ecomplete): Fix typo.
15471
15472 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15473 keystroke.
15474
15475 * gnus-art.el (gnus-treatment-function-alist): Change order of
15476 newsgroups/generic header folding to avoid double-folding.
15477
15478 * message.el (message-hidden-headers): Add X-Draft-From.
15479
15480 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15481 New command.
15482 (gnus-summary-repeat-search-article-backward): New command.
15483
15484 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15485 groups in the parent topic.
15486
15487 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15488
15489 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15490 (spam-extra-header-to-number): Return the CRM114 number as a
15491 number instead of a string.
15492
15493 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15494
15495 * gnus-art.el (gnus-face-properties-alist): Move here from
15496 gnus-fun.
15497
15498 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15499
15500 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15501
15502 * message.el (message-strip-forbidden-properties): Only display on
15503 self-insert-command.
15504
15505 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15506 reindent.
15507 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15508
15509 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15510
15511 * smiley.el (smiley-style): Fix typo.
15512
15513 2006-03-23 Kenichi Handa <handa@m17n.org>
15514
15515 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15516 instead of set-buffer-multibyte.
15517
15518 2006-03-23 Kenichi Handa <handa@m17n.org>
15519
15520 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15521 buffer and then decode the buffer text if necessary.
15522 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15523 first, and after mm-encode-body, change the buffer to unibyte.
15524
15525 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15526
15527 * hashcash.el (hashcash-insert-payment-async-2):
15528 Use message-goto-eoh instead of doing it manually.
15529 (mail-add-payment): Use message-narrow-to-header instead of trying
15530 to do the same itself.
15531
15532 * message.el (message-hidden-headers): Add Face.
15533
15534 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15535 reparenting code.
15536 (gnus-summary-reparent-children): Refactored out code.
15537 (gnus-summary-thread-map): New keystroke.
15538 (gnus-summary-reparent-children): Make into command.
15539
15540 * smiley.el (smiley-style): Default to `medium' if using a large
15541 font.
15542
15543 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15544 does it itself.
15545
15546 * message.el (message-point-in-header-p): Simplify definition.
15547
15548 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15549
15550 * nnagent.el (nnagent-request-set-mark): Silence log file
15551 writing.
15552 (nnagent-request-set-mark): Use write-region instead of
15553 append-to-file.
15554
15555 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15556 strange select method.
15557
15558 * ecomplete.el (ecomplete-display-matches): Get highlightling
15559 right.
15560 (ecomplete-display-matches): Use literals.
15561 (ecomplete-display-matches): Disable message logging.
15562
15563 * message.el (message-display-abbrev): Small optimization.
15564
15565 * ecomplete.el (ecomplete-display-matches): Allow automatic
15566 display.
15567
15568 * message.el (message-strip-forbidden-properties):
15569 Display abbrevs.
15570 (message-display-abbrev): Get automatic display right.
15571
15572 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15573 keystrokes.
15574
15575 2006-04-13 Romain Francoise <romain@orebokech.com>
15576
15577 TODO: Backport to v5-10!
15578
15579 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15580 Move here (and rename) from gnus-registry.el.
15581
15582 * gnus-registry.el: Require gnus-util.
15583 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15584
15585 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15586
15587 * gnus-group.el (gnus-group-catchup-current):
15588 Change if-then-else-if-then-else into cond.
15589 (gnus-group-catchup): Indent.
15590 (group-name-at-point): New function.
15591 (gnus-fetch-group): Provide default from thing at point.
15592
15593 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15594
15595 * message.el (message-display-abbrev): Fix regexp.
15596
15597 * ecomplete.el (ecomplete-highlight-match-line):
15598 Reimplement choosing.
15599 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15600 dead variables.
15601
15602 * message.el (message-newline-and-indent): Remove debugging.
15603 (message-display-abbrev): Use new implementation.
15604
15605 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15606
15607 * gnus-art.el (gnus-article-mode):
15608 Set cursor-in-non-selected-windows to nil.
15609
15610 * smiley.el: Revert previous change.
15611 (smiley-data-directory): defvar it before using it in the
15612 defcustom of `smiley-style'.
15613
15614 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15615
15616 * message.el (message-newline-and-indent): New function.
15617
15618 * ecomplete.el: Implement more bits.
15619
15620 * message.el (message-put-addresses-in-ecomplete): Clean up the
15621 string.
15622
15623 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15624
15625 * gnus-sum.el (gnus-summary-save-parts):
15626 Bind gnus-summary-save-parts-counter and use it to make unique file
15627 names.
15628
15629 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15630
15631 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15632 parameter to say whether to actually parse the individual
15633 addresses.
15634
15635 * message.el (message-put-addresses-in-ecomplete): New function.
15636 (ecomplete): Require.
15637 (message-mail-alias-type): Add ecomplete as an option.
15638
15639 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
15640
15641 * flow-fill.el (fill-flowed): Remove trailing space from blank
15642 quoted lines.
15643
15644 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15645
15646 * smiley.el (smiley-style): Move definition later to avoid a
15647 compilation warning.
15648
15649 2006-04-12 Kenichi Handa <handa@m17n.org>
15650
15651 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15652 buffer and then decode the buffer text if necessary.
15653 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15654 first, and after mm-encode-body, change the buffer to unibyte.
15655 Use mm-disable-multibyte instead of set-buffer-multibyte.
15656
15657 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15658
15659 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15660 Content-Type header instead of Content-Disposition header.
15661 (gnus-mime-inline-part): Ditto.
15662 (gnus-mime-view-part-as-charset): Ignore charset that the part
15663 specifies.
15664
15665 * mm-decode.el (mm-display-part): Work with external parts and
15666 usual parts similarly.
15667
15668 * mm-extern.el (mm-inline-external-body): Use mm-display-part
15669 instead of gnus-display-mime.
15670
15671 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15672 instead of with-temp-buffer.
15673
15674 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15675 tag to summarized topics part in order to encode non-ASCII text.
15676
15677 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15678
15679 * smiley.el (smiley-style): New variable.
15680 (smiley-directory): New function.
15681 (smiley-data-directory): Derive from `smiley-style' using
15682 `smiley-directory'.
15683 (smiley-regexp-alist): Add new entries.
15684
15685 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15686 (gnus-article-browse-delete-temp): Add :version.
15687
15688 2006-04-11 Arne Jørgensen <arne@arnested.dk>
15689
15690 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15691 the sieve region.
15692
15693 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15694
15695 * gnus.el (gnus-version-number): Bump version.
15696
15697 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15698
15699 * gnus.el: No Gnus v0.4 is released.
15700
15701 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15702
15703 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15704 layout.
15705
15706 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15707 unknown charset.
15708
15709 * message.el (message-header-synonyms): Add Original-To to the
15710 default.
15711
15712 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15713 optional parameter.
15714
15715 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15716
15717 * gnus-fun.el (gnus): Require it for gnus-directory.
15718
15719 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15720
15721 * gnus-fun.el (gnus-face-properties-alist): Add :version.
15722
15723 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15724
15725 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15726
15727 2006-04-05 Simon Josefsson <jas@extundo.com>
15728
15729 * password.el (password-reset): New function.
15730
15731 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15732
15733 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15734 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15735
15736 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15737
15738 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15739 Some whitespace was matched into the url, which broke browsing hits
15740 > 100 when mm-url-use-external was nil.
15741
15742 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15743
15744 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15745 Check gnus-extra-headers for 'Newsgroups.
15746
15747 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15748 bound.
15749
15750 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15751
15752 * pgg-gpg.el: Clean up process buffers every time gpg processes
15753 complete.
15754
15755 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15756
15757 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15758 doc string.
15759
15760 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15761
15762 * pgg-gpg.el (pgg-gpg-process-filter)
15763 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15764
15765 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15766 lines, temporary fix.
15767
15768 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15769
15770 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15771
15772 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15773
15774 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15775 default-enable-multibyte-characters. This reverts the change from
15776 revision 6.17 which is no longer necessary because the passphrase
15777 is sent separately now. GnuPG messages are unreadable under
15778 multibyte locales with default-enable-multibyte-characters set to
15779 nil.
15780
15781 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
15782
15783 * message.el (message-tool-bar-gnome): Move "spell".
15784
15785 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
15786
15787 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15788 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
15789 instead.
15790
15791 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
15792
15793 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15794 Improve newsgroups handling for NNTP overviews which don't include
15795 Newsgroups.
15796
15797 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15798
15799 * message.el (message-resend): Bind message-generate-hashcash to nil.
15800
15801 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15802
15803 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15804 when searching for already-paid recipients.
15805
15806 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15807
15808 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15809 passphrases when it is not needed.
15810 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15811 passphrase stuff from gpg, should only be necessary when you use
15812 gpg with a smartcard.
15813
15814 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15815
15816 * mml.el (mml-insert-mime): Ignore cached contents of
15817 message/external-body part.
15818
15819 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15820 (mm-insert-part): Ditto.
15821
15822 2006-03-23 Simon Josefsson <jas@extundo.com>
15823
15824 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15825 Reiner.
15826 (pgg-gpg-use-agent-p): Use it again.
15827
15828 2006-03-23 Simon Josefsson <jas@extundo.com>
15829
15830 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15831 older emacsen.
15832 (pgg-gpg-use-agent-p): Don't use it.
15833
15834 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
15835
15836 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15837 if we can.
15838
15839 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15840
15841 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15842 (pgg-gpg-update-agent): New function.
15843 (pgg-gpg-use-agent-p): New function.
15844 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15845 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15846 (pgg-gpg-sign-region): Use it.
15847
15848 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15849
15850 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15851 Reported by Ralf Wachinger <rwachinger@gmx.de>.
15852
15853 2006-03-21 Simon Josefsson <jas@extundo.com>
15854
15855 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15856 <wilde@sha-bang.de>.
15857 (pgg-gpg-use-agent): New variable.
15858 (pgg-gpg-process-region): Use it.
15859 (pgg-gpg-encrypt-region): Likewise.
15860 (pgg-gpg-encrypt-symmetric-region): Likewise.
15861 (pgg-gpg-decrypt-region): Likewise.
15862 (pgg-gpg-sign-region): Likewise.
15863 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15864
15865 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15866
15867 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15868
15869 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15870 Add comment on version.
15871
15872 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
15873
15874 * smiley.el: Add missing test smiley.
15875
15876 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * mm-decode.el (mm-with-part): New macro.
15879 (mm-get-part): Use it; work with message/external-body as well.
15880 (mm-save-part): Treat name and filename equally.
15881
15882 * mm-extern.el (mm-extern-cache-contents): New function.
15883 (mm-inline-external-body): Use it; force the part to be displayed;
15884 move undisplayer added to the cached handle to the parent.
15885
15886 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15887 (gnus-mime-view-part-as-type): Work with message/external-body.
15888
15889 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15890
15891 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15892
15893 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15894 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
15895 Emacs.]
15896
15897 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15898
15899 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15900 path rather than symbol. Always return list of directories.
15901 Guarantee that image directory comes first. [Sync with image.el,
15902 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
15903
15904 * message.el (message-make-tool-bar): Adjust to new API of
15905 `gmm-image-load-path-for-library'.
15906
15907 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15908
15909 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15910
15911 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15912
15913 * gnus-art.el (gnus-article-only-boring-p):
15914 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15915 intangible text.
15916 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15917
15918 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15921 Use `defun' instead of `gmm-defun-compat'.
15922
15923 2006-03-14 Simon Josefsson <jas@extundo.com>
15924
15925 * message.el (message-unique-id): Don't use message-number-base36
15926 if (user-uid) is a float.
15927 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15928
15929 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15930
15931 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15932
15933 * gnus-art.el (gnus-mime-display-single): Make sure there is an
15934 empty line between a part and a message part.
15935
15936 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
15937
15938 * smiley.el: Add more test smileys.
15939 (smiley-data-directory, smiley-regexp-alist)
15940 (gnus-smiley-file-types): Fix doc strings.
15941 (smiley-update-cache): Clear smiley-cached-regexp-alist before
15942 adding new elements.
15943 (smiley-mouse-map): Unused code. Make it a comment.
15944
15945 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15946
15947 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15948 scan latest NoCeM messages instead of old ones.
15949 (gnus-nocem-check-article): Fix regexps so as to match to PGP
15950 delimiters that are recently used.
15951 (gnus-nocem-load-cache): Add autoload cookie.
15952
15953 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15954
15955 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15956 level which is larger than gnus-use-nocem is specified.
15957
15958 * gnus-group.el (gnus-group-get-new-news): Ditto.
15959
15960 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
15961
15962 * gnus-util.el (gnus-tool-bar-update): New function.
15963
15964 * gnus-group.el (gnus-group-update-tool-bar): New variable.
15965 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15966
15967 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15968
15969 * gnus-group.el (gnus-group-redraw-when-idle)
15970 (gnus-group-redraw-check): Remove.
15971 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15972
15973 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15976 if optional last element is specified in splits (FIELD VALUE...).
15977
15978 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
15979
15980 * message.el (message-make-tool-bar): Rename gmm-image-load-path
15981 to gmm-image-load-path-for-library. Call with no-error argument.
15982 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15983
15984 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15985
15986 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15987
15988 * gmm-utils.el (gmm-image-load-path): Remove alias.
15989
15990 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
15991
15992 * gmm-utils.el (gmm-image-load-path): Add alias.
15993
15994 * nnml.el (nnml-generate-nov-databases-directory): Rename from
15995 nnml-generate-nov-databases-1.
15996 (nnml-generate-nov-databases): Use it.
15997 (nnml-generate-nov-databases-directory): Document no-active
15998 argument.
15999
16000 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16001 directory if path is t. Add no-error.
16002
16003 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16004 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16005
16006 * gnus-art.el (gnus-article-browse-delete-temp-files):
16007 Simplify resetting gnus-article-browse-html-temp-list.
16008
16009 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16010 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16011 Add example to docstring. Rename local variables. Move error
16012 checks to default case in cond and simplify.
16013
16014 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16015
16016 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16017 handle is multipart when calling it recursively.
16018 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16019
16020 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16021
16022 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16023 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16024
16025 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16026
16027 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16028 is loaded.
16029
16030 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16031 loaded.
16032
16033 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16034
16035 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16036 to "Emacs 23 (unicode)" in doc string.
16037
16038 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16039 "Emacs 23 (unicode)" in comment.
16040
16041 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16042
16043 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16044
16045 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16046 characters 160 through 255 in Emacs 23.
16047
16048 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16049
16050 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16051 gnus-article-browse-html-temp.
16052 (gnus-article-browse-delete-temp): Make it customizable.
16053 Add `file'. Adjust doc string.
16054 (gnus-article-browse-delete-temp-files): Add argument.
16055 Allow query for each file. Adjust doc string.
16056 (gnus-article-browse-html-parts):
16057 Add `gnus-article-browse-delete-temp-files' to
16058 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16059
16060 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16061
16062 * gnus-art.el (gnus-article-browse-html-temp)
16063 (gnus-article-browse-delete-temp): New variables.
16064 (gnus-article-browse-delete-temp-files): New function.
16065 (gnus-article-browse-html-parts): Use it.
16066
16067 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16068
16069 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16070
16071 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16072 string.
16073
16074 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16075 gnus-summary-insert-new-articles when unplugged.
16076 Remove gnus-summary-search-article-forward.
16077
16078 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16079 display-visual-class instead of display-color-cells.
16080
16081 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16082
16083 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16084 message/* containing non-ASCII text properly.
16085
16086 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16087
16088 * message.el: Require gmm-utils, remove autoloads.
16089 (message-tool-bar): Set default based on
16090 gmm-tool-bar-style.
16091 (message-tool-bar-gnome): Add gmm-customize-mode.
16092
16093 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16094 gmm-tool-bar-style.
16095 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16096
16097 * gnus-group.el (gnus-group-tool-bar): Set default based on
16098 gmm-tool-bar-style.
16099 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16100
16101 * gmm-utils.el (gmm-image-directory): Rename variable from
16102 gmm-image-load-path.
16103 (gmm-image-load-path): Use gmm-image-directory.
16104 (gmm-customize-mode): New function.
16105 (gmm-tool-bar-style): New variable.
16106
16107 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16108 gnus-group-redraw-line-number.
16109 (gnus-group-redraw-check): Simplify.
16110 (gnus-group-tool-bar-update): Remove redraw check.
16111 (gnus-group-make-tool-bar): Add redraw check.
16112
16113 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16114
16115 * gnus-art.el (gnus-button): Add missing parentheses.
16116
16117 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16118
16119 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16120
16121 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16122
16123 * gnus-art.el (gnus-button): New face.
16124 (gnus-article-button-face): Use it.
16125
16126 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16127 Add gnus-summary-next-page. Re-order.
16128
16129 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16130 next-node are now included.
16131 (gnus-group-redraw-line-number): New internal variable.
16132 (gnus-group-redraw-check): Helper function for updating the tool
16133 bar.
16134 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16135
16136 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16137
16138 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16139 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16140 Use it to match format of Spamassassin 3.0 and later.
16141 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16142 (spam-check-bogofilter)
16143 (spam-bogofilter-register-with-bogofilter): Fix args of
16144 `gnus-error' calls.
16145
16146 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16147
16148 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16149 unnecessary interaction when sending queued mails.
16150 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16151
16152 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16153
16154 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16155 first or last are nil.
16156
16157 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16158
16159 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16160
16161 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16162
16163 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16164
16165 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16166
16167 * dns.el (query-dns): Protect more against buggy tcp output.
16168
16169 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16170
16171 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16172 nov.php.
16173
16174 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16175
16176 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16177 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16178 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16179 output on the server side.
16180 (nnweb-google-create-mapping): Update regexps and add some
16181 progress indication.
16182
16183 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16184
16185 * gnus-group.el (gnus-group-tool-bar-gnome):
16186 Fix gnus-agent-toggle-plugged. Re-order icons.
16187 (gnus-group-tool-bar-gnome):
16188 Add gnus-group-{prev,next}-unread-group.
16189 (gnus-group-tool-bar-gnome): Re-order icons.
16190
16191 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16192 Move gnus-summary-insert-new-articles.
16193
16194 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16195 Fix comments.
16196
16197 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16198 also available in Emacs 21.3.
16199
16200 * message.el (message-fix-before-sending): Change "Emacs 22" to
16201 "Emacs 23 (unicode)" in comment.
16202
16203 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16204 "Emacs 23 (unicode)" in comment.
16205
16206 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16207 comment.
16208 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16209
16210 * mm-view.el (mm-fill-flowed): Add :version.
16211
16212 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16213
16214 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16215 and load-path.
16216
16217 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16218
16219 * message.el: Autoload gmm-image-load-path.
16220 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16221 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16222 consitency.
16223
16224 * gmm-utils.el (gmm-image-load-path): Also search in
16225 "../etc/images". Don't set gmm-image-load-path if we don't find
16226 the image.
16227
16228 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16229
16230 * gmm-utils.el (gmm-image-load-path): Don't make
16231 `gmm-image-load-path' include subdirectories which the second arg
16232 `image' might specify.
16233
16234 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16235 subdirectory to icon file names.
16236
16237 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16238
16239 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16240
16241 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16242 gmm-image-load-path calls.
16243
16244 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16245
16246 * message.el (message-make-tool-bar): Ditto.
16247
16248 * mml.el (mml-preview): Add comment concerning tool bar icons.
16249
16250 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16251 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16252
16253 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16254 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16255
16256 * message.el (message-tool-bar-gnome): Use new icon names.
16257 (message-make-tool-bar): Use `gmm-image-load-path'.
16258
16259 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16260 New functions from MH-E.
16261 (gmm-image-load-path): New variable from MH-E.
16262 (gmm-image-load-path): New function from MH-E. Add arguments
16263 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16264 *-image-load-path-called-flag.
16265
16266 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16267
16268 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16269
16270 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16271
16272 * nnimap.el (nnimap-request-move-article): Change folder back to
16273 source group before deleting.
16274
16275 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16276
16277 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16278
16279 * gnus-art.el (mm-url-insert-file-contents-external):
16280 Autoload mm-url.
16281
16282 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16283
16284 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16285
16286 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16287 coding system which mm-charset-to-coding-system returns for a
16288 given charset is valid.
16289
16290 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16291
16292 * html2text.el (html2text-remove-tag-list):
16293 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16294
16295 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16296
16297 * gnus-cus.el: Revert 2005-10-17 change.
16298
16299 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16300
16301 * gnus-art.el (article-strip-banner):
16302 Call article-really-strip-banner only when the regexp match is made.
16303
16304 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16305
16306 * gnus-art.el (article-strip-banner):
16307 Use gnus-extract-address-components instead of
16308 mail-header-parse-addresses to make it work with non-ASCII text;
16309 remove mail-encode-encoded-word-string.
16310
16311 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16312 values which are surrounded with \"...\"; make it never cause a
16313 Lisp error; give up parsing of parameters if it failed in
16314 extracting type.
16315
16316 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16317
16318 * smime.el (smime-cert-by-ldap-1): Fix bug where
16319 `smime-ldap-search' returns results without userCertificates.
16320
16321 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16322
16323 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16324
16325 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16326
16327 * spam.el (spam-check-spamassassin-headers): Adapt format for
16328 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16329 <ari@mbf.ocn.ne.jp>.
16330 (spam-list-of-processors): Add spam-use-gmane.
16331
16332 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16333
16334 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16335 make-temp-file; make it work with XEmacs as well.
16336
16337 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16338 mm-make-temp-file.
16339
16340 * mm-decode.el (mm-display-external): Use the 3rd arg of
16341 mm-make-temp-file.
16342 (mm-create-image-xemacs): Ditto.
16343
16344 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16345
16346 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16347 with message-narrow-to-headers.
16348 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16349 (gnus-draft-check-draft-articles): New function.
16350 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16351
16352 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16353
16354 * gnus-art.el (gnus-article-browse-html-parts):
16355 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16356 Don't use suffix argument for mm-make-temp-file for Emacs 21
16357 compatibility. Remove useless `format'.
16358
16359 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16360
16361 * nnweb.el (nnweb-google-wash-article): Update regexps.
16362 (nnweb-group-alist): Use defvoo instead of defvar.
16363
16364 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16365
16366 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16367 re-loading nn* modules.
16368
16369 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16370
16371 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16372 for `tool-bar-mode' and don't check it's default-value.
16373
16374 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16375
16376 * message.el (message-make-tool-bar): Ditto.
16377
16378 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16379 `substring'. Shorten tmp-file name.
16380
16381 * gnus.el: Remove bogus comment.
16382
16383 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16384
16385 * gnus-art.el (gnus-article-browse-html-parts): New function.
16386 (gnus-article-browse-html-article): New function for viewing html
16387 articles with a browser.
16388
16389 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16390
16391 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16392 (mml2015-pgg-encrypt): Ditto.
16393
16394 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16395 (mml1991-pgg-encrypt): Ditto.
16396
16397 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16398
16399 * nnfolder.el (nnfolder-insert-newsgroup-line):
16400 Use message-make-date instead of current-time-string.
16401
16402 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16403 to gnus-decoded which mm-uu might set.
16404
16405 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16406
16407 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16408 don't decode quoted parameters; remove misimported Emacs code.
16409 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16410 (rfc2231-decode-encoded-string): Don't use split-string which
16411 behaves differently according to Emacs version; use
16412 mm-decode-coding-region to convert charset to coding-system.
16413 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16414 (rfc2231-encode-string): Remove misimported Emacs code.
16415
16416 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16417
16418 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16419 when calling mail-header-parse-content-type.
16420 (article-de-quoted-unreadable): Ditto.
16421 (article-de-base64-unreadable): Ditto.
16422 (article-wash-html): Ditto.
16423
16424 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16425 calling mail-header-parse-content-type and
16426 mail-header-parse-content-disposition.
16427 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16428 mail-header-parse-content-type.
16429
16430 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16431 insert charset and format parameters; encode description after
16432 inserting it to buffer.
16433 (mml-insert-parameter): Fold lines properly even if a parameter is
16434 segmented into two or more lines; change the max column to 76.
16435
16436 * rfc1843.el (rfc1843-decode-article-body): Don't use
16437 ignore-errors when calling mail-header-parse-content-type.
16438
16439 * rfc2231.el (rfc2231-parse-string): Return at least type if
16440 possible; don't cause an error even if it fails in parsing of
16441 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16442 (rfc2231-encode-string): Don't break lines at the beginning, leave
16443 it to mml-insert-parameter.
16444
16445 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16446 calling mail-header-parse-content-type.
16447
16448 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16449
16450 * spam-report.el (spam-report-gmane-use-article-number):
16451 Improve doc string.
16452 (spam-report-gmane-internal): Check if a suitable header was found
16453 in the article.
16454
16455 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16456
16457 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16458 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16459
16460 2006-02-05 Romain Francoise <romain@orebokech.com>
16461
16462 Update copyright notices of all files in the gnus directory.
16463
16464 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16465
16466 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16467
16468 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16469
16470 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16471 segmented lines of parameter value to cope with Thunderbird 1.5
16472 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16473 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16474 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16475
16476 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16477
16478 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16479 parts.
16480
16481 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16482
16483 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16484 there's only one active file for all servers.
16485 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16486 solid groups. Gnus might have used a FAST request to select the group.
16487 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16488 and nnweb-search redundantly in the active file.
16489 (nnweb-request-list): Don't list bogus groups. There can only be one.
16490 (nnweb-request-create-group): Don't use ARGS.
16491 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16492 initializations. Let nnoo do the work.
16493
16494 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16495
16496 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16497 Say the part has been decoded.
16498
16499 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16500
16501 2006-01-31 Kevin Ryde <user42@zip.com.au>
16502
16503 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16504 mailcap-viewer-test-cache when there's no 'test clause, since that
16505 will invert the meaning of a "nil" test previously determined by
16506 mailcap-mailcap-entry-passes-test.
16507
16508 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16509
16510 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16511 compiling.
16512
16513 * gnus-sum.el: Ditto.
16514
16515 * message.el: Don't bind tool-bar-map when compiling.
16516
16517 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16518
16519 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16520
16521 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16522
16523 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16524 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16525 current Google Groups.
16526
16527 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16530 and tool-bar-mode.
16531
16532 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16533 and tool-bar-mode.
16534
16535 * message.el (message-tool-bar-update): Simplify.
16536 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16537
16538 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16539 gnus-summary-buffer.
16540 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16541 gnus-summary-reply.
16542
16543 * gmm-utils.el (gmm): Add :version.
16544
16545 2006-01-26 Steve Youngs <steve@sxemacs.org>
16546
16547 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16548 Don't autoload.
16549
16550 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16551
16552 * gmm-utils.el (gmm-verbose): Add :group.
16553
16554 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16555
16556 * message.el: Change some comments WRT tool-bars.
16557
16558 * gnus-sum.el (gnus-summary-tool-bar)
16559 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16560 (gnus-summary-tool-bar-zap-list): New variables.
16561 (gnus-summary-make-tool-bar): Complete rewrite using
16562 `gmm-tool-bar-from-list'.
16563
16564 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16565 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16566 New variables.
16567 (gnus-group-make-tool-bar): Complete rewrite using
16568 `gmm-tool-bar-from-list'.
16569 (gnus-group-tool-bar-update): New function.
16570
16571 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16572
16573 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16576 is dissected into a single part of which the type is the same as
16577 the given one; decode charset.
16578
16579 2006-01-21 Kevin Ryde <user42@zip.com.au>
16580
16581 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16582 into alists as symbol not string, since that's what
16583 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16584 look for.
16585
16586 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16587
16588 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16589 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16590
16591 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16592
16593 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16594
16595 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16596 (gnus-mime-security-button-menu): New definition.
16597 (gnus-mime-security-button-map): Use them.
16598 (gnus-mime-security-button-menu): New function.
16599 (gnus-insert-mime-security-button): Addition to help echo.
16600 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16601 (gnus-mime-security-pipe-part): New functions.
16602
16603 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16604 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16605
16606 * mm-decode.el (mm-handle-set-disposition): Remove.
16607 (mm-handle-set-description): Remove.
16608
16609 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16610
16611 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16612 (mm-w3m-standalone-supports-m17n-p): New function.
16613 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16614 w3m usage.
16615
16616 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16617 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16618
16619 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16620
16621 * message.el (message-tool-bar-zap-list):
16622 Use gmm-tool-bar-zap-list as custom type.
16623 (message-tool-bar-update): New function.
16624 (message-tool-bar, message-tool-bar-gnome)
16625 (message-tool-bar-retro): Add message-tool-bar-update.
16626 (message-tool-bar-gnome): Add flyspell-buffer.
16627
16628 * gnus-util.el (gnus-error): Describe `args'.
16629
16630 * gmm-utils.el (gmm-error): Describe `args'.
16631 (gmm-tool-bar-zap-list): New widget.
16632 (gmm-tool-bar-from-list): Improve description of `zap-list'.
16633
16634 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16635
16636 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16637 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16638 the number of recursive calls.
16639
16640 * mm-decode.el (mm-handle-set-disposition): New macro.
16641 (mm-handle-set-description): New macro.
16642
16643 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16644
16645 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16646 encoding.
16647
16648 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16649
16650 * message.el (message-tool-bar-zap-list, message-tool-bar)
16651 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16652 (message-tool-bar-local-item-from-menu): Remove.
16653 (message-tool-bar-map): Replace by `message-make-tool-bar'.
16654 (message-make-tool-bar): New function.
16655 (message-mode): Use `message-make-tool-bar'.
16656
16657 * gmm-utils.el: New file.
16658 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16659 (gmm-lazy): New widget copied from `nnmail.el'.
16660 (gmm-tool-bar-from-list): New function for creating customizable
16661 tool bars.
16662 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
16663 output.
16664 (gmm): Add :prefix to defgroup.
16665
16666 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
16667
16668 * gmm-utils.el (gmm-widget-p): New function.
16669
16670 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * mml.el (mml-attach-file): Describe `description' in doc string.
16673 (mml-menu): Add Emacs MIME manual and PGG manual.
16674
16675 2006-01-20 Richard M. Stallman <rms@gnu.org>
16676
16677 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16678
16679 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
16680
16681 * nntp.el (nntp-end-of-line): Doc fix.
16682
16683 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
16684
16685 * imap.el (imap-open): Handle case where buffer is a buffer
16686 object.
16687
16688 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * gnus-delay.el (gnus-delay): Don't autoload.
16691 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16692 to be re-loaded when customizing the `gnus-delay' group.
16693
16694 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * message.el (message-insert-citation-line): Use newlines.
16697
16698 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16699
16700 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16701
16702 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16703
16704 2006-01-19 Mark D. Baushke <mdb@gnu.org>
16705
16706 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16707
16708 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16709
16710 * mm-decode.el (mm-inlined-types): Add application/pgp.
16711 (mm-automatic-display): Ditto.
16712
16713 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16714 part as text.
16715
16716 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16717
16718 * nnrss.el: Update copyright.
16719 (nnrss-opml-import): Query whether to subscribe to each entry.
16720
16721 * gnus-art.el:
16722 * gnus-sum.el:
16723 * mm-uu.el:
16724 * mm-view.el: Update copyright.
16725
16726 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
16727
16728 * message.el (message-info): New function.
16729 (message-mode-menu): Add it.
16730 Update copyright.
16731
16732 * ChangeLog: Fix and update copyright.
16733
16734 2006-01-13 Romain Francoise <romain@orebokech.com>
16735
16736 * message.el (message-forward-subject-name-subject): Prefer the
16737 address to 'nowhere' if the sender has no name.
16738 Fix typo. Update copyright year.
16739
16740 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16741
16742 * gnus-art.el (article-wash-html):
16743 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16744 (gnus-article-wash-html-with-w3m-standalone): New function.
16745
16746 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16747 mm-inline-text-html-render-with-w3m-standalone.
16748 (mm-text-html-washer-alist): Map w3m-standalone to
16749 gnus-article-wash-html-with-w3m-standalone.
16750 (mm-inline-text-html-render-with-w3m-standalone): New function.
16751
16752 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
16753
16754 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16755 Improve LaTeX.
16756
16757 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
16758
16759 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16760 (nnrss-request-article): Render text/plain parts as HTML.
16761
16762 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16763 the buffer.
16764
16765 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
16766
16767 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16768 custom definition of `gnus-posting-styles'.
16769
16770 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16771 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16772
16773 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16774
16775 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16776 Use nntp for bug archive.
16777
16778 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16779
16780 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16781 parts.
16782 (nnrss-normalize-date): New function converts ISO 8601 date into
16783 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16784 (nnrss-check-group): Use it.
16785
16786 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16787
16788 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16789
16790 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16791 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16792 (nnrss-insert-w3): Ditto.
16793
16794 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16795
16796 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16797 the articles to be forwarded including the case where neither a
16798 number of articles nor a region is specified.
16799
16800 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16801
16802 * nnrss.el (nnrss-request-article): Fix last change; fill
16803 text/plain parts.
16804
16805 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16806
16807 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16808 in text/plain part.
16809 (nnrss-check-group): Don't add excessive newline to dc:subject.
16810
16811 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
16812
16813 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16814 article.
16815
16816 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
16817
16818 * nnml.el: Don't require gnus-bcklg. Autoload it.
16819 (nnml-use-compressed-files, nnml-save-mail): Support other
16820 comression programs such as bzip2.
16821
16822 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16823
16824 * dns.el (query-dns): Make sure we check the buffer size before
16825 removing tcp headers.
16826
16827 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16828
16829 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16830 remove MIME buttons associated with multipart/alternative parts.
16831 (gnus-mime-display-alternative): Tag buttons using `article-type'
16832 text property.
16833
16834 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16835 associated with multipart/alternative parts.
16836
16837 * gnus-art.el (gnus-signature-separator): Fix custom type.
16838
16839 * mm-decode.el (mm-inlined-types): Fix custom type.
16840 (mm-keep-viewer-alive-types): Ditto.
16841 (mm-automatic-display): Ditto.
16842 (mm-attachment-override-types): Ditto.
16843 (mm-inline-override-types): Ditto.
16844 (mm-automatic-external-display): Ditto.
16845
16846 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
16847
16848 * spam-report.el (spam-report-user-mail-address)
16849 (spam-report-user-agent): New variables.
16850 (spam-report-url-ping-plain): Use spam-report-user-agent.
16851
16852 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
16853
16854 * gnus-art.el (gnus-button-handle-custom): Do not just use
16855 `customize-apropos' for any "M-x customize-*" button but the
16856 function called for. Accept both the function name and its
16857 argument in order to achieve this.
16858 (gnus-button-alist): Remove support for "custom:" URL's.
16859 Pass function name to `gnus-button-handle-custom' in case of "M-x
16860 customize-*" buttons.
16861
16862 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16863
16864 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16865 multipart/alternative and add xref to mm-discouraged-alternatives
16866 in doc string.
16867
16868 * mm-decode.el (mm-discouraged-alternatives): Add xref to
16869 gnus-buttonized-mime-types in doc string.
16870
16871 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
16872
16873 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16874 Suggest image/.* in the doc string.
16875
16876 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
16877
16878 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16879 message-marks (Debian bug #342521).
16880
16881 2005-12-12 Simon Josefsson <jas@extundo.com>
16882
16883 * password.el (password-read-from-cache): Add.
16884 (password-read): Use it.
16885
16886 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16887
16888 * rfc2047.el (rfc2047-charset-to-coding-system):
16889 Recognize us-ascii as a MIME charset.
16890
16891 * mm-bodies.el (mm-decode-content-transfer-encoding):
16892 Protect against the case where the 2nd arg TYPE is nil.
16893
16894 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16895
16896 * pop3.el (pop3-stream-type): Fix custom version.
16897
16898 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16899
16900 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16901
16902 * mm-decode.el (mm-display-external): Add missing cdr.
16903
16904 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
16905
16906 * mm-decode.el (mm-display-external): Use nametemplate (defined in
16907 RFC1524) if it is in mailcap or add a suffix according to
16908 mailcap-mime-extensions when generating a temp filename; postpone
16909 deleting a temp file for 2 seconds for some wrappers, shell
16910 scripts, and so on, which might exit right after having started a
16911 viewer command as a background job.
16912
16913 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
16914
16915 * nntp.el (nntp-marks-directory): Fix custom group.
16916
16917 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16918 steps when < 10.
16919
16920 * gnus-start.el (gnus-no-server-1):
16921 Mention `gnus-level-default-subscribed' in doc string.
16922
16923 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16924
16925 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16926 parens.
16927
16928 2005-11-26 Dave Love <fx@gnu.org>
16929
16930 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16931 (tls-program, tls-success): Provide openssl alternative.
16932
16933 * starttls.el: Doc fixes.
16934 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16935 SERVICE to PORT.
16936
16937 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
16938 port null or service name.
16939 (starttls-negotiate): Autoload.
16940
16941 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16942
16943 * message.el (message-kill-to-signature): Fix interactive spec.
16944
16945 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
16946
16947 * pop3.el (pop3-open-server): Recognize a string as a service name.
16948
16949 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
16950
16951 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16952
16953 2005-11-23 Dave Love <fx@gnu.org>
16954
16955 Add pop3s, pop3/starttls.
16956
16957 * pop3.el (pop3-authentication-scheme): Clarify doc.
16958 (open-tls-stream, starttls-open-stream): Autoload.
16959 (pop3-stream-type): New.
16960 (pop3-open-server): Use it.
16961
16962 * mail-source.el (mail-sources): Fix some :types. Add stream type
16963 for POP.
16964 (mail-source-keyword-map): Add :stream for POP.
16965 (mail-source-fetch-pop): Use pop3-stream-type.
16966
16967 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16970 of current-time-string.
16971
16972 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
16973
16974 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16975 date header.
16976
16977 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16978
16979 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16980 it can seriously impact performance as it bypasses the agent's
16981 local caches.
16982
16983 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16984
16985 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16986 must be explicitly online rather than "not explicitly offline" for
16987 its flags to be synchronized.
16988
16989 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16990 that gnus-uu-unmark-thread will function correctly.
16991
16992 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16993 1024K is instead displayed as 1M.
16994
16995 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16996
16997 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16998
16999 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17000
17001 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17002
17003 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17004
17005 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17006 error message to display actual error condition.
17007 (gnus-agent-save-local): Avoid saving symbols that are bound to
17008 nil as they simply result in a warning message in
17009 gnus-agent-read-local.
17010
17011 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17012
17013 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17014 rather than make-variable-buffer-local for file-precious-flag.
17015
17016 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17017
17018 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17019 for duplicates which are removed. The invalid sort check then
17020 triggers a rescan after the sort as sorting may have moved
17021 duplicate entries such that they can be cheaply detected.
17022
17023 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17024
17025 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17026
17027 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17028
17029 * gnus-agent.el (gnus-agent-article-alist-save-format):
17030 Change internal variable to a custom variable. Change default value
17031 from compressed(2) to uncompressed(1).
17032 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17033 support for uncompressed agentview files. Taken together, reading
17034 the agentview file should now be 6-7 times faster.
17035
17036 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17037
17038 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17039 as a buffer-local variable. This avoids creating truncated
17040 dribble files as a result of a hang up, eg.
17041
17042 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17043
17044 * gnus-start.el (gnus-start-draft-setup):
17045 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17046
17047 * gnus.el (gnus-splash): Change custom group.
17048 (gnus-group-get-parameter, gnus-group-parameter-value):
17049 Describe allow-list argument.
17050
17051 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17052 string.
17053
17054 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17055
17056 * gnus-art.el (gnus-default-article-saver): Add user-defined
17057 `function' to custom type.
17058
17059 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17060
17061 * imap.el (imap-open): Handle case where buffer is a buffer
17062 object.
17063
17064 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17065
17066 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17067 long lines.
17068 (gnus-cache-delete-group): Wrap doc strings.
17069
17070 * gnus-agent.el (gnus-agent-rename-group)
17071 (gnus-agent-delete-group): Wrap doc strings.
17072
17073 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17074
17075 * gnus-start.el (gnus-1): Add "native" to
17076 gnus-predefined-server-alist.
17077
17078 * gnus.el (gnus-method-to-server): Don't add "native" to the
17079 lists here, because that leads to problems when
17080 gnus-select-method is bound.
17081
17082 2005-11-09 Simon Josefsson <jas@extundo.com>
17083
17084 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17085 use (not sort-by-date) instead.
17086
17087 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * gnus-delay.el (gnus-delay-group): Don't autoload.
17090 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17091 to be re-loaded when customizing the `gnus-delay' group.
17092
17093 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17094
17095 * message.el: Revert last changes.
17096 (message-insert-citation-line): Use newlines.
17097
17098 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17099
17100 * message.el (message-courtesy-message)
17101 (message-mark-insert-begin, message-mark-insert-end)
17102 (message-elide-ellipsis, message-cancel-message)
17103 (message-add-header, message-change-subject)
17104 (message-cross-post-followup-to-header)
17105 (message-cross-post-insert-note, message-reduce-to-to-cc)
17106 (message-widen-reply, message-delete-not-region)
17107 (message-kill-to-signature, message-insert-signature)
17108 (message-insert-importance-high, message-insert-importance-low)
17109 (message-insert-or-toggle-importance)
17110 (message-insert-disposition-notification-to)
17111 (message-indent-citation, message-yank-original)
17112 (message-cite-original-without-signature, message-cite-original)
17113 (message-insert-citation-line, message-position-on-field)
17114 (message-fix-before-sending, message-send-mail-partially)
17115 (message-send-mail, message-send-mail-with-sendmail)
17116 (message-send-mail-with-qmail, message-send-news)
17117 (message-check-news-header-syntax, message-generate-headers)
17118 (message-insert-courtesy-copy, message-fill-address)
17119 (message-fill-header, message-shorten-references)
17120 (message-setup-1, message-cancel-news)
17121 (message-forward-make-body-plain, message-forward-make-body-mime)
17122 (message-forward-make-body-mml, message-encode-message-body)
17123 (message-forward-make-body-digest-plain)
17124 (message-forward-make-body-digest-mime)
17125 (message-use-alternative-email-as-from): Insert `hard-newline'
17126 instead of ordinary newlines.
17127
17128 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17129
17130 * message.el (message-generate-headers): Downcase the argument
17131 given to message-check-element.
17132
17133 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17134
17135 * nntp.el (nntp-authinfo-rejected): New error condition.
17136 (nntp-wait-for): Use new error condition to signal authentication
17137 error.
17138 (nntp-retrieve-data): Rethrow new error condition to break out of
17139 recursive call to nntp-send-authinfo.
17140
17141 2005-11-08 Romain Francoise <romain@orebokech.com>
17142
17143 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17144 (gnus-summary-exit-map): Bind to `Z p'.
17145 (gnus-summary-make-menu-bar): Add menu item.
17146
17147 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17148
17149 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17150 (gnus-treat-*): Add `first' in all doc strings.
17151
17152 * gnus-group.el (gnus-group-compact-group): Fix typo.
17153
17154 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17155
17156 * gnus.el (gnus-parameters-case-fold-search): New variable.
17157 (gnus-parameters-get-parameter): Use it.
17158
17159 * gnus-score.el (gnus-home-score-file): Doc fix.
17160
17161 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17162
17163 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17164
17165 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17166
17167 * mm-util.el (mm-special-display-p): New function.
17168
17169 * mml.el (mml-preview): Use it; doc fix.
17170
17171 2005-10-29 Romain Francoise <romain@orebokech.com>
17172
17173 * message.el (message-fix-before-sending): Fix comment.
17174
17175 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17176
17177 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17178
17179 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17180
17181 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17182 Used in gnus-score.el.
17183
17184 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17185
17186 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17187
17188 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17189
17190 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17191 whitespace removed in revision 7.8. Use concatenated string to
17192 protect trailing whitespace.
17193
17194 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17195
17196 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17197 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17198 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17199 Courier IMAP ("some version from 2004"). Mostly based on similar
17200 code in the same function.
17201
17202 2005-10-26 Didier Verna <didier@xemacs.org>
17203
17204 * gnus-group.el (gnus-group-compact-group): Invalidate original
17205 article buffer.
17206 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17207 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17208 NOV database and in article itself.
17209 Invalidate article backlog.
17210
17211 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17212
17213 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17214
17215 2005-10-26 Simon Josefsson <jas@extundo.com>
17216
17217 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17218 part of 2004-07-25 change.
17219
17220 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17221
17222 * message.el (message-display-completion-list): New function.
17223 (message-expand-group): Use it; make sure the Completions buffer
17224 is modifiable.
17225
17226 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17227
17228 * imap.el (imap-open): Handle case where buffer is a buffer object.
17229
17230 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17231
17232 * pgg-def.el:
17233 * pgg-gpg.el:
17234 * pgg-parse.el:
17235 * pgg-pgp.el:
17236 * pgg-pgp5.el:
17237 * pgg.el: Move to the parent lisp directory.
17238
17239 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17240
17241 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17242 user-mail-name is an empty string.
17243
17244 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17247 depending on gnus-score-decay-constant.
17248
17249 * encrypt.el (encrypt-insert-file-contents)
17250 (encrypt-write-file-contents): Don't use `gnus-message'.
17251
17252 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17253 arguments.
17254 (mm-uu-type-alist): Add message-marks and insert-marks.
17255 Pass arguments to mm-uu-verbatim-marks-extract.
17256 (mm-uu-hide-markers): New variable.
17257 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17258
17259 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17260 (gnus-convert-image-to-face-command): Use "convert" by default to
17261 allow other input image formats.
17262 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17263 accordingly.
17264
17265 2005-10-23 Simon Josefsson <jas@extundo.com>
17266
17267 * imap.el (imap-gssapi-program): Align command line parameters
17268 with latest GNU SASL.
17269 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17270
17271 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17272
17273 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17274 HTML.
17275 (nnslashdot-request-article): Ditto.
17276
17277 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17278
17279 * mail-source.el (mail-source-fetch-pop): Require pop3.
17280 (mail-source-check-pop): Ditto.
17281
17282 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17283
17284 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17285 errors.
17286
17287 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17288
17289 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17290 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17291
17292 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17293
17294 * mm-bodies.el (mm-decode-string):
17295 Call `mm-charset-to-coding-system' with allow-override argument.
17296
17297 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17298
17299 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17300 (rfc2047-charset-to-coding-system): New function.
17301 (rfc2047-decode-encoded-words): New function.
17302 (rfc2047-decode-region): Use them.
17303 (rfc2047-decode-cte): Remove.
17304 (rfc2047-parse-and-decode): Remove.
17305 (rfc2047-decode): Remove.
17306
17307 2005-10-15 Kenichi Handa <handa@m17n.org>
17308
17309 * rfc2047.el (rfc2047-decode-cte): New function.
17310 (rfc2047-decode-region): Change the way to decode successive
17311 encoded-words: decode B- or Q-encoding in each encoded-word,
17312 concatenate them, and decode it as charset.
17313
17314 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17315
17316 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17317 widget-move-and-invoke.
17318 (gnus-custom-mode): Use gnus-custom-map.
17319
17320 2005-10-15 Bill Wohler <wohler@newt.com>
17321
17322 * message.el (message-tool-bar-map): Rename image file from
17323 mail_send to mail/send.
17324
17325 2005-10-16 Masatake YAMATO <jet@gyve.org>
17326
17327 * message.el (message-expand-group): Pass the common
17328 prefix substring of completion to `display-completion-list'.
17329
17330 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17331
17332 * mml-sec.el (mml-secure-method): New internal variable.
17333 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17334 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17335 New functions using mml-secure-method.
17336
17337 * mml.el (mml-mode-map): Add key bindings for those functions.
17338 (mml-menu): Simplify security menu entries. Suggested by Jesper
17339 Harder <harder@myrealbox.com>.
17340 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17341 Goto end of message if point is the headers of the message.
17342
17343 * message.el (message-in-body-p): New function.
17344
17345 * assistant.el: Autoload gnus-util and netrc.
17346
17347 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17348 Use `mm-charset-override-alist' only when decoding.
17349
17350 * mm-bodies.el (mm-decode-body):
17351 Call `mm-charset-to-coding-system' with allow-override argument.
17352
17353 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17354 `filename' from Content-Disposition if Content-Type doesn't
17355 provide `name'.
17356 (gnus-mime-view-part-as-type): Set default instead of
17357 initial-input.
17358
17359 2005-10-09 Daniel Brockman <daniel@brockman.se>
17360
17361 * format-spec.el (format-spec): Propagate text properties of % spec.
17362
17363 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17364
17365 * gnus-art.el (gnus-treat-predicate): Add `first'.
17366
17367 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17368
17369 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17370 (mm-charset-override-alist): New variable.
17371 (mm-charset-to-coding-system): Use it.
17372 (mm-codepage-setup): New helper function.
17373 (mm-charset-eval-alist): New variable.
17374 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17375 Warn about unknown charsets.
17376
17377 2005-10-04 David Hansen <david.hansen@gmx.net>
17378
17379 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17380 (nnrss-check-group): Ditto.
17381
17382 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17383
17384 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17385 Rename x-gnus-verbatim to x-verbatim.
17386 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17387
17388 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17389 x-verbatim.
17390
17391 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17392
17393 * gnus-util.el (gnus-remove-duplicates): Remove.
17394
17395 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17396 instead of gnus-remove-duplicates.
17397
17398 * message.el (message-remove-duplicates): Remove.
17399 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17400 message-remove-duplicates.
17401
17402 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17403 available, else use implementation from `delete-dups'.
17404
17405 * message.el (message-insert-expires): New function.
17406 (message-mode-map): Add key binding.
17407 (message-mode-field-menu): Add menu entry.
17408 (message-mode): Document it.
17409 (message-make-expires-date): Use `message-make-date'.
17410
17411 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17412
17413 * message.el (message-make-expires-date): New function.
17414
17415 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17416
17417 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17418
17419 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17420
17421 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17422 function rather than the diff-mode.el package.
17423 (mm-display-external): Use with-current-buffer.
17424 (mm-viewer-completion-map, mm-viewer-completion-map):
17425 Move initialization inside declaration.
17426
17427 2005-09-29 Simon Josefsson <jas@extundo.com>
17428
17429 * spam.el: Load hashcash when compiling, to avoid warnings.
17430 Don't autoload mail-check-payment.
17431 (spam-check-hashcash): Define unconditionally, since hashcash.el
17432 is part of Gnus now. Ignore errors from payment checking.
17433
17434 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17435
17436 * message.el (message-bold-region, message-unbold-region):
17437 Rename from `bold-region' and `unbold-region'.
17438
17439 * message.el: Remove useless autoloads.
17440
17441 2005-09-28 Simon Josefsson <jas@extundo.com>
17442
17443 * message.el (message-use-idna): Default to t.
17444 (message-use-idna): Test whether encoding works too. Doc fix.
17445
17446 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17447
17448 * nntp.el (nntp-warn-about-losing-connection): Remove.
17449
17450 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17451
17452 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17453 customizable. Change default value.
17454 (mm-uu-diff-groups-regexp): Change default value.
17455 (mm-uu-type-alist): Add doc string.
17456 (mm-uu-configure): Add doc string. Make it interactive.
17457 (mm-uu-tex-groups-regexp): New variable.
17458 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17459 (mm-uu-type-alist): Add LaTeX documents.
17460 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17461 of "text/verbatim".
17462 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17463
17464 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17465 instead of "text/verbatim".
17466
17467 * message.el (message-mark-inserted-region)
17468 (message-mark-insert-file): Use slrn style marks when called with
17469 prefix argument.
17470
17471 2005-09-27 Simon Josefsson <jas@extundo.com>
17472
17473 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17474
17475 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17476
17477 * message.el (message-remove-duplicates): New function.
17478 Implementation borrowed from `gnus-remove-duplicates'.
17479 (message-idna-to-ascii-rhs): Also encode idna addresses in
17480 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17481 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17482 only ask about the same idna domain once per header and also tell
17483 in what header to replace the idna domain.
17484
17485 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17486 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17487 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17488 a header is decoded and not just the last one.
17489
17490 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17491
17492 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17493 has been decoded.
17494
17495 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17496 (mm-insert-part): Don't modify text if it has been decoded.
17497
17498 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17499 decoded.
17500
17501 * mm-view.el (mm-inline-text): Don't strip text props unless
17502 decoding enriched or richtext parts.
17503
17504 2005-09-25 Romain Francoise <romain@orebokech.com>
17505
17506 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17507 * gnus-start.el (gnus-subscribe-interactively):
17508 * gnus-uu.el (gnus-uu-grab-articles):
17509 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17510 space.
17511
17512 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17513
17514 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17515 * mm-view.el (mm-view-pkcs7-decrypt):
17516 * gnus-sum.el (gnus-summary-limit-to-extra)
17517 (gnus-summary-respool-article, gnus-read-move-group-name):
17518 * gnus-score.el (gnus-summary-increase-score):
17519 * gnus-util.el (gnus-completing-read-with-default):
17520 * gnus-art.el (gnus-read-save-file-name)
17521 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17522 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17523 * message.el (message-check-news-header-syntax):
17524 Follow convention for reading with the minibuffer.
17525
17526 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17527
17528 * spam-report.el (spam-report-url-ping-plain):
17529 Use gnus-extended-version as User-Agent.
17530
17531 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17532 default value is nil.
17533
17534 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17535 (mm-uu-verbatim-marks-extract): New function.
17536 (mm-uu-extract): New face.
17537 (mm-uu-copy-to-buffer): Use it.
17538
17539 * spam-report.el (spam-report-gmane-ham): Rename from
17540 `spam-report-gmane-unspam'.
17541 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17542 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17543
17544 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17545 Autoload.
17546 (spam-report-gmane-unregister-routine):
17547 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17548
17549 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17550
17551 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17552 (spam-report-gmane-unregister-routine): Add support for gmane
17553 unregistration.
17554
17555 * spam-report.el (spam-report-gmane-unspam)
17556 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17557 (spam-report-gmane): Change to take a single article and do unspam
17558 registration.
17559
17560 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17561
17562 * mm-url.el (mm-url-decode-entities): Fix regexp.
17563
17564 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17565
17566 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17567 default to nil, to be able to use Gnus at all. If the default
17568 switches to something else, then the function should be fixed not
17569 be exceedingly slow.
17570
17571 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17572
17573 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17574 fail hard.
17575
17576 * spam-report.el: Add better Keywords line.
17577
17578 * spam.el: Add Maintainer and better Keywords line.
17579
17580 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17581
17582 * gnus-art.el (gnus-article-replace-part)
17583 (gnus-mime-replace-part): New functions.
17584 (gnus-mime-action-alist, gnus-mime-button-commands)
17585 (gnus-mime-save-part-and-strip): Add file argument.
17586 (gnus-article-part-wrapper): Add interactive argument.
17587
17588 * gnus-sum.el (gnus-summary-mime-map):
17589 Add `gnus-article-replace-part'.
17590
17591 2005-09-19 Didier Verna <didier@xemacs.org>
17592
17593 The nnml compaction feature:
17594 * nnml.el (nnml-request-compact-group): New function.
17595 * nnml.el (nnml-request-compact): New function.
17596 * gnus-int.el (gnus-request-compact-group): New function.
17597 * gnus-int.el (gnus-request-compact): New function.
17598 * gnus-group.el (gnus-group-compact-group): New function.
17599 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17600 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17601 * gnus-srvr.el (gnus-server-compact-server): New function.
17602 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17603 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17604
17605 2005-09-18 Deepak Goel <deego@gnufans.org>
17606
17607 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17608 format spec.
17609
17610 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17611
17612 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17613
17614 2005-09-15 Romain Francoise <romain@orebokech.com>
17615
17616 * message.el (message-fill-paragraph): Clarify docstring.
17617
17618 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17619
17620 * gnus-art.el (gnus-mime-display-part): Protect against broken
17621 MIME messages.
17622
17623 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17624
17625 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17626 before parsing header.
17627
17628 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17629
17630 * html2text.el (html2text-replace-list): Add new entities.
17631
17632 2005-09-11 Romain Francoise <romain@orebokech.com>
17633
17634 * message.el (message-alternative-emails): Improve docstring.
17635 (message-setup-1): Call `message-use-alternative-email-as-from'
17636 after `message-setup-hook' to give it precedence over posting
17637 styles, etc.
17638 (message-use-alternative-email-as-from): Add docstring.
17639 Remove the original From header if present.
17640
17641 * nnml.el (nnml-compressed-files-size-threshold): New variable.
17642 (nnml-save-mail): Use it.
17643
17644 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17645 articles. Add new argument `silent'.
17646 (gnus-uu-mark-all): Report the total number of marked articles.
17647
17648 2005-09-10 Romain Francoise <romain@orebokech.com>
17649
17650 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17651 (gnus-uu-mark-series): Likewise.
17652
17653 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
17654
17655 * spam-report.el (spam-report-gmane): Fix generation of spam
17656 report URL.
17657
17658 2005-09-10 Simon Josefsson <jas@extundo.com>
17659
17660 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17661 t, based on discussion on the ding list with Robert Epprecht
17662 <epprecht@solnet.ch>.
17663
17664 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
17665
17666 * spam-report.el (spam-report-gmane): Make it work without
17667 X-Report-Spam header. Gmane now only provides Archived-At.
17668 This is only used if `spam-report-gmane-use-article-number' is nil.
17669 (spam-report-gmane-spam-header): Remove. Not used anymore.
17670
17671 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17672 make `gnus-summary-sort-by-recipient' work with threading.
17673
17674 * nnweb.el (nnweb-google-wash-article): Print a message if article
17675 is not available.
17676
17677 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17678
17679 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17680 change. Decode text/* parts content before displaying.
17681
17682 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17683
17684 * mml-smime.el: Remove defvar of gnus-extract-address-components.
17685
17686 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
17687
17688 * mm-view.el (mm-display-inline-fontify): Disable support modes.
17689
17690 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
17691
17692 * message.el (message-tab-body-function): Fix mismatched custom type.
17693
17694 * gnus.el (gnus-group-change-level-function): Ditto.
17695
17696 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17697
17698 * gnus-art.el (gnus-signature-limit)
17699 (gnus-article-mime-part-function): Ditto.
17700
17701 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
17702
17703 * mml.el (mml-mode): Silence the byte compiler.
17704
17705 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17706 using `(sit-for 0)' before moving the point to the specified part;
17707 skip unbuttonized parts.
17708 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17709 return to the summary window if gnus-auto-select-part is non-nil.
17710
17711 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
17712
17713 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17714 New variables.
17715 (mml-dnd-attach-file, mml-mode): Use them.
17716
17717 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17718 Make fetching article by MID work again for Google Groups.
17719 Add FIXME concerning gnus-group-make-web-group.
17720
17721 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17722 Don't depend on Gnus by using mail-extract-address-components if
17723 gnus-extract-address-components is not bound.
17724
17725 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17726
17727 * gnus-art.el (gnus-mime-display-security): Don't display the
17728 signature, but only the signed part.
17729
17730 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17733
17734 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17735 list, not listp.
17736
17737 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
17738
17739 * mm-encode.el (mm-encode-content-transfer-encoding):
17740 Likewise when encoding.
17741
17742 * mm-bodies.el (mm-decode-content-transfer-encoding):
17743 De-canonicalize CRLF for all text content types, not just
17744 text/plain.
17745
17746 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17749 valid article; point arrow and cursor at the MIME button.
17750
17751 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17752
17753 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17754 Suggested by Dan Christensen <jdc@uwo.ca>.
17755
17756 * mm-decode.el (mm-save-part): Enable change of prompt.
17757
17758 2005-08-29 Jari Aalto <jari.aalto@cante.net>
17759
17760 * gnus-msg.el (gnus-inews-add-send-actions):
17761 Make `message-post-method' lambda parameter ARG `&optional'.
17762
17763 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17764
17765 * gnus-sum.el (gnus-summary-mime-map):
17766 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17767 gnus-article-jump-to-part.
17768
17769 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17770 (gnus-article-edit-part): Use it.
17771 (gnus-article-part-wrapper): Add no-handle argument.
17772 (gnus-article-save-part-and-strip, gnus-article-delete-part):
17773 New functions.
17774
17775 2005-08-29 Romain Francoise <romain@orebokech.com>
17776
17777 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17778 docstring.
17779 (gnus-face-from-file): Likewise.
17780
17781 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17782
17783 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17784 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17785 non-nil.
17786 (gnus-auto-select-part): New variable.
17787 (gnus-article-jump-to-part): New function.
17788 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17789 (gnus-mime-delete-part): Allow selecting specified part after
17790 deleting or stripping parts.
17791 (gnus-article-jump-to-part): Don't use `read-number'. Use last
17792 part if argument is bogus.
17793
17794 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17795
17796 * gnus-art.el (w3m-minor-mode-map):
17797 * gnus-spec.el (gnus-newsrc-file-version):
17798 * gnus-util.el (nnmail-active-file-coding-system)
17799 (gnus-original-article-buffer, gnus-user-agent):
17800 * gnus.el (gnus-ham-process-destinations)
17801 (gnus-parameter-ham-marks-alist)
17802 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17803 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17804 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17805 * mm-decode.el (gnus-current-window-configuration):
17806 * mm-extern.el (gnus-article-mime-handles):
17807 * mm-url.el (url-current-object, url-package-name)
17808 (url-package-version):
17809 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17810 (smime-keys, w3m-cid-retrieve-function-alist)
17811 (w3m-current-buffer, w3m-display-inline-images)
17812 (w3m-minor-mode-map):
17813 * mml-smime.el (gnus-extract-address-components):
17814 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17815 (gnus-newsrc-hashtb, message-default-charset)
17816 (message-deletable-headers, message-options)
17817 (message-posting-charset, message-required-mail-headers)
17818 (message-required-news-headers):
17819 * mml1991.el (mc-pgp-always-sign):
17820 * mml2015.el (mc-pgp-always-sign):
17821 * nnheader.el (nnmail-extra-headers):
17822 * rfc1843.el (gnus-decode-encoded-word-function)
17823 (gnus-decode-header-function, gnus-newsgroup-name):
17824 * spam-stat.el (gnus-original-article-buffer): Add defvars.
17825
17826 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
17827
17828 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17829 the end of the date treatments.
17830
17831 2005-08-15 Simon Josefsson <jas@extundo.com>
17832
17833 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17834 it in url-handlers.el and XEmacs in url.el. Reported by Luca
17835 Capello and Romain Francoise.
17836 (pgg-fetch-key-function): Remove, not used?
17837 (pgg-insert-url-with-w3): Require url, to get
17838 url-insert-file-contents regardless of where it is defined.
17839
17840 2005-08-13 Romain Francoise <romain@orebokech.com>
17841
17842 * message.el (message-cite-original-1): New function.
17843 (message-cite-original): Use it.
17844 (message-cite-original-without-signature): Ditto.
17845
17846 2005-08-08 Romain Francoise <romain@orebokech.com>
17847
17848 * message.el (message-yank-empty-prefix): New variable.
17849 (message-indent-citation): Use it.
17850 (message-cite-original-without-signature): Respect X-No-Archive.
17851
17852 2005-08-08 Simon Josefsson <jas@extundo.com>
17853
17854 * pgg.el: Autoload url-insert-file-contents instead of loading
17855 w3/url.
17856 (pgg-insert-url-with-w3): Don't load url here.
17857
17858 2005-08-07 Jesper Harder <harder@phys.au.dk>
17859
17860 * message.el (message-kill-to-signature): Don't insert newline at
17861 bol.
17862 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17863
17864 2005-08-06 Romain Francoise <romain@orebokech.com>
17865
17866 * message.el (message-user-fqdn): Fix typo in docstring.
17867
17868 2005-08-05 Daiki Ueno <ueno@unixuser.org>
17869
17870 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17871
17872 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17873
17874 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17875
17876 * mm-bodies.el (mm-encode-body): Use coding system rather than
17877 charset to encode text.
17878
17879 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17880 number of charsets if utf-8 is available (XEmacs).
17881
17882 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
17883
17884 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17885 taken from `gnus-button-mid-or-mail-regexp'.
17886 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17887 (gnus-button-alist): Improve regexp for domain part of the MIDs
17888 for news:localpart@domain buttons.
17889 (gnus-button-ctan-directory-regexp): Update.
17890
17891 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
17892
17893 * sieve-manage.el (sieve-manage-interactive-login):
17894 Use make-local-variable rather than make-variable-buffer-local.
17895 (sieve-manage-open): Ditto.
17896 (sieve-manage-authenticate): Ditto.
17897
17898 * mml.el (mml-generate-mime-1): Make the content type default to
17899 text/plain if the filename is not specified.
17900
17901 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
17902
17903 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17904 instead of insert-buffer.
17905
17906 * message.el (message-yank-original): Ditto; set the mark at the
17907 end of the yanked message.
17908
17909 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
17910
17911 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17912 lines to scroll rather than to stop it.
17913
17914 * mml.el (mml-generate-default-type): Add doc string.
17915 (mml-generate-mime-1): Use mm-default-file-encoding or make it
17916 default to application/octet-stream when determining the content
17917 type if it is not specified for the part or the mml contents; add
17918 a comment about mml-generate-default-type.
17919
17920 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
17921
17922 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17923 make it default to application/octet-stream when determining the
17924 content type if it is not specified for the external contents.
17925
17926 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17927
17928 * rfc2231.el (rfc2231-parse-string): Take care that not only a
17929 segmented parameter but also other parameters might be there.
17930
17931 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17932
17933 * mm-decode.el (mm-display-external): Delete temp file, directory
17934 and buffer immediately if the external process is exited.
17935
17936 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
17937
17938 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17939 fewer lines than that of scroll-margin.
17940 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17941
17942 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17943
17944 * gnus-art.el (gnus-article-next-page): Revert.
17945 (gnus-article-beginning-of-window): New macro.
17946 (gnus-article-next-page-1): Use it.
17947 (gnus-article-prev-page): Ditto.
17948 (gnus-article-edit-part): Use insert-buffer-substring instead of
17949 insert-buffer.
17950 (gnus-article-edit-exit): Ditto.
17951
17952 * gnus-util.el (gnus-beginning-of-window): Remove.
17953 (gnus-end-of-window): Remove.
17954
17955 2005-07-25 Simon Josefsson <jas@extundo.com>
17956
17957 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17958 to have the url package without w3. Reported by Daiki Ueno
17959 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17960
17961 2005-07-20 Didier Verna <didier@xemacs.org>
17962
17963 * gnus-diary.el: Remove the description comment (nndiary is now
17964 properly documented in the Gnus manual).
17965 Fix the spelling of "Back End".
17966 * nndiary.el: Ditto.
17967 Fix the copyright notice.
17968
17969 2005-07-18 Romain Francoise <romain@orebokech.com>
17970
17971 * gnus-sum.el (gnus-summary-to-prefix)
17972 (gnus-summary-newsgroup-prefix): New variables.
17973 (gnus-summary-from-or-to-or-newsgroups): Use them.
17974
17975 2005-07-17 Romain Francoise <romain@orebokech.com>
17976
17977 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17978 space as it's generally not especially interesting to the user.
17979
17980 2005-07-16 Romain Francoise <romain@orebokech.com>
17981
17982 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17983 nil to avoid prompting and file modification if one of the
17984 messages at the top of the nnfolder file contains a copyright
17985 notice.
17986 Update copyright notice.
17987
17988 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17989 instead of `current-time-string' as the latter creates a time
17990 string that is not RFC 2822 compliant (it lacks the zone).
17991 Update copyright notice.
17992
17993 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17996 for text/rtf. Display default in prompt. Pass default for M-n.
17997
17998 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17999
18000 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18001
18002 * gnus-msg.el (gnus-button-mailto):
18003 Remove save-selected-window-window hackery because it relies on
18004 save-selected-window internals.
18005
18006 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18007
18008 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18009 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18010 (gnus-article-prev-page): Ditto.
18011
18012 * gnus-util.el (gnus-beginning-of-window): New function.
18013 (gnus-end-of-window): New function.
18014
18015 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18016
18017 * gnus-score.el (gnus-score-edit-all-score):
18018 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18019 gnus-message.
18020
18021 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18022
18023 * gnus-msg.el (gnus-button-mailto):
18024 Remove save-selected-window-window hackery because it relies on
18025 save-selected-window internals.
18026
18027 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18028
18029 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18030 add-minor-mode.
18031 (gnus-binary-mode): Ditto.
18032
18033 * gnus-topic.el (gnus-topic-mode): Ditto.
18034
18035 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18036
18037 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18038 (gnus-article-prev-page): Take scroll-margin into consideration.
18039
18040 2005-07-04 Lute Kamstra <lute@gnu.org>
18041
18042 Update FSF's address in GPL notices.
18043
18044 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18045
18046 * gnus.el (gnus-exit):
18047 * gnus-group.el (gnus-group-icons):
18048 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18049
18050 * gnus-nocem.el (gnus-nocem):
18051 * message.el (message-various, message-buffers, message-sending)
18052 (message-interface, message-forwarding, message-insertion)
18053 (message-headers, message-news, message-mail):
18054 * pgg-gpg.el (pgg-gpg):
18055 * pgg-parse.el (pgg-parse):
18056 * pgg-pgp.el (pgg-pgp):
18057 * pgg-pgp5.el (pgg-pgp5):
18058 * pop3.el (pop3): Finish `defgroup' description with period.
18059
18060 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18061
18062 * gnus-art.el (article-display-face): Improve the efficiency.
18063 (article-display-x-face): Ditto; remove gray x-face stuff.
18064
18065 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18066
18067 * gnus-art.el (article-display-face): Correct the position in
18068 which Faces are inserted.
18069
18070 2005-06-29 Didier Verna <didier@xemacs.org>
18071
18072 * gnus-art.el (article-display-face): Display faces in correct
18073 order.
18074
18075 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18076
18077 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18078 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18079 (gnus-nocem-check-article): Fetch the Type header.
18080 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18081 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18082 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18083 make sure gnus-nocem-hashtb is initialized.
18084 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18085 (gnus-nocem-unwanted-article-p): Ditto.
18086
18087 * pgg.el (pgg-verify): Return the verification result.
18088
18089 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18090
18091 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18092 is ascii.
18093
18094 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18095
18096 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18097 `show-nonbreak-escape'.
18098
18099 2005-06-23 Lute Kamstra <lute@gnu.org>
18100
18101 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18102
18103 * dig.el (dig-mode):
18104 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18105
18106 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18107
18108 * nnimap.el (nnimap-split-download-body): Fix spellings.
18109
18110 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18111
18112 * gnus-art.el (gnus-article-encrypt-body):
18113 * gnus-cus.el (gnus-score-customize):
18114 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18115 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18116
18117 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18118
18119 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18120 header by looking for magic "MII" at the beginning.
18121
18122 2005-06-16 Miles Bader <miles@gnu.org>
18123
18124 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18125 (assistant-field-face): New backward-compatibility alias for renamed
18126 face.
18127 (assistant-render-text): Use renamed assistant-field face.
18128
18129 * spam.el (spam): Remove "-face" suffix from face name.
18130 (spam-face): New backward-compatibility alias for renamed face.
18131 (spam-face, spam-initialize): Use renamed spam face.
18132
18133 * message.el (message-header-to, message-header-cc)
18134 (message-header-subject, message-header-newsgroups)
18135 (message-header-other, message-header-name)
18136 (message-header-xheader, message-separator, message-cited-text)
18137 (message-mml): Remove "-face" suffix from face names.
18138 (message-header-to-face, message-header-cc-face)
18139 (message-header-subject-face, message-header-newsgroups-face)
18140 (message-header-other-face, message-header-name-face)
18141 (message-header-xheader-face, message-separator-face)
18142 (message-cited-text-face, message-mml-face):
18143 New backward-compatibility aliases for renamed faces.
18144 (message-font-lock-keywords): Use renamed message faces.
18145
18146 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18147 (sieve-test-commands, sieve-tagged-arguments):
18148 Remove "-face" suffix from face names.
18149 (sieve-control-commands-face, sieve-action-commands-face)
18150 (sieve-test-commands-face, sieve-tagged-arguments-face):
18151 New backward-compatibility aliases for renamed faces.
18152 (sieve-control-commands-face, sieve-action-commands-face)
18153 (sieve-test-commands-face, sieve-tagged-arguments-face):
18154 Use renamed sieve faces.
18155
18156 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18157 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18158 (gnus-group-news-3-empty, gnus-group-news-4)
18159 (gnus-group-news-4-empty, gnus-group-news-5)
18160 (gnus-group-news-5-empty, gnus-group-news-6)
18161 (gnus-group-news-6-empty, gnus-group-news-low)
18162 (gnus-group-news-low-empty, gnus-group-mail-1)
18163 (gnus-group-mail-1-empty, gnus-group-mail-2)
18164 (gnus-group-mail-2-empty, gnus-group-mail-3)
18165 (gnus-group-mail-3-empty, gnus-group-mail-low)
18166 (gnus-group-mail-low-empty, gnus-summary-selected)
18167 (gnus-summary-cancelled, gnus-summary-high-ticked)
18168 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18169 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18170 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18171 (gnus-summary-low-undownloaded)
18172 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18173 (gnus-summary-low-unread, gnus-summary-normal-unread)
18174 (gnus-summary-high-read, gnus-summary-low-read)
18175 (gnus-summary-normal-read, gnus-splash):
18176 Remove "-face" suffix from face names.
18177 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18178 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18179 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18180 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18181 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18182 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18183 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18184 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18185 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18186 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18187 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18188 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18189 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18190 (gnus-summary-normal-ticked-face)
18191 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18192 (gnus-summary-normal-ancient-face)
18193 (gnus-summary-high-undownloaded-face)
18194 (gnus-summary-low-undownloaded-face)
18195 (gnus-summary-normal-undownloaded-face)
18196 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18197 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18198 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18199 (gnus-splash-face):
18200 New backward-compatibility aliases for renamed faces.
18201 (gnus-group-startup-message): Use renamed gnus faces.
18202
18203 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18204 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18205 (gnus-server-agent): Remove "-face" suffix from face names.
18206 (gnus-server-agent-face, gnus-server-opened-face)
18207 (gnus-server-closed-face, gnus-server-denied-face)
18208 (gnus-server-offline-face):
18209 New backward-compatibility aliases for renamed faces.
18210 (gnus-server-agent-face, gnus-server-opened-face)
18211 (gnus-server-closed-face, gnus-server-denied-face)
18212 (gnus-server-offline-face): Use renamed gnus faces.
18213
18214 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18215 Remove "-face" suffix from face names.
18216 (gnus-picon-xbm-face, gnus-picon-face):
18217 New backward-compatibility aliases for renamed faces.
18218
18219 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18220 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18221 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18222 (gnus-cite-11): Remove "-face" suffix from face names.
18223 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18224 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18225 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18226 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18227 New backward-compatibility aliases for renamed faces.
18228 (gnus-cite-attribution-face, gnus-cite-face-list)
18229 (gnus-article-boring-faces): Use renamed gnus faces.
18230
18231 * gnus-art.el (gnus-signature, gnus-header-from)
18232 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18233 (gnus-header-content): Remove "-face" suffix from face names.
18234 (gnus-signature-face, gnus-header-from-face)
18235 (gnus-header-subject-face, gnus-header-newsgroups-face)
18236 (gnus-header-name-face, gnus-header-content-face):
18237 New backward-compatibility aliases for renamed faces.
18238 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18239
18240 * gnus-sum.el (gnus-summary-selected-face)
18241 (gnus-summary-highlight): Use renamed gnus faces.
18242 * gnus-group.el (gnus-group-highlight): Likewise.
18243
18244 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18245
18246 * gnus-sieve.el (gnus-sieve-article-add-rule):
18247 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18248 * spam-stat.el (spam-stat-buffer-change-to-spam)
18249 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18250
18251 * message.el (message-is-yours-p):
18252 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18253
18254 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18255
18256 * mm-view.el (mm-inline-text): Withdraw the last change.
18257
18258 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18259
18260 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18261 executing enriched-decode.
18262
18263 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18264
18265 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18266 charset of tar files.
18267
18268 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18269
18270 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18271
18272 2005-06-04 Lute Kamstra <lute@gnu.org>
18273
18274 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18275 information is never recorded.
18276
18277 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18280
18281 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18282
18283 * pop3.el (pop3-apop): Run md5 in the binary mode.
18284
18285 * starttls.el (starttls-set-process-query-on-exit-flag):
18286 Use eval-and-compile.
18287
18288 2005-05-31 Simon Josefsson <jas@extundo.com>
18289
18290 * smime.el (smime-replace-in-string): Define.
18291 (smime-cert-by-ldap-1): Use it.
18292
18293 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18294
18295 * gnus-art.el (article-display-x-face): Replace
18296 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18297
18298 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18299 set-process-query-on-exit-flag or process-kill-without-query.
18300
18301 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18302 loop instead of replace-regexp.
18303
18304 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18305 instead of process-kill-without-query if it is available.
18306
18307 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18308 instead of find-file-hooks if it is available.
18309
18310 * mml1991.el: Bind pgg-default-user-id when compiling.
18311
18312 * mml2015.el: Bind pgg-default-user-id when compiling.
18313
18314 * nndraft.el (nndraft-request-associate-buffer):
18315 Use write-contents-functions instead of write-contents-hooks if it is
18316 available.
18317
18318 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18319 instead of find-file-hooks if it is available.
18320
18321 * nntp.el (nntp-open-connection): Replace
18322 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18323 (nntp-open-ssl-stream): Ditto.
18324 (nntp-open-tls-stream): Ditto.
18325
18326 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18327 set-process-query-on-exit-flag or process-kill-without-query.
18328 (starttls-open-stream-gnutls): Use it instead of
18329 process-kill-without-query.
18330 (starttls-open-stream): Ditto.
18331
18332 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18333
18334 * smime.el (smime-cert-by-ldap-1): Don't use
18335 replace-regexp-in-string.
18336
18337 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18338
18339 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18340
18341 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18342 in PEM format. Adjust to the XEmacs compatibility.
18343
18344 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18345
18346 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18347 by `string-to-number'.
18348 * gnus-agent.el (gnus-agent-regenerate-group)
18349 (gnus-agent-fetch-articles): Ditto.
18350 * gnus-art.el (gnus-button-fetch-group): Ditto.
18351 * gnus-cache.el (gnus-cache-generate-active)
18352 (gnus-cache-articles-in-group): Ditto.
18353 * gnus-group.el (gnus-group-set-current-level)
18354 (gnus-group-insert-group-line): Ditto.
18355 * gnus-score.el (gnus-score-set-expunge-below)
18356 (gnus-score-set-mark-below, gnus-summary-score-effect)
18357 (gnus-summary-score-entry): Ditto.
18358 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18359 (gnus-soup-pack): Ditto.
18360 * gnus-spec.el (gnus-xmas-format): Ditto.
18361 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18362 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18363 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18364 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18365 * nndb.el (nndb-get-remote-expire-response): Ditto.
18366 * nndiary.el (nndiary-parse-schedule-value)
18367 (nndiary-string-to-number, nndiary-request-replace-article)
18368 (nndiary-request-article): Ditto.
18369 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18370 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18371 * nneething.el (nneething-make-head): Ditto.
18372 * nnfolder.el (nnfolder-request-article)
18373 (nnfolder-retrieve-headers): Ditto.
18374 * nnheader.el (nnheader-file-to-number): Ditto.
18375 * nnkiboze.el (nnkiboze-request-article): Ditto.
18376 * nnmail.el (nnmail-process-unix-mail-format)
18377 (nnmail-process-babyl-mail-format): Ditto.
18378 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18379 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18380 (nnmh-request-create-group, nnmh-request-list-1)
18381 (nnmh-request-group, nnmh-request-article): Ditto.
18382 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18383 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18384 * nnsoup.el (nnsoup-make-active): Ditto.
18385 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18386 * nntp.el (nntp-find-group-and-number)
18387 (nntp-retrieve-headers-with-xover): Ditto.
18388 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18389 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18390 (pgg-format-key-identifier): Ditto.
18391 * pop3.el (pop3-last, pop3-stat): Ditto.
18392 * qp.el (quoted-printable-decode-region): Ditto.
18393
18394 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18395 of concat.
18396
18397 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18398
18399 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18400
18401 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18402
18403 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18404
18405 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18406
18407 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18408
18409 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18410
18411 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18412 (gnus-carpal-mode): Ditto.
18413
18414 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18415 (gnus-browse-mode): Ditto.
18416
18417 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18418
18419 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18420
18421 2005-05-29 Richard M. Stallman <rms@gnu.org>
18422
18423 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18424
18425 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18426
18427 * gnus-util.el (gnus-run-mode-hooks): New function.
18428
18429 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18430
18431 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18432
18433 * gnus-agent.el (gnus-agent-make-mode-line-string):
18434 Use mode-line-highlight as mouse-face.
18435
18436 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18437
18438 * canlock.el (canlock): Change the parent group to news.
18439
18440 * deuglify.el (gnus-outlook-deuglify): Add :group.
18441
18442 * dig.el (dig): Add :group.
18443
18444 * dns-mode.el (dns-mode): Add :group.
18445
18446 * encrypt.el (encrypt): Add :group.
18447
18448 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18449 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18450 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18451 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18452 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18453
18454 * gnus-diary.el (gnus-diary): Add :group.
18455
18456 * gnus.el (gnus-group-news-1-face): Add :group.
18457 (gnus-group-news-1-empty-face): Ditto.
18458 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18459 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18460 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18461 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18462 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18463 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18464 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18465 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18466 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18467 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18468 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18469 (gnus-summary-high-ticked-face): Ditto.
18470 (gnus-summary-low-ticked-face): Ditto.
18471 (gnus-summary-normal-ticked-face): Ditto.
18472 (gnus-summary-high-ancient-face): Ditto.
18473 (gnus-summary-low-ancient-face): Ditto.
18474 (gnus-summary-normal-ancient-face): Ditto.
18475 (gnus-summary-high-undownloaded-face): Ditto.
18476 (gnus-summary-low-undownloaded-face): Ditto.
18477 (gnus-summary-normal-undownloaded-face): Ditto.
18478 (gnus-summary-high-unread-face): Ditto.
18479 (gnus-summary-low-unread-face): Ditto.
18480 (gnus-summary-normal-unread-face): Ditto.
18481 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18482 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18483
18484 * hashcash.el (hashcash): New custom group.
18485 (hashcash-default-payment): Add :group.
18486 (hashcash-payment-alist): Ditto.
18487 (hashcash-default-accept-payment): Ditto.
18488 (hashcash-accept-resources): Ditto.
18489 (hashcash-path): Ditto.
18490 (hashcash-extra-generate-parameters): Ditto.
18491 (hashcash-double-spend-database): Ditto.
18492 (hashcash-in-news): Ditto.
18493
18494 * message.el (message-minibuffer-local-map): Add :group.
18495
18496 * netrc.el (netrc): Add :group.
18497
18498 * sieve-manage.el (sieve-manage-log): Add :group.
18499 (sieve-manage-default-user): Diito.
18500 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18501 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18502 (sieve-manage-authenticators): Ditto.
18503 (sieve-manage-authenticator-alist): Ditto.
18504 (sieve-manage-default-port): Ditto.
18505
18506 * sieve-mode.el (sieve-control-commands-face): Add :group.
18507 (sieve-action-commands-face): Ditto.
18508 (sieve-test-commands-face): Ditto.
18509 (sieve-tagged-arguments-face): Ditto.
18510
18511 * smime.el (smime): Add :group.
18512
18513 * spam-report.el (spam-report): Add :group.
18514
18515 * spam.el (spam, spam-face): Add :group.
18516
18517 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18518
18519 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18520 return \n.\n.\n at the end of articles. Protect against that.
18521 (nntp-with-open-group): Allow debugging.
18522
18523 * nnheader.el (mail-header-set-extra): Make into a function
18524 because I just could't understand how to quote the list properly.
18525
18526 * dns.el (query-dns-cached): New function.
18527
18528 2005-05-26 Lute Kamstra <lute@gnu.org>
18529
18530 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18531
18532 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18533
18534 * gnus-art.el: Don't autoload mail-extract-address-components.
18535
18536 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18537 eval-and-compile to evaluate it.
18538
18539 * hashcash.el: Don't autoload executable-find.
18540
18541 * nndb.el: Don't declare the nndb back end two or more times; don't
18542 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18543
18544 * nntp.el: Autoload format-spec instead of format; use
18545 eval-and-compile to evaluate autoload forms.
18546
18547 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18548
18549 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18550
18551 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18552
18553 * gnus.el (gnus-version-number): Bump version.
18554
18555 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18556
18557 * gnus.el: No Gnus v0.3 is released.
18558
18559 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18560
18561 * gnus-art.el (gnus-article-edit-part): Disable undo.
18562
18563 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18564
18565 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18566 gnus-article-date-lapsed-new-header is t if date timer is active;
18567 skip headers in which the original date value is empty.
18568 (gnus-article-save-original-date): Redefine it as a macro.
18569 (gnus-display-mime): Use it.
18570
18571 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18572
18573 * gnus-art.el (article-date-ut): Support converting date in
18574 forwarded parts as well.
18575 (gnus-article-save-original-date): New function.
18576 (gnus-display-mime): Use it.
18577
18578 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18579
18580 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18581 enclosure element of <item>.
18582
18583 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18584
18585 * message.el (message-kill-buffer-query): Rename from
18586 `message-kill-buffer-query-if-modified'. Add :version.
18587
18588 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18589
18590 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18591 window layout.
18592
18593 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18594
18595 * mml.el: Autoload dnd when compiling.
18596
18597 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18598
18599 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18600 x-dnd-*.
18601
18602 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18603
18604 * qp.el (quoted-printable-encode-region): Save excursion.
18605
18606 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18607
18608 * message.el (message-kill-buffer-query-if-modified): Add new variable
18609 so the user can kill a modified message buffer quickly.
18610 (message-kill-buffer): Use it.
18611
18612 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18613
18614 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18615 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18616
18617 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18618
18619 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18620 contained in text because xml.el decodes entities) with LFs.
18621
18622 2005-04-11 Lute Kamstra <lute@gnu.org>
18623
18624 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18625 differently.
18626
18627 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18628
18629 * mm-util.el (mm-detect-coding-region): Typo.
18630
18631 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18632
18633 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18634
18635 2005-04-06 Deepak Goel <deego@gnufans.org>
18636
18637 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18638 user-function allow user modifications of the scores.
18639 (spam-stat-score-buffer-user): New function, to allow
18640 user-computed modifications to the score.
18641 (spam-stat-score-buffer-user-functions): List of additional
18642 scoring functions.
18643 (spam-stat-error-holder): Global temporary error holder.
18644 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18645 variable.
18646
18647 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
18648
18649 * gnus-registry.el (gnus-registry-clean-empty-function)
18650 (gnus-registry-trim, gnus-registry-fetch-groups)
18651 (gnus-registry-delete-group): Groups that match
18652 `gnus-registry-ignored-groups' are removed from the registry
18653 entries, not just ignored for splitting. This helps clean up the
18654 registry. Also, `gnus-registry-fetch-groups' is a convenient way
18655 to get all the groups a message ID is in.
18656
18657 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18658 (spam-stat-split-fancy): Change "threshhold" to "threshold".
18659 (spam-stat-score-buffer-user-functions): Add :number custom type.
18660
18661 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18664 argument in XEmacs.
18665
18666 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18667 (nnrss-request-group): Decode group name first.
18668 (nnrss-request-article): Make a text/plain article if mml-to-mime
18669 failed.
18670 (nnrss-get-encoding): Return a compatible encoding according to
18671 nnrss-compatible-encoding-alist.
18672 (nnrss-find-el): Use consp instead of listp.
18673 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18674
18675 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18676
18677 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18678 which Emacs 20 doesn't support.
18679 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18680
18681 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18682
18683 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18684 silence the byte compiler inside the defun.
18685
18686 * gnus-demon.el (parse-time-string): Add autoload.
18687
18688 * gnus-delay.el (parse-time-string): Add autoload.
18689
18690 * gnus-art.el (parse-time-string): Add autoload.
18691
18692 * nnultimate.el (parse-time): Require for `parse-time-string'.
18693
18694 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18695
18696 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18697
18698 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18699
18700 * smime.el (smime-ldap-host-list): Add :version.
18701
18702 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18703
18704 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18705 pass it to `gnus-browse-read-group'.
18706 (gnus-browse-read-group): Add NUMBER argument and pass it to
18707 `gnus-group-read-ephemeral-group'.
18708
18709 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18710 argument and pass it to `gnus-group-read-group'.
18711
18712 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
18713
18714 * mm-util.el (mm-xemacs-find-mime-charset): Only call
18715 mm-xemacs-find-mime-charset-1 if we have the mule feature
18716 available at runtime.
18717
18718 2005-03-25 Werner Lemberg <wl@gnu.org>
18719
18720 * nnmaildir.el: Replace `illegal' with `invalid'.
18721
18722 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * gnus-start.el (gnus-display-time-event-handler):
18725 Check display-time-timer at runtime rather than only at load time
18726 in case display-time-mode is turned off in the mean time.
18727
18728 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18729
18730 * nnimap.el (nnimap-open-connection): Print which authinfo file is
18731 used.
18732
18733 * nneething.el (nneething-map-file-directory): Derive from
18734 `gnus-directory'.
18735
18736 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18737 the To/Cc button.
18738
18739 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18740
18741 * nnmaildir.el (nnmaildir-request-accept-article):
18742 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18743
18744 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18745
18746 * gnus-async.el: Require timer-funcs at compile time when in
18747 XEmacs for `run-with-idle-timer'.
18748
18749 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18750
18751 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18752 autoloaded function.
18753
18754 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18757
18758 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
18759
18760 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18761
18762 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18763
18764 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18765 Add gnus-expert-user to default.
18766
18767 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
18768
18769 * nnimap.el (nnimap-open-server): Ditto.
18770
18771 * imap.el (imap-authenticate): Fix typo.
18772
18773 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
18774
18775 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18776 buffer (since IMAP server might return FETCH response out of
18777 order, and the nntp buffer must be sorted).
18778
18779 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
18780
18781 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18782 comparison on string.
18783
18784 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18785 (gnus-agent-score): Rename category keywords to match gnus-cus.
18786 (gnus-agent-summary-fetch-series): Modify to protect against
18787 gnus-agent-summary-fetch-group clearing processable flags.
18788 (gnus-agent-synchronize-group-flags): Update live group buffer as
18789 synchronization may occur due to the user toggle the plugged
18790 status.
18791 (gnus-agent-fetch-group-1): Clear downloadable flag when article
18792 successfully downloaded.
18793 (gnus-agent-expire-group-1): Avoid using markers when the overview
18794 is in ascending order; greatly improves performance.
18795 (gnus-agent-regenerate-group):
18796 Use gnus-agent-synchronize-group-flags to reset read status in both
18797 gnus and server.
18798 (gnus-agent-update-files-total-fetched-for): Fix initial size.
18799
18800 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18801
18802 * message.el: Don't autoload former message-utils variables.
18803 (message-strip-subject-trailing-was): Change doc string.
18804
18805 * nnweb.el: Fixes for `gnus-group-make-web-group'.
18806 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
18807 (nnweb-google-search): Add "hl=en" here.
18808 (nnweb-google-parse-1, nnweb-google-create-mapping):
18809 Don't hardcode URL.
18810
18811 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18812
18813 * message.el (message-get-reply-headers, message-followup):
18814 Mention related variables `message-use-followup-to' and
18815 `message-use-mail-followup-to', in the information buffer.
18816
18817 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18818 of broken groups(-beta).google.com.
18819
18820 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
18821
18822 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18823 parameter to invoked gnus-request-move-article; remove the
18824 redundant gnus-sum-hint-move-is-internal variable; apply the marks
18825 all at once instead of once per article.
18826 (gnus-summary-remove-process-mark): Accept a list of articles as
18827 well as a single article for processing.
18828
18829 * gnus-int.el (gnus-request-move-article): Add move-is-internal
18830 parameter.
18831
18832 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18833
18834 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18835
18836 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18837 parameter.
18838
18839 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18840 parameter.
18841
18842 * nnimap.el (nnimap-request-move-article): Add move-is-internal
18843 parameter and remove the gnus-sum-hint-move-is-internal variable.
18844
18845 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18846 parameter.
18847
18848 * nndraft.el (nndraft-request-move-article): Add move-is-internal
18849 parameter.
18850
18851 * nndiary.el (nndiary-request-move-article): Add move-is-internal
18852 parameter.
18853
18854 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18855
18856 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18857 parameter.
18858
18859 * nnagent.el (nnagent-request-move-article): Add move-is-internal
18860 parameter.
18861
18862 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18865 a more conservative way.
18866
18867 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18870 buffer, so it moves the window's cursor.
18871
18872 2005-02-26 Arne Jørgensen <arne@arnested.dk>
18873
18874 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18875 `mm-dissect-multipart' and receive the from field as an (optional)
18876 argument from `mm-dissect-multipart'.
18877 (mm-dissect-multipart): Receive the from field as an argument and
18878 pass it on when we call `mm-dissect-buffer' on MIME parts.
18879 Fixes verification/decryption of signed/encrypted MIME parts.
18880
18881 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
18882
18883 * gnus-sum.el (gnus-summary-move-article):
18884 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18885 whatever it calls (right now, only nnimap-request-move article
18886 respects it).
18887
18888 * nnimap.el (nnimap-request-move-article):
18889 When gnus-sum-hint-move-is-internal is set, don't do the extra
18890 nnimap-request-article.
18891
18892 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18893
18894 * nnheader.el (nnheader-find-file-noselect): Add doc string.
18895
18896 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18897 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18898
18899 * gnus-sum.el (gnus-summary-caesar-message):
18900 Apply `gnus-treat-article' after rotation.
18901
18902 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18903 doc string.
18904
18905 2005-02-22 Simon Josefsson <jas@extundo.com>
18906
18907 * encrypt.el (encrypt-password-cache-expiry): Remove (use
18908 `password-cache-expiry' instead). Reported by Arne Jørgensen
18909 <arne@arnested.dk>.
18910 (encrypt): Add password-cache and password-cache-expiry as group
18911 members.
18912
18913 2005-02-22 Arne Jørgensen <arne@arnested.dk>
18914
18915 * smime.el (smime-ldap-host-list): Doc fix.
18916 (smime-ask-passphrase): Use `password-read-and-add' to read (and
18917 cache) password.
18918 (smime-sign-region): Use it.
18919 (smime-decrypt-region): Use it.
18920 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18921 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18922 fails.
18923 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18924 certificate from DER to PEM format rather than calling openssl.
18925
18926 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18927
18928 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18929 for signing/encryption.
18930
18931 * mml.el (mml-parse-1): Use them.
18932
18933 2005-02-21 Arne Jørgensen <arne@arnested.dk>
18934
18935 * nnrss.el (nnrss-verbose): Remove.
18936 (nnrss-request-group): Use `nnheader-message' instead.
18937
18938 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
18939
18940 * nnrss.el (nnrss-verbose): New variable.
18941 (nnrss-request-group): Make it say nnrss is requesting a group.
18942
18943 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18944
18945 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18946 Handle news URL with given port correctly.
18947
18948 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18949
18950 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18951 containing special characters.
18952
18953 * gnus-sum.el (gnus-summary-edit-article): Ditto.
18954
18955 * mml.el (mime-to-mml): Ditto.
18956
18957 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18958 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18959 (rfc2047-decode-region): Quote decoded words containing special
18960 characters when rfc2047-quote-decoded-words-containing-tspecials
18961 is non-nil.
18962
18963 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
18964
18965 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18966
18967 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18968
18969 2005-02-15 Simon Josefsson <jas@extundo.com>
18970
18971 * nnimap.el (nnimap-debug): Doc fix.
18972
18973 * imap.el (imap-debug): Doc fix.
18974
18975 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18976
18977 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18978
18979 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
18980
18981 * gnus.el (spam-contents): Improve docs for spam-contents
18982 parameter in its variable incarnation.
18983
18984 2005-02-14 Simon Josefsson <jas@extundo.com>
18985
18986 * smime-ldap.el: Use require instead of load-library for ldap.
18987 (smime-ldap-search): Indent.
18988 (smime-ldap-search-internal): Shorten line.
18989
18990 * smime.el (smime-cert-by-dns): Add doc-string.
18991 (smime-cert-by-ldap-1): Indent.
18992
18993 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18994 mml-smime-get-dns-ldap.
18995 (mml-smime-encrypt-query): Use new function. Default to ldap.
18996
18997 2005-02-14 Arne Jørgensen <arne@arnested.dk>
18998
18999 * smime.el: Require smime-ldap.
19000 (smime-ldap-host-list): New variable.
19001 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19002
19003 * mml-smime.el (mml-smime-encrypt-query): New function.
19004 (mml-smime-encrypt-query): Use it.
19005
19006 * smime-ldap.el: New file.
19007
19008 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19009
19010 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19011
19012 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19013
19014 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19015 argument in doc string. Make query for type more clear.
19016
19017 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19018
19019 * gnus.el (gnus-group-startup-message): Search for gnus images in
19020 etc/images/gnus.
19021 * mm-util.el (mm-image-load-path): Likewise.
19022 * smiley.el (smiley-data-directory): Search for smilies in
19023 etc/images/smilies.
19024
19025 2005-02-09 Kim F. Storm <storm@cua.dk>
19026
19027 Change Emacs release version from 21.4 to 22.1 throughout.
19028 Change Emacs development version from 21.3.50 to 22.0.50.
19029
19030 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19031
19032 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19033
19034 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19035 non-Mule XEmacs as well.
19036 (mm-decompress-buffer): Signal an error intentionally if it does
19037 not decompress compressed data because auto-compression-mode is
19038 disabled.
19039
19040 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19041
19042 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19043 an ID in the registry even if it has no groups.
19044
19045 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19046
19047 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19048 merge it into mm-decompress-buffer.
19049 (gnus-mime-copy-part): Use the MIME part charset, the value which
19050 a user specified or gnus-newsgroup-charset for decoding, like
19051 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19052 save-buffer what was used. Suggested by Kevin Ryde
19053 <user42@zip.com.au>.
19054 (gnus-mime-inline-part): Allow the name parameter as well as the
19055 filename parameter; force decompressing of compressed data; always
19056 display contents being not decoded as unibyte.
19057
19058 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19059 as well as the filename parameter.
19060
19061 * mm-util.el (mm-decompress-buffer):
19062 Merge gnus-mime-jka-compr-maybe-uncompress.
19063 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19064 of compressed data.
19065
19066 2005-02-08 Simon Josefsson <jas@extundo.com>
19067
19068 * imap.el (imap-log): Doc fix.
19069
19070 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19071
19072 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19073 the coding cookies; decompress compressed parts.
19074
19075 * mml.el (mml-generate-mime-1): Add the charset parameter according
19076 to the value which a user specified manually or the coding cookie.
19077
19078 * mm-util.el (mm-string-to-multibyte): New function.
19079 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19080 (mm-coding-system-to-mime-charset): New function.
19081 (mm-decompress-buffer): New function.
19082 (mm-find-buffer-file-coding-system): New function.
19083
19084 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19085 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19086 parts.
19087
19088 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19089
19090 * mm-view.el (mm-display-inline-fontify): Decode a part according
19091 to the charset parameter.
19092
19093 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19094
19095 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19096 prefix arg is neither nil nor a number, as info specifies.
19097
19098 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19099
19100 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19101 timestamps.
19102
19103 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19104
19105 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19106 groups error checking and notify user.
19107
19108 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19109
19110 * message.el (message-send-mail-function): Check existence of
19111 sendmail-program first before using default value
19112 `message-send-mail-with-sendmail'. Otherwise use more generic
19113 `smtpmail-send-it'.
19114
19115 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19116
19117 * nntp.el (nntp-request-update-info): Always return nil.
19118
19119 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19122
19123 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * message.el (message-beginning-of-line): Change the behavior when
19126 invoked between BOL and : so that it first moves backward.
19127
19128 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19129
19130 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19131 article buffer when editing of the article is discarded.
19132 (gnus-article-prepare): Revert.
19133
19134 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19135
19136 * gnus-art.el (gnus-article-prepare):
19137 Remove message-strip-forbidden-properties from the local hook.
19138
19139 2005-01-27 Simon Josefsson <jas@extundo.com>
19140
19141 * password.el (password-cache-add): Only start one timer per key.
19142 Reported by Derek Atkins <warlord@MIT.EDU>.
19143
19144 2005-01-26 Steve Youngs <steve@sxemacs.org>
19145
19146 * run-at-time.el: Remove. It is no longer needed as
19147 timer-funcs.el in the xemacs-base package has a working version of
19148 `run-at-time'.
19149
19150 * password.el: Require timer-funcs instead of run-at-time in
19151 XEmacs.
19152 Remove `password-run-at-time' macro.
19153 (password-cache-add): Use `run-at-time' instead of
19154 `password-run-at-time'.
19155
19156 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19157 for `run-with-idle-timer'.
19158
19159 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19160 for `run-at-time'.
19161
19162 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19163 for `with-timeout'.
19164
19165 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19166
19167 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19168 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19169
19170 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19171
19172 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19173 sensitively.
19174
19175 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19176
19177 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19178
19179 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19180
19181 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19182 which will be inserted according to the multibyteness of a buffer
19183 rather than the type of contents. Suggested by ARISAWA Akihiro
19184 <ari@mbf.ocn.ne.jp>.
19185
19186 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19187 of string which old xml.el may return rather than a string.
19188
19189 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19190
19191 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19192
19193 2005-01-16 Simon Josefsson <jas@extundo.com>
19194
19195 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19196 idn/idna.el isn't available.
19197 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19198 <michael@waxrat.com>.
19199
19200 * hashcash.el: Remove non-FSF copyright header.
19201
19202 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19203 (hashcash-generate-payment): Use it.
19204 (hashcash-generate-payment-async): Use it.
19205
19206 2005-01-15 Simon Josefsson <jas@extundo.com>
19207
19208 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19209 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19210
19211 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19212 gnus-summary-idna-message.
19213 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19214 (gnus-summary-idna-message): New function.
19215
19216 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19217
19218 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19219 gnus-novice-user.
19220
19221 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19222
19223 * nnrss.el (nnrss-request-delete-group): Delete entries in
19224 nnrss-group-alist as well.
19225 (nnrss-save-server-data): Insert newline.
19226
19227 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19228
19229 * gnus.el (gnus-user-agent): Use list of symbols instead of
19230 symbols. Display full version number for (S)XEmacs.
19231 Optionally display (S)XEmacs codename.
19232
19233 * gnus-util.el (gnus-emacs-version): Update for new
19234 `gnus-user-agent'.
19235
19236 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19237 Gnus version.
19238
19239 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19240
19241 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19242 which is unreadable in some setups.
19243
19244 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19245
19246 * gnus-spec.el (gnus-update-format-specifications): Flush the
19247 group format spec cache if it doesn't support decoded group names.
19248
19249 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19250
19251 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19252 Allow to apply decay on score files matching a regexp.
19253
19254 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19255
19256 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19257 compatibility in %g and %c.
19258
19259 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19260
19261 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19262 name for only %g and %c.
19263 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19264 of gnus-tmp-group to decoded group name.
19265 (gnus-group-make-rss-group): Exclude `/'s from group names.
19266
19267 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19268
19269 * nnrss.el (nnrss-get-encoding): Fix regexp.
19270
19271 2004-12-27 Simon Josefsson <jas@extundo.com>
19272
19273 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19274 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19275 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19276
19277 2004-12-17 Kim F. Storm <storm@cua.dk>
19278
19279 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19280
19281 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19282
19283 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19284
19285 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19286
19287 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19288
19289 * nnrss.el: Require rfc2047 and mml.
19290 (nnrss-file-coding-system): New variable.
19291 (nnrss-format-string): Redefine it as an inline function.
19292 (nnrss-decode-group-name): New function.
19293 (nnrss-string-as-multibyte): Remove.
19294 (nnrss-retrieve-headers): Decode group name; don't use
19295 nnrss-format-string.
19296 (nnrss-request-group): Decode group name.
19297 (nnrss-request-article): Decode group name; allow a Message-ID as
19298 well as an article number; don't use nnrss-format-string; encode a
19299 Message-ID string which may contain non-ASCII characters; use
19300 mml-to-mime to compose a MIME article.
19301 (nnrss-request-expire-articles): Decode group name.
19302 (nnrss-request-delete-group): Decode group name.
19303 (nnrss-fetch): Clarify error message.
19304 (nnrss-read-server-data): Use insert-file-contents instead of load;
19305 bind file-name-coding-system; use multibyte buffer.
19306 (nnrss-save-server-data): Bind coding-system-for-write to the
19307 value of nnrss-file-coding-system; bind file-name-coding-system;
19308 add coding cookie.
19309 (nnrss-read-group-data): Use insert-file-contents instead of load;
19310 bind file-name-coding-system; use multibyte buffer.
19311 (nnrss-save-group-data): Bind coding-system-for-write to the
19312 value of nnrss-file-coding-system; bind file-name-coding-system.
19313 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19314 make it work with non-ASCII text.
19315 (nnrss-find-el): Make it work with old xml.el as well.
19316
19317 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19318
19319 * nnrss.el (nnrss-get-encoding): New function.
19320 (nnrss-fetch): Use unibyte buffer initially; bind
19321 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19322 decode contents according to the encoding attribute.
19323 (nnrss-save-group-data): Add coding cookie.
19324 (nnrss-mime-encode-string): New function.
19325 (nnrss-check-group): Use it to encode subject and author.
19326
19327 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19328
19329 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19330 imaginary variable.
19331
19332 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19333
19334 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19335 correctly even if there are wide characters.
19336
19337 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19338
19339 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19340 downcased symbol names; make a new cache instead of reusing
19341 bbdb-hashtable.
19342
19343 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19344
19345 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19346 concatenating segments rather than before concatenating them.
19347 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19348
19349 * message.el (message-get-reply-headers): Bind `extra'.
19350
19351 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19352
19353 * message.el (message-extra-wide-headers): New variable.
19354 (message-get-reply-headers): Use it.
19355
19356 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19357
19358 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19359 (gnus-agent-group-pathname): Ditto.
19360
19361 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19362
19363 * gnus-group.el (gnus-group-make-group): Decode group name.
19364 (gnus-group-make-rss-group): Register the group data after opening
19365 the nnrss group.
19366
19367 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19368
19369 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19370 by expiry now get marked as read.
19371
19372 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19373
19374 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19375
19376 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19377
19378 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19379 unify Latin characters in XEmacs.
19380 (mm-find-mime-charset-region): Use it.
19381
19382 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19383
19384 * gnus-util.el (gnus-delete-directory): New function.
19385
19386 * gnus-agent.el (gnus-agent-delete-group): Use it.
19387
19388 * gnus-cache.el (gnus-cache-delete-group): Use it.
19389
19390 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19391
19392 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19393 names.
19394
19395 2004-12-16 Simon Josefsson <jas@extundo.com>
19396
19397 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19398
19399 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19400
19401 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19402
19403 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19404 (gnus-group-set-current-level): Decode group name.
19405
19406 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19407
19408 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19409 failed.
19410
19411 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19412
19413 * gnus-group.el (gnus-group-delete-group): Decode group name.
19414 (gnus-group-make-rss-group): Encode group name.
19415 (gnus-group-catchup-current): Decode group name.
19416 (gnus-group-kill-group): Decode group name.
19417
19418 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19419
19420 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19421
19422 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19423
19424 * gnus-group.el (gnus-group-make-rss-group):
19425 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19426
19427 * gnus-start.el (gnus-setup-news): Honor user's setting to
19428 gnus-message-archive-method. Suggested by Lute Kamstra
19429 <lute@gnu.org>.
19430
19431 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19432
19433 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19434 global counterparts of the buffer-local variables.
19435
19436 2004-11-16 Romain Francoise <romain@orebokech.com>
19437
19438 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19439 counterparts of the buffer-local variables.
19440
19441 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19442
19443 * message.el (message-forbidden-properties): Fix typo in doc
19444 string.
19445
19446 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19447
19448 * gnus-util.el (gnus-replace-in-string): Add doc string.
19449
19450 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19451 to avoid problems when splitting mails with many recipients.
19452
19453 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19456 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19457
19458 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19459
19460 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19461 if there is no hashtable in memory or file modification time is
19462 newer than cached timestamp.
19463
19464 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19465
19466 * gnus-sum.el (gnus-summary-limit-to-recipient):
19467 Implement not-matching option.
19468
19469 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19470
19471 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19472 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19473 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19474 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19475 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19476 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19477
19478 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19479
19480 * message.el (message-forward-make-body-mml): Remove headers
19481 according to message-forward-ignored-headers if a message is decoded.
19482
19483 2004-12-02 Romain Francoise <romain@orebokech.com>
19484
19485 * message.el (message-forward-make-body-plain): Always remove
19486 headers according to message-forward-ignored-headers.
19487
19488 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19489
19490 * spam.el (spam-summary-prepare-exit): Remove the
19491 gnus-summary-limit pop for now, it has problems with ham marks for
19492 me.
19493
19494 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19495
19496 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19497 correctly.
19498
19499 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19500
19501 * format-spec.el (format-spec): Message the char.
19502
19503 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19504
19505 * gnus-art.el (gnus-split-methods): Reformat comments.
19506
19507 * spam.el (spam-summary-prepare-exit): Remove article limits
19508 before exiting the summary buffer.
19509
19510 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19511
19512 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19513 order to silence the byte compiler.
19514
19515 * spam.el: Fix the way to silence the byte compiler, which
19516 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19517 bbdb-search-simple, spam-BBDB-register-routine,
19518 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19519 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19520 spam-stat-buffer-is-spam, spam-stat-load,
19521 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19522 spam-stat-save and spam-stat-split-fancy.
19523
19524 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19525
19526 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19527 which may confuse users.
19528 (canlock-password-for-verify): Ditto.
19529
19530 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19531
19532 * gnus-art.el (gnus-emphasis-alist): Ditto.
19533
19534 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19535
19536 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19537
19538 * gnus-start.el (gnus-save-killed-list): Ditto.
19539
19540 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19541 (gnus-sum-thread-tree-root): Ditto.
19542 (gnus-sum-thread-tree-false-root): Ditto.
19543 (gnus-sum-thread-tree-single-indent): Ditto.
19544
19545 * message.el (message-courtesy-message): Ditto.
19546 (message-archive-note): Ditto.
19547 (message-subscribed-address-file): Ditto.
19548 (message-user-fqdn): Ditto.
19549
19550 * spam-report.el (spam-report-gmane-regex): Ditto.
19551
19552 * spam.el (spam-blackhole-good-server-regex): Ditto.
19553
19554 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19555
19556 * mml.el (mml-preview): Widen the message buffer before copying
19557 the contents to the preview buffer; sort headers before previewing.
19558
19559 * message.el (message-hidden-headers): Fix the way to avoid a bug
19560 in the `repeat' widget in Emacs 21.3 or earlier.
19561
19562 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19563
19564 * message.el (message-hidden-headers): Default to "^References:".
19565 Improve customization type. Suggested by Reiner Steib
19566 <Reiner.Steib@gmx.de>.
19567
19568 2004-11-25 Romain Francoise <romain@orebokech.com>
19569
19570 * message.el (message-strip-forbidden-properties): Remove check for
19571 obsolete `message-hidden' text property, hidden headers are not
19572 accessible in the buffer anymore.
19573
19574 2004-11-22 Romain Francoise <romain@orebokech.com>
19575
19576 * message.el (message-header-format-alist): Add `From' in list
19577 so that it can be sorted.
19578 (message-fix-before-sending): Widen and sort headers before
19579 sending.
19580 (message-hide-headers): Use narrowing to hide headers by moving
19581 them to the top of the buffer and narrowing to the region
19582 underneath.
19583
19584 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19585
19586 * message.el (message-strip-forbidden-properties):
19587 Bind buffer-read-only (etc) to nil.
19588
19589 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19590
19591 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19592 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19593
19594 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19595
19596 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19597
19598 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19599
19600 * dns.el (query-dns): Use sit-for to time instead of
19601 accept-process-output, since that doesn't seem to work on udp
19602 sockets.
19603
19604 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19605
19606 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19607
19608 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19609
19610 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19611 doc string. Improve doc string.
19612
19613 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19614
19615 * nntp.el (nntp-request-update-info): Return nil if
19616 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19617 may not call gnus-activate-group which uselessly issues the GROUP
19618 commands for all nntp groups and wastes time. Reported by Romain
19619 Francoise <romain@orebokech.com>.
19620
19621 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19622
19623 2004-11-15 Simon Josefsson <jas@extundo.com>
19624
19625 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19626 headers separately.
19627 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19628 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19629
19630 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19631
19632 * gnus-start.el (gnus-convert-old-newsrc):
19633 Assign legacy-gnus-agent to 5.10.7.
19634
19635 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19636
19637 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19638 start of the lines.
19639
19640 2004-11-14 Magnus Henoch <mange@freemail.hu>
19641
19642 * hashcash.el (hashcash-default-payment): Change default to 20.
19643 (hashcash-default-accept-payment): Change default to 20.
19644 (hashcash-process-alist): New variable.
19645 (hashcash-generate-payment-async): Add.
19646 (hashcash-already-paid-p): Add.
19647 (hashcash-insert-payment): Don't generate payments twice.
19648 (hashcash-insert-payment-async): Add.
19649 (hashcash-insert-payment-async-2): Add.
19650 (hashcash-cancel-async): Add.
19651 (hashcash-wait-async): Add.
19652 (hashcash-processes-running-p): Add.
19653 (hashcash-wait-or-cancel): Add.
19654 (mail-add-payment): New optional argument. Conditionally start
19655 asynchronous calculation.
19656 (mail-add-payment-async): Add.
19657
19658 * message.el (message-send-mail): Wait for asynchronous hashcash
19659 results. Don't clobber existing X-Hashcash headers.
19660 (message-setup-1): Call mail-add-payment-async when
19661 message-generate-hashcash is non-nil.
19662
19663 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19664
19665 * message.el (message-use-alternative-email-as-from): Examine the
19666 From header as well; use message-make-from in order to include a
19667 user's full name.
19668
19669 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
19670
19671 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19672 default; improve customization type.
19673 (gnus-emphasis-custom-with-format): New macro.
19674 (gnus-emphasis-custom-value-to-external): New function.
19675 (gnus-emphasis-custom-value-to-internal): New function.
19676
19677 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19678
19679 * dns.el (query-dns): Resolve reverse addresses.
19680
19681 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19682
19683 * gnus-group.el (gnus-group-get-new-news): Use it.
19684
19685 * gnus-start.el (gnus-check-reasonable-setup): New function.
19686
19687 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
19688
19689 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19690 "Args out of range" error. Reported by Arnaud Giersch
19691 <arnaud.giersch@free.fr>.
19692
19693 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
19694
19695 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19696
19697 2004-11-04 Richard M. Stallman <rms@gnu.org>
19698
19699 * spam.el (spam group): Add :version.
19700
19701 * pgg-def.el (pgg group): Add :version.
19702
19703 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
19704
19705 * gnus-art.el (gnus-article-edit-article): Don't associate the
19706 article buffer with a draft file. This is a temporary measure
19707 against the 2004-08-22 change to gnus-article-edit-mode.
19708
19709 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
19710
19711 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19712 (html2text-format-tags): Remove unused variable `attr'.
19713
19714 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
19715
19716 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19717
19718 * spam-stat.el (spam-stat): Add :version.
19719
19720 * sieve.el (sieve): Add :version.
19721
19722 * sha1.el (sha1): Add :version.
19723 (sha1-use-external): Remove redundant version.
19724
19725 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19726 (nnmail-cache-ignore-groups, nnmail-spool-hook)
19727 (nnmail-split-fancy-match-partial-words)
19728 (nnmail-split-lowercase-expanded): Add :version.
19729
19730 * nndiary.el (nndiary): Add :version.
19731
19732 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19733
19734 * mml-sec.el (mml-default-sign-method)
19735 (mml-default-encrypt-method, mml-signencrypt-style-alist):
19736 Add :version.
19737
19738 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19739
19740 * mm-url.el (mm-url-use-external, mm-url-program)
19741 (mm-url-arguments): Add :version.
19742
19743 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19744 (mm-attachment-file-modes, mm-decrypt-option)
19745 (mm-w3m-safe-url-regexp): Add :version.
19746
19747 * message.el (message-cite-prefix-regexp)
19748 (message-sendmail-envelope-from, message-minibuffer-local-map)
19749 (message-user-fqdn, message-completion-alist): Add :version.
19750
19751 * gnus-win.el (gnus-configure-windows-hook)
19752 (gnus-use-frames-on-any-display): Add :version.
19753
19754 * gnus-art.el (gnus-article-address-banner-alist)
19755 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19756 (gnus-treat-from-picon, gnus-treat-mail-picon)
19757 (gnus-treat-x-pgp-sig): Add :version.
19758
19759 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19760 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19761 (gnus-summary-article-delete-hook)
19762 (gnus-summary-display-while-building): Add :version.
19763
19764 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19765 (gnus-get-top-new-news-hook): Add :version.
19766
19767 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19768 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19769
19770 * gnus-registry.el (gnus-registry): Add :version.
19771
19772 * gnus-spec.el (gnus-use-correct-string-widths)
19773 (gnus-make-format-preserve-properties): Add :version.
19774
19775 * gnus.el (gnus-group-charter-alist)
19776 (gnus-group-fetch-control-use-browse-url)
19777 (gnus-install-group-spam-parameters): Add :version.
19778
19779 * gnus-diary.el (gnus-diary): Add :version.
19780
19781 * gnus-delay.el (gnus-delay): Add :version.
19782
19783 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19784 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19785 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19786 Add :version.
19787
19788 * gnus-agent.el (gnus-agent-max-fetch-size)
19789 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19790 (gnus-agent-prompt-send-queue): Add :version.
19791
19792 * deuglify.el (gnus-outlook-deuglify): Add :version.
19793
19794 * html2text.el: Beautify code. Improve doc strings.
19795 Some checkdoc cleanup.
19796 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19797
19798 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19799
19800 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19801
19802 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
19803
19804 * gnus-registry.el (gnus-registry-hashtb): Create the registry
19805 when package is loaded.
19806
19807 * spam.el (spam-summary-score-preferred-header): Add global preference
19808 for people who want to override the default SpamAssassin over
19809 Bogofilter preference (when both are set).
19810 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19811 (spam-user-format-function-S):
19812 Check spam-summary-score-preferred-header.
19813 (spam-extra-header-to-number): Add X-Bogosity header parsing.
19814 (spam-user-format-function-S): Format the score correctly.
19815
19816 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
19817
19818 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19819 signature file. Suggested by Manoj Srivastava
19820 <srivasta@golden-gryphon.com>.
19821
19822 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19823 iso-2022-jp even in the Japanese language environment.
19824 Suggested by Jason Rumney <jasonr@gnu.org>.
19825
19826 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
19827
19828 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19829 use the same characters as the dummy marks; make it free from
19830 getting affected by the language environment.
19831 (gnus-summary-read-group-1): Update mark positions only when the
19832 format spec is updated.
19833
19834 * gnus-spec.el (gnus-update-format-specifications): Return a list
19835 of updated types.
19836
19837 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
19838
19839 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19840 of boundp to check if display-warning is available.
19841
19842 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
19843
19844 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19845
19846 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19847
19848 * nnspool.el (nnspool-spool-directory): Use news-path if the
19849 news-directory variable is not bound.
19850
19851 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19852 function instead of display-warning if it is not available.
19853
19854 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19855
19856 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19857 v5-10: Use `point-at-bol'.
19858
19859 2004-10-26 Simon Josefsson <jas@extundo.com>
19860
19861 * hashcash.el: Fix URL in comment, reported by Cheng Gao
19862 <chenggao@gmail.com>.
19863
19864 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19865
19866 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
19867 instead.
19868
19869 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
19870
19871 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19872 to remove a server from the nnimap-server-buffer-alist.
19873 (nnimap-open-connection, nnimap-close-server): Use it.
19874
19875 * gnus-encrypt.el: Remove file in favor of encrypt.el.
19876
19877 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
19878
19879 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19880 running the major-mode function.
19881
19882 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19883
19884 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19885 dummy marks in the right way.
19886
19887 2004-10-18 David Edmondson <dme@dme.org>
19888
19889 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19890 excessively.
19891
19892 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
19893
19894 * gnus-util.el (gnus-split-references): Accept a nil references
19895 string and go on blissfully.
19896
19897 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19898 cases where the references string is non-nil but has no references.
19899
19900 * encrypt.el: Add autoload tags.
19901
19902 * spam.el (spam-resolve-registrations-routine): Remove article
19903 from unregistration list too. Reported by David Hanak
19904 <dhanak@isis.vanderbilt.edu>
19905
19906 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
19907
19908 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19909 nil. Change custom type.
19910
19911 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
19912
19913 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19914
19915 * gnus-sum.el (gnus-summary-move-article): Use it.
19916
19917 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
19918
19919 * encrypt.el: Add autoload cookies.
19920
19921 * spam.el (spam-backend-article-list-property)
19922 (spam-backend-get-article-todo-list)
19923 (spam-backend-put-article-todo-list)
19924 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19925 Resolve registrations separately.
19926 (spam-register-routine): Format comments.
19927 (spam-unregister-routine, spam-register-routine): Always call with
19928 specific-articles, no default list.
19929 (spam-summary-prepare-exit): Use the spam-classifications function.
19930
19931 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19932 gnus-encrypt.el.
19933
19934 * encrypt.el: Copied from gnus-encrypt.el.
19935
19936 * gnus-encrypt.el: Commented that it's obsolete.
19937
19938 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19939
19940 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19941 (gnus-score-save): Use it.
19942
19943 * message.el (message-bury): Use `window-dedicated-p'.
19944
19945 2004-10-15 Simon Josefsson <jas@extundo.com>
19946
19947 * pop3.el (top-level): Don't require nnheader.
19948 (pop3-read-timeout): Add.
19949 (pop3-accept-process-output): Add.
19950 (pop3-read-response, pop3-retr): Use it.
19951
19952 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
19953
19954 * spam.el (spam-register-routine): Move comment.
19955 (spam-verify-bogofilter): Use 'unknown for the initial
19956 spam-bogofilter-valid state, not 'never.
19957
19958 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19959 for netrc-machine.
19960
19961 * nnimap.el (nnimap-open-connection):
19962 Use netrc-machine-user-or-password.
19963
19964 2004-10-17 Richard M. Stallman <rms@gnu.org>
19965
19966 * gnus-registry.el (gnus-registry-unload-hook):
19967 Set as a variable with add-hook.
19968
19969 * nnspool.el (nnspool-spool-directory): Use news-directory instead
19970 of news-path.
19971
19972 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19973
19974 * spam.el: Delete duplicate `provide'.
19975 (spam-unload-hook): Set as a variable with add-hook.
19976
19977 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19978
19979 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19980 in the doc string.
19981
19982 * message.el (message-ignored-news-headers)
19983 (message-ignored-supersedes-headers)
19984 (message-ignored-resent-headers)
19985 (message-forward-ignored-headers): Improve custom type.
19986
19987 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
19988
19989 * message.el (message-tokenize-header): Fix 2004-09-06 change
19990 which used point-min in the wrong place.
19991
19992 2004-10-12 Simon Josefsson <jas@extundo.com>
19993
19994 * tls.el (tls-certtool-program): New variable.
19995 (tls-certificate-information): New function, based on
19996 ssl-certificate-information.
19997
19998 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
19999
20000 * compface.el: Move the version of ELisp-based uncompface program
20001 to the contrib directory because of the copyright problem.
20002
20003 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20004
20005 * message.el (message-kill-buffer): Raise the current frame.
20006
20007 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20008
20009 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20010
20011 * gnus.el (message-y-or-n-p): Autoload.
20012
20013 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20014 (pop3-password-required, pop3-authentication-scheme)
20015 (pop3-leave-mail-on-server): Make customizable.
20016 (pop3): New custom group.
20017 (pop3-retr): Remove `sleep-for' statements.
20018 Suggested by Dave Love <fx@gnu.org>.
20019
20020 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20021 Windows/DOS.
20022
20023 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20024 (imap-parse-body): Fix incorrect use of `assert'.
20025 Suggested by Dave Love <fx@gnu.org>.
20026
20027 * mml.el (mml-minibuffer-read-disposition): Require match.
20028 Suggested by Dave Love <fx@gnu.org>.
20029
20030 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20031
20032 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20033 doc string.
20034
20035 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20036
20037 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20038
20039 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20040
20041 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20042 instead of calling `mm-insert-inline', to decode text/* parts
20043 before displaying them.
20044
20045 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * mm-uu.el (mm-uu-text-plain-type): New variable.
20048 (mm-uu-pgp-signed-extract-1): Use it.
20049 (mm-uu-pgp-encrypted-extract-1): Use it.
20050 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20051 bind mm-uu-text-plain-type with that value.
20052 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20053 mm-uu-dissect.
20054
20055 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20056
20057 * gnus-group.el (gnus-update-group-mark-positions):
20058 * gnus-sum.el (gnus-update-summary-mark-positions):
20059 * message.el (message-check-news-body-syntax):
20060 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20061 of string-as-multibyte.
20062
20063 2004-10-05 Juri Linkov <juri@jurta.org>
20064
20065 * gnus-group.el (gnus-update-group-mark-positions):
20066 * gnus-sum.el (gnus-update-summary-mark-positions):
20067 * message.el (message-check-news-body-syntax):
20068 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20069 8-bit unibyte values to a multibyte string for search functions.
20070
20071 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20072
20073 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20074 (mm-uu-dissect-text-parts): New function.
20075
20076 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20077 dissect text parts.
20078
20079 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20080 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20081
20082 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20083
20084 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20085 Use gnus-current-topics instead of gnus-current-topic.
20086
20087 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20088
20089 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20090
20091 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20092
20093 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20094 where appropriate.
20095
20096 * nnml.el (nnml-generate-active-info): do.
20097
20098 * nndiary.el (nndiary-generate-active-info): do.
20099
20100 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20101 (gnus-topic-move): do.
20102
20103 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20104 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20105
20106 * gnus-srvr.el (gnus-server-prepare)
20107 (gnus-server-open-all-servers): do.
20108
20109 * gnus-msg.el (gnus-summary-cancel-article)
20110 (gnus-summary-resend-message)
20111 (gnus-summary-mail-crosspost-complaint): do.
20112
20113 * gnus-move.el (gnus-change-server): do.
20114
20115 * gnus-group.el (gnus-group-unmark-all-groups)
20116 (gnus-group-set-current-level): do.
20117
20118 2004-10-04 Simon Josefsson <jas@extundo.com>
20119
20120 * message.el (message-generate-hashcash): Doc fix.
20121
20122 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20123
20124 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20125 avoid infinite recursion via gnus-get-function.
20126
20127 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20128
20129 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20130
20131 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20132
20133 * nnmail.el (nnmail-split-history): do.
20134
20135 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20136 (nnml-request-delete-group): do.
20137
20138 * nnslashdot.el (nnslashdot-read-groups): do.
20139
20140 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20141 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20142
20143 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20144 (nnspool-sift-nov-with-sed): Use last.
20145 (nnspool-retrieve-headers-with-nov): Use mapc.
20146 (nnspool-request-newgroups): Use dolist.
20147 (nnspool-request-group): Use last.
20148
20149 * nntp.el (nntp-read-server-type): Use dolist.
20150
20151 * nnvirtual.el (nnvirtual-create-mapping)
20152 (nnvirtual-update-read-and-marked): Use dolist.
20153 (nnvirtual-convert-headers): Simplify.
20154
20155 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20156
20157 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20158 Add support for sync'ing tick marks.
20159
20160 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20161
20162 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20163 there's no visible header.
20164
20165 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20166
20167 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20168 When necessary, pass full group name to gnus-request-set-marks.
20169
20170 2004-10-01 Simon Josefsson <jas@extundo.com>
20171
20172 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20173 acroread.
20174
20175 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20176
20177 * spam-report.el (spam-report-gmane): Fix interactive.
20178
20179 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20180
20181 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20182 when writing file.
20183 (gnus-agent-synchronize-flags): Don't default to being
20184 interactive.
20185
20186 2004-09-30 Simon Josefsson <jas@extundo.com>
20187
20188 * message.el (message-generate-hashcash): Add.
20189 (message-send-mail): Use it, call mail-add-payment.
20190
20191 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20192
20193 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20194
20195 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20196
20197 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20198 gnus-request-update-info with explicit code to sync the in-memory
20199 info read flags with the marks being sync'd to the backend.
20200
20201 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20202
20203 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20204
20205 * spam.el (spam-verify-bogofilter): Add new function.
20206 (spam-check-bogofilter)
20207 (spam-bogofilter-register-with-bogofilter): Use it.
20208 (spam-verify-bogofilter): Add small fixes.
20209
20210 2004-09-28 Simon Josefsson <jas@extundo.com>
20211
20212 * hashcash.el (hashcash-generate-payment): Revert.
20213
20214 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20215
20216 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20217 Use gnus-extract-references instead of gnus-split-references.
20218
20219 * gnus-util.el (gnus-extract-references): Add new function, analogous
20220 to gnus-split-references but extracts only the message-ID without
20221 anything extra.
20222
20223 * hashcash.el (hashcash-generate-payment)
20224 (hashcash-check-payment): Do the right thing if hashcash-path is
20225 nil (because the hashcash program could not be found).
20226
20227 * spam.el (spam-use-hashcash): Remove comment.
20228
20229 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20230
20231 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20232 (gnus-cache-enter-article, gnus-cache-remove-article)
20233 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20234
20235 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20236
20237 * gnus-art.el (article-hide-boring-headers)
20238 (article-translate-strings, article-display-face)
20239 (gnus-article-mime-match-handle-first)
20240 (gnus-article-highlight-headers)
20241 (gnus-article-add-buttons-to-head): do.
20242
20243 2004-09-27 Simon Josefsson <jas@extundo.com>
20244
20245 * hashcash.el: New version, from
20246 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20247 ../contrib/.
20248
20249 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20250
20251 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20252
20253 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20254
20255 * gnus-dup.el (gnus-dup-open): Use mapc.
20256 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20257
20258 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20259 Reported by Stefan Wiens <s.wi@gmx.net>.
20260
20261 * gnus.el (gnus-shutdown): Use dolist.
20262
20263 * gnus-undo.el (gnus-undo): Use mapc.
20264
20265 * nnrss.el (nnrss-generate-active): do.
20266
20267 * message.el (message-cite-original-without-signature)
20268 (message-cite-original): Use mapc.
20269 (message-do-actions, message-make-forward-subject): Use dolist.
20270
20271 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20272
20273 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20274 deletion to remove entire duplicate line. Fixes merged article
20275 number bug.
20276
20277 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20278
20279 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20280 servers that are offline. Avoids having gnus-agent-toggle-plugged
20281 first ask if you want to open a server and then, even when you
20282 responded with no, asking if you want to synchronize the server's
20283 flags.
20284 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20285 multi-line expressions.
20286 (gnus-agent-synchronize-group-flags): New internal function.
20287 Updates marks in memory (in the info structure) AND in the
20288 backend.
20289
20290 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20291
20292 * nnagent.el (nnagent-request-set-mark):
20293 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20294 method, to ensure that synchronization updates marks in the
20295 backend and in the info (in memory) structure.
20296
20297 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20298
20299 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20300 convention fully; don't miss the root article of a thread; make
20301 the X-Draft-From header with correct article numbers.
20302
20303 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20304
20305 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20306 unless plugged. Disable the agent so that an open failure causes
20307 an error.
20308
20309 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20310 Revert 2004-09-21 change. The backend must be opened while
20311 synchronizing flags even when the backend stores the flags
20312 locally.
20313
20314 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20315
20316 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20317 in `header' match. Reported by Svend Tollak Munkejord.
20318
20319 * message.el (message-cite-original): Fix use of
20320 `message-cite-articles-with-x-no-archive'.
20321
20322 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20323
20324 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20325 (gnus-window-to-buffer): Ditto.
20326
20327 * mml.el (mml-preview-buffer): New variable.
20328 (mml-preview): Manage window layout with gnus-buffer-configuration.
20329
20330 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20331 X-Draft-From header even if those articles aren't quoted.
20332
20333 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20334
20335 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20336 (gnus-request-set-mark, gnus-request-update-mark): Use new
20337 g-s-t-u-l-m to decide to use backend even when unplugged.
20338
20339 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20340
20341 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20342 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20343
20344 2004-09-20 Simon Josefsson <jas@extundo.com>
20345
20346 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20347 "utf-16-le".
20348
20349 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20352
20353 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20354
20355 * uudecode.el (uudecode-use-external): Add :version.
20356
20357 * smime.el (smime-CA-file, smime-encrypt-cipher)
20358 (smime-dns-server): Add :version.
20359
20360 * smiley.el (gnus-smiley-file-types): Add :version.
20361
20362 * sha1.el (sha1-use-external): Add :version.
20363
20364 * pgg-def.el (pgg-query-keyserver): Add :version.
20365
20366 * nnmail.el (nnmail-fancy-expiry-targets)
20367 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20368 Add :version.
20369
20370 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20371 (nnimap-retrieve-groups-asynchronous): Add :version.
20372 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20373
20374 * mml.el (mml-content-disposition-parameters)
20375 (mml-insert-mime-headers-always): Add :version.
20376
20377 * mm-util.el (mm-coding-system-priorities): Add :version.
20378
20379 * mm-decode.el (mm-inline-text-html-with-images)
20380 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20381 (mm-verify-option): Add :version.
20382 (mm-text-html-renderer): Change :version.
20383
20384 * message.el (message-fcc-externalize-attachments)
20385 (message-required-headers, message-draft-headers)
20386 (message-subject-trailing-was-query)
20387 (message-subject-trailing-was-ask-regexp)
20388 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20389 (message-mark-insert-end, message-archive-header)
20390 (message-archive-note, message-cross-post-default)
20391 (message-cross-post-note, message-followup-to-note)
20392 (message-cross-post-note-function, message-use-mail-followup-to)
20393 (message-subscribed-address-functions)
20394 (message-subscribed-address-file, message-subscribed-addresses)
20395 (message-subscribed-regexps, message-allow-no-recipients)
20396 (message-yank-cited-prefix, message-signature-insert-empty-line)
20397 (message-hidden-headers, message-hierarchical-addresses)
20398 (message-mail-user-agent, message-use-idna)
20399 (message-valid-fqdn-regexp)
20400 (message-strip-special-text-properties, message-header-synonyms)
20401 (message-beginning-of-line, message-tab-body-function): Add :version.
20402 (message-insert-canlock, message-wide-reply-confirm-recipients):
20403 Change :version.
20404
20405 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20406 and :version.
20407 (mail-source-delete-old-incoming-confirm)
20408 (mail-source-movemail-program): Add :version.
20409
20410 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20411 (gnus-agent-cache, gnus-agent): Change :version.
20412
20413 * gnus-util.el (gnus-use-byte-compile): Change :version.
20414
20415 * gnus-sum.el (gnus-summary-make-false-root-always)
20416 (gnus-summary-default-high-score)
20417 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20418 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20419 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20420 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20421 (gnus-sum-thread-tree-single-indent)
20422 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20423 (gnus-sum-thread-tree-leaf-with-other)
20424 (gnus-sum-thread-tree-single-leaf): Add :version.
20425 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20426 (gnus-article-loose-mime): Change :version.
20427
20428 * gnus-start.el (gnus-backup-startup-file)
20429 (gnus-save-startup-file-via-temp-buffer): Add :version.
20430
20431 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20432 (gnus-server-offline-face): Add :version.
20433
20434 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20435
20436 * gnus-msg.el (gnus-gcc-externalize-attachments)
20437 (gnus-debug-files, gnus-debug-exclude-variables)
20438 (gnus-discouraged-post-methods): Change :version.
20439 (gnus-confirm-mail-reply-to-news)
20440 (gnus-confirm-treat-mail-like-news): Add :version.
20441
20442 * gnus-int.el (gnus-server-unopen-status): Add :version.
20443
20444 * gnus-group.el (gnus-group-jump-to-group-prompt)
20445 (gnus-large-ephemeral-newsgroup)
20446 (gnus-fetch-old-ephemeral-headers): Add :version.
20447
20448 * gnus-fun.el (gnus-x-face-directory)
20449 (gnus-convert-pbm-to-x-face-command)
20450 (gnus-convert-image-to-x-face-command)
20451 (gnus-convert-image-to-face-command): Add :version.
20452
20453 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20454
20455 * gnus-cite.el (gnus-cite-blank-line-after-header)
20456 (gnus-article-boring-faces): Add :version.
20457
20458 * gnus-art.el (gnus-buttonized-mime-types)
20459 (gnus-inhibit-mime-unbuttonizing)
20460 (gnus-treat-display-face)
20461 (gnus-treat-body-boundary): Change :version.
20462 (gnus-body-boundary-delimiter, gnus-picon-databases)
20463 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20464 (gnus-treat-date-english, gnus-treat-fold-headers)
20465 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20466 (gnus-treat-mail-picon, gnus-treat-wash-html)
20467 (gnus-article-encrypt-protocol)
20468 (gnus-use-idna, gnus-article-over-scroll)
20469 (gnus-mime-display-multipart-alternative-as-mixed)
20470 (gnus-mime-display-multipart-related-as-mixed)
20471 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20472 (gnus-ctan-url, gnus-button-ctan-handler)
20473 (gnus-button-handle-ctan-bogus-regexp)
20474 (gnus-button-ctan-directory-regexp)
20475 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20476 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20477 (gnus-button-man-level, gnus-button-emacs-level)
20478 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20479
20480 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20481 (gnus-agent-go-online): Change :version.
20482 (gnus-agent-expire-unagentized-dirs)
20483 (gnus-agent-auto-agentize-methods): Add :version.
20484
20485 * flow-fill.el (fill-flowed-display-column)
20486 (fill-flowed-encode-column): Add :version.
20487
20488 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20489 (gnus-outlook-deuglify-unwrap-max)
20490 (gnus-outlook-deuglify-cite-marks)
20491 (gnus-outlook-deuglify-unwrap-stop-chars)
20492 (gnus-outlook-deuglify-no-wrap-chars)
20493 (gnus-outlook-deuglify-attrib-cut-regexp)
20494 (gnus-outlook-deuglify-attrib-verb-regexp)
20495 (gnus-outlook-deuglify-attrib-end-regexp)
20496 (gnus-outlook-display-hook): Add :version.
20497
20498 * binhex.el (binhex-use-external): Add :version.
20499
20500 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20501
20502 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20503 and `invisible'.
20504
20505 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20506
20507 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20508 in gnus-registry-trim.
20509
20510 2004-09-13 Simon Josefsson <jas@extundo.com>
20511
20512 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20513
20514 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20515
20516 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20517 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20518 <yamaoka@jpl.org>.
20519 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20520 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20521 <yamaoka@jpl.org>.
20522
20523 * sieve.el (sieve-manage-mode): Ditto.
20524
20525 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20526
20527 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20528
20529 2004-09-11 Simon Josefsson <jas@extundo.com>
20530
20531 * dns-mode.el: Add.
20532
20533 * mm-view.el (mm-display-dns-inline): Add.
20534
20535 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20536 (mm-automatic-display): Ditto.
20537
20538 * mailcap.el (mailcap-mime-data): Add text/dns.
20539 (mailcap-mime-extensions): Map .soa to text/dns.
20540
20541 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20542
20543 * gnus-art.el (article-decode-mime-words, article-babel)
20544 (gnus-article-highlight-signature, gnus-article-add-buttons)
20545 (gnus-signature-toggle): Remove unnecessary bindings of
20546 `inhibit-read-only' inherited from v5.10 merge.
20547
20548 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20549
20550 * nntp.el (nntp): New customization group.
20551 (nntp-authinfo-file): Add customization group.
20552
20553 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20554
20555 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20556
20557 * gnus.el (to-address, to-list, subscribed)
20558 (large-newsgroup-initial): Ditto.
20559
20560 * flow-fill.el (fill-flowed-display-column)
20561 (fill-flowed-encode-column): Ditto.
20562
20563 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20566 Use point-min rather than 1.
20567 (message-send-mail): Use buffer-size rather than point-max.
20568
20569 * gnus-sum.el (gnus-summary-search-article-forward):
20570 Signal a specific `search-failed' rather than a generic `error'.
20571
20572 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20573 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20574 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20575
20576 2004-09-10 Simon Josefsson <jas@extundo.com>
20577
20578 * nndb.el (require): Remove tcp and duplicate cl.
20579
20580 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20581
20582 * gnus-agent.el (directory-files-and-attributes): Move forward.
20583
20584 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20585
20586 * gnus-agent.el (directory-files-and-attributes):
20587 Optionally defined to support XEmacs.
20588
20589 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20590
20591 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20592 to avoid run-time CL dependencies.
20593 (gnus-agent-unfetch-articles): New function.
20594 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20595 article numbers even when local .overview file is missing.
20596 (gnus-agent-read-article-number): New function. Only accepts
20597 27-bit article numbers.
20598 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20599 Use gnus-agent-read-article-number.
20600 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20601 from backend while recognizing that article numbers in .overview
20602 must be valid.
20603 (gnus-agent-update-files-total-fetched-for):
20604 Use directory-files-and-attributes to improve performance.
20605 * gnus-int.el (gnus-request-move-article):
20606 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20607 improve performance.
20608
20609 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20610 some users confused by references to .newsrc when they only have a
20611 .newsrc.eld file.
20612 (gnus-convert-mark-converter-prompt)
20613 (gnus-convert-converter-needs-prompt): Fix use of property list.
20614 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20615 New function. Used internally to only display 'gnus converting
20616 files' message when actually necessary.
20617
20618 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20619 methods now autoloaded.
20620
20621 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20622
20623 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20624 identifiers.
20625
20626 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20627
20628 * gnus-picon.el: Fix indentation and closing parenthesis.
20629
20630 2004-09-01 Simon Josefsson <jas@extundo.com>
20631
20632 * message.el (message-canlock-generate): Require sha1, not
20633 sha1-el. (Can we get rid of this require altogether? It is ugly
20634 to require within a function. Sadly, if sha1.el isn't loaded, the
20635 let binding in m-c-g will hide the defcustom definition, which is
20636 bad.)
20637
20638 * canlock.el: Require sha1, not sha1-el.
20639
20640 * message.el: Don't autoload sha1 (there is a autoload cookie in
20641 sha1.el).
20642
20643 * sha1-el.el: Rename to sha1.el.
20644
20645 2004-08-30 Juanma Barranquero <lektu@terra.es>
20646
20647 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20648
20649 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20652
20653 2004-08-30 Kim F. Storm <storm@cua.dk>
20654
20655 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20656
20657 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20658 Add :group 'nnimap.
20659
20660 2004-08-30 Andreas Schwab <schwab@suse.de>
20661
20662 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20663 ?* and ?\;.
20664
20665 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20666 and ?\' to symbol instead of whitespace.
20667
20668 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20669
20670 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20671
20672 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20673 instead of re-search-forward.
20674
20675 * gnus-uu.el (gnus-uu-save-article): Ditto.
20676 (gnus-uu-post-encode-uuencode): Ditto.
20677
20678 * html2text.el (html2text-clean-list-items): Ditto.
20679 (html2text-clean-dtdd): Ditto.
20680 (html2text-format-tags): Ditto.
20681
20682 * message.el (message-send-mail-with-sendmail): Fix regexp.
20683 (message-fill-field-general): Use search-forward instead of
20684 re-search-forward.
20685 (unbold-region): Ditto.
20686
20687 * nnrss.el (nnrss-request-article): Ditto.
20688
20689 * nnslashdot.el (nnslashdot-request-article): Ditto.
20690
20691 * nnweb.el (nnweb-gmane-wash-article): Ditto.
20692
20693 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20694 "Unrecognized menu descriptor" error in XEmacs.
20695
20696 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
20697
20698 * gnus-sum.el (gnus-read-header): Don't remove a header for the
20699 parent article of a sparse article in the thread hashtb.
20700
20701 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
20702
20703 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20704 (nnmail-expand-newtext): Lowercase expanded entries if
20705 nnmail-split-lowercase-expanded is non-nil.
20706
20707 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
20708
20709 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20710
20711 * gnus-group.el (gnus-group-line-format-alist): Convert the value
20712 of gnus-tmp-news-method into string under XEmacs. It will be
20713 passed to gnus-correct-length which takes only a string argument.
20714
20715 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
20716
20717 * gnus-util.el (gnus-bind-print-variables): New macro.
20718 (gnus-prin1): Use it.
20719 (gnus-prin1-to-string): Use it.
20720 (gnus-pp): New function.
20721 (gnus-pp-to-string): New function.
20722
20723 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20724 Replace pp-to-string with gnus-pp-to-string.
20725 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20726 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20727 * gnus-msg.el (gnus-debug): Ditto.
20728 * gnus-score.el (gnus-score-save): Ditto.
20729 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20730 gnus-pp-to-string.
20731 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20732 with gnus-pp.
20733 * score-mode.el (gnus-score-pretty-print): Ditto.
20734 * webmail.el (webmail-debug): Ditto.
20735
20736 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
20737
20738 * gnus-art.el (article-display-face, article-display-x-face):
20739 Use buffer-read-only.
20740
20741 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20742
20743 * gnus-art.el (article-hide-list-identifiers):
20744 Bind inhibit-read-only as t.
20745
20746 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
20747
20748 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20749
20750 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20751
20752 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20753 (gnus-narrow-to-page): Don't assume point-min == 1.
20754 (gnus-article-edit-mode): Derive from message-mode.
20755
20756 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20757 point-min == 1.
20758
20759 * imap.el (imap-parse-address-list, imap-parse-body-ext):
20760 Disable incorrect use of `assert'.
20761
20762 * message.el (message-mode): Set comment-start-skip.
20763
20764 2004-08-22 Sam Steingold <sds@gnu.org>
20765
20766 * pop3.el (pop3-leave-mail-on-server): New user variable.
20767 (pop3-movemail): Delete mail only when it is nil.
20768
20769 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
20770
20771 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20772
20773 * mml.el (mml-preview): Use `pop-to-buffer'.
20774
20775 * message.el (message-goto-mail-followup-to): Insert after "To".
20776 (message-carefully-insert-headers): Add comment.
20777
20778 * gnus.el: Remove unused variable `gnus-article-check-size'.
20779
20780 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20781
20782 * gnus-art.el (gnus-button-alist):
20783 Improve `gnus-button-handle-library' entry.
20784
20785 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
20786
20787 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20788 Use downcase, since XEmacs capitalizes error messages differently.
20789
20790 2004-08-18 Jesper Harder <harder@ifa.au.dk>
20791
20792 * nntp.el: Add (require 'gnus) due to reference to
20793 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
20794
20795 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
20796
20797 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20798 Bind `mm-fill-flowed'.
20799
20800 * mm-decode.el (mm-dissect-singlepart): Check it.
20801
20802 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
20803
20804 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20805 'imap' for netrc parsing.
20806
20807 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
20808
20809 * mailcap.el (mailcap-mime-data): Mark as risky.
20810
20811 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
20812
20813 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20814 may be included in the encoded word.
20815 (rfc2047-encode): Don't append a space if the encoded word
20816 includes close parenthesis.
20817
20818 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
20819
20820 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20821 of text within parentheses.
20822
20823 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
20824
20825 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20826 (gnus-encrypt-write-file-contents): Make the password key the file
20827 name PLUS the cipher, not just the cipher. Also remove failed
20828 passwords from the cache.
20829
20830 2004-08-06 Simon Josefsson <jas@extundo.com>
20831
20832 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20833 Doc fix.
20834
20835 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20836
20837 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20838 LWSP.
20839
20840 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
20841
20842 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20843 Try to append in-reply-to: data to the references: header.
20844
20845 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20846 (netrc-parse): Use gnus-encrypt.el functions.
20847
20848 * gnus-encrypt.el: Add new file for encryption support; currently
20849 does only a few GPG ciphers and an internal XOR cipher.
20850
20851 * password.el: Add comments on using password-read-and-add.
20852 (password-read-and-add): Add function to read and add the
20853 password to the cache at once.
20854
20855 2004-07-28 Simon Josefsson <jas@extundo.com>
20856
20857 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20858 parameter (but don't use it, for now).
20859
20860 * imap.el (imap-ssl-open): Use imap-process-connection-type,
20861 instead of hard coding to nil.
20862
20863 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20864
20865 * mm-view.el (mm-inline-image-emacs): Open lines under an image
20866 as mm-inline-image-xemacs does.
20867
20868 2004-07-26 Simon Josefsson <jas@extundo.com>
20869
20870 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20871 Revert part of 2004-07-17 change below.
20872
20873 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20874
20875 * rfc2047.el (rfc2047-encode-region): Don't infloop.
20876 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20877
20878 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20879
20880 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20881 quotes that actually start with ">" at the beginning of the
20882 lines.
20883
20884 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
20885
20886 * rfc2047.el (rfc2047-encode-region): Fix last change.
20887 (rfc2047-encode-parameter): Remove useless concat.
20888
20889 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
20890
20891 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20892 encode special characters; fix some kind of misconfigured headers;
20893 signal a real error if debug-on-quit or debug-on-error is non-nil.
20894 (rfc2047-encode-max-chars): New variable.
20895 (rfc2047-encode-1): Use it.
20896 (rfc2047-encode-parameter): New function.
20897
20898 * mml.el (mml-insert-parameter): Remove an excessive space.
20899
20900 2004-07-17 Simon Josefsson <jas@extundo.com>
20901
20902 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20903 Kai Grossjohann <kai@emptydomain.de>.
20904 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20905 (gnus-group-make-menu-bar): Ditto.
20906
20907 * gnus-util.el (gnus-group-server): Add.
20908
20909 2004-07-16 Jesper Harder <harder@ifa.au.dk>
20910
20911 * message.el (message-clone-locals): Clone sendmail and smtp
20912 variables.
20913
20914 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20915
20916 * rfc2047.el (rfc2047-encode-region): Fix last change.
20917
20918 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20919
20920 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20921 characters as non-special.
20922
20923 2004-07-09 Simon Josefsson <jas@extundo.com>
20924
20925 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20926 Users will lose all flag changes made while unplugged with
20927 e.g. nntp unless flag synchronization happens, thus `nil' is not a
20928 good default. See numerous reports on ding mailing list.
20929
20930 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
20931
20932 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20933 add generate-head-function and generate-article-function to the
20934 rfc822-forward entry.
20935 (nndoc-rfc822-forward-generate-article): New function.
20936 (nndoc-rfc822-forward-generate-head): New function.
20937
20938 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20939
20940 2004-07-06 Dan Christensen <jdc@uwo.ca>
20941
20942 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20943 respect display group parameter and gnus-summary-expunge-below.
20944 (gnus-articles-to-read): Remove unused reference to display group
20945 parameter.
20946
20947 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20948
20949 * nnheader.el (nnheader-uniquify-message-id): New experimental
20950 variable.
20951 (nnheader-nov-read-message-id): Use it.
20952
20953 * spam-report.el (spam-report-gmane): Add interactive.
20954
20955 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
20956
20957 * mm-encode.el (mm-content-transfer-encoding-defaults):
20958 Use qp-or-base64 for the application/* types.
20959
20960 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
20961
20962 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20963
20964 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
20965
20966 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20967 trim value.
20968
20969 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20970
20971 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20972 New macro and function.
20973 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20974
20975 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20976
20977 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20978 after-load-alist.
20979
20980 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20981
20982 * gnus-group.el (gnus-group-get-new-news-this-group):
20983 Don't update info that isn't there.
20984
20985 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
20986
20987 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20988 entry.
20989
20990 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20991
20992 * mm-view.el (mm-inline-render-with-function): Use multibyte
20993 buffer; decode html source by charset.
20994
20995 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20996
20997 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20998 Mule-UCS is loaded under XEmacs.
20999 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21000
21001 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21002
21003 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21004
21005 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21006
21007 * mm-util.el (mm-coding-system-p): Return a coding-system.
21008 (mm-mime-mule-charset-alist): Use shift_jis instead of
21009 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21010 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21011 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21012 instead of japanese-shift-jis and iso-latin-1 respectively in
21013 order to share the default value with both Emacs and XEmacs-mule.
21014 (mm-mule-charset-to-mime-charset):
21015 Make mm-coding-system-priorities effective.
21016 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21017 while predicating of candidates upon the priorities.
21018
21019 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21020
21021 * gnus-sum.el (gnus-summary-make-menu-bar):
21022 Add gnus-uu-invert-processable.
21023
21024 * gnus.el: Autoload gnus-uu-invert-processable.
21025
21026 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21027
21028 * mm-util.el (mm-with-multibyte-buffer): New macro.
21029
21030 * rfc2047.el (rfc2047-encode-string): Use it.
21031 (rfc2047-encode-region): Move point to the end of the region after
21032 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21033
21034 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21035
21036 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21037 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21038
21039 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21040
21041 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21042 (gnus-cite-parse): Ignore quoted envelope From_.
21043 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21044
21045 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21046
21047 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21048 invalid addresses.
21049
21050 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21051
21052 * spam.el: Change section markers, revise TODO list.
21053 (spam-backends): Make new master list of all installed backends.
21054 (spam-summary-exit-behavior): Add new variable to determine how
21055 messages moves are done at summary exit.
21056 (spam-move-spam-nonspam-groups-only)
21057 (spam-process-ham-in-nonham-groups)
21058 (spam-process-ham-in-spam-groups): Remove variables, the
21059 spam-summary-exit-behavior variable should be used to manage this
21060 behavior.
21061 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21062 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21063 and spam-old-spam-articles.
21064 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21065 Add empty variables, placeholders for the backends they represent.
21066 (spam-set-difference): Move, unchanged.
21067 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21068 unless the user has a processor variable.
21069 (spam-classifications, spam-classification-valid-p)
21070 (spam-backend-properties, spam-backend-property-valid-p)
21071 (spam-backend-function-type-valid-p)
21072 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21073 (spam-report-articles-gmane, spam-report-articles-resend):
21074 Remove functions, they are not needed.
21075 (spam-install-backend-super, spam-backend-list)
21076 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21077 (spam-backend-function, spam-backend-ham-registration-function)
21078 (spam-backend-spam-registration-function)
21079 (spam-backend-ham-unregistration-function)
21080 (spam-backend-spam-unregistration-function)
21081 (spam-backend-statistical-p, spam-backend-mover-p)
21082 (spam-install-backend-alias, spam-install-checkonly-backend)
21083 (spam-install-mover-backend, spam-install-nocheck-backend)
21084 (spam-install-backend, spam-install-statistical-backend)
21085 (spam-install-statistical-checkonly-backend): Add backend installation
21086 support.
21087 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21088 (spam-group-processor-p): Use the new backend code and respect the
21089 summary exit behavior.
21090 (spam-mark-spam-as-expired-and-move-routine): Remove.
21091 (spam-summary-prepare): Change to use the new spam-old-articles
21092 variable.
21093 (spam-copy-or-move-routine, spam-copy-spam-routine)
21094 (spam-move-spam-routine, spam-copy-ham-routine)
21095 (spam-move-ham-routine): Add code to copy/move ham or spam.
21096 (spam-fetch-field-fast): Improve doc and code, plus allow the
21097 'number request.
21098 (spam-list-of-checks, spam-list-of-statistical-checks):
21099 Remove variables.
21100 (spam-split, spam-find-spam): Use the new backend code.
21101 (spam-registration-functions): Remove variable.
21102 (spam-unregister-routine): Add convenience wrapper.
21103 (spam-log-undo-registration, spam-register-routine)
21104 (spam-log-processing-to-registry)
21105 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21106 where possible.
21107 (spam-check-gmane-xref, spam-check-regex-headers)
21108 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21109 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21110 (spam-check-bogofilter-headers, spam-check-spamoracle)
21111 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21112 (spam-check-crm114-headers): Use the spam-split-group that
21113 spam-split prepares, no need to determine it every time.
21114
21115 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21116 to the nnheader-parse-naked-head call.
21117
21118 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21119
21120 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21121 the nnheader-nov-read-message-id call.
21122
21123 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21124
21125 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21126 gnus-activate-group twice. Suggested by Markus Peter
21127 <warp@spin.de>.
21128
21129 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21130
21131 * gnus-art.el (gnus-article-time-format): Exchange the order of
21132 day and month in the default value; fix customization type.
21133 (article-date-ut): Use add-text-properties.
21134 (article-make-date-line): Use message-make-date instead of
21135 current-time-string.
21136
21137 * message.el (message-fetch-field): Don't use set-text-properties.
21138 (message-make-date): Simplify.
21139
21140 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21141
21142 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21143 (rfc2047-encode-region): Treat text within parentheses as special;
21144 show the original text when error has occurred.
21145
21146 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21147 already-computed method to gnus-activate-group.
21148
21149 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21150 same select-methods identical Lisp objects.
21151
21152 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21153 object when modifying the info.
21154
21155 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21156
21157 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21158 gnus-opened-servers since it has never been opened with the new
21159 configuration yet.
21160
21161 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21162
21163 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21164 arg to nnheader-generate-fake-message-id.
21165
21166 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21167
21168 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21169 number and build a fake message ID localized to a group and
21170 article number (so it's repeatable from that point on).
21171 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21172 ID format.
21173
21174 * gnus-sum.el (gnus-get-newsgroup-headers):
21175 Call nnheader-generate-fake-message-id with the article number.
21176
21177 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21178
21179 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21180 end-of-buffer.
21181
21182 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21183
21184 * message.el (message-ignored-supersedes-headers): Add Approved.
21185
21186 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21187
21188 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21189 goto-char.
21190 (rfc2047-encode): Fold the line before encoding.
21191
21192 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21193
21194 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21195 folding -- not all headers can be folded, and this should be done
21196 by the message composition mode. Probably. I think.
21197
21198 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21199
21200 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21201 fast.
21202
21203 * gnus-ems.el (gnus-remove-image): Don't use
21204 message-text-with-property; remove only the image found first.
21205
21206 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21207
21208 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21209
21210 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21211
21212 * message.el (message-text-with-property): Make it fast and accept
21213 optional arguments.
21214 (message-strip-forbidden-properties): Use it.
21215 (message-fix-before-sending): Follow the m-t-w-p change.
21216
21217 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21218
21219 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21220
21221 * gnus-art.el (article-hide-headers): Don't change the buffer
21222 mistakenly when performing mml-preview even if
21223 gnus-single-article-buffer is nil.
21224
21225 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21226
21227 * message.el (message-expand-name-databases): New user option.
21228 (message-expand-name): Use it.
21229
21230 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21231
21232 * spam.el (spam-report-articles-resend)
21233 (spam-report-resend-register-routine): Allow ham reporting.
21234 (spam-report-resend-register-ham-routine): Add wrapper.
21235 (spam-registration-functions): Add ham resending functions.
21236 (spam-list-of-processors): Add ham resend processor.
21237
21238 * gnus.el (ham-resend-to): Add new group parameter.
21239 (spam-process): Add ham resend option.
21240
21241 * spam-report.el (spam-report-resend): Allow reporting ham.
21242 (spam-report-resend-ham): Add wrapper.
21243
21244 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21245
21246 * message.el (message-cite-articles-with-x-no-archive):
21247 New variable.
21248 (message-cite-original): Use it.
21249
21250 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21251
21252 * message.el (message-cite-original): Respect X-No-Archive.
21253
21254 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21255
21256 * gnus-art.el (article-hide-headers): Refer to the values for
21257 gnus-ignored-headers and gnus-visible-headers in the summary
21258 buffer since a user may have set them as group parameters.
21259
21260 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21261
21262 * assistant.el (assistant-node-name): Add convenience function.
21263 (assistant-render-text, assistant-render-node): Add error handling,
21264 plus handle multiple next nodes.
21265 (assistant-find-next-node): Comment out for now.
21266 (assistant-find-next-nodes): Add function, returns list of next
21267 nodes.
21268
21269 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21270
21271 * mail-source.el (mail-source-directory): Fix doc-string.
21272
21273 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21274
21275 * assistant.el (assistant-render-text, assistant-eval): Add :set
21276 widget type, which is different because it takes and returns a
21277 list. Much hilarity ensues.
21278
21279 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21280
21281 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21282
21283 * gnus-group.el (gnus-group-get-new-news-this-group):
21284 Add doc-string.
21285
21286 * gnus-start.el (gnus-activate-group): Add doc-string.
21287
21288 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21289
21290 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21291
21292 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21293
21294 * assistant.el (assistant-render-text): Try to add a :set
21295 widget, more to come.
21296
21297 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21298 strings.
21299 (spam-report-articles-resend)
21300 (spam-register-routine): Do registration iff any articles warrant
21301 it.
21302 (spam-summary-prepare-exit): Change log message for nil group
21303 destinations.
21304
21305 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21306
21307 * spam.el (spam-report-resend-register-routine):
21308 Allow spam-report-resend-to to be a group parameter or a global value.
21309
21310 2004-05-26 Simon Josefsson <jas@extundo.com>
21311
21312 * starttls.el: Merge with my GnuTLS based starttls.el.
21313 (starttls-gnutls-program, starttls-use-gnutls)
21314 (starttls-extra-arguments, starttls-process-connection-type)
21315 (starttls-connect, starttls-failure, starttls-success):
21316 New variables.
21317 (starttls-program, starttls-extra-args): Doc fix.
21318 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21319 New functions.
21320 (starttls-negotiate, starttls-open-stream):
21321 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21322 function if it is set.
21323
21324 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21325
21326 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21327 structured fields.
21328
21329 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21330
21331 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21332
21333 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21334
21335 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21336 Add variable.
21337 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21338 assigning the spam-mark to new messages.
21339
21340 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21341
21342 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21343
21344 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21345
21346 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21347 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21348 default.
21349
21350 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21351
21352 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21353 correct data.
21354
21355 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21356
21357 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21358 (spam-group-processor-p): Fix function.
21359 (spam-group-processor-multiple-p)
21360 (spam-group-spam-processor-report-gmane-p)
21361 (spam-group-spam-processor-report-resend-p)
21362 (spam-group-spam-processor-bogofilter-p)
21363 (spam-group-spam-processor-blacklist-p)
21364 (spam-group-spam-processor-ifile-p)
21365 (spam-group-ham-processor-ifile-p)
21366 (spam-group-spam-processor-spamoracle-p)
21367 (spam-group-spam-processor-crm114-p)
21368 (spam-group-ham-processor-bogofilter-p)
21369 (spam-group-spam-processor-stat-p)
21370 (spam-group-ham-processor-stat-p)
21371 (spam-group-ham-processor-whitelist-p)
21372 (spam-group-ham-processor-BBDB-p)
21373 (spam-group-ham-processor-spamoracle-p)
21374 (spam-group-ham-processor-copy-p): Remove functions with some
21375 prejudice against unneeded code.
21376 (spam-report-articles-resend)
21377 (spam-report-resend-register-routine): Allow the group/topic
21378 spam-resend-to value to override spam-report-resend-to.
21379 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21380 properly now.
21381
21382 * gnus.el (spam-resend-to): Add group/topic parameter.
21383 (spam-process): Move the OBSOLETE processors to the end of the
21384 choices.
21385
21386 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21387
21388 * spam-report.el (spam-report-resend-to, spam-report-resend):
21389 Start with resend-to set to nil, and then ask the user if necessary.
21390 (spam-report-resend): spam-report-resend takes a list of articles, not
21391 separate article numbers.
21392
21393 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21394
21395 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21396 addition to emacs-w3m.
21397
21398 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21399
21400 * assistant.el (assistant-authinfo-data): New function.
21401 (assistant-eval): Eval for entire assistant.
21402
21403 * netrc.el (netrc-services-file): New variable.
21404 (netrc-parse-services): New function.
21405 (netrc-find-service-name): New function.
21406 (netrc-find-service-number): New function.
21407 (netrc-port-equal): New function.
21408 (netrc-machine): Use it.
21409
21410 * nnimap.el (nnimap-open-connection): Use netrc.
21411
21412 * gnus-util.el (gnus-netrc-get): Remove aliases.
21413
21414 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21415
21416 * assistant.el (wid-edit): Fix compilation.
21417
21418 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21419
21420 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21421
21422 * gnus-util.el (gnus-set-file-modes): New function. (small
21423 patch).
21424
21425 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21426
21427 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21428
21429 * assistant.el (assistant-render-node): Fix up rendering and
21430 read-only text.
21431 (assistant-render-node): Reset.
21432 (assistant-make-read-only): Not sticky.
21433
21434 2004-05-20 Danny Siu <dsiu@adobe.com>
21435
21436 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21437 centered even when gnus-auto-center-summary is t.
21438
21439 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21440
21441 * dns.el (dns-get-txt-answer): New function.
21442 (dns-read-txt): Ditto.
21443 (query-dns): Use it.
21444
21445 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21446
21447 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21448 active for foreign groups even if the group level is higher than
21449 the specified value.
21450
21451 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21452
21453 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21454 non-active groups.
21455
21456 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21457
21458 2004-05-20 Magnus Henoch <mange@freemail.hu>
21459
21460 * dns.el (dns-read-type): Add support for SVR. (small patch)
21461
21462 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21463
21464 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21465 (spam-crm114-header, spam-crm114-spam-switch)
21466 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21467 (spam-crm114-positive-spam-header)
21468 (spam-crm114-database-directory, spam-list-of-processors)
21469 (spam-group-spam-processor-crm114-p)
21470 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21471 (spam-generic-score, spam-list-of-checks)
21472 (spam-list-of-statistical-checks, spam-registration-functions)
21473 (spam-check-crm114-headers, spam-crm114-score)
21474 (spam-check-crm114, spam-crm114-register-with-crm114)
21475 (spam-crm114-register-spam-routine)
21476 (spam-crm114-unregister-spam-routine)
21477 (spam-crm114-register-ham-routine)
21478 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21479
21480 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21481
21482 * gnus.el: Add spam-use-crm114.
21483
21484 * spam.el (spam-list-of-processors, spam-registration-functions):
21485 Add spam-use-resend.
21486 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21487 (spam-report-articles-gmane): Add doc fix.
21488 (spam-report-articles-resend, spam-report-resend-register-routine):
21489 Add wrappers around spam-report-resend-to.
21490
21491 * spam-report.el (spam-report-resend-to, spam-report-resend):
21492 Add support for resending spam.
21493 (spam-report-gmane): Fix line length >80.
21494
21495 * gnus.el (spam-process): Add spam-use-resend.
21496
21497 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21498
21499 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21500 number of processed spam messages.
21501 (spam-ham-copy-or-move-routine): Return the number of processed
21502 ham messages.
21503 (spam-summary-prepare-exit): Use the above values to decide
21504 whether status messages shouled be displayed.
21505
21506 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21507
21508 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21509 `rfc2047-encoding-function-alist' in order to avoid conflicting
21510 with the old version.
21511 (rfc2047-encode-region): Concatenate words containing non-ASCII
21512 characters in structured fields; don't encode space-delimited
21513 ASCII words even in unstructured fields; don't break words at
21514 char-category boundaries.
21515 (rfc2047-encode-1): New function.
21516 (rfc2047-encode): Use it; encode text so that it occupies the
21517 maximum width within 76-column; work correctly on Q encoding for
21518 iso-2022-* charsets.
21519 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21520 sure not to break a line just after the header name.
21521 (rfc2047-b-encode-region): Remove.
21522 (rfc2047-b-encode-string): New function.
21523 (rfc2047-q-encode-region): Remove.
21524 (rfc2047-q-encode-string): New function.
21525
21526 * mm-util.el (mm-replace-in-string): New function.
21527
21528 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21529
21530 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21531 Really get it right.
21532 (gnus-inews-make-draft): Really.
21533
21534 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21535
21536 * nnmh.el (nnmh-request-list-1): Don't check the link count
21537 before descending. (small patch)
21538
21539 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21540
21541 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21542 stuff.
21543
21544 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21545 Match on real group name.
21546
21547 * gnus-art.el (gnus-signature-limit): Doc fix.
21548
21549 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21550
21551 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21552
21553 * gnus-draft.el (gnus-draft-send):
21554 Bind rfc2047-encode-encoded-words.
21555
21556 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21557 (rfc2047-encodable-p): Say that =? needs encoding.
21558 (rfc2047-encode-encoded-words): New variable.
21559
21560 * gnus-group.el (gnus-group-select-group): Doc fix.
21561
21562 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21563
21564 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21565 to nil.
21566
21567 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21568
21569 * nnheader.el (nnheader-get-lines-and-char): New function.
21570
21571 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21572
21573 * gnus-msg.el (gnus-summary-followup-with-original):
21574 Document yanking of region when active.
21575
21576 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21577
21578 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21579 groups if the group level is higher than the specified value.
21580
21581 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21582
21583 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21584 (gnus-group-jump-to-group): Add prefix argument using
21585 `gnus-group-jump-to-group-prompt'. Query before jumping to
21586 non-active group.
21587
21588 * compface.el (uncompface): Be verbose when changing
21589 `uncompface-use-external'.
21590
21591 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21592 handle manual section.
21593
21594 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21595
21596 * gnus-art.el (gnus-button-alist): Revert previous change.
21597
21598 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21599
21600 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21601
21602 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21603
21604 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21605 whether backend can accept message.
21606
21607 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21608
21609 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21610
21611 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21612 Avoid creating directory when nntp-marks-is-evil is true.
21613 Reported by Reiner Steib.
21614
21615 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21616
21617 * gnus-picon.el (gnus-picon-insert-glyph):
21618 Add optional `nostring' argument.
21619
21620 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21621
21622 * gnus-picon.el (gnus-picon-style): New variable.
21623 (gnus-picon-transform-address): Support `gnus-picon-style'.
21624
21625 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21626
21627 * message.el (message-fill-field): Return point.
21628 (message-generate-headers): Go to end of field.
21629
21630 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21631 stuff for non-living groups.
21632
21633 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21634
21635 * gnus-art.el (gnus-article-followup-with-original)
21636 (gnus-article-reply-with-original): gnus-mark-active-p ->
21637 gnus-region-active-p.
21638
21639 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
21640
21641 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21642 only when there is spam or ham to be processed.
21643
21644 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21645
21646 * mail-source.el (mail-source-delete-crash-box): Refactor.
21647 (mail-source-fetch): Use it.
21648 (mail-source-fetch-file): Ditto.
21649 (mail-source-fetch-directory): Run PostScript in loop.
21650 (mail-source-fetch-pop): Delete.
21651 (mail-source-fetch-maildir): Ditto.
21652 (mail-source-fetch-imap): Ditto.
21653
21654 * imap.el (imap-authenticators): Comment out sasl.
21655
21656 * message.el (message-skip-to-next-address): New function.
21657 (message-fill-header-address): Refactor.
21658 (message-fill-address): Use it.
21659 (message-delete-address): Use it.
21660 (message-fill-header-general): Refactor.
21661 (message-fill-field-address): Rename.
21662 (message-narrow-to-field): Find the start of the header.
21663 (message-header-format-alist): Don't pre-fill.
21664 (message-fill-header): Remove.
21665 (message-insert-header): New function.
21666 (message-shorten-references): Use it.
21667
21668 * rfc2047.el (rfc2047-field-value): Strip props.
21669
21670 * mail-parse.el (mail-header-make-address): New alias.
21671
21672 * ietf-drums.el (ietf-drums-make-address): New function.
21673
21674 * imap.el: Add compiler directives.
21675
21676 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21677
21678 * gnus-art.el (article-decode-idna-rhs): Don't use
21679 message-idna-inside-rhs-p.
21680
21681 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21682
21683 * message.el (message-idna-inside-rhs-p): Remove.
21684 (message-idna-to-ascii-rhs-1): Use proper address parsing.
21685
21686 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21687 false positives.
21688
21689 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21690
21691 * imap.el (imap-sasl-make-mechanisms): Use sasl.
21692
21693 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21694
21695 * nneething.el (nneething-file-name): Don't create spurious
21696 files.
21697
21698 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21699 (gnus-inews-do-gcc): Remove sleep.
21700
21701 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21702 part under point.
21703
21704 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21705 (gnus-agent-regenerate-group): Using nil messages aren't valid.
21706
21707 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
21708
21709 * spam.el (spam-summary-prepare-exit): Fix (length).
21710
21711 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
21712
21713 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21714 as expired without moving it" message when there are spam
21715 messages left.
21716
21717 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
21718
21719 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21720 header is not nil.
21721
21722 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
21723
21724 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21725 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21726 (nntp-marks-changed-p): New arg SERVER.
21727 (nntp-request-update-info): Adjust caller.
21728
21729 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
21730
21731 * nntp.el (nntp-save-marks): Pass missing arg.
21732
21733 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
21734
21735 * nntp.el: Support marks.
21736 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21737 (nntp-marks-modtime, nntp-marks-directory): New variables.
21738 (nntp-request-set-mark, nntp-request-update-info)
21739 (nntp-possibly-create-directory, nntp-marks-changed-p)
21740 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21741 New functions.
21742
21743 2004-05-12 Jesper Harder <harder@ifa.au.dk>
21744
21745 * gnus-score.el (gnus-score-insert-help):
21746 Use gnus-select-lowest-window.
21747
21748 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21749 appt-select-lowest-window and rename to gnus-select-lowest-window.
21750
21751 * gnus.el: do.
21752
21753 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21754
21755 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21756 encodings of MIME-encoded words, in order to improve
21757 interoperability with several broken MUAs.
21758
21759 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21760
21761 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21762 tags, only when charsets are not specified in headers.
21763 (mm-inline-text-html-render-with-w3m): Ditto.
21764
21765 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21766
21767 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21768 instead of MIME-decoded from fields when checking
21769 `gnus-article-address-banner-alist'.
21770
21771 2004-05-03 Jesper Harder <harder@ifa.au.dk>
21772
21773 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21774 description rather than subject.
21775
21776 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21777
21778 * gnus.el (gnus-version-number): Bump.
21779
21780 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21781
21782 * gnus.el: No Gnus v0.2 is released.
21783
21784 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21785
21786 * gnus-agent.el (gnus-agent-read-agentview):
21787 Inline gnus-uncompress-range.
21788
21789 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21790
21791 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21792 `exec-installed-p'.
21793
21794 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21795
21796 * gnus.el (spam-process, spam-autodetect-methods):
21797 Add bsfilter and bsfilter-headers.
21798
21799 * spam.el (spam-bsfilter): New customize group.
21800 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21801 (spam-bsfilter-header, spam-bsfilter-probability-header)
21802 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21803 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21804 (spam-bsfilter-database-directory): New options.
21805 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21806 (spam-list-of-statistical-checks, spam-registration-functions):
21807 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21808 (spam-bsfilter-score): New command.
21809 (spam-check-bsfilter-headers, spam-check-bsfilter)
21810 (spam-bsfilter-register-with-bsfilter)
21811 (spam-bsfilter-register-spam-routine)
21812 (spam-bsfilter-unregister-spam-routine)
21813 (spam-bsfilter-register-ham-routine)
21814 (spam-bsfilter-unregister-ham-routine): New functions.
21815 (spam-generic-score): Support bsfilter; Accept an optional argument
21816 to recalcurate spam score even if scoring header has already been
21817 added.
21818 (spam-bogofilter-score, spam-spamassassin-score): Accept an
21819 optional argument to recalcurate spam score even if scoring header
21820 has already been added.
21821
21822 2004-04-29 Jesper Harder <harder@ifa.au.dk>
21823
21824 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21825 strings! Reported by David D. Smith <davidsmith@acm.org>.
21826 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21827 link is missing.
21828
21829 2004-04-28 Jesper Harder <harder@ifa.au.dk>
21830
21831 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21832 (html2text-get-attr): Rewrite.
21833
21834 * message.el (message-setup-1): Remove redundant put-text-property
21835 on mail-header-separator.
21836
21837 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
21838
21839 * gnus-registry.el (gnus-registry-cache-whitespace)
21840 (gnus-registry-action, gnus-registry-spool-action)
21841 (gnus-registry-split-fancy-with-parent): Change message levels
21842 from 5 to 3 or 7, as needed.
21843
21844 * spam.el (spam-summary-prepare-exit)
21845 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21846 (spam-split, spam-find-spam, spam-log-undo-registration)
21847 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21848 level from 5 to 6.
21849
21850 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
21851
21852 * gnus-ems.el: Autoload appt-select-lowest-window (revert
21853 2004-03-04 change).
21854
21855 2004-04-25 Jesper Harder <harder@ifa.au.dk>
21856
21857 * sieve-manage.el (sieve-manage-open):
21858 * nnweb.el (nnweb-insert-html):
21859 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21860 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21861 * nnspool.el (nnspool-request-group):
21862 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21863 * nnml.el (nnml-request-update-info):
21864 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21865 (nnmh-request-create-group, nnmh-update-gnus-unreads):
21866 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21867 (nnimap-request-set-mark):
21868 * nnfolder.el (nnfolder-request-update-info):
21869 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21870 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21871 * gnus-uu.el (gnus-uu-find-articles-matching):
21872 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21873 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21874 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21875 * gnus-nocem.el (gnus-nocem-scan-groups):
21876 * gnus-int.el (gnus-start-news-server):
21877 * gnus-group.el (gnus-group-make-kiboze-group)
21878 (gnus-group-browse-foreign-server):
21879 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21880 Use mapc when appropriate.
21881
21882 2004-04-22 Dan Christensen <jdc@uwo.ca>
21883 Adam Sjøgren <asjo@koldfront.dk>
21884 Wes Hardaker <wes@hardakers.net>
21885 Michael Shields <shields@msrl.com>
21886
21887 * spam.el (spam-necessary-extra-headers): Get the extra headers we
21888 may need for spam sorting and scoring.
21889 (spam-user-format-function-S): Add user format function suitable for
21890 general use.
21891 (spam-article-sort-by-spam-status): Add sorting function for summary
21892 sorting.
21893 (spam-extra-header-to-number): Add function to get a score from a
21894 header.
21895 (spam-summary-score): Add function to get a numeric score from the
21896 headers.
21897 (spam-generic-score): Fix function doc, was in wrong place.
21898 (spam-initialize): Take symbols when it's run, and install the
21899 extra headers that spam-necessary-extra-headers thinks we need.
21900
21901 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
21902
21903 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21904 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21905
21906 2004-04-17 Jesper Harder <harder@ifa.au.dk>
21907
21908 * gnus-sum.el (gnus-set-global-variables)
21909 (gnus-build-all-threads, gnus-get-newsgroup-headers)
21910 (gnus-article-get-xrefs, gnus-summary-best-group)
21911 (gnus-summary-next-article, gnus-summary-enter-digest-group)
21912 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21913 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21914 Use with-current-buffer.
21915
21916 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
21917
21918 * spam.el (spam-summary-prepare-exit): Simplify logic.
21919 (spam-fetch-article-header): Read the article header if it's not
21920 available.
21921 (spam-list-articles): Simplify logic.
21922 (spam-filelist-register-routine): Fix bug with unregister-list.
21923
21924 * gnus-registry.el: Fix comments at beginning.
21925
21926 2004-04-16 Jesper Harder <harder@ifa.au.dk>
21927
21928 * message.el (message-cater-to-broken-inn): Remove.
21929 (message-shorten-references): Make sure the total folded length of
21930 References is shorter than 998 characters to cater to a bug in INN
21931 2.3. Also, don't pretend that references aren't folded -- this
21932 hasn't worked for a while.
21933
21934 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21935
21936 * gnus-agent.el (gnus-agentize):
21937 gnus-agent-send-mail-real-function no longer set to current value
21938 of message-send-mail-function but rather a lambda that calls
21939 message-send-mail-function. The change makes the agent real-time
21940 responsive to user changes to message-send-mail-function.
21941
21942 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21943
21944 * legacy-gnus-agent.el
21945 (gnus-agent-convert-to-compressed-agentview): Fix typos with
21946 help from Florian Weimer <fw@deneb.enyo.de>
21947
21948 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
21949
21950 * nnmail.el (nnmail-cache-insert): Revert last change.
21951
21952 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
21953
21954 * nnmail.el (nnmail-cache-insert): Always check whether
21955 nnmail-cache-ignore-groups matches a group name.
21956
21957 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
21958
21959 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21960 (spam-find-spam, spam-log-processing-to-registry)
21961 (spam-log-registered-p, spam-log-unregistration-needed-p)
21962 (spam-log-undo-registration): Use gnus-message instead of
21963 gnus-error, none of these errors are fatal.
21964
21965 * gnus-registry.el (gnus-registry-clean-empty-function)
21966 (gnus-registry-clean-empty): Remove only empty entries without
21967 extra data.
21968
21969 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
21970
21971 * spam-stat.el (spam-stat-buffer-change-to-spam)
21972 (spam-stat-buffer-change-to-non-spam): Change (error) to
21973 (gnus-message 8) invocation.
21974
21975 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21976
21977 * nntp.el (nntp-via-netcat-command): New variable.
21978 (nntp-via-netcat-switches): New variable.
21979 (nntp-open-via-rlogin-and-netcat): New function.
21980 (nntp-open-connection-function): Doc fix.
21981 (nntp-telnet-command): Doc fix.
21982 (nntp-end-of-line): Doc fix.
21983 (nntp-via-rlogin-command): Doc fix.
21984 (nntp-via-user-name): Doc fix.
21985 (nntp-via-address): Doc fix.
21986
21987 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
21988
21989 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21990 error in Emacs 21.1.
21991
21992 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
21993
21994 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21995
21996 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
21997
21998 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21999 (gnus-agent-with-refreshed-group): New macro.
22000 (gnus-agent-rename-group): New function.
22001 (gnus-agent-delete-group): New function.
22002 (gnus-agent-save-group-info): Use gnus-command-method when
22003 `method' parameter is nil. Don't write nil entries into the
22004 active file.
22005 (gnus-agent-get-group-info): New function.
22006 (gnus-agent-fetch-articles):
22007 Use gnus-agent-update-files-total-fetched-for to increment disk space
22008 used.
22009 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22010 Use gnus-agent-update-view-total-fetched-for to increment disk space
22011 used.
22012 (gnus-agent-get-local): Add optional parameters to avoid calling
22013 gnus-group-real-name and gnus-find-method-for-group.
22014 (gnus-agent-set-local): Delete stored entry if either min, or max,
22015 are nil.
22016 (gnus-agent-fetch-session): Reworded error/quit messages.
22017 On quit, use gnus-agent-regenerate-group to record existence of any
22018 articles fetched to disk before the quit occurred.
22019 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22020 gnus-agent-update-view-total-fetched-for, and
22021 gnus-agent-update-files-total-fetched-for to decrement disk space
22022 used.
22023 (gnus-agent-retrieve-headers):
22024 Use gnus-agent-update-view-total-fetched-for to increment disk space
22025 used.
22026 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22027 with gnus-agent-update-files-total-fetched-for to decrement disk
22028 space and fresh group buffer.
22029 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22030 (gnus-agent-need-update-total-fetched-for): New variable.
22031 (gnus-agent-update-files-total-fetched-for): New function.
22032 (gnus-agent-update-view-total-fetched-for): New function.
22033 (gnus-agent-total-fetched-for): New function.
22034
22035 * gnus-cache.el (gnus-cache-save-buffers):
22036 Use gnus-cache-update-overview-total-fetched-for to change disk space
22037 used by this group.
22038 (gnus-cache-possibly-enter-article):
22039 Use gnus-cache-update-file-total-fetched-for to increment disk space
22040 used by this group.
22041 (gnus-cache-possibly-remove-article):
22042 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22043 used by this group.
22044 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22045 (gnus-cache-rename-group): New function.
22046 (gnus-cache-delete-group): New function.
22047 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22048 (gnus-cache-need-update-total-fetched-for): New variable.
22049 (gnus-cache-with-refreshed-group): New macro.
22050 (gnus-cache-update-file-total-fetched-for): New function.
22051 (gnus-cache-update-overview-total-fetched-for): New function.
22052 (gnus-cache-rename-group-total-fetched-for): New function.
22053 (gnus-cache-delete-group-total-fetched-for): New function.
22054 (gnus-cache-total-fetched-for): New function.
22055
22056 * gnus-group.el: Require gnus-sum and autoload functions to
22057 resolve warnings when gnus-group.el compiled alone.
22058 (gnus-group-line-format): Documented new %F.
22059 (size of Fetched data) group line format; identifies disk space
22060 used by agent and cache.
22061 (gnus-group-line-format-alist): Defined new F format.
22062 (gnus-total-fetched-for): New function.
22063 (gnus-group-delete-group): No longer update
22064 gnus-cache-active-altered as gnus-request-delete-group now keeps
22065 the cache in sync.
22066 (gnus-group-list-active): Let the agent store a server's active
22067 list if currently plugged.
22068
22069 * gnus-int.el (gnus-request-delete-group):
22070 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22071 local disk in sync with the server.
22072 (gnus-request-rename-group):
22073 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22074 local disk in sync with the server.
22075
22076 * gnus-start.el (gnus-get-unread-articles):
22077 Cosmetic simplification to logic.
22078
22079 * gnus-util.el (gnus-rename-file): New function.
22080
22081 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22082
22083 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22084
22085 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22086
22087 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22088 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22089
22090 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22091
22092 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22093 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22094
22095 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22096
22097 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22098
22099 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22100
22101 * spam.el (spam-set-difference): Add function to replace
22102 gnus-set-difference in spam.el.
22103 (spam-summary-prepare-exit): Use spam-set-difference.
22104
22105 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22106
22107 * gnus-registry.el (gnus-registry-cache-file): Update to use
22108 gnus-dribble-directory OR gnus-home-directory OR ~.
22109 (gnus-registry-split-fancy-with-parent): Fix doc.
22110
22111 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22112
22113 * message.el (message-exchange-point-and-mark):
22114 Use message-mark-active-p. Suggested by Jesper Harder
22115 <harder@ifa.au.dk>.
22116
22117 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22118
22119 * message.el (message-exchange-point-and-mark): Don't activate
22120 region if it was inactive. Suggested by Hiroshi Fujishima
22121 <pooh@nature.tsukuba.ac.jp>.
22122
22123 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22124
22125 * gnus-art.el (article-display-face): Display Faces in the same
22126 order as X-Faces.
22127
22128 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22129
22130 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22131
22132 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22133
22134 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22135 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22136 (gnus-article-mime-hierarchy): Remove.
22137 (gnus-article-mime-hierarchy-next): Remove.
22138 (gnus-article-mode): Revert 2004-03-19 change.
22139 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22140 (gnus-insert-mime-button): Revert 2004-03-19 change.
22141 (gnus-mime-accumulate-hierarchy): Remove.
22142 (gnus-mime-enter-multipart): Remove.
22143 (gnus-mime-leave-multipart): Remove.
22144 (gnus-mime-display-part): Revert 2004-03-19 change.
22145 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22146
22147 * mml.el (mml-preview): Revert 2004-03-19 change.
22148
22149 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22150
22151 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22152
22153 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22154
22155 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22156 t while entering a file name using the mm-with-multibyte macro.
22157 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22158
22159 * mm-util.el (mm-with-multibyte): New macro.
22160
22161 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22162
22163 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22164 New user option.
22165 (gnus-mime-multipart-functions): Doc and customization fix.
22166 (gnus-article-mime-hierarchy): New variable.
22167 (gnus-article-mime-hierarchy-next): New variable.
22168 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22169 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22170 gnus-article-mime-hierarchy-next to nil.
22171 (gnus-insert-mime-button): Show hierarchy numbers.
22172 (gnus-mime-accumulate-hierarchy): New function.
22173 (gnus-mime-enter-multipart): New function.
22174 (gnus-mime-leave-multipart): New function.
22175 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22176 (gnus-mime-display-alternative): Show hierarchy numbers.
22177
22178 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22179 gnus-article-mime-hierarchy-next to nil.
22180
22181 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22182
22183 * dns.el: Don't require gnus-xmas.
22184
22185 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22186
22187 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22188 inline PGP.
22189 (mml-menu): Disable mml-quote-region if mark is inactive.
22190
22191 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22192
22193 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22194 when the group's active is not available.
22195
22196 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22197
22198 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22199 error.
22200
22201 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22202
22203 * imap.el (imap-store-password): New variable.
22204 (imap-interactive-login): Use it.
22205 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22206
22207 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22208
22209 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22210 window-start and hscroll to summary window.
22211
22212 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22213
22214 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22215 conversion message to newsrc-dribble when an actual conversion is
22216 performed.
22217
22218 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22219
22220 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22221
22222 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22223
22224 * mm-decode.el (mm-complicated-handles): New function reviving
22225 former definition of mm-multiple-handles.
22226
22227 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22228 (gnus-mime-delete-part): Use it.
22229
22230 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22231
22232 * gnus-agent.el (gnus-agent-read-local):
22233 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22234 avoid the implicit assumption that they will always be equal.
22235 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22236 coding-system-for-write, as the with-temp-file macro first prints
22237 to a buffer then saves the buffer.
22238
22239 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22240
22241 * gnus-art.el (gnus-article-edit-part): New function.
22242 (gnus-mime-save-part-and-strip): Use it; do query instead of
22243 signaling an error; don't use mm-multiple-handles.
22244 (gnus-mime-delete-part): Ditto.
22245
22246 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22247
22248 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22249 old file versions.
22250 (gnus-group-prepare-hook): Remove function that converted list
22251 form of gnus-agent-expire-days to group properties.
22252
22253 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22254 (gnus-request-accept-article): Re-indented.
22255
22256 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22257 converters to handle old agent file formats. Add logic for a
22258 "backup before upgrading warning".
22259 (gnus-convert-mark-converter-prompt): Developers can mark
22260 functions as needing (default), or not needing,
22261 gnus-convert-old-newsrc's "backup before upgrading warning".
22262 (gnus-convert-converter-needs-prompt): Tests whether the user
22263 should be protected from potentially irreversable changes by the
22264 function.
22265
22266 * legacy-gnus-agent.el: New. Provides converters that are only
22267 loaded when gnus-convert-old-newsrc needs to call them.
22268
22269 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22270
22271 * mail-source.el (mail-source-touch-pop): Doc fix.
22272
22273 * message.el (message-smtpmail-send-it): Doc fix.
22274
22275 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22276
22277 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22278
22279 * nnmail.el (nnmail-split-fancy): do.
22280
22281 * gnus-kill.el (gnus-kill, gnus-execute): do.
22282
22283 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22284
22285 * gnus-sum.el (gnus-widget-reversible-match)
22286 (gnus-widget-reversible-to-internal)
22287 (gnus-widget-reversible-to-external): New functions.
22288 (gnus-widget-reversible): New widget.
22289 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22290
22291 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22292
22293 * gnus-sum.el (gnus-thread-sort-functions)
22294 (gnus-article-sort-functions): Document `(not F)' items.
22295
22296 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22297
22298 * spam.el (spam-use-gmane-xref): Add new backend.
22299 (spam-gmane-xref-spam-group): Add variable to control the name of the
22300 Gmane spam group.
22301 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22302 (spam-regex-headers-spam, spam-regex-headers-ham)
22303 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22304 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22305 backends and checks.
22306 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22307
22308 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22309 an autodetect method.
22310
22311 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22312
22313 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22314 articles are being added to a group.
22315 (gnus-request-replace-article): Inform the agent that articles
22316 need to be uncached as the cached contents are no longer valid.
22317
22318 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22319
22320 * binhex.el: Don't autoload executable-find.
22321
22322 * canlock.el: Don't autoload mail-fetch-field.
22323
22324 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22325
22326 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22327 rmail-dont-reply-to and rmail-output.
22328
22329 * gnus-score.el: Don't autoload ffap-string-at-point.
22330
22331 * gnus-setup.el: Don't autoload sc-cite-original.
22332
22333 * imap.el: Don't autoload base64-decode-string,
22334 base64-encode-string and md5.
22335
22336 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22337 and rmail-msg-restore-non-pruned-header.
22338
22339 * mm-decode.el: Don't autoload executable-find.
22340
22341 * mm-url.el: Don't autoload executable-find.
22342
22343 * mm-view.el: Don't autoload diff-mode.
22344
22345 * nndb.el: Don't autoload news-reply-mode, news-setup,
22346 cancel-timer and telnet.
22347
22348 * password.el: Don't autoload run-at-time for Emacs.
22349
22350 * sha1-el.el: Don't autoload executable-find.
22351
22352 * sieve-mode.el: Don't autoload c-mode.
22353
22354 * uudecode.el: Don't autoload executable-find.
22355
22356 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22357
22358 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22359 (gnus-agent-possibly-alter-active): Avoid null in numeric
22360 comparison.
22361 (gnus-agent-set-local): Refuse to save null in local object table.
22362 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22363 list of articles that will be marked as unread.
22364
22365 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22366
22367 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22368
22369 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22370
22371 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22372 language tags.
22373
22374 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22375
22376 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22377 Don't bind "obarray".
22378
22379 * gnus-sum.el (gnus-thread-sort-functions):
22380 Add `gnus-thread-sort-by-most-recent-number' and
22381 `gnus-thread-sort-by-most-recent-date'.
22382 Reported by Kai Grossjohann <kai@emptydomain.de>.
22383
22384 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22385
22386 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22387
22388 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22389
22390 * gnus-cus.el (gnus-agent-customize-category):
22391 Remove ignore-errors macro reference that required cl to be loaded at
22392 run-time.
22393
22394 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22395 single-interval range of the form (min . max). Previously the
22396 range had to look like ((min . max)). Likewise, return
22397 (min . max) rather than ((min . max)).
22398 (gnus-range-map): Use gnus-range-normalize to accept
22399 single-interval range.
22400
22401 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22402 the cache, but not the agent, now appear with their usual face.
22403
22404 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22405
22406 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22407 w3m-safe-url-regexp variable buffer-local.
22408
22409 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22410
22411 2004-02-27 Simon Josefsson <jas@extundo.com>
22412
22413 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22414 gnus-group-real-prefix.
22415 (gnus-summary-move-article): Use it, instead of
22416 gnus-group-real-prefix.
22417
22418 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22419
22420 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22421 w3m-safe-url-regexp variable buffer-local and set it as the value
22422 of mm-w3m-safe-url-regexp.
22423
22424 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22425
22426 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22427 parsing gnus-posting-styles when the message is not for replying.
22428
22429 * nnrss.el (nnrss-opml-export):
22430 Use mm-set-buffer-file-coding-system instead of
22431 set-buffer-file-coding-system.
22432
22433 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22434
22435 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22436 of checkdoc.el).
22437 * nnrss.el: do.
22438 * gnus-mlspl.el: do.
22439 * gnus-ml.el: do.
22440 * gnus-srvr.el: do.
22441
22442 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22443
22444 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22445
22446 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22447 Corrections to custom-manual links.
22448
22449 * gnus-art.el (gnus-article): Ditto.
22450
22451 * mm-decode.el (mime-display, mime-security): Ditto.
22452
22453 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22454
22455 * flow-fill.el: Typo.
22456
22457 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22458
22459 * spam-wash.el: New file.
22460
22461 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22462
22463 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22464
22465 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22466
22467 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22468 to be run with new-articles as LIST1, not LIST2.
22469 (spam-registration-functions): Add spam-use-ham-copy as a nil
22470 registration backend.
22471
22472 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22473
22474 * spam-stat.el (spam-stat-washing-hook): New option.
22475 (spam-stat-buffer-words): Use it.
22476 (spam-stat-process-directory, spam-stat-test-directory):
22477 Use insert-file-contents-literally.
22478 (spam-stat-coding-system): New variable.
22479 (spam-stat-load, spam-stat-save): Use it.
22480
22481 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22482
22483 * spam-report.el (spam-report-plug-agent):
22484 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22485
22486 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22487
22488 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22489 Allow / in mailto URLs.
22490
22491 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22492
22493 * spam-report.el (spam-report-process-queue): Fix interactive use.
22494 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22495 (spam-report-unplug-agent): Doc fixes.
22496 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22497 (spam-report-agentize, spam-report-deagentize):
22498 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22499
22500 * message.el (message-setup-fill-variables): Add mml tags to
22501 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22502 <ajk@iu.edu>.
22503 (message-mode): Don't modify paragraph-separate there.
22504
22505 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22506
22507 * compface.el (uncompface-use-external): Default to undecided.
22508 (uncompface-use-external-threshold): New variable.
22509 (uncompface-float-time): New macro.
22510 (uncompface): Determine whether to use the external decoder if
22511 uncompface-use-external is undecided.
22512
22513 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22514
22515 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22516 after images.
22517
22518 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22519
22520 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22521
22522 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22523
22524 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22525
22526 * gnus-sum.el (gnus-summary-limit-to-age)
22527 (gnus-summary-limit-children): do.
22528
22529 * gnus-int.el (gnus-request-scan): do.
22530
22531 * gnus-group.el (gnus-group-suspend): do.
22532
22533 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22534
22535 * gnus-cite.el (gnus-cite-parse-attributions): do.
22536
22537 * gnus-agent.el (gnus-summary-set-agent-mark)
22538 (gnus-agent-regenerate-group): do.
22539
22540 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22541
22542 * binhex.el (binhex-decode-region-internal): do.
22543
22544 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22545
22546 * gnus-fun.el (gnus-face-properties-alist): New user option.
22547 (gnus-display-x-face-in-from): Use it.
22548
22549 * gnus-art.el (article-display-face): Ditto.
22550
22551 * compface.el (uncompface-use-external): Default to nil.
22552
22553 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22554
22555 * nntp.el (nntp-erase-buffer): New function.
22556 (nntp-retrieve-data, nntp-send-command)
22557 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22558 (nntp-possibly-change-group): Use it.
22559
22560 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22561 Use with-current-buffer.
22562
22563 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22564
22565 * compface.el: Merge the ELisp-based uncompface program.
22566 (compface): New customization group.
22567 (uncompface-use-external): New user option.
22568 (uncompface): Call uncompface-internal if uncompface-use-external
22569 is nil.
22570 (uncompface-internal): New function. Note that there are also
22571 some other functions and variables added for this function.
22572
22573 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22574
22575 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22576 if necessary.
22577
22578 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22579
22580 * spam-report.el (spam-report-unplug-agent)
22581 (spam-report-plug-agent, spam-report-deagentize)
22582 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22583 Add support for the Agent in spam-report: when unplugged, report to a
22584 file; when plugged, submit all the requests.
22585
22586 * spam.el (spam-register-routine): Fix message about
22587 registration.
22588
22589 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22590
22591 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22592 dependencies.
22593 (rfc2047-encode): Use it.
22594
22595 * gnus-art.el (gnus-button-marker-list): Move before first
22596 reference.
22597
22598 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22599 (imap-parse-body): Fix format string mismatch.
22600
22601 * gnus-score.el (gnus-summary-increase-score): do.
22602
22603 * nnrss.el (nnrss-close): New function.
22604
22605 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22606
22607 * nnrss.el (nnrss-make-filename): New function.
22608 (nnrss-request-delete-group, nnrss-read-server-data)
22609 (nnrss-save-server-data, nnrss-read-group-data)
22610 (nnrss-save-group-data): Use it.
22611 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22612 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22613 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22614
22615 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22616
22617 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22618
22619 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22620
22621 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22622 files.
22623
22624 * message.el (message-generate-headers-first): Don't quote nil
22625 and t in docstrings.
22626
22627 * imap.el (imap-id): do.
22628
22629 * gnus-agent.el (gnus-agent-consider-all-articles)
22630 (gnus-agent-queue-mail): do.
22631
22632 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
22633
22634 * spam-report.el (spam-report-process-queue): New function.
22635 Process requests from `spam-report-requests-file'.
22636 (spam-report-process-queue): Doc fix.
22637
22638 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
22639
22640 * spam.el (spam-register-routine)
22641 (spam-log-processing-to-registry, spam-log-registered-p)
22642 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22643 Change "check" to "spam-check" for semi-clarity.
22644
22645 2004-02-05 Jesper Harder <harder@ifa.au.dk>
22646
22647 * pop3.el: Require nnheader.
22648
22649 * mml-smime.el: Require cl. Autoload message-fetch-field.
22650
22651 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22652
22653 * gnus-picon.el: Require cl.
22654
22655 * gnus-fun.el: Require gnus-ems and gnus-util.
22656
22657 * gnus.el (gnus-method-to-server): Move defsubst before first use.
22658
22659 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
22660
22661 * gnus-art.el (gnus-article-edit-mode): Define before first
22662 reference.
22663
22664 2004-02-04 Jesper Harder <harder@ifa.au.dk>
22665
22666 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22667 (gnus-uu-post-encoded): Use point-at-bol.
22668
22669 * gnus-topic.el (gnus-group-active-topic-p): do.
22670
22671 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22672
22673 * gnus-group.el (gnus-group-kill-region): do.
22674
22675 * gnus-art.el (article-date-ut): do.
22676
22677 * message.el (message-fetch-field): Remove redundant
22678 case-fold-search binding.
22679 (message-narrow-to-field): Simplify.
22680
22681 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
22682
22683 * spam.el (spam-directory): Derive from `gnus-directory'.
22684
22685 * spam-report.el (spam-report-url-to-file)
22686 (spam-report-requests-file): New function and variable for offline
22687 reporting.
22688 (spam-report-url-ping-function): Add `spam-report-url-to-file'
22689 and user defined function.
22690 (spam-report-url-ping-mm-url): Remove doubled slash.
22691
22692 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
22693
22694 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22695
22696 2004-02-03 Jesper Harder <harder@ifa.au.dk>
22697
22698 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22699 Fix format string mismatch.
22700
22701 * sieve.el (sieve-deactivate-all): do.
22702
22703 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22704
22705 * nnlistserv.el (nnlistserv-kk-wash-article): do.
22706
22707 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22708
22709 * mm-bodies.el (mm-7bit-chars): Don't include \r.
22710
22711 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
22712
22713 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22714 the list of checks.
22715
22716 2004-01-31 Jesper Harder <harder@ifa.au.dk>
22717
22718 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22719 padding.
22720
22721 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
22722
22723 * mm-view.el (mm-fill-flowed): New variable.
22724 (mm-inline-text): Use it.
22725
22726 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
22727
22728 * spam.el (spam-spamassassin-register-ham-routine)
22729 (spam-spamassassin-register-spam-routine): Fix function names.
22730
22731 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
22732
22733 * gnus.el (gnus-tmp-grouplens): Remove.
22734 (gnus-summary-line-format): Remove grouplens.
22735
22736 * gnus-group.el (gnus-group-line-format): Ditto.
22737
22738 * gnus-spec.el (gnus-format-specs): Ditto.
22739 (gnus-update-format-specifications): Flush the group format spec
22740 cache if there's the grouplens stuff.
22741 (gnus-parse-simple-format): Replace %l with the empty string.
22742
22743 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
22744
22745 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22746 omission.
22747
22748 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
22749
22750 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22751 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22752
22753 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22754
22755 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22756 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22757 New macros and functions.
22758 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22759 Handle > NLINK_MAX messages.
22760 * nnmaildir.el (nnmaildir-request-set-mark):
22761 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22762
22763 2004-01-25 Alex Schroeder <alex@gnu.org>
22764
22765 * spam-stat.el (spam-stat-process-directory-age): New option.
22766 (spam-stat-process-directory): Use it.
22767
22768 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
22769
22770 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22771 (spam-stat-save): Accept prefix argument.
22772
22773 2004-01-23 Paul Jarc <prj@po.cwru.edu>
22774
22775 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22776 links" error.
22777
22778 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22779
22780 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22781 compatibility with old .newsrc.eld files.
22782
22783 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22784
22785 * gnus-start.el (gnus-1): do.
22786
22787 * gnus-group.el (gnus-group-line-format-alist): do.
22788
22789 * gnus.el (gnus-use-grouplens, gnus-visual): do.
22790
22791 * gnus-gl.el: Remove.
22792
22793 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
22794
22795 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22796 marks consisting of a single range {for example, (3 . 5)} rather
22797 than a list of a single range { ((3 . 5)) }.
22798
22799 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22800
22801 * spam-stat.el (spam-stat-store-gnus-article-buffer):
22802 Use with-current-buffer.
22803 (spam-stat-store-current-buffer): Use insert-buffer-substring to
22804 avoid consing a string.
22805
22806 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22807 Remove obsolete entries for big5 and gb2312.
22808
22809 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
22810
22811 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22812 uncompressed list.
22813
22814 2004-01-22 Jesper Harder <harder@ifa.au.dk>
22815
22816 * spam-stat.el (spam-stat-strip-xref): New function.
22817 (spam-stat-process-directory): Use it.
22818
22819 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22820 here -- it's done in message-fetch-field.
22821
22822 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
22823
22824 * gnus-agent.el (gnus-agent-queue-mail)
22825 (gnus-agent-prompt-send-queue): New variables.
22826 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22827 * gnus-draft.el (gnus-group-send-queue): Pass the group name
22828 "nndraft:queue" along to gnus-draft-send.
22829 Use gnus-agent-prompt-send-queue.
22830 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22831 is "nndraft:queue". Suggested by Gaute Strokkenes
22832 <gs234@srcf.ucam.org>
22833
22834 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22835 (agent-enable-undownloaded-faces): Add.
22836 (gnus-agent-cat-groups): Use eval-and-compile, not
22837 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22838 method of gnus-agent-cat-groups even when the buffer has been
22839 evalled.
22840 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22841 delete gnus-agent-save-active-1.
22842 (gnus-agent-save-groups): Delete. Identical to
22843 gnus-agent-save-active.
22844 (gnus-agent-write-active): No longer adjust agent's copy of active
22845 file as agent's adjustments are now stored in their own
22846 file. Remove optional parameter.
22847 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22848 servers. Add use of min/max range limits from server's local
22849 file.
22850 (gnus-agent-save-alist): Remove unused optional argument.
22851 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22852 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22853 (gnus-agent-set-local): A per-server file that keeps min/max range
22854 limits for articles known to the agent. Provides a fast mechanism
22855 for altering many active ranges.
22856 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22857 active file (local makes it unnecessary).
22858 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22859
22860 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22861 (agent-enable-undownloaded-faces): Add.
22862
22863 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22864 disable it when sending to "nndraft:queue".
22865 (gnus-group-send-queue): Add safety check to avoid sending queue
22866 when unplugged.
22867
22868 * gnus-group.el (gnus-group-catchup): Use new
22869 gnus-sequence-of-unread-articles, not
22870 gnus-list-of-unread-articles, to avoid exhausting memory with huge
22871 numbers of articles. Use gnus-range-map to avoid having to
22872 uncompress the unread list.
22873 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22874 Fix invalid ange-ftp reference.
22875
22876 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22877 (gnus-sorted-range-intersection): Intersection of two ranges
22878 without requiring that they first be uncompressed.
22879
22880 * gnus-start.el (gnus-activate-group): Unless blocked by the
22881 caller, possibly expand the active range to include both cached
22882 and agentized articles.
22883 (gnus-convert-old-newsrc): Rewrote in anticipation of having
22884 multiple version-dependent converters.
22885 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22886 gnus-agent-save-active.
22887 (gnus-save-newsrc-file): Save dirty agent range limits.
22888
22889 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22890 gnus-agent-possibly-alter-active.
22891 (gnus-adjust-marked-articles): Faster handling of simple lists.
22892
22893 2004-01-21 Jesper Harder <harder@ifa.au.dk>
22894
22895 * spam-stat.el (spam-stat-test-directory): New optional argument
22896 displays a list of files detected. Suggested by Andrew Cohen
22897 <cohen@andy.bu.edu>.
22898 (spam-stat-buffer-words-with-scores): Don't narrow and change
22899 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
22900
22901 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
22902
22903 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22904 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22905 (spam-spamassassin-arguments)
22906 (spam-spamassassin-spam-flag-header)
22907 (spam-spamassassin-positive-spam-flag-header)
22908 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22909 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22910 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22911 (spam-list-of-processors, spam-list-of-checks)
22912 (spam-list-of-statistical-checks, spam-registration-functions)
22913 (spam-check-spamassassin-headers, spam-check-spamassassin)
22914 (spam-spamassassin-score)
22915 (spam-spamassassin-register-with-sa-learn)
22916 (spam-spamassassin-register-spam-routine)
22917 (spam-spamassassin-register-ham-routine)
22918 (spam-assassin-register-spam-routine)
22919 (spam-assassin-register-ham-routine): Add SpamAssassin support.
22920 (spam-bogofilter-score): Fix to show article before scoring.
22921
22922 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
22923
22924 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22925 default scoring function.
22926 (spam-generic-score): Call spam-spamassassin-score if
22927 spam-use-spamassassin or spam-use-spamassassin-headers is on;
22928 spam-bogofilter-score otherwise.
22929
22930 * gnus.el (spam-process, spam-autodetect-methods):
22931 Add spamassassin and spamassassin-headers.
22932
22933 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
22934
22935 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22936 Suppress unnecessary messages.
22937
22938 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22939
22940 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22941 make-hash-table.
22942
22943 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
22944
22945 * canlock.el (base64-encode-string): Don't autoload it.
22946
22947 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
22948
22949 * run-at-time.el: Remove useless (require 'itimer),
22950 eval-and-compile and (featurep 'xemacs).
22951
22952 2004-01-16 Jesper Harder <harder@ifa.au.dk>
22953
22954 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22955 GROUP is a virtual group.
22956
22957 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
22958
22959 * gnus.el: Autoload `message-y-or-n-p'.
22960
22961 2004-01-15 Jesper Harder <harder@ifa.au.dk>
22962
22963 * pgg-parse.el: Remove unnecessary (require 'custom).
22964
22965 * pgg-def.el: do.
22966
22967 * nnmail.el: do.
22968
22969 * gnus-undo.el: do.
22970
22971 * gnus-picon.el: do.
22972
22973 * gnus-util.el: do.
22974
22975 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
22976
22977 * gnus-sum.el (gnus-pick-line-number): Add autoload.
22978
22979 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
22980
22981 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22982 handle, as well as a list.
22983
22984 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22985 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22986 (mm-w3m-cid-retrieve): Simplify.
22987
22988 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
22989
22990 * message.el (message-kill-to-signature): Allow prefix arg to
22991 specify number of lines to keep before signature.
22992
22993 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
22994
22995 * message.el (message-kill-to-signature): Change docstring.
22996
22997 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
22998
22999 * canlock.el: Always require sha1-el.
23000 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23001
23002 * message.el: Autoload sha1 only when compiling.
23003
23004 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23005
23006 * message.el (message-canlock-generate): Require sha1-el.
23007
23008 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23009
23010 * message.el (message-expand-name): Silence the byte compiler.
23011
23012 2004-01-13 Simon Josefsson <jas@extundo.com>
23013
23014 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23015 Invoke gnus-score-mode.
23016 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23017
23018 * gnus-range.el (gnus-compress-sequence): Doc fix.
23019 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23020
23021 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23022
23023 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23024
23025 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23026
23027 * spam.el (spam-get-article-as-string): Update to use
23028 gnus-request-article-this-buffer, much simpler.
23029 (spam-get-article-as-buffer): Remove.
23030
23031 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23032
23033 * message.el (message-expand-name): Use EUDC if the user uses that.
23034
23035 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23036
23037 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23038 character for the encoding to avoid consing a string.
23039
23040 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23041 unnecessarily.
23042
23043 * mm-util.el (mm-replace-chars-in-string): Remove.
23044
23045 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23046 of mm-replace-chars-in-string.
23047
23048 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23049
23050 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23051
23052 * mm-util.el (mm-subst-char-in-string): Support inplace.
23053
23054 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23055 a new string in every iteration. Use shy groups.
23056
23057 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23058
23059 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23060 * gnus-soup.el (gnus-soup-group-brew):
23061 * gnus-msg.el (gnus-put-message):
23062 * gnus-move.el (gnus-group-move-group-to-server):
23063 * gnus-kill.el (gnus-batch-score):
23064 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23065 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23066 (gnus-group-update-group, gnus-group-read-group)
23067 (gnus-group-make-group, gnus-group-make-help-group)
23068 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23069 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23070 (gnus-group-sort-by-unread, gnus-group-catchup)
23071 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23072 (gnus-group-yank-group, gnus-group-set-info)
23073 (gnus-group-list-groups):
23074 * gnus.el (gnus-generate-new-group-name):
23075 * gnus-delay.el (gnus-delay-send-queue):
23076 * nnvirtual.el (nnvirtual-catchup-group):
23077 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23078 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23079 (gnus-group-prepare-topics, gnus-topic-check-topology):
23080 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23081 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23082 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23083 (gnus-group-make-articles-read):
23084 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23085 (gnus-group-change-level, gnus-kill-newsgroup)
23086 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23087 (gnus-get-unread-articles, gnus-make-articles-unread)
23088 (gnus-make-ascending-articles-unread): Use accessor
23089 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23090 to get group information for improved readability.
23091
23092 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23093
23094 * gnus-art.el (article-decode-mime-words, article-babel)
23095 (gnus-article-highlight-signature, gnus-article-add-buttons)
23096 (gnus-signature-toggle): Use gnus-with-article-buffer.
23097
23098 * gnus-art.el (gnus-article-highlight-headers)
23099 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23100
23101 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23102 (gnus-article-set-globals, gnus-request-article-this-buffer)
23103 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23104 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23105 (gnus-mime-display-alternative): Use with-current-buffer.
23106
23107 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23108
23109 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23110 also under 80 char limit, and call gnus-error if needed.
23111 (spam-fetch-article-header): Fix - it was a
23112 buffer-local variable (gnus-newsgroup-data).
23113 (spam-find-spam): Use spam-generate-fake-headers, forget about
23114 spam-insert-fake-headers.
23115 (spam-insert-fake-headers): Remove.
23116
23117 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23118
23119 * deuglify.el (gnus-article-outlook-unwrap-lines)
23120 (gnus-outlook-rearrange-article)
23121 (gnus-outlook-repair-attribution-outlook)
23122 (gnus-outlook-repair-attribution-block)
23123 (gnus-outlook-repair-attribution-other): Remove redundant
23124 save-excursion.
23125
23126 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23127
23128 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23129 (spam-fetch-field-subject-fast)
23130 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23131 (spam-fetch-article-header): Add functions to deal with Gnus
23132 internals for fast retrieval of article header data.
23133 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23134
23135 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23136
23137 * pop3.el (pop3-md5): Remove.
23138 (pop3-apop): Replace pop3-md5 with md5.
23139
23140 * mm-bodies.el: base64 is always built-in.
23141
23142 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23143 Use with-current-buffer.
23144
23145 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23146
23147 * canlock.el (canlock-insert-header): Remove excessive grouping in
23148 regexp.
23149
23150 * gnus-sum.el (gnus-summary-read-document): Ditto.
23151
23152 * gnus-uu.el (gnus-uu-part-number): Ditto.
23153
23154 * html2text.el (html2text-remove-tags): Ditto.
23155 (html2text-format-tags): Ditto.
23156 (html2text-format-single-elements): Ditto.
23157
23158 * mml.el (mml-parse-1): Ditto.
23159
23160 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23161
23162 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23163
23164 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23165
23166 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23167
23168 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23169
23170 2003-11-15 Simon Josefsson <jas@extundo.com>
23171
23172 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23173 (pgg-gpg-lookup-key): Use regexp match instead of
23174 split-string (split-string is different between emacs 21.2 and
23175 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23176
23177 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23178
23179 * gnus-art.el (gnus-mime-view-all-parts)
23180 (gnus-article-part-wrapper, gnus-article-view-part):
23181 Use with-current-buffer.
23182
23183 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23184
23185 * spam.el (spam-disable-spam-split-during-ham-respool)
23186 (spam-spamoracle-database, spam-cache-lookups)
23187 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23188 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23189 (spam-group-ham-marks, spam-group-spam-marks)
23190 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23191 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23192 also add spam-use-blackholes to the statistical checks.
23193 (spam-fetch-field-fast): Add interface to fetching fields, may
23194 become a macro.
23195 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23196 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23197 (spam-insert-fake-headers): Fake an article when needed.
23198 (spam-find-spam): Fake article when possible.
23199 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23200 (spam-check-bogofilter-headers): Use message-fetch-field instead
23201 of nnmail-fetch-field.
23202
23203 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23204
23205 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23206
23207 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23208
23209 * spam.el (spam-split): Do not require spam-use-CHECK to be
23210 enabled if that check is passed to spam-split explicitly; also
23211 fix so 'spam doesn't get converted to spam-split-group when
23212 spam-split-symbolic-return is t.
23213 (spam-find-spam): Find registrations of the article and use those
23214 instead of re-running spam-split to find the spam/ham
23215 classification of the article.
23216 (spam-log-processing-to-registry, spam-log-registered-p)
23217 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23218 Use gnus-error instead of gnus-message.
23219 (spam-log-registration-type): Add function to determine the
23220 classification of a message based on registry entries; will
23221 return nil if both 'spam and 'ham are found.
23222 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23223 a reasonably fast local cache without the loading errors.
23224 (spam-cache-lookups): Set to t by default.
23225 (spam-find-spam): Don't try to guess spam-cache-lookups.
23226 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23227 spam-caches entry.
23228 (spam-filelist-build-cache, spam-filelist-check-cache):
23229 Fix caching of whitelist/blacklist entries.
23230 (spam-check-whitelist, spam-check-blacklist):
23231 Invoke spam-from-listed-p with a type, not a cache variable.
23232 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23233
23234 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23235
23236 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23237
23238 * nnmail.el (nnmail-split-fancy): do.
23239
23240 * mml.el (mml-parse): do.
23241
23242 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23243 (gnus-score-adaptive): do.
23244
23245 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23246
23247 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23248 (gnus-mime-button-map): Don't set keymap parent.
23249 (gnus-button-ctan-directory-regexp): Use shy grouping.
23250 (gnus-prev-page-map): Don't set keymap parent.
23251 (gnus-prev-page-map): Remove duplicated one.
23252 (gnus-next-page-map): Don't set keymap parent.
23253 (gnus-mime-security-button-map): Ditto.
23254
23255 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23256 version number.
23257
23258 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23259
23260 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23261
23262 * canlock.el (canlock-sha1-function): Remove.
23263 (canlock-sha1-function-for-verify): Remove.
23264 (canlock-openssl-program): Remove.
23265 (canlock-openssl-args): Remove.
23266 (canlock-ignore-errors): Remove.
23267 (canlock-sha1-with-openssl): Remove.
23268 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23269 (canlock-verify): Don't use canlock-ignore-errors.
23270
23271 * sha1-el.el (sha1-string-external): Make it can return a string
23272 in binary form.
23273 (sha1-region-external): Ditto.
23274 (sha1-string-internal): Ditto.
23275 (sha1-region-internal): Ditto.
23276 (sha1-region): Ditto.
23277 (sha1-string): Ditto.
23278 (sha1): Ditto.
23279
23280 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23281
23282 * spam.el (spam-report-articles-gmane): New command.
23283
23284 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23285
23286 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23287
23288 * run-at-time.el (run-at-time-saved): Remove.
23289 (run-at-time): Doc fix.
23290
23291 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23292
23293 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23294 (gnus-summary-limit-map): Add it.
23295 (gnus-summary-make-menu-bar): do.
23296
23297 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23298
23299 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23300 Make attempt at some caching support (done for BBDB only now).
23301 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23302 addresses to be checked.
23303 (spam-clear-cache-BBDB): Add function, to be invoked by
23304 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23305 (spam-check-BBDB): Check and use the caches, if
23306 spam-cache-lookups is on, remove superfluous (provide).
23307
23308 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23309
23310 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23311
23312 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23313
23314 * run-at-time.el (run-at-time-saved): Move to after the definition
23315 of `run-at-time'.
23316
23317 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23318
23319 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23320 mm-w3m-local-map-property.
23321
23322 * mm-view.el (mm-w3m-mode-map): Remove.
23323 (mm-w3m-local-map-property): Remove.
23324 (mm-inline-text-html-render-with-w3m): Don't use
23325 mm-w3m-local-map-property.
23326
23327 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23328
23329 * run-at-time.el: New file.
23330
23331 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23332 of gnus-set-text-properties.
23333
23334 * gnus-uu.el (gnus-uu-save-article): Ditto.
23335
23336 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23337
23338 * gnus-cite.el (gnus-cite-parse): Ditto.
23339
23340 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23341 of gnus-.
23342
23343 * gnus.el: Change calls to nnheader-run-at-time and
23344 password-run-at-time throughout to use run-at-time directly.
23345
23346 * password.el: Remove definition of run-at-time.
23347
23348 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23349
23350 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23351 in prompt.
23352
23353 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23354
23355 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23356 XEmacs version.
23357
23358 * dns.el (dns-make-network-process): Use `open-network-stream'
23359 instead of `gnus-xmas-open-network-stream'.
23360
23361 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23362
23363 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23364
23365 * gnus-art.el (gnus-mime-display-alternative)
23366 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23367 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23368 Don't use gnus-local-map-property.
23369
23370 * gnus-util.el (gnus-local-map-property): Remove.
23371
23372 * mm-view.el (mm-view-pkcs7-decrypt):
23373 Replace gnus-completing-read-maybe-default with completing-read.
23374
23375 * gnus-util.el (gnus-completing-read): do.
23376 (gnus-completing-read-maybe-default): Remove.
23377
23378 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23379
23380 * password.el: Only autoload `run-at-time' if not XEmacs.
23381 Only autoload the itimer functions if XEmacs.
23382
23383 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23384
23385 * gnus-art.el (gnus-read-string): Remove.
23386 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23387 read-string.
23388
23389 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23390
23391 * netrc.el: Autoload password-read.
23392 (netrc): Add configuration group.
23393 (netrc-encoding-method, netrc-openssl-path):
23394 Add variables for encoding and decoding of files with symmetric
23395 ciphers.
23396 (netrc-encode): Add assistant function to encode a file with
23397 netrc-encoding-method.
23398 (netrc-parse): Add interactive parameter, added optional
23399 decoding if netrc-encoding-method is non-nil but otherwise
23400 behavior is standard.
23401 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23402 Do s/encode/encrypt/ everywhere.
23403
23404 * spam.el: Remove executable-find autoload.
23405
23406 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23407
23408 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23409
23410 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23411
23412 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23413
23414 * gnus-art.el (gnus-treat-ansi-sequences)
23415 (article-treat-ansi-sequences): New variable and function.
23416 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23417
23418 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23419 Use it.
23420
23421 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23422
23423 * mm-util.el (mm-quote-arg): Remove.
23424
23425 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23426 shell-quote-argument.
23427
23428 * gnus-uu.el (gnus-uu-command): do.
23429
23430 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23431
23432 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23433 with make-char.
23434
23435 * mm-util.el (mm-make-char): Remove.
23436
23437 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23438 add-minor-mode.
23439
23440 * gnus-undo.el (gnus-undo-mode): do.
23441
23442 * gnus-topic.el (gnus-topic-mode): do.
23443
23444 * gnus-sum.el (gnus-dead-summary-mode): do.
23445
23446 * gnus-start.el (gnus-slave-mode): do.
23447
23448 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23449
23450 * gnus-ml.el (gnus-mailing-list-mode): do.
23451
23452 * gnus-gl.el (gnus-grouplens-mode): do.
23453
23454 * gnus-draft.el (gnus-draft-mode): do.
23455
23456 * gnus-dired.el (gnus-dired-mode): do.
23457
23458 * gnus-ems.el (gnus-add-minor-mode): Remove.
23459
23460 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23461 Replace gnus-char-width with char-width.
23462
23463 * gnus-ems.el (gnus-char-width): Remove.
23464
23465 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23466 Replace gnus-char-width with char-width.
23467
23468 * gnus-ems.el (gnus-char-width): Remove.
23469
23470 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23471 definition.
23472 Remove Emacs 20 hash table compatibility code.
23473
23474 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23475 20 compatibility code.
23476
23477 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23478
23479 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23480
23481 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23482 Replace with point-at-{eol,bol}.
23483
23484 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23485
23486 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23487
23488 * flow-fill.el (fill-flowed-point-at-bol)
23489 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23490
23491 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23492 Replace with point-at-{eol,bol} throughout all files.
23493
23494 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23495
23496 * ntlm.el (ntlm-string-as-unibyte): New macro.
23497 (ntlm-build-auth-response): Use it.
23498
23499 Remove Emacs 20 stuff:
23500 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23501 of delq and copy-sequence.
23502 * gnus-art.el (popup-menu): Remove the compiler macro.
23503 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23504 Emacs 20.
23505
23506 2004-01-05 Simon Josefsson <jas@extundo.com>
23507
23508 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23509 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23510 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23511 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23512 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23513 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23514 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23515 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23516 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23517 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23518 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23519 string-xor into ntlm-string-xor.
23520 Suggested by Jesper Harder <harder@myrealbox.com>.
23521
23522 * ntlm.el: Don't include poem.
23523
23524 * md4.el (print-int32, print-string-hexa): Remove.
23525 Suggested by Jesper Harder <harder@myrealbox.com>.
23526
23527 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23528
23529 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23530 probably breaks emacs with DL patch, but do we care? Is anyone
23531 still using the DL stuff?)
23532
23533 * sieve-manage.el: Use the password package.
23534 (sieve-manage-read-passwd): Remove.
23535 (sieve-manage-interactive-login): Use password. Re-add
23536 condition-case around loop.
23537
23538 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23539 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23540 Use the password package.
23541
23542 2003-02-19 Simon Josefsson <jas@extundo.com>
23543
23544 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23545 token.
23546
23547 2002-08-07 Simon Josefsson <jas@extundo.com>
23548
23549 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23550 (sieve-manage-authenticators):
23551 (sieve-manage-authenticator-alist): Add some SASL mechs.
23552 (sieve-sasl-auth): New function.
23553 (sieve-manage-cram-md5-auth):
23554 (sieve-manage-plain-auth): Rewrite using SASL library.
23555 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23556 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23557 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23558 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23559
23560 2004-01-05 Simon Josefsson <jas@extundo.com>
23561
23562 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23563 New files.
23564
23565 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23566
23567 * gnus-group.el (gnus-no-groups-message): Update.
23568
23569 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23570
23571 2003-11-09 Simon Josefsson <jas@extundo.com>
23572
23573 * imap.el: Support for ID IMAP extension (RFC 2971).
23574 (imap-local-variables): Add imap-id.
23575 (imap-id): New variable.
23576 (imap-id): New function.
23577 (imap-parse-response): Parse untagged ID response.
23578 * nnimap.el (nnimap-id): New variable.
23579 (nnimap-open-connection): Use it.
23580
23581 2003-12-28 Simon Josefsson <jas@extundo.com>
23582
23583 * gnus-score.el (gnus-score-edit-all-score): New.
23584 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23585
23586 2004-01-04 Simon Josefsson <jas@extundo.com>
23587
23588 * password.el: Add.
23589
23590 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23591
23592 * dns.el (dns-query-types): Fix typo.
23593 (dns-query-types): New function.
23594 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23595 PTR and SOA replies, see RFC 1035.
23596
23597 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23598
23599 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23600
23601 * Move to Changelog.2.
23602
23603 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23604
23605 * gnus.el (gnus-version-number): Bump version.
23606
23607 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23608
23609 * gnus.el: No Gnus v0.1 is released.
23610
23611 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23612
23613 * gnus.el: No Gnus v0.0 is released.
23614
23615 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23616
23617 * gnus.el (gnus-version-number): Bump.
23618 (gnus-version): No.
23619
23620 See ChangeLog.2 for earlier changes.
23621
23622 Copyright (C) 2004-2012 Free Software Foundation, Inc.
23623
23624 This file is part of GNU Emacs.
23625
23626 GNU Emacs is free software: you can redistribute it and/or modify
23627 it under the terms of the GNU General Public License as published by
23628 the Free Software Foundation, either version 3 of the License, or
23629 (at your option) any later version.
23630
23631 GNU Emacs is distributed in the hope that it will be useful,
23632 but WITHOUT ANY WARRANTY; without even the implied warranty of
23633 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23634 GNU General Public License for more details.
23635
23636 You should have received a copy of the GNU General Public License
23637 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23638
23639 ;; Local Variables:
23640 ;; coding: utf-8
23641 ;; fill-column: 79
23642 ;; add-log-time-zone-rule: t
23643 ;; End: