]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
ddd464e5a82a4fa8838926a924785204ff0217b0
[gnu-emacs] / lisp / gnus / ChangeLog
1 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2
3 * auth-source.el (auth-source-format-prompt): Don't get confused by
4 any "\" in replacement text. (Bug#13637)
5
6 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
7
8 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
9 non-string posting styles (bug#13285).
10
11 2012-12-27 Glenn Morris <rgm@gnu.org>
12
13 * plstore.el (plstore-passphrase-callback-function):
14 Fix file/buffer typo. (Bug#13264)
15
16 2012-12-24 Andreas Schwab <schwab@linux-m68k.org>
17
18 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
19 group is nil.
20
21 2012-12-23 Andreas Schwab <schwab@linux-m68k.org>
22
23 * shr.el (shr-tag-em): Render as italic, not bold.
24
25 2012-12-02 Andreas Schwab <schwab@linux-m68k.org>
26
27 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
28 to TAB, not [tab].
29 (gnus-summary-article-map): Likewise.
30
31 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
32 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
33
34 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
35
36 * gnus-score.el (gnus-score-body):
37 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
38 scoring by body.
39
40 2012-11-13 Glenn Morris <rgm@gnu.org>
41
42 * gnus-diary.el (nndiary-request-create-group-functions)
43 (nndiary-request-update-info-functions)
44 (gnus-subscribe-newsgroup-functions)
45 (nndiary-request-accept-article-functions):
46 Use new names for hooks rather than obsolete aliases.
47
48 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * nndiary.el (nndiary-request-create-group-functions)
51 (nndiary-request-update-info-functions)
52 (nndiary-request-accept-article-functions):
53 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
54 "-hooks" suffix.
55
56 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
57
58 * starttls.el (starttls-extra-arguments): Doc fix.
59
60 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
61
62 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
63 it.
64
65 2012-10-06 Glenn Morris <rgm@gnu.org>
66
67 * gnus-notifications.el (gnus-notifications):
68 Add missing group :version tag.
69 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
70 (gnus-gcc-post-body-encode-hook):
71 * gnus-sync.el (gnus-sync-lesync-name)
72 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
73
74 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
75
76 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
77 a user about whether to delete temp files if once a user answered as n.
78
79 2012-09-17 Richard Stallman <rms@gnu.org>
80
81 * message.el (message-in-body-p): Don't set mark or modify buffer.
82
83 * mml.el (mml-attach-file): Doc fix.
84 (mml-attach-external, mml-attach-buffer, mml-attach-file):
85 Set mail-encode-mml when in Mail mode.
86 Simplify code to set HEAD and move back to HEAD.
87 (mml-insert-multipart, mml-insert-part):
88 Set mail-encode-mml when in Mail mode.
89
90 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
91
92 * gnus-util.el (gnus-timer--function): New function.
93
94 * gnus-art.el (gnus-article-stop-animations): Use it.
95
96 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
97
98 Fix glitches caused by addition of psec to timers.
99 * gnus-art.el (gnus-article-stop-animations): Use timer--function
100 rather than raw access to timer vector.
101
102 2012-09-11 Julien Danjou <julien@danjou.info>
103
104 * gnus-notifications.el (gnus-notifications): Check for nil values in
105 ignored addresses check.
106
107 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
110
111 2012-09-07 Chong Yidong <cyd@gnu.org>
112
113 * gnus-util.el
114 (gnus-put-text-property-excluding-characters-with-faces): Restore.
115
116 * gnus-salt.el (gnus-tree-highlight-node):
117 * gnus-sum.el (gnus-summary-highlight-line):
118 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
119
120 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
121
122 * gnus-util.el: Fix compilation error on XEmacs 21.4.
123
124 2012-09-06 Juri Linkov <juri@jurta.org>
125
126 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
127 scheme for buffer names to be more consistent with other group and
128 article buffer names in Gnus.
129
130 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
131
132 * gnus-util.el
133 (gnus-put-text-property-excluding-characters-with-faces): Remove.
134
135 * gnus-compat.el: Define compat function `add-face' from Wolfgang
136 Jenkner.
137
138 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
139
140 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
141
142 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
143
144 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
145
146 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
147 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
148
149 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
150 string-prefix-p in Emacs >=23.2.
151
152 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
153 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
154 instead of string-match-p.
155 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
156
157 2012-09-06 Kenichi Handa <handa@gnu.org>
158
159 * qp.el (quoted-printable-decode-region): Fix previous change; handle
160 lowercase a..f.
161
162 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
163
164 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
165
166 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
167
168 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
169 TIME is set.
170
171 2012-09-05 Juri Linkov <juri@jurta.org>
172
173 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
174 than one group at a time (bug#11961).
175
176 2012-09-05 Julien Danjou <julien@danjou.info>
177
178 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
179 this hide the real reason with a message giving absolutely no hint.
180
181 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
182
183 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
184 to the backend (bug#11804).
185
186 * message.el (message-insert-newsgroups): Don't insert newsgroup
187 duplicates (bug#12275).
188
189 2012-09-05 John Wiegley <johnw@newartisans.com>
190
191 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
192 sieve rules.
193
194 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
195
196 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
197 function.
198
199 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
200
201 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
202
203 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
204
205 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
206 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
207 This should make nnmaildir more usable with offlineimap.
208
209 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
210
211 * gnus-notifications.el (gnus-notifications-notify): Use it.
212
213 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
214 warnings on XEmacs.
215
216 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
217
218 Better seeds for (random).
219 * gnus-sync.el (gnus-sync-lesync-setup):
220 * message.el (message-canlock-generate, message-unique-id):
221 Change (random t) to (random), now that the latter is more random.
222
223 2012-08-31 Dave Abrahams <dave@boostpro.com>
224
225 * auth-source.el (auth-sources): Fix macos keychain access.
226
227 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
228 allow the backend `request-head' function to determine the group
229 name on its own.
230 (gnus-request-expire-articles): Filter out negative article numbers
231 during expiry (Bug#11980).
232
233 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
234 O(N^2) to O(N). This makes warping into huge groups tolerable.
235
236 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
237 you've found the article when you haven't.
238
239 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
242
243 2012-08-30 Julien Danjou <julien@danjou.info>
244
245 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
246 `gnus-notifications-timeout'.
247 (gnus-notifications-timeout): Add.
248 (gnus-notifications-action): New function.
249 (gnus-notifications-notify): Add :action using
250 `gnus-notifications-action'.
251 (gnus-notifications-id-to-msg): New variable.
252 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
253 notifications id to messages.
254
255 2012-08-30 Kenichi Handa <handa@gnu.org>
256
257 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
258 once.
259
260 2012-08-29 Julien Danjou <julien@danjou.info>
261
262 * gnus-notifications.el: New file.
263 (gnus-notifications-notify): New function.
264 (gnus-notifications): Use `gnus-notifications-notify'.
265
266 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
267
268 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
269 transfer encoding first; bind gnus-newsgroup-charset to the charset
270 that the article specifies (Bug#12209).
271
272 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
273
274 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
275 (gnus-group-customize-done): Encode values posting-style holds.
276
277 * gnus-msg.el (gnus-summary-resend-message)
278 (gnus-configure-posting-styles): Decode values posting-style group
279 parameter holds.
280
281 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
284 `name' and `address' in Resent-From header.
285
286 2012-08-14 Chong Yidong <cyd@gnu.org>
287
288 * gnus-art.el (article-display-face): Handle failure in
289 gnus-create-image (Bug#11802).
290
291 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
294 Use defsetf.
295
296 2012-08-10 Daiki Ueno <ueno@unixuser.org>
297
298 * auth-source.el: (auth-source-plstore-search)
299 (auth-source-secrets-search): Ignore :require and :type in search spec.
300
301 2012-08-06 Julien Danjou <julien@danjou.info>
302
303 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
304 Remove autoload, already handled by gnus.el.
305
306 2012-08-05 Julien Danjou <julien@danjou.info>
307
308 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
309 Add autoload.
310
311 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
312
313 * gnus.el (gnus-valid-select-methods): Fix custom type.
314
315 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
316
317 * auth-source.el (auth-sources, auth-source-backend-parse)
318 (auth-source-macos-keychain-search)
319 (auth-source-macos-keychain-search-items)
320 (auth-source-macos-keychain-result-append)
321 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
322 auth-source.el through the /usr/bin/security utility.
323 (auth-sources): Fix syntax error.
324 (auth-source-macos-keychain-result-append): Fix variable name.
325 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
326
327 2012-07-27 Julien Danjou <julien@danjou.info>
328
329 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
330 Emacs < 24.1
331
332 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
333
334 * message.el (message-kill-address): Don't kill last newline.
335 (message-skip-to-next-address): Don't move to the next header.
336 (message-fill-field-address): Work properly.
337
338 2012-07-25 Julien Danjou <julien@danjou.info>
339
340 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
341
342 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
343
344 * nnimap.el (nnimap-get-responses): Don't remove, still used.
345
346 2012-07-24 Julien Danjou <julien@danjou.info>
347
348 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
349
350 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
351 (nntp-async-timer-handler): Remove, unused.
352
353 * nnimap.el (nnimap-get-responses): Remove, unused.
354
355 * nnheader.el (mail-header-set-extra): Remove, unused.
356
357 * mm-view.el (mm-view-sound-file): Remove, unused.
358
359 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
360 (mm-url-encode-multipart-form-data): Remove, unused.
361
362 * message.el (message-remove-signature, message-make-host-name)
363 (message-fill-address): Remove, unused.
364
365 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
366 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
367 unused.
368
369 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
370
371 * gnus-util.el (gnus-extract-address-component-name)
372 (gnus-extract-address-component-email, gnus-sortable-date)
373 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
374 (gnus-process-live-p): Remove, unused.
375
376 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
377
378 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
379 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
380 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
381 function.
382
383 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
384
385 * gnus-score.el (gnus-summary-score-crossposting)
386 (gnus-score-regexp-bad-p): Remove, unused.
387
388 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
389
390 * gnus-range.el (gnus-sublist-p): Remove, unused.
391
392 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
393 unused.
394
395 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
396
397 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
398 (gnus-request-associate-buffer): Remove, unused.
399
400 * gnus-group.el (gnus-group-set-method-info)
401 (gnus-group-set-params-info): Remove, unused.
402
403 * gnus-fun.el (gnus-shell-command-to-string)
404 (gnus-shell-command-on-region): Remove, unused.
405
406 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
407
408 * gnus-art.el (gnus-article-text-type-exists-p)
409 (article-translate-characters, gnus-article-hide-text-of-type)
410 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
411 Remove, unused.
412
413 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
414
415 * nnir.el ("nnir"): Revert last change, that's premature to merge from
416 Gnus master.
417
418 2012-07-22 Andrew Cohen <cohen@bu.edu>
419
420 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
421
422 2012-07-21 Julien Danjou <julien@danjou.info>
423
424 * message.el (message-dont-reply-to-names): Replace deprecated
425 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
426 (message-get-reply-headers): Ditto.
427
428 2012-07-18 Julien Danjou <julien@danjou.info>
429
430 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
431 `sieve-upload-and-kill'.
432
433 * sieve.el (sieve-bury-buffer): Remove function.
434 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
435 (sieve-upload-and-kill): New function, mapped to C-c C-c.
436
437 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
438
439 * shr.el (shr-expand-url): Handle URL starting with `//'.
440
441 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
442 2012-07-13 Chong Yidong <cyd@gnu.org>
443
444 * smime.el (smime-certificate-info): Set buffer-read-only directly,
445 instead of calling toggle-read-only with a (bogus) argument.
446
447 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
448
449 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
450 of initial input when reading the author to restrict the summary to.
451
452 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
453
454 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
455 buffer exists, which it doesn't if we haven't started Gnus.
456
457 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * mm-decode.el (mm-shr):
460 Allow overriding charset by mm-charset-override-alist.
461
462 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * gnus-art.el (gnus-article-view-part):
465 Toggle subparts of multipart/alternative part.
466
467 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
468
469 * gnus-sync.el: Simply require json.
470
471 * registry.el: Simply require eieio and eieio-base.
472
473 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
474
475 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
476
477 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * shr.el (shr-render-buffer): New command.
480 (shr-visit-file): Use it.
481
482 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
483
484 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
485 Set no-byte-compile and no-update-autoloads.
486
487 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
488
489 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
490
491 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
492
493 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
494 being bound to a lambda form.
495
496 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
497
498 * gnus-picon.el (gnus-picon-properties): New defcustom.
499 (gnus-picon-create-glyph): Use it.
500
501 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
502
503 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
504 locales.
505
506 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
507 on a handle.
508
509 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
510 address as the default.
511
512 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
513 It makes no sense to query the user about internal files.
514
515 * gnus-spec.el: Remove all the byte-compilation stuff, since
516 benchmarking shows that it doesn't help when entering large summary
517 buffers.
518
519 * gnus-util.el (gnus-byte-code): Remove.
520
521 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
522 grouplens stuff.
523
524 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
525
526 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
527 (bug#11514).
528
529 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
530
531 * message.el (message-buffers): Return all buffers derived from Message
532 to make `gnus-dired-attach' work with mu4e.
533
534 2012-06-26 Daiki Ueno <ueno@unixuser.org>
535
536 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
537 (mm-dissect-singlepart): Don't guess the MIME type of
538 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
539 set.
540 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
541 toplevel MIME type is multipart/encrypted.
542
543 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
544
545 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
546 In particular, add an optional argument and a docstring.
547
548 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
549
550 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
551 current before calling `gnus-groups-to-gnus-format'.
552 Note that this was already the case for `gnus-active-to-gnus-format'.
553
554 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
555
556 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
557
558 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
559
560 * mm-decode.el (mm-dissect-buffer): Doc fix.
561
562 * gnus-sum.el (gnus-handle-ephemeral-exit):
563 Avoid creating the group buffer if it doesn't exist.
564
565 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
566 is given, mark the group as ephemeral with the current window conf.
567
568 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
569 buffer exists, which it doesn't if we haven't started Gnus.
570 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
571
572 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * mml.el (mml-generate-mime):
575 Allow specifying what the top-level part type is.
576
577 * gnus-sum.el (gnus-auto-center-summary):
578 `scroll-margin' isn't defined on XEmacs.
579
580 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
581
582 * gnus-sum.el (gnus-auto-center-summary):
583 Set default to respect `scroll-margin'.
584
585 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
586
587 * gnus-cite.el (gnus-dissect-cited-text): A single line without
588 citation prefix within a block of cited text should be considered
589 part of that block *only* if it is a blank line.
590
591 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
592
593 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
594 before kinsoku-bol characters nor within kinsoku-eol characters.
595
596 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
597
598 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
599 (gnus-topic-create-topic, gnus-topic-enter-dribble):
600 Silence compiler.
601 (gnus-sync-read): Use mapc instead of mapcar.
602
603 * mm-archive.el: Require mm-decode for some macros.
604 (gnus-recursive-directory-files, mailcap-extension-to-mime):
605 Silence the byte compiler.
606 (mm-archive-decoders): New function that returns the value of
607 the mm-archive-decoders variable.
608
609 * mm-decode.el:
610 Don't require mm-archive; autoload mm-archive functions instead.
611 (mm-dissect-singlepart): Use the function mm-archive-decoders.
612
613 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
614
615 2012-06-26 Peter Munster <pmrb@free.fr>
616
617 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
618 (gnus-demon-cancel): Ditto.
619 (gnus-demon-run-callback): When function cannot be called due to low
620 idleness, call it when idleness reaches the expected value, instead
621 of waiting another timer period.
622 (gnus-demon-init): Add `time' to arguments of call-back.
623
624 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
625
626 * gnus.el: Register gnus-registry functions.
627
628 * gnus-registry.el (gnus-try-warping-via-registry):
629 Move here and indent.
630
631 * gnus-int.el (gnus-warp-to-article):
632 Check whether the registry is enabled before warping.
633
634 2012-06-26 Dave Abrahams <dave@boostpro.com>
635
636 * gnus-sum.el (gnus-summary-insert-subject): Record information
637 in the registry about each article retrieved.
638
639 * gnus-int.el (gnus-select-group-with-message-id): New function.
640 (gnus-try-warping-via-registry): Ditto.
641 (gnus-warp-to-article): Fall back on the registry.
642
643 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
644
645 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
646
647 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
648
649 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
650 gnus-gcc-self-resent-messages may be a group parameter.
651 (gnus-summary-resend-message):
652 Don't encode encoded words in header when Gcc'ing resent message.
653
654 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
655
656 * shr.el (shr-insert): Treat non-breaking space just like normal
657 space. This seems to produce more pleasing results.
658 (shr-insert):
659 Only insert a blank line if we're starting from an image.
660 (shr-tag-br):
661 Allow <br> to end lines or to make a single blank line.
662 (shr-ensure-paragraph): Consider lines with white space to be blank.
663
664 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
665
666 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
667 and gnus-gcc-post-body-encode-hook.
668
669 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
670
671 * mm-decode.el (mm-dissect-singlepart):
672 Guess what the type of application/octet-stream parts really is.
673
674 * gnus-sum.el (gnus-propagate-marks): Remove.
675
676 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
677
678 * nntp.el (nntp-coding-system-for-read): Remove.
679 (nntp-coding-system-for-write): Ditto.
680 (nntp-open-connection): Just use `binary' directly.
681
682 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * registry.el (registry-usage-test, registry-persistence-test):
685 Move to tests/gnustest-registry.el.
686 (registry-make-testable-db, registry-match-test)
687 (registry-instantiation-test): Move to tests/gnustest-registry.el.
688
689 * gnus-registry.el (gnus-registry-misc-test)
690 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
691
692 * tests/gnustest-registry.el:
693 New file with the registry and gnus-registry ERT tests.
694
695 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
696
697 * gnus-msg.el (gnus-summary-resend-message):
698 Make gnus-summary-resend-message-insert-gcc be last item in
699 message-header-setup-hook.
700
701 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
702
703 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
704 (nnfolder-marks, nnfolder-marks-file-suffix)
705 (nnfolder-marks-modtime): Remove.
706 (nnfolder-open-server): Don't use marks.
707 (nnfolder-request-delete-group): Ditto.
708 (nnfolder-request-rename-group): Ditto.
709 (nnfolder-request-set-mark, nnfolder-request-marks)
710 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
711 (nnfolder-save-marks, nnfolder-open-marks): Remove.
712
713 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
714 (nnml-marks-modtime): Remove.
715 (nnml-request-delete-group): Don't use marks.
716 (nnml-request-rename-group): Ditto.
717 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
718 (nnml-save-marks, nnml-open-marks): Remove.
719
720 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
721 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
722 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
723 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
724 (nntp-server-to-method-cache): Remove.
725
726 * shr.el (shr-rescale-image): Fix wrong merge.
727
728 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
729
730 * shr.el (shr-remove-trailing-whitespace):
731 Really delete the padding on too-wide lines.
732
733 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
734
735 * mm-archive.el (mm-archive-dissect-and-inline): New function.
736 (mm-archive-dissect-and-inline): Fix up the undisplayer.
737
738 * mm-decode.el (mm-display-external): Output the text from
739 the command in the buffer after the command finished.
740 This makes text-based commands behave better.
741
742 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
743
744 * message.el (smtpmail-smtp-user): Silence compiler warning.
745
746 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
747
748 * message.el (message-multi-smtp-send-mail): Also allow specifying
749 the SMTP user name.
750
751 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
752
753 * gnus-sum.el (gnus-summary-article-map): Fix typo.
754
755 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
756
757 * message.el (message-multi-smtp-send-mail): New function.
758 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
759 header to implement multi-SMTP functionality.
760
761 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
762 (gnus-agentize): Don't set it.
763 (gnus-agent-send-mail): Don't use it.
764
765 * gnus-sum.el (gnus-summary-widget-backward):
766 New function and keystroke.
767
768 * shr.el (shr-put-image): Remove underlines from sliced images.
769 (shr-zoom-image): Compute the region to be replaced more correctly.
770
771 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
772
773 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
774 (gnus-summary-resend-message-insert-gcc): New function.
775 (gnus-summary-resend-message): Modify message-header-setup-hook and
776 message-sent-hook to make it work for Gcc.
777 (gnus-inews-do-gcc): Update the number of unread articles of groups
778 that messages are Gcc'd to.
779
780 * message.el (message-resend): Run message-sent-hook to do Gcc.
781
782 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
783
784 * gnus-registry.el (gnus-registry-fixup-registry):
785 Move the message to a higher level to silence compilation.
786
787 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
788 parameter to allow controlling the scaling.
789
790 * shr.el (shr-zoom-image): New command and keystroke.
791 (shr-put-image): Take a `size' flag to say how to scale the image.
792
793 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
794 Use recursive deletion.
795 (mm-dissect-archive): Add support for zip files.
796
797 * gnus-util.el (gnus-recursive-directory-files): New function.
798
799 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
800 (mm-archive-decoders): Add tgz support.
801
802 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
803 Otherwise inserting text into the Gnus buffer can look odd.
804
805 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
806
807 * mm-archive.el (mm-archive-decoders): Add support for tar.
808
809 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
810
811 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
812
813 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
814
815 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
816
817 * mm-archive.el: New file.
818
819 * mm-decode.el (mm-dissect-singlepart):
820 Use it to decode ms-tnef files.
821
822 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
823
824 * message.el (message-goto-*): Make all the `message-goto-*' commands
825 push the mark before moving point. This makes it easier to go back
826 to where you came from after editing whatever you jumped to.
827
828 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
829
830 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
831 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
832 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
833
834 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
835
836 * spam.el: Move BBDB autoloads.
837 (spam-exists-in-BBDB-p):
838 New function to do the BBDB search directly in BBDB 2 and 3.
839 (spam-check-BBDB): Use it.
840 (spam-enter-ham-BBDB): Use it.
841
842 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
843
844 * gnus-group.el (gnus-group-get-new-news):
845 New parameter `one-level' for scanning exactly one level.
846
847 * gnus-start.el (gnus-get-unread-articles): Ditto.
848
849 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
850
851 * gnus-sync.el: More commentary about setup.
852
853 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
854
855 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
856
857 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
858
859 * gnus-sync.el: Improve docs about CouchDB admins.
860
861 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
862
863 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
864 not needed. Provide xmlplistread list function to produce XML plist
865 output for non-Gnus LeSync clients.
866
867 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
868
869 * gnus-sync.el: Add LeSync synchronization backend and logic to read
870 and save against it. Group subscriptions, read marks, other marks,
871 subscription levels, topic names, and topic offsets (the group's
872 position within the topic) are saved. This is an experimental
873 backend and may change significantly. Load json.el from
874 the gnus-fallback-lib if it's not available otherwise.
875 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
876
877 2012-06-26 David Engster <dengste@eml.cc>
878
879 * tests/gnustest-nntp.el: New file for simple NNTP testing.
880
881 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
882
883 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
884
885 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
886
887 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
888 is an integer to avoid later problems.
889
890 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
891
892 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
893 locales.
894
895 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
896
897 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
898 articles when fetch-old is non-nil (bug#11370).
899
900 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
901
902 * gnus-group.el (gnus-group-get-new-news):
903 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
904
905 2012-06-10 Dave Abrahams <dave@boostpro.com>
906
907 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
908 groups (bug#11641).
909
910 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
911
912 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
913 (bug#11514).
914
915 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * nntp.el: Stop the `letf' madness.
918 (nntp--report-1): New var.
919 (nntp-report): Merge nntp-report-1 into it.
920 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
921 the nntp-report function.
922
923 * auth-source.el: Fix comment-style to follow the convention.
924
925 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
928 a string so that Gcc works (bug#11514).
929
930 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
933 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
934
935 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * gnus-win.el (gnus-configure-frame): Don't signal an error when
938 jumping to *Server* from a dedicated *Group* window.
939 (gnus-configure-frame): CSE.
940
941 * gnus-registry.el: Minor style cleanup.
942 (gnus-registry--set/remove-mark): New function, extracted from
943 gnus-registry-install-shortcuts.
944 (gnus-registry-install-shortcuts): Use it.
945
946 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
947
948 * nnspool.el (news-path): Use eval-and-compile.
949
950 2012-05-24 Glenn Morris <rgm@gnu.org>
951
952 * nnspool.el (news-directory, news-path, news-inews-program):
953 Move here from paths.el. Don't see a need for these to be autoloaded.
954
955 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
956 Merge in doc from paths.el version. Don't see any need for this to be
957 autoloaded, or for the warning about users not setting it.
958
959 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
960
961 Fix minor Y10k bug.
962 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
963
964 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
967 message once it's actually open.
968
969 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * auth-source.el (auth-source--aput-1, auth-source--aput)
972 (auth-source--aget): New functions and macros.
973 Use them instead of aput/aget.
974
975 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
976
977 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
978
979 2012-04-26 Daiki Ueno <ueno@unixuser.org>
980
981 * plstore.el (plstore-called-interactively-p): New compat macro copied
982 from message.el.
983 (plstore-mode): Use it.
984
985 2012-04-26 Daiki Ueno <ueno@unixuser.org>
986
987 * plstore.el: Revive the editing feature.
988 (plstore-mode): New mode to edit plstore file.
989 (plstore-mode-toggle-display, plstore-mode-original)
990 (plstore-mode-decoded): New command.
991 (plstore--encode, plstore--decode, plstore--write-contents-functions)
992 (plstore--insert-buffer, plstore--make): New function.
993 (plstore-open, plstore-save): Simplify by using them.
994
995 2012-04-16 Glenn Morris <rgm@gnu.org>
996
997 * nndraft.el (nndraft-request-list): Fix declaration.
998
999 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1000
1001 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1002 don't have a current group.
1003
1004 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1005 have a group name.
1006
1007 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1008 a multibyte buffer (bug#7410).
1009 (article-wash-html): Parse the original article buffer to get the
1010 unencoded data (bug#7410).
1011
1012 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1013 .newsrc.el files.
1014
1015 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1016
1017 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1018 would have gotten if we posted to the group, and use that to compare
1019 against the message we want to cancel (bug#10808).
1020
1021 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1022
1023 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1024 "#" to avoid having them interpreted as comments.
1025
1026 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * shr.el (shr-insert): Update the text state properly to avoid
1029 inserting spurious paragraph starts.
1030
1031 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1032
1033 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1034 requested (bug#10961).
1035
1036 * shr.el (shr-table-widths): Divide the extra width more fairly over
1037 the TDs (bug#10973).
1038 (shr-render-td): Don't delete too much padding.
1039 (shr-natural-width): Compute the natural width more correctly.
1040 (shr-insert): Allow the natural width to be computed for tables again.
1041 (shr-tag-table-1): Rework how the natural widths are computed by
1042 rendering the table a third time.
1043 (shr-natural-width): Remove.
1044 (shr-buffer-width): New function.
1045 (shr-expand-newlines): Use it.
1046
1047 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1048 using a `gnus-use-full-window' setup (bug#11013).
1049
1050 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1051
1052 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1053 24.1 release.
1054
1055 2012-03-10 David Edmondson <dme@dme.org>
1056
1057 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1058 'Forwarded Message' header and the start of the message.
1059
1060 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1061
1062 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1063 isn't running (bug#10897).
1064
1065 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1066
1067 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1068
1069 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1072
1073 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1074
1075 * mm-decode.el (mm-shr): Remove "soft hyphens".
1076
1077 * nnimap.el (nnimap-request-list): Return the group names encoded as
1078 utf8. Otherwise non-European group names don't work.
1079 (nnimap-request-newgroups): Ditto.
1080
1081 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1082 the default in `read-string' (bug#10757).
1083
1084 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1085 topics (bug#10843).
1086
1087 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1088 buffer. Suggested by Herbert Valerio Riedel.
1089 (nnimap-request-move-article): Delete the message from the correct IMAP
1090 server.
1091
1092 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
1093
1094 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1095 Reported by Peter Münster.
1096
1097 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1098
1099 * shr.el (shr-image-fetched): Make sure we really kill the right
1100 buffer.
1101
1102 2012-02-16 Leo Liu <sdl.web@gmail.com>
1103
1104 * gnus-start.el (gnus-1): Avoid duplicate entries.
1105
1106 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1107
1108 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1109 too-wide lines.
1110
1111 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 * shr.el (shr-rescale-image): Undo previous change; see
1114 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1115
1116 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1117
1118 * nnimap.el (nnimap-record-commands): New variable.
1119 (nnimap-log-command): Use it.
1120 (nnimap-make-process-buffer): Add a space to the process buffer.
1121 (nnimap-transform-headers): Don't bug out on header lines containing
1122 stuff that look like IMAP length encodings.
1123
1124 * shr.el (shr-rescale-image): Allow viewing large images.
1125
1126 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1127
1128 * nnml.el (nnml-request-compact-group): Delete the marks file after
1129 compaction (bug#10800).
1130
1131 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1132 group exit.
1133
1134 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1135 QRESYNC/FETCH output.
1136
1137 2012-02-11 Glenn Morris <rgm@gnu.org>
1138
1139 * sieve-manage.el (sieve-manage-default-stream):
1140 * shr.el (shr):
1141 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1142 (nnir-retrieve-headers-override-function)
1143 (nnir-imap-default-search-key, nnir-notmuch-program)
1144 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1145 (nnir-method-default-engines):
1146 * message.el (message-cite-reply-position):
1147 * gssapi.el (gssapi-program):
1148 * gravatar.el (gravatar):
1149 * gnus-sum.el (gnus-refer-thread-use-nnir):
1150 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1151 (gnus-registry-max-pruned-entries):
1152 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1153 * gnus-int.el (gnus-after-set-mark-hook)
1154 (gnus-before-update-mark-hook):
1155 * gnus-async.el (gnus-async-post-fetch-function):
1156 * auth-source.el (auth-source-cache-expiry):
1157 Add missing :version tags to new defcustoms and defgroups.
1158
1159 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1160
1161 * message.el (message-default-send-mail-function): Made into own
1162 function for reuse by emacsbug.el.
1163
1164 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1167 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1168
1169 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1170
1171 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1172 running.
1173
1174 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1175
1176 * gnus.el (gnus-server-extend-method): Don't add an -address component
1177 if the method already has one (bug#9676).
1178
1179 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1180
1181 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1182 of an initial-input for consistency (bug#10757).
1183
1184 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1185
1186 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1187
1188 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1189
1190 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1191 lines that are narrower than the window width. Otherwise background
1192 "blocks" will look less readable.
1193
1194 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1195
1196 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1197
1198 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1199
1200 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1201 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1202 have newlines within the strings, and where the UID comes after the
1203 BODYSTRUCTURE element (bug#10537).
1204
1205 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1206 (bug#10732).
1207
1208 * shr.el (shr-insert-document): Add doc string.
1209 (shr-visit-file): Ditto.
1210 (shr-remove-trailing-whitespace): New function.
1211 (shr-insert-document): Use it to clean up trailing whitespace as the
1212 final step (bug#10714).
1213
1214 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1215
1216 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1217 buffer if `gnus-kill-summary-on-exit' is nil.
1218
1219 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221 * gnus-sum.el (gnus-summary-show-thread):
1222 next-single-char-property-change may return nil in XEmacs.
1223
1224 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1225
1226 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1227 when just reading a single group from "without" Gnus.
1228
1229 2012-02-06 Chong Yidong <cyd@gnu.org>
1230
1231 * gnus-sum.el (gnus-summary-show-thread):
1232 next-single-char-property-change never returns nil (Bug#8657).
1233
1234 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1235
1236 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1237 without reconnecting.
1238 (nnimap-possibly-change-group): Ditto.
1239 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1240 connection has died before being called.
1241
1242 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1243
1244 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1245 an initial sync unless we're really doing one.
1246
1247 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1248 address parameter if one already exists (bug#9676).
1249
1250 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1251 not the prefix, as documented (bug#10689).
1252
1253 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1254
1255 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1256 the "server".
1257
1258 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1259 the real error message with the useless "previously known to be down".
1260 Which isn't even correct.
1261
1262 * nntp.el (nntp-open-connection): Report the error message if the nntp
1263 server can't be reached.
1264
1265 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1266 groups we do a total scan for.
1267 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1268 doing that.
1269
1270 2012-01-31 Jim Meyering <jim@meyering.net>
1271
1272 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1273 Correct a comment (insert "not") and hide nominally-doubled "to".
1274
1275 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1276
1277 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1278 section in the manual.
1279
1280 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1281
1282 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1283 words.
1284 (rfc2047-encode-string): Ditto.
1285 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1286 understand folded filename="..." parameters, for instance.
1287
1288 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1289 the message for greater debuggability.
1290
1291 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1292
1293 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1294 instead of setting it locally, since the latter doesn't seem to have
1295 any effect (most of the time).
1296
1297 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1298
1299 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1300 function call.
1301
1302 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
1303
1304 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1305 seconds, and make the repeat clause with HH:MM specs work as
1306 documented.
1307
1308 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1309
1310 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1311 so that previous errors don't prohibit getting new news.
1312
1313 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1314
1315 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1316
1317 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1320 bound globally in old Emacsen and XEmacsen.
1321
1322 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1323
1324 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1325 buffer, not of the string which is its name.
1326
1327 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1330 non-server-marks groups.
1331 (gnus-group-make-articles-read): Ditto.
1332
1333 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1334 methods (bug#9676).
1335
1336 * gnus.el (gnus-method-ephemeral-p): New function.
1337
1338 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1339
1340 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1341 left-to-right.
1342
1343 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1344
1345 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1346 warning.
1347
1348 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1349
1350 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1351 macroexpand the nnir things, since they haven't been defined yet, and
1352 nnir requires gnus-sum.
1353
1354 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1355
1356 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1357
1358 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1359
1360 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1361 logical server name in addition to the actual machine address.
1362
1363 * auth-source.el (auth-source-user-and-password): Add convenience
1364 wrapper to search by just host and optionally user.
1365
1366 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1367
1368 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1369 after rendering.
1370
1371 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1372
1373 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1374 (bug#9693).
1375 (gnus-summary-setup-buffer): Document return value (bug#9697).
1376
1377 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1378 since ido doesn't work on symbols (bug#9632).
1379
1380 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1381 when getting a single value as when getting all the values. This means
1382 that atoms like `gcc-self' work cumulatively, like variable settings,
1383 instead of getting the value from the last matching clause.
1384 (gnus-group-find-parameter): Protect against the group buffer not
1385 existing (bug#9585).
1386
1387 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1388
1389 * gnus-start.el (gnus-activate-group): Document more parameters
1390 (bug#9694).
1391
1392 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1393 (bug#9692).
1394
1395 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1396 article was fetched, so that it can be expired later (bug#9958).
1397 (gnus-agent-summary-fetch-series): Add doc string.
1398 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1399 (bug#9517).
1400
1401 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1402 retrieval is happening.
1403
1404 * gnus.el (gnus-parameters): Doc fix.
1405
1406 2012-01-06 Dave Abrahams <dave@boostpro.com>
1407
1408 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1409 show the thread after expansion.
1410
1411 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1412
1413 * gnus-art.el (article-narrow-to-head): If the head is completely
1414 empty, narrow to the empty region (bug#9764).
1415
1416 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1417 read, and then mark them as unread only when the unread mark is used.
1418 This makes `C-- T k' actually work, even though it's confusing.
1419
1420 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1421 alive before we try to find its window.
1422
1423 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1424
1425 * mm-decode.el (mm-display-external): Use a longer timeout for the
1426 deletion to allow slow programs to display the file.
1427
1428 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1429
1430 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1431 prompt to be less confusing.
1432
1433 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1434 argument to `message-reply'. This broke `special-display-*' frame
1435 pop-uping (bug#10238).
1436
1437 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1440 systems, since these allegedly don't work there.
1441
1442 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1443
1444 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1445 live buffer.
1446
1447 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1448
1449 * nnir.el (nnir-retrieve-headers): Protect against the article not
1450 existing on the server (bug#10335).
1451
1452 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1453
1454 * gnus-agent.el (gnus-agent-load-local):
1455 Recompute gnus-agent-article-local on changing method.
1456
1457 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1458
1459 * gnus.el (gnus-parameters): Note precedence.
1460
1461 2012-01-04 Leo Liu <sdl.web@gmail.com>
1462
1463 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1464 in the group buffer.
1465
1466 2012-01-04 Julien Danjou <julien@danjou.info>
1467
1468 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1469 change.
1470
1471 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1472
1473 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1474 too.
1475
1476 * nntp.el (nntp-retrieve-group-data-early): Use it.
1477
1478 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1479
1480 * nntp.el (nntp-retrieval-in-progress): New variable.
1481 (nntp-make-process-buffer): Make it buffer-local.
1482
1483 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1484 2010.
1485 (gnus-demon-init): Use it to compute the time if time is on the form
1486 "04:23".
1487
1488 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1489
1490 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1491 status in the correct buffer.
1492
1493 2012-01-03 Leo Liu <sdl.web@gmail.com>
1494
1495 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1496 when opening topics (bug#10407).
1497
1498 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 * mm-view.el (mm-display-inline-fontify): Add comment.
1501
1502 2011-12-15 Juri Linkov <juri@jurta.org>
1503
1504 * mm-decode.el (mm-inline-media-tests): Add missing
1505 `mm-handle-media-subtype'.
1506
1507 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1508
1509 * message.el (message-valid-fqdn-regexp): Update with newly approved
1510 top-level domain names ".tel" and ".asia".
1511
1512 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1513
1514 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1515 unconditionally.
1516
1517 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1520 pop-to-buffer-same-window for old Emacsen.
1521
1522 2011-12-04 Chong Yidong <cyd@gnu.org>
1523
1524 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1525 change (Bug#10200).
1526
1527 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1528
1529 * compface.el (uncompface):
1530 * gnus-art.el (gnus-article-x-face-command): Update the header format
1531 of icon data for the most recent icontopbm program.
1532
1533 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1534
1535 * gnus-msg.el (gnus-inews-do-gcc):
1536 * message.el (message-send-mail):
1537 * mml.el (mml-generate-mime): Share the value of the buffer-local
1538 `message-options' variable between a draft buffer and temprary working
1539 buffers.
1540
1541 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1544
1545 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1546
1547 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1548 for Cygwin.
1549
1550 2011-11-24 Glenn Morris <rgm@gnu.org>
1551
1552 * starttls.el: Fix case of "GnuTLS".
1553
1554 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1555
1556 * gnus-group.el (gnus-group-highlight): Fix typo.
1557
1558 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1559
1560 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1561 value of `delete-file', that returns nil for a local file but returns t
1562 for a remote file using ssh.
1563
1564 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1567 avoid later breakage.
1568
1569 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1570
1571 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1572 article buffers' name.
1573
1574 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1575
1576 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1577 by Paul Eggert's spellfixes two days ago.
1578
1579 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1580
1581 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1582 buffer-local instead of binding them to avoid warnings. Also demote
1583 errors (bug#10063).
1584 (font-lock-mode-hook): Shut up byte compiler.
1585
1586 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1587
1588 * mm-util.el (mm-charset-after): Fix typo.
1589
1590 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1591
1592 * gnus-sum.el (gnus-summary-make-menu-bar):
1593 * gnus-uu.el (gnus-uu-decode-postscript)
1594 (gnus-uu-decode-postscript-and-save):
1595 * mailcap.el (mailcap-print-command):
1596 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1597 Fix typos.
1598
1599 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1600
1601 * gnus-art.el (gnus-article-part-wrapper):
1602 * shr-color.el (shr-color-visible-distance-min)
1603 (shr-color-relative-to-absolute, set-minimum-interval)
1604 (shr-color-visible): Fix typos.
1605
1606 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1609 slightly clearer.
1610
1611 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * message.el (message-send-and-exit): Document `arg'.
1614
1615 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1618
1619 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1622 we don't use `bound-and-true-p'.
1623
1624 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1625
1626 * gnus-util.el (gnus-bound-and-true-p): Remove.
1627 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1628 * nnir.el: Use it.
1629 * nnmairix.el: Use it.
1630
1631 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1632
1633 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1634 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1635 for reasons unknown.
1636 * nnir.el: Use it.
1637 * nnmairix.el: Use it.
1638
1639 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1640 * nnir.el: Ditto.
1641 * nnmairix.el: Ditto.
1642
1643 * gnus-registry.el (gnus-registry-enabled): Default to nil.
1644
1645 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * message.el (message-completion-function): Make sure
1648 message-tab-body-function is not attempted if one of
1649 message-completion-alist fails to find a completion (bug#9158).
1650
1651 2011-10-26 Daiki Ueno <ueno@unixuser.org>
1652
1653 * mml.el (mml-quote-region): Quote <#secure> tag.
1654 (mml-generate-mime-1): Unquote <#secure> tag.
1655
1656 2011-10-20 Chong Yidong <cyd@gnu.org>
1657
1658 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1659 calling a minor mode from Lisp with nil arg enables it, so we have to
1660 make the wording a bit ambiguous here).
1661
1662 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1663
1664 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1665 * nnir.el (nnir-mode): Use it.
1666 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1667 Use it.
1668
1669 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1670 * nnmairix.el (gnus-registry-enabled): Ditto.
1671
1672 2011-10-17 Dave Abrahams <dave@boostpro.com>
1673
1674 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
1675 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1676 only while we need to find out if it should be t or nil.
1677 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1678 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1679 the registry is installed. Set it to nil when it's unloaded.
1680 (gnus-registry-install-p): Provide user guidance for the initial value
1681 of `gnus-registry-install' when it's 'ask, otherwise return its value.
1682 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1683 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1684 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1685 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1686 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1687 `gnus-registry-install'.
1688
1689 2011-10-17 Daiki Ueno <ueno@unixuser.org>
1690
1691 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1692 previous change.
1693 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1694 primary key is marked as disabled.
1695
1696 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
1697
1698 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1699 primary key is marked as disabled.
1700
1701 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
1702
1703 * html2text.el (html2text-clean-anchor): Check for quotes around
1704 `href' value.
1705
1706 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1707
1708 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1709 searching. Drop `bbdb-cache'.
1710
1711 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1712
1713 * message.el (message-signed-or-encrypted-p): Exclude header when
1714 checking if there is signed or encrypted body in text/plain message.
1715
1716 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
1717
1718 * html2text.el (html2text-get-attr): Correctly handle attribute values
1719 containing "=".
1720
1721 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
1722
1723 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1724 handle bindings.
1725
1726 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1727
1728 * gnus-win.el (gnus-configure-windows): Protect against reading
1729 ephemeral groups outside of Gnus.
1730
1731 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1732
1733 * shr.el (shr-tag-img): Don't get images displayed in tables.
1734
1735 2011-10-03 Glenn Morris <rgm@gnu.org>
1736
1737 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1738 the "maintainer" version of debbugs.gnu.org reports.
1739
1740 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1743 make asynchronous adjacent image insertion work better.
1744
1745 2011-09-27 Daiki Ueno <ueno@unixuser.org>
1746
1747 * plstore.el (plstore-select-keys, plstore-encrypt-to):
1748 Clarify documentation.
1749
1750 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1751
1752 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1753 `gnus-asynchronous' isn't shadowed.
1754
1755 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1756
1757 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1758 (nnimap-insert-partial-structure): The charset parameter isn't
1759 case-sensitive.
1760
1761 * nnheader.el (nnheader-message-maybe): New function.
1762
1763 * shr.el (shr-tag-table): Render totally broken tables better.
1764
1765 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1766 computing the boundary.
1767
1768 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1769
1770 * pop3.el (pop3-number-of-responses): Remove.
1771 (pop3-wait-for-messages): Rewrite to take linear time instead of
1772 exponential time.
1773
1774 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1775
1776 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1777 re-fetch images.
1778
1779 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1780 re-fetch images when hitting `g' in Gnus.
1781
1782 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1783
1784 * mml.el (mml-inhibit-compute-boundary): New internal variable.
1785 (mml-compute-boundary): Don't check collision if it is non-nil.
1786 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1787 before checking collision.
1788
1789 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1790
1791 * message.el (message-indent-citation): Really make sure there's a
1792 newline at the end.
1793
1794 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1795 Fix suggested by John Wiegley.
1796
1797 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1798
1799 * gnus-art.el (gnus-treat-hide-citation): Add doc.
1800
1801 * message.el (message-default-send-rename-function): Break out into its
1802 own function.
1803
1804 * ecomplete.el (ecomplete-display-matches): Revert patch since it
1805 doesn't work under XEmacs.
1806
1807 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1808 of "imaps" to word around Windows problems.
1809 (nnimap-open-connection-1): Use it.
1810
1811 * message.el (message-indent-citation): Revert last change which made
1812 `F' not work.
1813
1814 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
1815
1816 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1817 terminal as well.
1818
1819 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
1820
1821 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1822 because it displays images using overlays that aren't easy to copy to
1823 the article buffer.
1824
1825 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1826
1827 * message.el (message-indent-citation): Fix empty line removal at the
1828 end of the citation.
1829
1830 2011-09-20 Julien Danjou <julien@danjou.info>
1831
1832 * auth-source.el (auth-source-netrc-create): Use default value for
1833 password if specified. Evaluate default.
1834 (auth-source-plstore-create): Ditto.
1835 (auth-source-plstore-create, auth-source-netrc-create): Fix default
1836 value evaluation.
1837 (auth-source-netrc-create): Typo fix.
1838 (auth-source-plstore-create): Ditto.
1839
1840 * auth-source.el (auth-source-format-cache-entry): New function.
1841
1842 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1845
1846 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1847
1848 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1849
1850 2011-09-19 Julien Danjou <julien@danjou.info>
1851
1852 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1853 which work with things that are not ASCII.
1854
1855 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
1857 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1858
1859 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1860
1861 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1862 message level.
1863
1864 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1865
1866 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1867
1868 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * gnus.el (gnus-interactive-exit): Update defcustom spec.
1871
1872 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1875 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1876
1877 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
1878
1879 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1880 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1881 articles.
1882
1883 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1886 (message-mail-other-window, message-mail-other-frame)
1887 (message-news-other-window, message-news-other-frame):
1888 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1889 instead of setting buffer display variables.
1890
1891 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1892
1893 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1894
1895 * gnus-sum.el (gnus-fetch-headers): Bump message level.
1896
1897 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1898
1899 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1900 duplicates" to a higher level.
1901
1902 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1903 most egregious messages.
1904
1905 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1906
1907 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1908
1909 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
1910
1911 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1912 up the file (bug#9351).
1913
1914 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
1917 it does with all other backends, but decode the names immediately after
1918 getting them.
1919
1920 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1921 decoding nnimap groups.
1922
1923 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1924 newsrc file. It doesn't seem like an important optimization any more.
1925
1926 2011-09-10 Dave Abrahams <dave@boostpro.com>
1927
1928 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1929 overflows.
1930
1931 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1932
1933 * gnus.el (gnus-article-mark-lists): Remove `recent'.
1934 (gnus-interactive-exit): Extend to `quiet'.
1935
1936 * gnus-sum.el (gnus-offer-save-summaries): Use it.
1937
1938 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1939 string.
1940
1941 * plstore.el (plstore--get-buffer): Silence compiler warnings by
1942 renaming function arguments from `this'.
1943
1944 * gnus-sum.el (gnus-newsgroup-recent): Remove.
1945
1946 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1947 has been renamed.
1948 (gnus-lrm-string-p): Include RLM and PDF, too.
1949
1950 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1951 (bug#9225).
1952
1953 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1954
1955 Add autoload cookies for functions used by sendmail.el.
1956 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1957
1958 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1959
1960 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus-art.el (article-date-ut): Work properly even when there are
1963 things like Date header in the body; work for forwarded parts.
1964
1965 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
1966
1967 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1968 original-article-buffer.
1969
1970 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
1971
1972 * nnir.el (nnir-compose-result): Fix matching of server type.
1973 (nnir-run-swish++): Ditto.
1974 (nnir-run-namazu): Ditto.
1975 (nnir-run-notmuch): Ditto.
1976
1977 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1978
1979 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1980 (bug#9405).
1981
1982 * gnus-score.el (gnus-summary-increase-score): Doc clarification
1983 (bug#9421).
1984
1985 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1986 (bug#9425).
1987
1988 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1989 thing (bug#9426).
1990
1991 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1992
1993 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1994 the error message.
1995
1996 2011-09-02 Eli Zaretskii <eliz@gnu.org>
1997
1998 * message.el (message-setup-1): Return t (Bug#9392).
1999
2000 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2001
2002 * gnus-sum.el: When adding article headers to a summary buffer also
2003 update gnus-newsgroup-articles (bug#9386).
2004
2005 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2006
2007 * auth-source.el: Autoload help-mode.
2008
2009 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2012 names.
2013
2014 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2015
2016 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2017 mm-replace-in-string for compatibility issues.
2018 * mml2015.el (mml2015-epg-verify): Ditto.
2019
2020 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2021
2022 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2023
2024 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2025
2026 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2027
2028 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2029 continue on and do the clean-up phase (bug#9188).
2030
2031 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2032 just ignore groups that can't be opened instead of erroring out
2033 (bug#9225).
2034
2035 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2036 nil since some many people are fuddy-duddies.
2037
2038 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2039 images.
2040
2041 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2042 instead.
2043
2044 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2045
2046 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2047
2048 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2049 processing.
2050
2051 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2052 buffer to avoid warnings.
2053
2054 2011-08-20 Simon Josefsson <simon@josefsson.org>
2055
2056 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2057 specified to reduce precision.
2058
2059 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2060
2061 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2062 bodystructures (bug#9314).
2063
2064 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2067 Make button keymap non-sticky after buttons.
2068
2069 2011-08-18 David Engster <dengste@eml.cc>
2070
2071 * nnmairix.el (nnmairix-request-set-mark)
2072 (nnmairix-goto-original-article): Remove adding of article to registry,
2073 since `gnus-registry-add-group' isn't available anymore.
2074 (nnmairix-determine-original-group-from-registry):
2075 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2076 available anymore.
2077
2078 2011-08-12 Simon Josefsson <simon@josefsson.org>
2079
2080 * starttls.el (starttls-any-program-available): Define as obsolete
2081 function.
2082
2083 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
2085 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2086 versions which Gnus use when appropriate.
2087
2088 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2089 a pretty destructive command.
2090
2091 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2092
2093 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2094
2095 * message.el (message-fix-before-sending): Make a different warning
2096 about NUL characters (bug#9270).
2097
2098 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2099 from custom (bug#9260).
2100
2101 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2102 things work in Emacs 22 and XEmacs, too.
2103
2104 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2105 default From.
2106
2107 * gnus-spec.el (gnus-lrm-string-p): New macro.
2108 (gnus-lrm-string): New constant.
2109 (gnus-summary-line-format-spec): LRM-ify the from.
2110 (gnus-tilde-max-form): LRM-ify string chopping.
2111
2112 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2113
2114 * message.el (message-is-yours-p): Allow disabling canlock checking
2115 (bug#9295).
2116 (message-shoot-gnksa-feet): Add `canlock-verify'.
2117 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2118 message directory isn't writable (bug#9304).
2119
2120 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2121 non-world-readable.
2122
2123 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2124
2125 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2126 articles.
2127
2128 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2129
2130 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2131 copy-list.
2132
2133 2011-08-12 Sam Steingold <sds@gnu.org>
2134
2135 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2136 in the reverse order to avoid modifying the cache with `nreverse'.
2137 (gnus-all-score-files): Do not modify the value returned by
2138 `gnus-score-find-alist' because it lives in a cache variable.
2139 (gnus-current-home-score-file): No need to `nreverse' the return value
2140 of `gnus-score-find-alist', it is already in the correct order.
2141
2142 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2143
2144 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2145 type MESSAGE and subtype RFC822 is slightly different from those of
2146 type TEXT.
2147
2148 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2149
2150 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2151 This allows article-referral to work from an nnir group.
2152
2153 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2154
2155 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2156
2157 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2158
2159 * mml1991.el (mml1991-epg-find-usable-key)
2160 (mml1991-epg-find-usable-secret-key): New function.
2161 (mml1991-epg-sign): Check if signing key is usable.
2162 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2163
2164 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2165
2166 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2167 server-variables only. This should fix a bug introduced with commit
2168 e1889675b7f4adf057833c5513c9374134c4e053.
2169 (nnir-run-query): 'nnir-search-engine should not be set from the global
2170 environment.
2171
2172 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2173
2174 * nnir.el (nnir-search-thread): Position point on referring article
2175 line.
2176 (nnir-warp-to-article): Clean up summary buffers.
2177
2178 * nnimap.el (nnimap-request-thread): Whitespace fix.
2179
2180 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2181
2182 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2183
2184 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2185
2186 * starttls.el (starttls-available-p): Rename from
2187 `starttls-any-program-available' and changed return convention.
2188
2189 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2190
2191 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2192 `unix-sync' unless it's defined.
2193
2194 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2195
2196 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2197 `aref' for XEmacs compatibiltiy.
2198
2199 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
2201 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2202
2203 2011-07-31 Dave Abrahams <dave@boostpro.com>
2204
2205 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2206 closures, quote the form properly (bug#9194).
2207
2208 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209
2210 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2211 (gnus-summary-insert-new-articles): Protect against servers that are
2212 down.
2213
2214 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2215
2216 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2217 in mm handle if none is specified.
2218
2219 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2220
2221 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2222
2223 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2224
2225 * nnir.el (nnir-search-thread): New function to make an nnir group
2226 based on a thread query.
2227
2228 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2229 of nnir in thread referral.
2230 (gnus-summary-refer-thread): Use it.
2231
2232 * nnimap.el (nnimap-request-thread): Use it.
2233
2234 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2235
2236 * shr.el (shr-tag-comment): Ignore HTML comments.
2237
2238 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2239
2240 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2241 argument.
2242 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2243 Use `nnir-address' to handle server info rather than passing an arg.
2244
2245 * nnimap.el (nnimap-make-thread-query): New utility function to format
2246 an imap thread search query.
2247 (nnimap-request-thread): Use it.
2248
2249 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2250 right select-method if we are not going back to the group buffer.
2251
2252 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2253
2254 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2255 enter invalid buffer configurations into the quit form (bug#9107).
2256 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2257 unplugged/plugged.
2258
2259 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2260 keep track of which ones are unread (bug#9061).
2261
2262 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2263 (bug#9055).
2264
2265 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2266 (bug#9041).
2267
2268 * gnus-html.el (mm-util): Require (bug#9073).
2269
2270 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2271 (gnus-summary-refer-thread): Use it to remove duplicates in the
2272 un-threaded view (bug#9053).
2273 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2274
2275 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2276
2277 * nnir.el (nnir-read-server-parm): Use default value from global
2278 variable. Without this the default search engine parameters aren't
2279 used at all.
2280
2281 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2282
2283 * message.el (message-unique-id): Don't use the undocumented return
2284 value from (random t) (bug#9118).
2285
2286 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2287
2288 * message.el (message-auto-save-directory): If the ~/Mail directory
2289 doesn't exist, use ~ as the auto-save directory (bug#4432).
2290
2291 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2292 hasn't already been started.
2293
2294 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2297
2298 * message.el (message-reply): Work around mysterious bug where
2299 `message-mode' seems to overwrite the locally bound `subject' variable.
2300
2301 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2302
2303 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2304 correct group.
2305
2306 * gnus-int.el (gnus-request-thread): Add group argument.
2307
2308 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2309
2310 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2311
2312 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2313 renamed to `debbugs-gnu-*'.
2314
2315 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2316
2317 * plstore.el: Revert the editing feature since it is not urgent.
2318 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2319 (plstore-mode-decoded): Remove.
2320
2321 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2322
2323 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2324 isn't very interesting any more, and it leaks potentially secret data.
2325 (gnus-debug): Remove.
2326
2327 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2328 use of :custom-show.
2329
2330 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2331
2332 * plstore.el: Add documentation.
2333 (plstore-mode): New mode to edit plstore file.
2334 (plstore-mode-toggle-display, plstore-mode-original)
2335 (plstore-mode-decoded): New command.
2336 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2337 (plstore--insert-buffer, plstore--make): New function.
2338 (plstore-open, plstore-save): Simplify by using them.
2339
2340 2011-07-06 Glenn Morris <rgm@gnu.org>
2341
2342 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2343
2344 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2345
2346 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2347 no longer is much used.
2348 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2349 Articles".
2350
2351 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2352
2353 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2354 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2355 `notmuch' backend.
2356
2357 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2358
2359 * mm-decode.el (mm-text-html-renderer): Doc fix.
2360
2361 * gnus-msg.el (gnus-bug): Fix the MML tag.
2362
2363 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2364
2365 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2366
2367 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2368 secondary methods if started with `gnus-no-server'.
2369
2370 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * message.el (message-return-action): Fix typo in docstring.
2373
2374 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2375
2376 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2377 bug reports at once.
2378
2379 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2380
2381 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * nndraft.el: Require gnus-group.
2384 (nndraft-request-list): Declare.
2385
2386 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2387 no unread article unless it matches gnus-permanently-visible-groups.
2388
2389 * nndraft.el (nndraft-update-unread-articles): New function.
2390 (nndraft-request-associate-buffer): Use it to update the number of
2391 unread articles for the nndraft groups in the group buffer when saving
2392 or killing a draft message.
2393
2394 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2395
2396 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2397 systems to binary before writing and reading the mbox files.
2398
2399 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2400 instead of trying to list them all (bug#8978).
2401
2402 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2403
2404 * pop3.el (pop3-open-server): Use :end-of-capability.
2405
2406 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2407
2408 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2409 the id is always a number.
2410
2411 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2412 debbugs mode, if possible.
2413
2414 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2415
2416 * auth-source.el (auth-source-token-passphrase-callback-function):
2417 Reindent.
2418 (epg-context-operation): Remove unnecessary autoload.
2419
2420 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2421
2422 * gnus.el (gnus-list-debbugs): New command.
2423
2424 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2425 mboxstat instead of the maintbox, since the stat seems to be fuller.
2426
2427 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2428 summary buffers.
2429
2430 * message.el (message-get-reply-headers): Delete all duplicates,
2431 instead of the first.
2432 (message-get-reply-headers): Ensure that we have progress while
2433 deleting duplicates.
2434
2435 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2436 gnus-posting-style value from the summary buffer to make it easier to
2437 make that a per-buffer conf.
2438
2439 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2440
2441 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2442 found by setting `shortcut' in 'query.
2443 (nnir-request-article): Use `shortcut' setting when requesting article
2444 by Message-ID.
2445
2446 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2447
2448 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2449 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2450 Bring the pseudo-headers back too.
2451
2452 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2453
2454 * auth-source.el (auth-source-token-passphrase-callback-function):
2455 Simplify and remove EPA dependency.
2456
2457 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2458
2459 * nnir.el (nnir-request-article): Fix error message text.
2460
2461 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2462
2463 * auth-source.el (plstore-delete): Autoload.
2464 (auth-source-plstore-search): Support delete operation.
2465 * plstore.el (plstore-delete): New function.
2466
2467 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2470 mark actually existing articles as unread rather than the ones that
2471 active asserts.
2472
2473 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2474
2475 * nntp.el (nntp-record-command):
2476 * gnus-util.el (gnus-message-with-timestamp-1):
2477 Use format-time-string rather than decoding time stamps by hand.
2478 This is simpler and insulates the code from potential changes to
2479 current-time format.
2480
2481 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2482
2483 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2484
2485 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2486
2487 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2488 (plstore-save): Support public key encryption.
2489 (plstore--init-from-buffer): New function.
2490 (plstore-open): Use it; fix error when opening a non-existent file.
2491 (plstore-revert): Use plstore--init-from-buffer.
2492
2493 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2494
2495 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2496
2497 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2500 for old Emacsen.
2501
2502 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2503
2504 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2505 is not fully working.
2506
2507 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2508
2509 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2510 quit window configuration.
2511
2512 * auth-source.el (epg-context-set-passphrase-callback):
2513 Remove duplicate autoload.
2514
2515 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2516
2517 * nnir.el (nnir-request-article): Allow requesting articles by
2518 Message-ID with nnimap.
2519
2520 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2521 current server.
2522
2523 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2524
2525 * auth-source.el: Autoload EPA/EPG functions.
2526 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2527 changed when EPA/EPG is not available.
2528 (auth-source-backend): Rename "arg" member to "data".
2529 (auth-source-backend-parse, auth-source-plstore-search)
2530 (auth-source-plstore-create): Use it.
2531
2532 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2533
2534 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2535 `gnus-refer-article-methods'.
2536
2537 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2538
2539 * auth-source.el: Require EPA and EPG.
2540 (auth-source-passphrase-alist): New variable.
2541 (auth-source-passphrase-callback-function)
2542 (auth-source-token-passphrase-callback-function): Callbacks for the
2543 netrc field encryption (GPG tokens).
2544 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2545 Symmetric encryption and decryption of the netrc GPG tokens.
2546 (auth-source-netrc-normalize): Use them, simplifying the closure.
2547
2548 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2549
2550 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2551 non-nil, and `nnimap-split-methods' is nil, use the former.
2552
2553 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2554
2555 * plstore.el (plstore-revert): New function.
2556 (plstore-open): Use it; hide the buffer from user.
2557
2558 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2559
2560 * auth-source.el (auth-source-backend): New member "arg".
2561 (auth-source-backend-parse): Handle new backend 'plstore.
2562 * plstore.el: New file.
2563
2564 2011-06-30 Glenn Morris <rgm@gnu.org>
2565
2566 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2567
2568 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2569
2570 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
2572 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2573 expiring articles to.
2574
2575 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2576 variations as ASCII (bug#5458).
2577
2578 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2579
2580 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2581
2582 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
2584 * message.el (message-point-in-header-p): Tweak the function to default
2585 to saying that we're not in the headers if there is no separator at
2586 all. This makes it possible to use the Message version of `M-q' in
2587 buffers with no headers (bug#7987).
2588 (message-point-in-header-p): Fix last checkin to work with an empty
2589 mail-header-separator, too.
2590
2591 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2592 again, save the choice via customize.
2593
2594 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2595
2596 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2597
2598 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2599 ended the connection, bail out before waiting infinitely on a new
2600 connection.
2601
2602 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2603
2604 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2605 reports.
2606
2607 * gnus.el (gnus-bug-package): Use "gnus."
2608 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2609
2610 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2613 animations going on at article exit time.
2614
2615 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2616 since removing it breaks people upgrading.
2617
2618 * shr.el (shr-put-image): Use the new interface for animating images.
2619 (shr-put-image): Animate for 60 seconds.
2620
2621 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2622 error with `find-file-hooks' on Emacs 22.
2623 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2624 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2625 on all architectures.
2626
2627 * spam.el (spam-stat): Require in a normal fashion without binding
2628 `spam-stat-install-hooks' to avoid compilation warnings.
2629
2630 * spam-stat.el (spam-stat-install-hooks): Remove.
2631 (spam-stat-install-hooks): Don't run automatically.
2632
2633 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2634
2635 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2636 and keystroke.
2637
2638 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2639
2640 * auth-source.el (auth-source-netrc-cache): Move forward.
2641
2642 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2643
2644 * auth-source.el (auth-source-netrc-create): Don't query the bits that
2645 we already know.
2646 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2647 (auth-source-netrc-create): Don't prompt for the stuff we already know.
2648
2649 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
2651 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2652 %S format, since that looks odd.
2653 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2654 file, especially when saving.
2655
2656 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
2657
2658 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
2659 article found.
2660
2661 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
2662
2663 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2664 `auth-source-save-secrets' with a more sensitive alist that can be
2665 configured per file. Experimental, so defaults to 'never.
2666 (auth-source-netrc-create): Use it. Still experimental code.
2667 (with-auth-source-epa-overrides): Use `find-file-hooks' if
2668 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2669
2670 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
2671
2672 * auth-source.el (auth-source-save-secrets): New variable to control if
2673 secret tokens should be saved encrypted.
2674 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2675 to `auth-source-netrc-normalize'.
2676 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
2677 on the EPA variables being defined.
2678 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2679 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2680 the lexical-let closure.
2681 (auth-source-netrc-create): Create "gpg:" tokens according to
2682 `auth-source-save-secrets'.
2683
2684 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2685
2686 * gnus-group.el (gnus-group-update-group): Add new argument
2687 `info-unchanged' that stops updating dribble buffer.
2688
2689 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2690 deletes lines matching to it in dribble buffer.
2691
2692 * gnus-agent.el (gnus-agent-fetch-group-1):
2693 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2694 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2695 * gnus-start.el (gnus-group-change-level):
2696 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2697
2698 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2699 if newsgroup info is not changed.
2700
2701 * gnus-group.el (gnus-group-get-new-news-this-group):
2702 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2703 Don't update dribble buffer.
2704
2705 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2706
2707 * gnus-registry.el (gnus-registry-remove-ignored): New function to
2708 remove entries with groups we ignore.
2709
2710 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2713 the underline comes at the bottom.
2714
2715 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2716
2717 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2718 `gnus-registry-user-format-function-M' and declare the latter obsolete.
2719 (gnus-registry-article-marks-to-names): Rename from
2720 `gnus-registry-user-format-function-M2'.
2721
2722 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
2723
2724 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2725 ephemeral group.
2726
2727 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * shr.el (shr-browse-image): Copy the URL if called interactively.
2730
2731 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2732
2733 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2734 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
2735 done, then unselected articles may be marked as read.
2736
2737 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2738 since not doing this seems to lead to a race condition in pop3-logon.
2739
2740 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2741 so that the call chain it correct when we call "upwards".
2742
2743 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2744 in read-only groups.
2745
2746 * gnus-group.el (gnus-group-mark-article-read): Ditto.
2747
2748 * message.el (message-cite-reply-position): Doc string fix.
2749
2750 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2751 avoid regexp overflow.
2752 (nnimap-transform-split-mail): Ditto.
2753
2754 * pop3.el (pop3-retr): Error out if the server closes the connection.
2755
2756 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2759 mm-with-unibyte-current-buffer. The buffer should not contain any
2760 multibyte chars anyway at this stage.
2761
2762 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2765 at the end of lines.
2766
2767 2011-05-29 Julien Danjou <julien@danjou.info>
2768
2769 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2770
2771 2011-05-27 Glenn Morris <rgm@gnu.org>
2772
2773 * gnus-group.el (gnus-bug-group-download-format-alist):
2774 Use the "maintainer" version of debian reports as well.
2775
2776 2011-05-26 Glenn Morris <rgm@gnu.org>
2777
2778 * gnus-group.el (gnus-bug-group-download-format-alist):
2779 Use the "maintainer" version of debbugs.gnu.org reports.
2780
2781 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2782
2783 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2784
2785 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2786
2787 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2788 the thread moves us backwards and so we loop forever.
2789
2790 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2793 whitespace in base64 data lines.
2794
2795 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2796
2797 * gnus-registry.el (gnus-registry-user-format-function-M):
2798 Use `mapconcat'.
2799 (gnus-registry-user-format-function-M2): Use to see the full text of
2800 the marks. Make "," the mark text separator.
2801
2802 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2803 authentication with auth-source.
2804
2805 2011-05-17 Glenn Morris <rgm@gnu.org>
2806
2807 * gnus-group.el (gnus-import-other-newsrc-file):
2808 Use insert-file-contents.
2809
2810 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
2811
2812 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2813 1000 iterations.
2814
2815 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2816
2817 * nntp.el (nntp-open-connection): Check if process-type is available.
2818
2819 2011-05-16 Julien Danjou <julien@danjou.info>
2820
2821 * shr.el (shr-tag-del): Add support for del tag.
2822
2823 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2824
2825 * gnus-html.el (gnus-html-put-image): Register a displayer.
2826
2827 * shr.el (shr-image-displayer): Don't remove text props from alt text.
2828
2829 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
2830
2831 * registry.el (prune-factor): New initialization parameter defaulting
2832 to 0.1.
2833 (registry-prune-hard): Use it.
2834
2835 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2836 0.1 expicitly.
2837
2838 2011-05-13 Glenn Morris <rgm@gnu.org>
2839
2840 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2841 is bound, since this function requires sendmail.
2842
2843 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2844
2845 * registry.el (registry-usage-test): Disable pruning test.
2846
2847 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
2848
2849 * registry.el (registry-prune-hard-candidates)
2850 (registry-prune-soft-candidates): Helper methods for registry pruning.
2851 (registry-prune): Use them. Make the sort function optional.
2852
2853 2011-05-10 Jim Meyering <meyering@redhat.com>
2854
2855 * shr.el (shr-colorize-region): Fix typo "on on -> on".
2856
2857 2011-05-10 Julien Danjou <julien@danjou.info>
2858
2859 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2860 symbol and not a list.
2861
2862 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2863
2864 * gnus-art.el (gnus-article-mode): Move binding of
2865 shr-put-image-function here from gnus-article-prepare-display.
2866
2867 * shr.el (shr-put-image-function): New variable.
2868 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2869 (shr-put-image): Return scaled image.
2870
2871 * gnus-art.el (gnus-shr-put-image): New function.
2872 (gnus-article-prepare-display): Bind shr-put-image-function to it.
2873
2874 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2875 original ones, as deletable.
2876
2877 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * nntp.el (nntp-open-connection): Set TCP keepalive option.
2880
2881 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2882
2883 * registry.el (registry-full): Add convenience method. Fix logic.
2884 (registry-insert): Use it. Fix logic here too.
2885
2886 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2887 `registry-prune' if `registry-full' returns t.
2888 (gnus-registry-handle-action)
2889 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2890 (gnus-registry-usage-test): Use it.
2891
2892 2011-05-07 Julien Danjou <julien@danjou.info>
2893
2894 * shr.el (shr-link): Make shr-link inherit from link by default.
2895
2896 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
2897
2898 * shr.el (shr-urlify, shr-link): Fix shr-link face.
2899
2900 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2901
2902 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2903 error out because the face is not a list.
2904
2905 2011-05-05 Glenn Morris <rgm@gnu.org>
2906
2907 * gnus-start.el (gnus-propagate-marks): Declare.
2908
2909 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2910
2911 * registry.el (registry-reindex): Fix percentage message.
2912
2913 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2914
2915 * shr.el: Add shr-link face for links.
2916 (shr-urlify): Use it.
2917
2918 * registry.el (registry-insert): Make error message more helpful.
2919
2920 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * gnus-html.el (gnus-html-schedule-image-fetching):
2923 Use url-queue-retrieve, if it exists.
2924
2925 * shr.el (shr-tag-img): Ditto.
2926
2927 * gnus.el: Autoload more gnus-agent functions.
2928
2929 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2930 agent if we haven't already (bug#8502).
2931
2932 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2933 into the Agent, too.
2934
2935 * gnus-agent.el (gnus-agent-store-article): New function.
2936
2937 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2938 and moved from that file for reuse.
2939
2940 * pop3.el (pop3-open-server): Error messages are "-ERR".
2941
2942 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2945 (open-tls-stream): Remove superfluous tls/starttls autoloads.
2946
2947 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2950 buffer has moved to a different frame.
2951
2952 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2953
2954 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2955 to get the conversion from unibyte to multibyte buffers to work on
2956 Emacs 22.
2957
2958 * nntp.el (nntp-request-article): Slight clean-up.
2959
2960 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * shr.el (shr-strike-through): New face.
2963 (shr-tag-s): Use it to provide <s> support.
2964 (shr-tag-s): Remove duplicate definition.
2965
2966 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2967
2968 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2969 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2970
2971 2011-04-23 Glenn Morris <rgm@gnu.org>
2972
2973 * gnus-sum.el (gnus-extra-headers): Bump :version.
2974
2975 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2976
2977 * shr.el (shr-tag-sup): New function.
2978 (shr-tag-sub): Ditto.
2979
2980 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
2981
2982 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2983 for the case where `gnus-registry-ignored-groups' is a list of lists,
2984 and don't call `gnus-parameter-registry-ignore' otherwise.
2985
2986 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2987
2988 * nnimap.el (nnimap-user): New backend variable.
2989 (nnimap-open-connection-1): Use it.
2990 (nnimap-credentials): Accept user parameter so it's explicit what user
2991 name is desired.
2992
2993 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2994 default.
2995
2996 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2997 not gnus-registry.el.
2998
2999 * gnus-registry.el: Mention in comments how to modify
3000 `gnus-extra-headers' for proper recipient tracking and that it may
3001 already have To and Cc recently, which it does as of this commit.
3002 (gnus-registry-ignored-groups): Remove defcustom.
3003 Explain why in comments.
3004 (gnus-registry-action): Fix data-header reference to use the extra
3005 headers. Explain in package commentary how to add To and Cc headers to
3006 the gnus-extra-headers.
3007 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3008 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3009 parameter list or a string list in `gnus-registry-ignored-groups'.
3010 Fix logic error.
3011
3012 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3013
3014 * shr.el (shr-expand-url): Protect against null urls.
3015
3016 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3017
3018 * shr.el (shr-base): New binding.
3019 (shr-tag-base): Keep track of <base>.
3020 (shr-expand-url): New function used throughout.
3021
3022 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3023
3024 * gnus-registry.el
3025 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3026 (gnus-registry-ignored-groups): New variable.
3027 (gnus-registry-ignore-group-p): Use it.
3028 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3029 set the destination group to nil (same as delete) if it's ignored.
3030
3031 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3032
3033 * gnus-registry.el (gnus-registry-action)
3034 (gnus-registry-fetch-header-fast):
3035 Don't use mail-header that looks an internal function of mailheader.el.
3036
3037 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3038
3039 * gnus-registry.el: Eliminate cl functions.
3040 (gnus-registry-sort-addresses): New function that replaces mapcan.
3041 (gnus-registry-action, gnus-registry-spool-action)
3042 (gnus-registry-split-fancy-with-parent)
3043 (gnus-registry-fetch-recipients-fast): Use it.
3044 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3045
3046 * registry.el (initialize-instance, registry-lookup)
3047 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3048 (registry-lookup-secondary-value, registry-search, registry-delete)
3049 (registry-insert, registry-reindex, registry-size, registry-prune):
3050 Use eval-and-compile.
3051
3052 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3053
3054 * registry.el (registry-reindex): New method to recreate the secondary
3055 registry indices.
3056
3057 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3058 tracked field changes.
3059 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3060 (gnus-registry-action, gnus-registry-spool-action)
3061 (gnus-registry-handle-action)
3062 (gnus-registry--split-fancy-with-parent-internal)
3063 (gnus-registry-split-fancy-with-parent)
3064 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3065 move, and delete actions, and for fancy splitting with parent.
3066 (gnus-registry-extract-addresses)
3067 (gnus-registry-fetch-recipients-fast)
3068 (gnus-registry-fetch-header-fast): Convenience functions.
3069 (gnus-registry-misc-test): ERT test of
3070 `gnus-registry-extract-addresses'.
3071
3072 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3073
3074 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3075 Track by subject first, then sender.
3076
3077 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3080
3081 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3082 Lisp.
3083
3084 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3085 (gnus-draft-send): Use it to avoid popping
3086 up frames from gnus-group-send-queue.
3087
3088 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3089
3090 * gnus-registry.el: Updated gnus-registry docs.
3091
3092 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3093
3094 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3095 Fix logic bug.
3096 (gnus-registry-post-process-groups): Fix logging of no results and
3097 quote sender and subject.
3098
3099 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3102 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3103 we had no early-data returned.
3104 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3105 two async commands to the same server at the same time.
3106
3107 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3108
3109 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3110
3111 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3112
3113 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3114 "warning" level.
3115
3116 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3117 (mm-url-insert-file-contents): Don't set the package names.
3118
3119 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3120
3121 * gnus-registry.el (gnus-registry-action): Remove properties and
3122 simplify subject in `gnus-registry-handle-action'.
3123 (gnus-registry-spool-action): Get subject and sender from message if
3124 they are not passed in.
3125 (gnus-registry-handle-action): Remove properties and simplify subject
3126 consistently.
3127
3128 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * registry.el: Require CL before using defmacro*.
3131
3132 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3133
3134 * gnus-art.el (article-treat-date): Assume that
3135 gnus-article-date-headers may be a group parameter.
3136
3137 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3138
3139 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3140
3141 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3142 interactively so the newsrc file can contain foreign groups too.
3143 Useful for debugging but not much for users.
3144
3145 2011-04-07 David Engster <dengste@eml.cc>
3146
3147 * registry.el (registry-usage-test): Only do
3148 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3149 lexical binding.
3150
3151 2011-04-06 David Engster <dengste@eml.cc>
3152
3153 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3154 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3155
3156 2011-04-06 David Engster <dengste@eml.cc>
3157
3158 * registry.el (initialize-instance): Change :after to :AFTER to be
3159 compatible with old EIEIO version in XEmacs.
3160
3161 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3162
3163 * gnus-registry.el (gnus-registry-post-process-groups)
3164 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3165 and provide better messaging.
3166
3167 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3168
3169 * gnus-registry.el: Don't use ERT if it's not available. Load it
3170 unconditionally anyway, discarding errors.
3171 (gnus-registry-delete-entries): New convenience function.
3172 (gnus-registry-import-eld): Import from old .eld registry.
3173
3174 * registry.el: Don't use ERT if it's not available. Load it
3175 unconditionally anyway, discarding errors.
3176
3177 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3178 version from the Claudio Bley GnuTLS patch (extra optional parameters
3179 and host name).
3180
3181 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3182
3183 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3184 fixup the parameters that can be customized by the user between
3185 save/read cycles.
3186 (gnus-registry-read): Use it.
3187 (gnus-registry-make-db): Use it.
3188 (gnus-registry-spool-action, gnus-registry-handle-action):
3189 Fix messaging.
3190 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3191 Map references to actual group names with sender and subject tracking.
3192 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3193 (gnus-registry-usage-test): Add subject lookup test.
3194
3195 * registry.el (registry-db, initialize-instance): Set up constructor
3196 instead of :initform arguments for the sake of older Emacsen.
3197 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3198 pre-lexbind merge bug.
3199 (registry-usage-test): Use it.
3200 (initialize-instance, registry-db): Move the non-function initforms
3201 back to the class definition.
3202
3203 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3204
3205 * registry.el: New library to manage gnus-registry-style data.
3206
3207 * gnus-registry.el: Use it (major rewrite).
3208
3209 * nnregistry.el: Use it.
3210
3211 * spam.el: Use it.
3212
3213 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3216 marks on non-selected articles.
3217
3218 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3221
3222 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3223 parameter to open-protocol-stream.
3224
3225 2011-04-01 Julien Danjou <julien@danjou.info>
3226
3227 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3228 fundamental-mode.
3229
3230 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
3232 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3233 servers.
3234
3235 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3236
3237 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3238 made marks not propagate, again.
3239
3240 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3243 Make this the default type.
3244 (proto-stream-open-plain): Rename from proto-stream-open-default.
3245 (open-protocol-stream, proto-stream-open-starttls)
3246 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3247 with `plain'.
3248
3249 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3250 value.
3251
3252 * nntp.el (nntp-open-connection-function): Document the fact that some
3253 values are not functions but are instead handled specially.
3254 Recognize nntp-open-plain-stream value.
3255 (nntp-open-connection): Recognize that value.
3256
3257 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3258
3259 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3260 stuff.
3261
3262 * gnus-score.el (gnus-score-string): Fix calling convention of
3263 `gnus-simplify-buffer-fuzzy' after last patches.
3264
3265 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3266 server for articles we didn't get any headers for. This is a sanity
3267 check.
3268
3269 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3270
3271 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3272 new CAPABILITY, use it.
3273
3274 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3275
3276 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3277 downloading anything.
3278
3279 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3280
3281 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3282
3283 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3284 colors.
3285 (gnus-splash-svg-color-symbols): New function.
3286
3287 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3290 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3291 (gnus-simplify-subject-fuzzy): Use the local
3292 gnus-simplify-subject-fuzzy-regex instead of the global one.
3293 This makes using this variable in group parameters work.
3294
3295 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3296
3297 * gnus-registry.el (gnus-registry-unfollowed-groups):
3298 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3299 archive:sent-YYYY-MM-DD groups).
3300 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3301 tracking if there are more than `gnus-registry-max-track-groups'
3302 matches.
3303
3304 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * message.el (message--yank-original-internal): New function to do the
3307 insertion cleanly inside eval in `message-yank-original'.
3308 (message-yank-original): Use it.
3309
3310 2011-03-29 Julien Danjou <julien@danjou.info>
3311
3312 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3313 local variables disabled rather than `normal-mode'.
3314
3315 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3318 with open-network-stream.
3319 (proto-stream-always-use-starttls): Option removed.
3320 (open-protocol-stream): Return a process object by default. Provide a
3321 new parameter :return-list specifying a list-type return value, which
3322 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3323 :type `network' to `try-starttls', and `network-only' to `default'.
3324 Make `default' the default, for compatibility with open-network-stream.
3325 Handle the no-parameter case exactly as open-network-stream, with no
3326 additional stream processing. Search plists using plist-get.
3327 Explicitly add :end-of-commend parameter if it is missing.
3328 (proto-stream-open-default): Rename from
3329 proto-stream-open-network-only. Return 'default as the type.
3330 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3331 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3332 failed. Always return a list with a (possibly dead) process as the
3333 first element, for compatibility with open-network-stream.
3334 (proto-stream-open-tls): Use plist-get. Always return a list.
3335 (proto-stream-open-shell): Return `default' as connection type.
3336 (proto-stream-capability-open): Use plist-get.
3337 (proto-stream-eoc): Function deleted.
3338
3339 * nnimap.el (nnimap-stream, nnimap-open-connection)
3340 (nnimap-open-connection-1): Handle renaming of :type parameter for
3341 open-protocol-stream.
3342 (nnimap-open-connection-1): Pass a :return-list parameter
3343 open-protocol-stream to obtain a list return value. Parse this list
3344 using plist-get.
3345
3346 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3347 for open-protocol-stream. Accept open-protocol-stream return value
3348 that is a subprocess object instead of a list. Handle the case of a
3349 dead returned process.
3350
3351 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3352
3353 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3354
3355 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3356
3357 2011-03-21 Julien Danjou <julien@danjou.info>
3358
3359 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3360 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3361 query.
3362 (mm-inline-text): Render normal text with fontification whenever
3363 possible.
3364
3365 * gnus-sum.el (gnus-summary-save-parts-1):
3366 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3367 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3368 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3369 Use `mm-handle-filename'.
3370
3371 * mm-util.el (mm-handle-filename): New function, return the filename of
3372 an handle.
3373
3374 2011-03-18 Julien Danjou <julien@danjou.info>
3375
3376 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3377 (gnus-buffer-live-p): Check that buffer is not nil.
3378
3379 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3380
3381 * gnus-art.el: Require mouse, which the build bot seems to say is
3382 needed.
3383
3384 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3385 XEmacs, since it doesn't have url-retrieve-synchronously.
3386
3387 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3388
3389 * gnus-group.el (gnus-group-list-ticked): New function.
3390 (gnus-group-make-menu-bar): Provide a menu entry for it.
3391 (gnus-group-list-map): Provide a binding for it.
3392
3393 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3394
3395 * shr.el (shr-visit-file): New command.
3396
3397 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3398
3399 2011-03-17 Bjørn Mork <bjorn@mork.no>
3400
3401 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3402 servers.
3403
3404 2011-03-16 Julien Danjou <julien@danjou.info>
3405
3406 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3407 inline.
3408
3409 * gnus-art.el (article-hide-list-identifiers):
3410 Use gnus-group-get-list-identifiers.
3411
3412 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3413 (gnus-summary-remove-list-identifiers):
3414 Use gnus-group-get-list-identifiers to get regexp.
3415 (gnus-select-newsgroup, gnus-summary-insert-subject)
3416 (gnus-summary-insert-articles):
3417 Call gnus-summary-remove-list-identifiers unconditionally.
3418
3419 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3422 we're selecting a group with unread articles.
3423
3424 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3425
3426 * gssapi.el: New file separated out from imap.el to provide a general
3427 Kerberos 5 connection facility for Emacs.
3428
3429 * message.el (message-elide-ellipsis): Document the format spec
3430 ellipsis.
3431
3432 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3433
3434 * message.el (message-elide-region): Allow the ellipsis to say how many
3435 lines were removed.
3436
3437 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3438
3439 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3440 window configurations containing buffers that are now dead.
3441
3442 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3443 parsing to avoid integer overflows.
3444 (nnimap-parse-flags): Simplify the last change.
3445 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3446 too large for 32-bit Emacsen.
3447
3448 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * auth-source.el (auth-source-netrc-create):
3451 * message.el (message-yank-original): Fix use of `case'.
3452
3453 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3454
3455 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3456 XEmacs, which was one character too wide.
3457
3458 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3459
3460 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3461 default number of articles to display.
3462 (gnus-articles-to-read): Use pretty names for prompt.
3463
3464 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * gnus-int.el (gnus-open-server): Ditto.
3467
3468 * gnus-start.el (gnus-activate-group): Give a backtrace if
3469 debug-on-quit is set and the user hits `C-g'.
3470 (gnus-read-active-file): Ditto.
3471
3472 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3473
3474 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * message.el (message-yank-original): Use cond instead of CL case.
3477
3478 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * auth-source.el (auth-source-netrc-create): Use usual format for the
3481 default in prompts.
3482
3483 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3484
3485 * auth-source.el (auth-source-netrc-create): Show the default in the
3486 prompt when prompting for token creation.
3487
3488 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3489
3490 * auth-source.el (auth-source-format-prompt): Always convert the value
3491 to a string to avoid evaluating non-string arguments.
3492 (auth-source-netrc-create): Offer default properly, not as initial
3493 content in `read-string'.
3494 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3495 of line to determine if we've been run before. If so, don't run again,
3496 but print a trivial message to indicate the cache was hit instead.
3497
3498 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3499
3500 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3501 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3502 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3503 Gnus.
3504
3505 2011-03-11 Julien Danjou <julien@danjou.info>
3506
3507 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3508 modified file".
3509
3510 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3511
3512 * auth-source.el (auth-source-read-char-choice): New function to read a
3513 character choice using `dropdown-list', `read-char-choice', or
3514 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3515 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3516 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3517 (auth-source-netrc-saver): Use it.
3518 (auth-source-pick-first-password): New convenience function.
3519
3520 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3521
3522 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3523 parameter in the credentials.
3524 (nnimap-open-connection-1): Use it after a successful login.
3525 (nnimap-credentials): Add IMAP-specific user and password prompt.
3526
3527 * auth-source.el (auth-source-search): Add :require parameter, taking a
3528 list. Document it and the :save-function return token. Pass :require
3529 down. Change the CREATED message from a warning to a debug statement.
3530 (auth-source-search-backends): Pass :require down.
3531 (auth-source-netrc-search): Pass :require down.
3532 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3533 Change save prompt to indicate all modifications saved here are
3534 deletions.
3535 (auth-source-netrc-create): Take user login name as default in user
3536 prompt. Move all the save functionality to a lexically bound function
3537 under the :save-function token in the returned list. Set up clearer
3538 default prompts for user, host, port, and secret.
3539 (auth-source-netrc-saver): New function, intended to be wrapped for
3540 :save-function.
3541
3542 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3543
3544 * Version 23.3 released.
3545
3546 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3547
3548 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3549 lines to be spaces instead.
3550
3551 2011-03-07 Julien Danjou <julien@danjou.info>
3552
3553 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3554 (sieve-sasl-auth): Check that auth-source-search did return something,
3555 or just return an empty string.
3556
3557 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3558
3559 * gnus.el (gnus-interactive): Use read-directory-name.
3560
3561 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3562 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3563 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3564 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3565 Likewise.
3566
3567 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3568
3569 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3570
3571 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3572 onto the list of killed groups, too. This makes killed nnimap groups,
3573 for instance, more reliably not reappear.
3574
3575 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3576 the parent.
3577
3578 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3579
3580 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3581 really have server-side marks.
3582
3583 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3584 since most backends do not usefully have server-side marks.
3585 (gnus-update-read-articles): Propagate marks to all backends that
3586 really have server-side marks.
3587
3588 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3589
3590 * message.el (message-cite-reply-position, message-cite-style):
3591 New variables.
3592 (message-yank-original): Use the new citation styles.
3593
3594 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3595
3596 * message.el (message-options): Revert the change that's a workaround
3597 for XEmacs buffer-local issue; don't mark it buffer-local when running
3598 under XEmacs.
3599
3600 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3601
3602 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3603 numbers too big to be `read'.
3604
3605 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3606
3607 * message.el (message-options): Make buffer-local two ways to attempt
3608 to fix a XEmacs bug.
3609
3610 2011-03-02 Julien Danjou <julien@danjou.info>
3611
3612 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3613
3614 2011-03-01 Julien Danjou <julien@danjou.info>
3615
3616 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3617 group.
3618 (article-hide-list-identifiers): Use list-identifier group parameter.
3619
3620 2011-02-28 Julien Danjou <julien@danjou.info>
3621
3622 * sieve.el (sieve-buffer-script-name): New local variable to store
3623 sieve script name.
3624 (sieve-edit-script): Store sieve script name.
3625 (sieve-upload): Use sieve script name when uploading.
3626 (sieve-upload): Use substitute-command-keys.
3627 (sieve-edit-script): Use substitute-command-keys.
3628 (sieve-refresh-scriptlist): Use substitute-command-keys.
3629 (sieve-manage-mode-map): Define keymap properly.
3630 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3631 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3632 Remove commented code about cvs.
3633 (sieve-manage-quit): New function.
3634 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3635
3636 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3637
3638 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3639
3640 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
3641
3642 * auth-source.el (auth-source-search): Cache empty result sets.
3643
3644 * auth-source.el (auth-source-save-behavior): New variable to replace
3645 `auth-source-never-create'.
3646 (auth-source-netrc-create): Use it.
3647 (auth-source-never-save): Remove.
3648
3649 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
3650
3651 * nnimap.el (nnimap-stream): Doc fix.
3652 (nnimap-open-connection-1): Reverse the order of the ports to that the
3653 prompted-for port is first.
3654
3655 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3656 retrieval by the no-group selection.
3657
3658 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3659 numerical parameters.
3660
3661 2011-02-25 Julien Danjou <julien@danjou.info>
3662
3663 * gnus-gravatar.el: Use gnus-with-article-buffer.
3664
3665 * gnus-art.el (gnus-with-article-buffer): Check that the
3666 gnus-article-buffer is alive.
3667
3668 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
3669
3670 * auth-source.el (auth-source-creation-prompts): New variable to manage
3671 creation-time prompts.
3672 (auth-source-search): Document it.
3673 (auth-source-format-prompt): Add utility function.
3674 (auth-source-netrc-create): Don't default the user name to
3675 user-login-name. Use `auth-source-creation-prompts' and some default
3676 prompts for user, host, port, and password (the default generic prompt
3677 remains ugly).
3678 (auth-source-never-save): Add customizable option to never save info.
3679 (auth-source-netrc-create): Use it and improve save prompts. Fix help
3680 mode excursion.
3681
3682 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3683
3684 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3685 argument that XEmacs doesn't support.
3686
3687 2011-02-23 Julien Danjou <julien@danjou.info>
3688
3689 * gnus-art.el (article-make-date-line): Ignore errors if time is
3690 invalid and not convertible.
3691 (article-make-date-line): Only add lapsed time if time is not nil.
3692
3693 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
3694
3695 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3696 `read-char-choice' for backwards compatibility.
3697 (auth-source-netrc-element-or-first): New function to DTRT for
3698 parameter extraction.
3699 (auth-source-netrc-create): Use it and fix multiple parameter print
3700 bug. Use the default passed from above (given-default) or the
3701 built-in (user-login-name for :user).
3702
3703 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
3704
3705 * gnus-start.el (gnus-dribble-read-file):
3706 Set buffer-save-without-query, since we always want to save the dribble
3707 file, probably.
3708
3709 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3710 nnimap.
3711
3712 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3713 -summary- since it's a user-visible variable.
3714
3715 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3716 first time you use the new Gnus.
3717
3718 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3719
3720 * auth-source.el: Don't load netrc.el.
3721 (auth-sources): Search ~/.netrc as well by default.
3722 (auth-source-debug): Add 'trivia option for extra output.
3723 (auth-source-do-trivia): Use it.
3724 (auth-source-search): Simplify logic to use
3725 `auth-source-search-backends'. Use `auth-source-do-trivia' where
3726 appropriate. Don't keep a running count at this level. Layer :create
3727 and :delete options appropriately on the first and second passes.
3728 Don't track the backend with the search results.
3729 (auth-source-search-backends): New function to search a list of
3730 backends for a processed spec.
3731 (auth-source-netrc-parse): Cache all netrc files, making
3732 auth-source-netrc-cache an alist keyed by the file name and using the
3733 file mtime as the caching criterion. Keep the obfuscated data secret
3734 with a lexical bind.
3735 (auth-source-netrc-search): Don't calculate the length of the results
3736 unnecessarily.
3737 (auth-source-search-backends): Fix bug.
3738 (auth-source-netrc-create): Rework prompts.
3739
3740 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
3741
3742 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3743 Lower case names of search constraints.
3744 (nnir-run-query): Cache and reuse search constraints for all imap
3745 servers.
3746
3747 2011-02-22 Sam Steingold <sds@gnu.org>
3748
3749 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
3750
3751 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
3752
3753 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3754 after exit.
3755 (gnus-setup-message): Define missing variable from last checkin.
3756
3757 * gnus-sum.el (gnus-summary-show-article): When called with t as the
3758 value, show the raw article.
3759
3760 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3761
3762 * nnimap.el (nnimap-open-connection-1): Revert last change, since
3763 auth-source now accepts numbers.
3764
3765 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3766 spec, too.
3767 (auth-source-ensure-strings): New function.
3768
3769 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3770 (gnus-article-setup-buffer): Always restart the date timer so that user
3771 changes to the frequency is respected.
3772
3773 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3774 port numbers, so make sure it gets that if nnimap-server-port is
3775 explicit.
3776
3777 2011-02-21 Simon Josefsson <simon@josefsson.org>
3778
3779 * nnimap.el (nnimap-inbox): Doc fix.
3780
3781 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * shr-color.el (shr-color->hexadecimal): Use renamed function names
3784 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3785 color-lab-to-srgb.
3786
3787 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3788
3789 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3790 given method as in the group name if we're using an extended method.
3791 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3792 command, if we're using that, instead of waiting for the beginning.
3793
3794 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3795 we're sure to get unique server names, and we don't output two async
3796 commands in the same buffer. This fixes an NNTP hang for some users.
3797
3798 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3799
3800 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3801 summary buffer before reading going to the next buffer. This avoids
3802 putting the point in the group buffer if you `C-g' the command.
3803
3804 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3805 cache (for now) to make ~/.authinfo.gpg files usable.
3806
3807 * nnfolder.el (copyright-update): Define for the compiler.
3808
3809 * auth-source.el (auth-source-search): Fix unbound variable.
3810
3811 2011-02-19 Glenn Morris <rgm@gnu.org>
3812
3813 * gnus.el (gnus-meta): Doc fix.
3814
3815 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3818 in case it's not yet loaded.
3819
3820 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3821
3822 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3823 line we're waiting for.
3824
3825 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3826
3827 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3828 face with line-width greater than zero will cause RET in gnus summary
3829 buffer to scroll down article page-wise because auto vscroll happens,
3830 it should be temporally disabled when doing a scroll-up.
3831
3832 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
3833
3834 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3835 outputs from the server.
3836
3837 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3838
3839 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3840 later so that bbdb can hook in easier.
3841
3842 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3843
3844 * auth-source.el (auth-source-search): Don't try to create credentials
3845 if the caller doesn't want that.
3846 (auth-source-search): If we don't find a match, don't bug out on
3847 non-bound variables.
3848 (auth-source-search): Only ask a single backend to create the
3849 credentials.
3850
3851 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3852 logging.
3853 (nnimap-credentials): Protect against auth-source-search returning nil.
3854 (nnimap-request-list): Protect against not being able to open the
3855 server.
3856
3857 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
3858
3859 * auth-source.el (auth-source-search): Do a two-phase search, one with
3860 no :create to get the responses from all backends.
3861
3862 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3863 when getting credentials.
3864
3865 * gnus-util.el (gnus-delete-duplicates): New function.
3866
3867 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3868
3869 * nnimap.el (nnimap-credentials): Instead of picking the first port as
3870 a creation default, pass the whole port list down. It will be
3871 completed.
3872
3873 * auth-source.el (auth-source-search): Updated docs to talk about
3874 multiple creation choices.
3875 (auth-source-netrc-create): Accept a list as a value (from the search
3876 parameters) and do completion on that list. Keep a separate netrc line
3877 with the password obscured for showing the user.
3878
3879 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3880 first choice to `auth-source-search' so it will be used for entry
3881 creation instead of the server's Gnus-specific name.
3882 (nnimap-credentials): Rely on the auth-source library to select which
3883 port is actually wanted in the new netrc entry, so don't override
3884 `auth-source-creation-defaults'.
3885
3886 * auth-source.el (auth-source-netrc-parse): Use :port instead of
3887 :protocol and accept a missing user, host, or port as a wildcard match.
3888 (auth-source-debug): Default to off.
3889
3890 (auth-source-netrc-search, auth-source-netrc-create)
3891 (auth-source-secrets-search, auth-source-secrets-create)
3892 (auth-source-user-or-password, auth-source-backend, auth-sources)
3893 (auth-source-backend-parse-parameters, auth-source-search): Use :port
3894 instead of :protocol.
3895
3896 * nnimap.el (nnimap-credentials): Pass a port default to
3897 `auth-source-search' in case an entry needs to be created.
3898 (nnimap-open-connection-1): Use :port instead of :protocol.
3899
3900 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3901
3902 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
3903 instead of delete-dups that is not available in XEmacs 21.4.
3904
3905 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
3906
3907 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3908 nil means that nnimap doesn't get updated.
3909
3910 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
3911
3912 * auth-source.el (auth-source-netrc-create): Return a synthetic search
3913 result when the user doesn't want to write to the file.
3914 (auth-source-netrc-search): Expect a synthetic result and proceed
3915 accordingly.
3916 (auth-source-cache-expiry): New variable to override
3917 `password-cache-expiry'.
3918 (auth-source-remember): Use it.
3919
3920 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3921 parameter. Create entry if necessary by using :create t.
3922 (nnimap-open-connection-1): Don't pass `inhibit-create'.
3923
3924 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
3925
3926 * auth-source.el (auth-source-debug): Enable by default and don't
3927 mention the obsolete `auth-source-hide-passwords'.
3928 (auth-source-do-warn): New function to debug unconditionally.
3929 (auth-source-do-debug): Use it.
3930 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3931 and for Secrets API entries when the secrets.el library is not
3932 available.
3933
3934 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3935
3936 * gnus-sum.el (gnus-propagate-marks): Default to nil.
3937 (gnus-summary-exit): Kill the correct article buffer on exit from a
3938 `C-d' group.
3939
3940 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3941 gnus-propagate-marks.
3942
3943 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3944 before killing the buffers so that a non-full window conf gets handled
3945 correctly.
3946 (gnus-summary-exit): Ditto.
3947 (gnus-summary-read-group-1): Ditto.
3948
3949 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3950 async code again so that we can debug it properly.
3951
3952 * message.el (message-reply): Take an optional switch-buffer parameter
3953 so that Gnus window confs are respected better.
3954
3955 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3956
3957 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3958 `plist-get' to accept non-list parameters (XEmacs issue).
3959 Fix docstring.
3960 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3961 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3962 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3963 Login collection is "Login" and not "login".
3964
3965 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3966
3967 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3968 multiple headers.
3969
3970 * nnimap.el (nnimap-inhibit-logging): New variable.
3971 (nnimap-log-command): Don't log login commands.
3972
3973 * auth-source.el (auth-source-netrc-search): The asserts seem to want
3974 to have more parameters.
3975
3976 * nnimap.el (nnimap-send-command): Mark the command time for each
3977 command, so that we don't get NOOPs stepping on our toes.
3978
3979 * gnus-art.el (article-date-ut): Get the date from the Date header on
3980 `t'.
3981
3982 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
3983
3984 * auth-source.el (auth-source-search): Use copy-sequence instead of
3985 the cl.el copy-list.
3986
3987 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
3988
3989 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3990 Improve prompt.
3991
3992 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3993
3994 * gnus-art.el (gnus-article-mode-line-format): Remove the article
3995 washing status from the default format. It isn't very informative.
3996
3997 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
3998
3999 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4000 Fix Gcc processing on imap.
4001
4002 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * message.el (message-bury): Don't pop up a new window when selected
4005 window is dedicated.
4006
4007 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4008
4009 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4010
4011 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4012
4013 * sieve-manage.el: Autoload `auth-source-search'.
4014 (sieve-sasl-auth): Use it.
4015
4016 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4017
4018 * nnimap.el: Autoload `auth-source-forget+'.
4019 (nnimap-open-connection-1): Use it if the connection fails.
4020
4021 * auth-source.el: Require `password-cache'.
4022 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4023 obsolete.
4024 (auth-source-magic): Marker for `password-cache' keys.
4025 (auth-source-do-cache): Update docstring.
4026 (auth-source-search): Use and check cache.
4027 (auth-source-forget-all-cached, auth-source-remember)
4028 (auth-source-recall, auth-source-forget, auth-source-forget+)
4029 (auth-source-specmatchp): Caching support functions.
4030 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4031 Remove and obsolete.
4032 (auth-source-user-or-password): Remove caching to further discourage
4033 using it. Always hide passwords.
4034
4035 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4036
4037 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4038 code for now, since it doesn't work for all users.
4039
4040 2011-02-09 Julien Danjou <julien@danjou.info>
4041
4042 * message.el (message-options): Make message-options really buffer
4043 local.
4044
4045 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4046
4047 * mail-source.el: Autoload `auth-source-search'.
4048 (mail-source-keyword-map): Note order matters.
4049 (mail-source-set-1): Get all the mail-source source values and
4050 defaults and search auth-source on those if needed. This can all
4051 probably be simplified.
4052
4053 * nnimap.el: Autoload `auth-source-search'.
4054 (nnimap-credentials): Use it.
4055 (nnimap-open-connection-1): Ask for the virtual server and physical
4056 address in one shot.
4057
4058 * nntp.el: Autoload `auth-source-search'.
4059 (nntp-send-authinfo): Use it. Note TODO.
4060
4061 2011-02-08 Julien Danjou <julien@danjou.info>
4062
4063 * shr.el (shr-tag-body): Add support for text attribute in body
4064 markups.
4065
4066 * message.el (message-options): Make message-options a local variable.
4067
4068 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4069
4070 * auth-source.el (auth-source-secrets-search)
4071 (auth-source-user-or-password): Use `append' instead of `nconc'.
4072 (auth-source-user-or-password): Build return list better and protect
4073 against nil :secret.
4074
4075 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4076
4077 * nnimap.el (nnimap-update-info): Refactor slightly.
4078 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4079 (nnimap-update-info): Clean up slightly.
4080 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4081 characters.
4082 (nnimap-process-quirk): Rename function to avoid collision.
4083 (nnimap-update-info): Fix macrology bug-out.
4084 (nnimap-update-info): Simplify split history test.
4085
4086 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * auth-source.el (top): Require 'eieio unconditionally.
4089 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4090 (auth-source-secrets-search): Limit search when `max' is greater than
4091 number of results.
4092
4093 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4094
4095 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4096 part not returning any data.
4097
4098 * proto-stream.el (open-protocol-stream): Document the return value.
4099
4100 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4101
4102 * auth-source.el (auth-source-secrets-search): Add examples.
4103
4104 2011-02-06 Julien Danjou <julien@danjou.info>
4105
4106 * message.el (message-setup-1): Handle message-generate-headers-first
4107 set to t.
4108
4109 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4110
4111 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4112 API with a string "secrets:collection-name" and with 'default.
4113 (auth-source-backend-parse): Parse "secrets:collection-name" and
4114 'default. Recurse on parses instead of repeating code. Use the
4115 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4116 message when ignoring a source.
4117 (auth-source-search): List ignored search keys at the top level.
4118 (auth-source-netrc-create): Use `case' instead of `cond'.
4119 (auth-source-secrets-search): Created with TODOs.
4120 (auth-source-secrets-create): Created with TODOs.
4121 (auth-source-retrieve, auth-source-create, auth-source-delete)
4122 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4123 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4124 (auth-source-user-or-password-sftp)
4125 (auth-source-user-or-password-smtp): Remove.
4126 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4127 around `auth-source-search'. Not tested thoroughly.
4128
4129 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4130
4131 * auth-source.el: Bring in assoc and eioeio libraries.
4132 (secrets-enabled): New variable to track the status of the Secrets API.
4133 (auth-source-backend): New EIOEIO class to represent a backend.
4134 (auth-source-creation-defaults): New variable to set prompt defaults
4135 during token creation (see the `auth-source-search' docstring for
4136 details).
4137 (auth-sources): Simplify to allow a simple string as a netrc backend
4138 spec.
4139 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4140 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4141 (auth-source-search): Main auth-source API entry point.
4142 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4143 (auth-source-search-collection): Helper function for searching.
4144 (auth-source-netrc-parse, auth-source-netrc-normalize)
4145 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4146 Supports search, create, and delete.
4147 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4148 backend stubs.
4149 (auth-source-user-or-password): Call `auth-source-search' but it's not
4150 ready yet.
4151
4152 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4153
4154 * message.el (message-setup-1): Remove the read-only stuff, since it
4155 doesn't work under XEmacs, for some reason.
4156
4157 * gnus-sum.el (gnus-user-date): Rename back from
4158 gnus-summary-user-date since user code refers to it.
4159
4160 * shr.el (shr-render-td): Store the actual background color used.
4161
4162 * message.el (message-setup-1): Don't bind the constant
4163 -forbidden-properties.
4164 (message-setup-1): Revert previous change, since it needs to bind the
4165 props to insert them.
4166 (message-resend): Allow removing the read-only separator line.
4167
4168 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4169
4170 * nnimap.el (nnimap-request-accept-article): Give an error message if
4171 the APPEND wasn't successful.
4172
4173 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4174
4175 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4176 that have no groups.
4177
4178 2011-02-03 Julien Danjou <julien@danjou.info>
4179
4180 * gnus-draft.el: Remove progn around gnus-draft-setup.
4181
4182 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4183
4184 * gnus-start.el (gnus-read-active-for-groups): This function is never
4185 called with a nil `infos', so clean that up.
4186 (gnus-get-unread-articles): Request active files from primary/secondary
4187 methods that have no groups (yet).
4188
4189 2011-02-03 Julien Danjou <julien@danjou.info>
4190
4191 * message.el (message-setup-1): Always generate References first.
4192 (message-mail): Return the return value of message-setup, not always t.
4193 (message-setup-1): Insert mail-header-separator with read-only and
4194 intangible properties set.
4195
4196 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4197 user-date in docstring.
4198
4199 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4200
4201 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4202 docstring.
4203
4204 * gnus.el (gnus-user-date-format-alist): Change default value.
4205 Use defcustom, with type and group. Move from gnus-util.el.
4206 Rename to gnus-summary-user-date-format-alist.
4207
4208 2011-02-03 Glenn Morris <rgm@gnu.org>
4209
4210 * nnimap.el (gnus-fetch-headers): Declare.
4211
4212 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4213
4214 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4215
4216 * message.el (message-forward-make-body-digest-plain)
4217 (message-followup, message-reply): Clean up things noted by Stefan.
4218
4219 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4220 gnus-article-update-date-headers is nil.
4221 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4222 it didn't really work with defcustom.
4223 (article-update-date-lapsed): Make sure the window start doesn't move,
4224 either.
4225
4226 2011-02-01 Julien Danjou <julien@danjou.info>
4227
4228 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4229 format.
4230
4231 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4232 standard in Emacs nowadays.
4233
4234 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * message.el (message-expand-name): Don't trust the return value of
4237 bbdb-complete-name.
4238 (message-check-news-header-syntax): Remove unused var `start'.
4239 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4240 (message-inhibit-body-encoding): Move to before first use.
4241 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4242 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4243 (Organization, Message-ID, Date, mh-previous-window-config):
4244 Defvar the vars using dynamic scoping.
4245
4246 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4247
4248 * shr.el (shr-render-td): Only do colors at the final rendering.
4249 Should be slightly faster.
4250 (shr-insert-table): Fix up TD background colors when doing the
4251 vertical padding.
4252
4253 * gnus-art.el (article-date-ut): Protect against articles with no Date
4254 header.
4255 (article-update-date-lapsed): Don't use current-column to find the
4256 horizontal position. It's fragile in the presence of \003 characters.
4257
4258 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4259
4260 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4261
4262 * gnus-art.el (article-transform-date): Rewrite to still work when
4263 there are several rfc2822 parts.
4264 (article-transform-date): Fix infinite recursion.
4265 (article-date-ut): Replace infinitely many Date headers with a single
4266 one when called interactively.
4267
4268 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4269 secure manner.
4270
4271 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4272 move around by not using save-window-excursion. It seems to work...
4273
4274 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4275
4276 * gnus-art.el (article-make-date-line): Work for user-defined format.
4277
4278 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4279
4280 * nntp.el (nntp-retrieve-group-data-early)
4281 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4282 fetching functions.
4283
4284 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4285 thoroughly for all backends that have no known groups. This should
4286 allow new nnml methods to retrieve mail.
4287
4288 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4289 that Gnus doesn't know exists again.
4290
4291 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4292 (gnus-treat-date-ut): Ditto.
4293 (gnus-article-update-date-header): Rename.
4294 (gnus-treat-date-local): Remove.
4295 (gnus-treat-date-english): Remove.
4296 (gnus-treat-date-lapsed): Remove.
4297 (gnus-treat-date-combined-lapsed): Remove.
4298 (gnus-treat-date-original): Remove.
4299 (gnus-treat-date-iso8601): Remove.
4300 (gnus-treat-date-user-defined): Remove.
4301 (gnus-article-date-headers): New variable to control all the date
4302 header options.
4303 (article-date-ut): Rewrite to allow using the new way to format date
4304 headers(s).
4305
4306 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4307
4308 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4309 method.
4310 (nnmail-article-group): A better test for fanciness.
4311
4312 * nnimap.el (nnimap-request-head): Protect against not finding the
4313 article by Message-ID.
4314
4315 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4316
4317 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4318 keep point at the "same place".
4319
4320 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4321
4322 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4323 data if the group is inactive.
4324
4325 2011-01-28 Julien Danjou <julien@danjou.info>
4326
4327 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4328 (gnus-all-windows-visible-p): Remove old compatibility code.
4329 (gnus-window-top-edge): Add docstring.
4330
4331 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4332
4333 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4334
4335 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4336 older request-update-info.
4337
4338 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4339
4340 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4341
4342 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4343 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4344
4345 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4346
4347 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4348 groups. This makes the nndraft:queue group pop up if it's not already
4349 there.
4350
4351 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4352 messages" logic, which was reversed.
4353
4354 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4355 the "same place" even if point is on the line being replaced.
4356 (article-update-date-lapsed): Allow updating both the combined lapsed
4357 and the lapsed headers.
4358 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4359 (article-make-date-line): Limit the number of segments dynamically to
4360 avoid too-long lines.
4361
4362 2011-01-27 Julien Danjou <julien@danjou.info>
4363
4364 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4365 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4366
4367 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4370 Use plist-get instead of the cl function getf.
4371
4372 2011-01-27 Glenn Morris <rgm@gnu.org>
4373
4374 * gnus-util.el (float-time): Get rid of compiler warning, again.
4375
4376 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4377
4378 * shr.el (shr-put-color): Special-case background colors: Do put them
4379 at the blank parts at the front of the lines.
4380
4381 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4382 exit hook to nix out all data on readedness on group exit.
4383
4384 * gnus-util.el (float-time): If float-time is bound, always use it on
4385 all Emacsen. It's unclear why the subrp check was there.
4386 (time-date): Require to make some autoload issues on XEmacs go away.
4387
4388 * shr.el (shr-put-color): Don't do the box padding in tables, since
4389 they're already padded.
4390
4391 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4392
4393 * gnus-art.el (gnus-article-next-page): When the last line of the
4394 article is displayed, scroll down once more instead of going to the
4395 next article at once.
4396 (article-lapsed-string): Refactor out and allow specifying how many
4397 segments you want.
4398 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4399 (gnus-article-update-lapsed-header): New variable.
4400
4401 * shr.el: Revert change that made headings use different-sized faces.
4402 The Emacs display engine isn't advanced enough that, for instance,
4403 tables can comfortably use differently-sized faces.
4404
4405 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4406
4407 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4408 used.
4409 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4410 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4411 we're using an encrypted connection.
4412
4413 * proto-stream.el: Alter the interface functions to also return the
4414 actual stream type used: network or TLS.
4415
4416 2011-01-25 Julien Danjou <julien@danjou.info>
4417
4418 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4419 (mm-display-javascript-inline): New function.
4420
4421 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4422 viewing function.
4423
4424 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * shr.el (shr-expand-newlines): Fix variable name.
4427
4428 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4429
4430 * shr.el (shr-expand-newlines): Make nested boxes work.
4431
4432 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4433
4434 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4435 backgrounds.
4436 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4437 in a more sensible manner.
4438
4439 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4440
4441 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4442 if EPG is loaded.
4443
4444 2011-01-24 Julien Danjou <julien@danjou.info>
4445
4446 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4447 tags.
4448
4449 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4450
4451 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4452 commands.
4453
4454 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4455 in the article buffer.
4456 (gnus-gravatar-insert): Use blank space from the current buffer to
4457 avoid breaking text properties. This makes X-Sent updating work again.
4458
4459 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4460
4461 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4462
4463 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4464 fix the bug in url-http.el instead.
4465
4466 * shr.el (shr-image-fetched): Ditto.
4467
4468 * shr.el (shr-image-fetched): Avoid having point move in the article
4469 buffer.
4470
4471 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4472 buffer after being called. It's apparently being killed by url.el, and
4473 killing it made point move to end-of-buffer in a random buffer.
4474
4475 * shr.el (shr-image-fetched): Ditto.
4476
4477 2011-01-23 Julien Danjou <julien@danjou.info>
4478
4479 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4480
4481 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4482 text/x-org.
4483
4484 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4485
4486 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4487 (i.e., nnimap) returning nil as the article number.
4488
4489 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4490
4491 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4492 "DelSp" parameter in RFC3676.
4493
4494 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4495
4496 * message.el (message-check-recipients): Display the encoded version of
4497 the bogus address if they differ.
4498
4499 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4500 after sending.
4501
4502 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4503
4504 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4505
4506 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4507 group buffer after sending the queue.
4508
4509 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4510
4511 2011-01-22 Julien Danjou <julien@danjou.info>
4512
4513 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4514
4515 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4516
4517 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4518 nested related parts.
4519
4520 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4521 unexpired articles. This fixes the regression that led expiry marks to
4522 disappear from nnfolder groups.
4523
4524 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4527 Don't confuse the "ret" of "retrograde" with RET.
4528
4529 2011-01-21 Julien Danjou <julien@danjou.info>
4530
4531 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4532 than mm-insert-inline.
4533
4534 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4537 Widen article buffer.
4538
4539 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4542 the temp buffer.
4543 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4544
4545 2011-01-20 Julien Danjou <julien@danjou.info>
4546
4547 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4548
4549 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4550 than mm-insert-inline to insert inline part: this respect
4551 mm-inline-media-tests displayers.
4552
4553 * mm-view.el (mm-display-shell-script-inline): New function.
4554
4555 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4556
4557 * mm-uu.el (mm-uu-type-alist): Add org block.
4558 (mm-uu-org-src-code-block-extract): New function.
4559
4560 * mm-view.el (mm-display-org-inline): New function.
4561
4562 * mm-decode.el (mm-automatic-display): Add text/org.
4563
4564 * mailcap.el (mailcap-mime-extensions): Add .org.
4565
4566 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4567
4568 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4569 gnus-article-add-buttons.
4570
4571 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4572
4573 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4574 From header with a date and "nobody" as the sender.
4575
4576 2011-01-19 Julien Danjou <julien@danjou.info>
4577
4578 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4579 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4580 if you have the same regexp several times.
4581 (gnus-button-push): Fix matching when regexp is symbol.
4582
4583 2011-01-15 Glenn Morris <rgm@gnu.org>
4584
4585 * message.el (message-mail): A compose-mail function should
4586 accept headers as strings.
4587
4588 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4591 Add :vert-only tags.
4592 (message-mail): New arg RETURN-ACTION.
4593 (message-return-action): New var.
4594 (message-bury): Use it.
4595 (message-mode): Make it buffer-local.
4596 (message-send-and-exit): Always call message-bury.
4597
4598 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4599 message-mail.
4600
4601 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * nnimap.el (nnimap-convert-partial-article): Protect against
4604 zero-length body parts.
4605
4606 * mm-decode.el (mm-preferred-alternative-precedence):
4607 Discourage showing empty parts.
4608
4609 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4610 and stuff if the backend didn't return the article number. This fixes
4611 an Exchange-related nnimap bug.
4612
4613 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4614 group window, because it does the wrong thing when a separate frame
4615 displays the group buffer.
4616
4617 * proto-stream.el (open-protocol-stream): Protect against the low-level
4618 transport functions returning nil.
4619
4620 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4621
4622 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4623 (mml2015-epg-find-usable-secret-key): New function.
4624 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4625 mml2015-epg-find-usable-key (Bug#7797).
4626 (mml2015-epg-encrypt): Ditto.
4627
4628 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4629
4630 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4631
4632 2011-01-03 Glenn Morris <rgm@gnu.org>
4633
4634 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4635
4636 * sieve.el (sieve-open-server): Give a more explicit error if
4637 sieve-manage-open returns nil. (Bug#7720)
4638
4639 2011-01-02 Karl Fogel <kfogel@red-bean.com>
4640
4641 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4642
4643 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4646 This avoids sending passwords in plain text over non-encrypted
4647 channels.
4648
4649 * shr.el (shr-rescale-image): Display all GIF images as animated images.
4650
4651 * nnimap.el (nnimap-login): Refactored out into own function, and
4652 implement CRAM-MD5.
4653 (nnimap-wait-for-line): Refactored out.
4654
4655 * mm-view.el (mml-smime): Require.
4656
4657 2010-12-20 David Engster <deng@eml.cc>
4658
4659 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4660 use EPG to decrypt S/MIME messages instead of openssl.
4661
4662 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4663
4664 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4665
4666 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4667 status is the group clearly is unreachable.
4668
4669 * auth-source.el (auth-source-create): Add the optional second
4670 parameter to `local-variable-p' to be compatible with XEmacs.
4671
4672 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4673
4674 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4675 work when using a compressed nnml folder.
4676
4677 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4680 backends after sanitising on entry, because this never makes sense:
4681 If the articles have gone missing, then the data no longer exists on
4682 the backend, and if they haven't, then Gnus is wrong, and shouldn't
4683 overwrite anything anyway.
4684
4685 * shr.el (shr-insert-document): Bind shr-width dynamically to
4686 window-width if it's nil.
4687
4688 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
4689
4690 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4691 with the meaning of using the full emacs window width for rendering.
4692
4693 2010-12-27 Daiki Ueno <ueno@unixuser.org>
4694
4695 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4696 case when sender is not given.
4697
4698 2010-12-23 Julien Danjou <julien@danjou.info>
4699
4700 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4701 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4702 the addresses, otherwise we might misplaced the gravatar.
4703
4704 2010-12-21 Daiki Ueno <ueno@unixuser.org>
4705
4706 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4707 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4708 obsolete in Emacs.
4709
4710 2010-12-20 Julien Danjou <julien@danjou.info>
4711
4712 * gnus-util.el (gnus-rescale-image): Revert last change.
4713
4714 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4715
4716 * gnus-group.el (gnus-group-delete-articles): New command.
4717
4718 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4719
4720 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4721
4722 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4725 here, since it's up to the backends to do CRLF removal if their
4726 protocol has it.
4727
4728 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4729
4730 2010-12-17 Julien Danjou <julien@danjou.info>
4731
4732 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4733 they are from file. Can also scale up.
4734
4735 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4736
4737 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4738 Restore gnus-use-agent.
4739 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4740
4741 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4742
4743 2010-12-17 Julien Danjou <julien@danjou.info>
4744
4745 * gravatar.el (gravatar-retrieve-synchronously): New function.
4746 (gravatar-get-data): Make more robust.
4747
4748 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4749
4750 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4751 to really consider the last line.
4752
4753 2010-12-16 Daiki Ueno <ueno@unixuser.org>
4754
4755 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4756 list of recipient keys, or use symmetric encryption if not a list.
4757 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4758 EPA override, replacing the call to `netrc-store-data'.
4759
4760 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
4761
4762 * gnus-srvr.el: Avoid passing nil regexp argument to
4763 delete-matching-lines.
4764
4765 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4766
4767 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4768 fetching stops when Gnus exits.
4769
4770 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4771 function.
4772 (nnfolder-request-expire-articles): Save all the buffers after doing
4773 expiry.
4774
4775 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4776 the last article", since that led to serious performance regressions
4777 when expiring nnml groups.
4778
4779 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
4780
4781 * nnir.el: Improve customizations.
4782
4783 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4786
4787 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4788 group has been killed.
4789 (gnus-group-yank-group): Ditto.
4790
4791 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4792
4793 * nnimap.el (nnimap-request-update-group-status): New function.
4794
4795 * gnus-int.el (gnus-request-update-group-status): New interface
4796 function.
4797
4798 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4799 copying read-ness to the backends.
4800
4801 * nnimap.el (nnimap-quirk): New function.
4802 (nnimap-retrieve-group-data-early): Use it.
4803 (nnimap-quirks): New alist.
4804
4805 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * shr.el (shr-insert): Set shr-start after deleting trailing space;
4808 don't delete it within indentation.
4809
4810 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4813 previous line.
4814
4815 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
4817 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4818 QRESYNC command by deleting a superfluous space which broke Cyrus
4819 servers. This change will break other servers that are buggy the other
4820 way around.
4821
4822 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4823
4824 * spam.el: Reindent and fix long lines.
4825 (spam-copy-or-move-routine): Exclude invalid move destinations.
4826
4827 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4828
4829 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4830 installed the registry.
4831
4832 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4833
4834 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4835 groupname doesn't contain "gmane".
4836
4837 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4840 (gnus-1): Don't create the nndrafts group twice.
4841 (gnus-setup-news): There's no need to read the active file here, since
4842 that's done again later on a per-backend basis.
4843 (gnus-start-draft-setup): Make sure that the new group is started out
4844 empty.
4845
4846 * gnus-agent.el (gnus-agentize): Don't create the queue group
4847 automatically on startup. It'll be created later, if needed.
4848
4849 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4850 of automatically subscribed groups.
4851 (gnus-auto-subscribed-categories): New variable.
4852 (gnus-matches-options-n): Use it.
4853 (gnus-default-subscribed-newsgroups): Remove unused variable.
4854 (gnus-start-draft-setup): Message a bit less.
4855
4856 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4857
4858 * nnir.el (nnir-run-imap): Return article list in order of increasing
4859 UID.
4860
4861 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4862
4863 * gnus-sum.el (gnus-summary-enter-digest-group):
4864 Mention gnus-auto-select-on-ephemeral-exit.
4865
4866 * proto-stream.el (proto-stream-open-network-only): Fix the calling
4867 convention of the network-only option.
4868
4869 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
4871 * proto-stream.el (proto-stream-open-network-only): New function to
4872 have a way to specify non-STARTTLS upgrade connections.
4873
4874 2010-12-10 Julien Danjou <julien@danjou.info>
4875
4876 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4877 email address is nil.
4878
4879 * message.el (message-bogus-recipient-p): Set address to "" if nil.
4880
4881 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
4882
4883 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4884 deletion.
4885 (nnir-run-imap): Only need to parse list once.
4886
4887 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
4889 * shr.el (shr-tag-script): Ignore <script>.
4890 (shr-tag-label): Add <label> support.
4891
4892 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
4893
4894 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4895
4896 * shr.el (shr-image-displayer): Work for images lined side by side.
4897
4898 2010-12-08 Robert Pluim <rpluim@gmail.com>
4899
4900 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4901 parameter, since XEmacs doesn't accept t as a parameter.
4902
4903 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
4904
4905 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4906 ids.
4907 (nnir-run-gmane): Simplify groupspec formatting.
4908 (nnir-request-expire-articles): New function.
4909
4910 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4913 overflow, possibly.
4914
4915 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4916 (shr-render-td): Handle td style="" better.
4917 (shr-tag-table): Use the color from the style sheet.
4918 (shr-render-td): Make sure we copy over all the overlays, too.
4919
4920 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
4921
4922 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4923 (nnir-request-article): Improve article retrieval.
4924
4925 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4926
4927 * mm-util.el (mm-extra-numeric-entities): New variable.
4928
4929 * mm-url.el (mm-url-decode-entities):
4930 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4931
4932 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * message.el: Use completion-at-point.
4935 (message-completion-function): New fun, extracted from message-tab.
4936 (message-mode): Use it for completion-at-point-functions.
4937 (message-tab): Use it and completion-at-point.
4938
4939 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4942 character if a non-breakable character follows.
4943
4944 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4945
4946 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4947 any stream.
4948
4949 * shr.el (shr-tag-font): Colorize the region.
4950 (shr-tag-body): Ditto.
4951 (shr-tag-font): Actually let the styles be inherited instead of
4952 overwriting them.
4953 (shr-tag-font): Get the background color right.
4954 (shr-tag-style): Ignore all <style> tags for the moment.
4955
4956 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4957 a Message-ID to avoid having nnimap depend on gnus-sum.
4958
4959 * shr.el (shr-descend): Only colorize something if we have a node that
4960 sets colors.
4961
4962 2010-12-06 Julien Danjou <julien@danjou.info>
4963
4964 * shr.el (shr-render-td): Render td content with shr-descend, so style
4965 will be applied to <td> too.
4966 (shr-colorize-region): Colorize region even if we only have a background.
4967 (shr-tag-body): Fix color and background color inheritance.
4968 Do not recolorize after shr-generic.
4969 (shr-tag-font): Let shr-generic colorize via inheritance.
4970
4971 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4974
4975 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
4976
4977 * nnir.el (nnir-request-move-article): Remove obsolete code.
4978
4979 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4980
4981 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4982
4983 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4984
4985 * gnus-sum.el (gnus-summary-respool-article): The completion function
4986 expects a list instead of an alist.
4987
4988 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4989 string as the parameter.
4990
4991 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4992
4993 * shr.el (shr-stylesheet): New dynamic variable for cascading the
4994 styles.
4995 (shr-colorize-region): New function.
4996 (shr-insert-background-overlay): Remove.
4997 (shr-render-td): Background setting should be taken care of on a higher
4998 level.
4999 (shr-tag-body): Use post-hoc colorizations.
5000 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5001 (shr-put-color-1): Don't overwrite old colors.
5002 (shr-colorize-region): When the background color isn't explicit, use
5003 a fixed background.
5004
5005 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5006 nnmail variables.
5007
5008 2010-12-05 Bjørn Mork <bjorn@mork.no>
5009
5010 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5011 unless necessary.
5012
5013 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5014
5015 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5016 server.
5017
5018 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5021 so that TAB works.
5022
5023 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5024 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5025
5026 * shr.el (shr-urlify): Show the URL before the title to avoid
5027 misleading URLs.
5028
5029 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5030
5031 * shr.el (shr-urlify): Display the title in <a> tags.
5032
5033 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5034
5035 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5036
5037 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5038
5039 * nnir.el: Rearrange code to allow macros to be autoloaded by
5040 gnus-sum.el.
5041 (nnir-retrieve-headers-override-function): Make this variable
5042 customizable.
5043 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5044
5045 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5046 from nnir.el.
5047
5048 2010-12-03 Julien Danjou <julien@danjou.info>
5049
5050 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5051
5052 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5053
5054 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5055 allow optional argument `environment'.
5056
5057 2010-12-03 Glenn Morris <rgm@gnu.org>
5058
5059 * mm-extern.el (message-goto-body): Update declaration.
5060
5061 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5062
5063 * gnus-util.el (gnus-macroexpand-all): New function.
5064
5065 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5066 instead of macroexpand-all that is unavailable in XEmacs.
5067
5068 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5069
5070 * nnir.el (nnir-summary-line-format): New variable.
5071 (nnir-mode): Use it.
5072 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5073 (nnir-article-ids): Reimplement as defsubst.
5074 (nnir-retrieve-headers): Don't mangle the subject header.
5075 (nnir-run-imap): Use 100 as RSV score.
5076 (nnir-run-find-grep): Fix for full server searching.
5077 (nnir-run-gmane): Better restriction to gmane groups.
5078
5079 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5080 summary buffers.
5081
5082 2010-12-02 Julien Danjou <julien@danjou.info>
5083
5084 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5085
5086 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5087
5088 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5089 support.
5090
5091 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5092
5093 * nnir.el: Update to handle the registry better.
5094 (autoload): Silence byte-compiler.
5095 (nnir-open-server): Add a hook for nnir groups.
5096 (nnir-request-move-article): Don't mangle the header. Better to use
5097 formatting variables (which will be added in the future).
5098 (nnir-registry-action): Update the registry using the original article
5099 group name.
5100 (nnir-mode): Install nnir-specific hooks for updating the registry.
5101
5102 * gnus-sum.el
5103 (gnus-article-original-subject,gnus-newsgroup-original-name):
5104 Remove obsolete variables.
5105 (gnus-summary-move-article): Remove use of obsolete variables.
5106 (gnus-summary-local-variables): Make move and delete hooks local to
5107 summary buffers.
5108
5109 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5110
5111 * rtree.el: New file.
5112
5113 2010-12-01 Julien Danjou <julien@danjou.info>
5114
5115 * message.el (message-user-organization): Do not use
5116 gnus-local-organization.
5117
5118 * gnus.el: Remove gnus-local-organization.
5119
5120 * gnus-msg.el: Remove nastygram thing.
5121
5122 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5123
5124 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5125 funcall.
5126
5127 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5130 names.
5131
5132 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5133 characters.
5134
5135 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5136 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5137 Suggested by Štěpán Němec <stepnem@gmail.com>.
5138 (gnus-gravatar-transform-address): Use mail-extract-address-components
5139 that supports non-ASCII names rather than mail-header-parse-addresses.
5140
5141 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5142
5143 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5144 handled by the network handler.
5145
5146 2010-11-30 Julien Danjou <julien@danjou.info>
5147
5148 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5149 (nnimap-open-connection-1): Fix PREAUTH.
5150
5151 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5152
5153 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5154
5155 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5156 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5157 (shr-insert): Use them.
5158 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5159
5160 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5161
5162 * nnir.el (nnir-request-move-article): Bail out if original group
5163 doesn't support article moves.
5164 (nnir-get-active): Improve active list retrieval.
5165
5166 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5169
5170 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5171
5172 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5173 seem to accept strings-with-numbers as port numbers.
5174
5175 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5176
5177 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5178 change the registry.
5179
5180 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5181
5182 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5183 delete-dups that is not available in XEmacs 21.4.
5184
5185 * mm-util.el (mm-delete-duplicates): Add comment.
5186
5187 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5188
5189 * nnir.el (nnir-ignored-newsgroups): New variable.
5190 (nnir-get-active): Use it.
5191
5192 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5193
5194 * proto-stream.el (proto-stream-open-network): Add some comments.
5195
5196 * nntp.el (nntp-open-connection): Provide a :success condition.
5197
5198 * nnimap.el (nnimap-open-connection-1): Ditto.
5199
5200 * proto-stream.el (proto-stream-open-network): See what the response to
5201 the STARTTLS command is.
5202
5203 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5204 backwards compatibility).
5205 (nnimap-open-connection-1): Really respect nnimap-server-port.
5206
5207 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5208 TLS upgrades we don't really care about the identity of the peer.
5209 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5210 that what we've checked for.
5211 (proto-stream-always-use-starttls): Only default to t if
5212 open-gnutls-stream exists.
5213 (proto-stream-open-network): If STARTTLS failed, then just open a
5214 normal connection.
5215 (proto-stream-open-network): Wait until the greeting before doing
5216 STARTTLS.
5217
5218 * nntp.el (nntp-open-connection): Report what the connection error is.
5219
5220 * proto-stream.el (open-protocol-stream): Rename from
5221 open-proto-stream.
5222
5223 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5224
5225 * nnimap.el (nnimap-stream): Change default to `undecided'.
5226 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5227 first, and then network.
5228 (nnimap-open-connection-1): Respect nnimap-server-port.
5229 (nnimap-open-connection): Be more backwards-compatible.
5230
5231 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5232 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5233 (proto-stream-open-starttls): Folded back into the main function.
5234 (proto-stream-open-network): Fix typo in the GnuTLS path.
5235 (proto-stream-command): Refactor out.
5236
5237 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5238
5239 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5240 starttls.el STARTTLS.
5241
5242 * color.el (color-lab->srgb): Fix function call name.
5243
5244 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5245 if we're using tls.el.
5246 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5247 built in, then don't try to establish a STARTTLS connection.
5248
5249 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5250 servers.
5251
5252 * proto-stream.el (open-proto-stream): Use network, not stream.
5253 (open-proto-stream): Add a way to specify what the end of a command is.
5254
5255 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5256 connections types.
5257 (nntp-open-network-stream): Remove.
5258 (nntp-open-ssl-stream): Remove.
5259 (nntp-open-tls-stream): Remove.
5260 (nntp-ssl-program): Remove.
5261
5262 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5263
5264 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5265
5266 * nnir.el: Fix typos.
5267 (nnir-retrieve-headers-override-function): Rename variable to reflect
5268 new semantics.
5269 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5270 macros.
5271 (nnir-request-article, nnir-request-move-article): Use them.
5272 (nnir-categorize): New function.
5273 (nnir-run-query): Use it.
5274 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5275 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5276 sorted.
5277 (nnir-group-full-name): Use gnus-group-full-name instead.
5278 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5279 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5280
5281 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5282
5283 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5284
5285 * proto-stream.el: New library to provide protocol-specific
5286 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5287 protocols.
5288 (open-proto-stream): Complete the documentation.
5289 (proto-stream-open-network): Fix some typos.
5290
5291 * nnimap.el (nnimap-open-connection): Use it.
5292
5293 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5294
5295 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5296 negotiation.
5297
5298 2010-11-26 Julien Danjou <julien@danjou.info>
5299
5300 * color.el: Rename various rgb functions to srgb.
5301
5302 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5303
5304 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5305 names.
5306
5307 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * shr.el (shr-insert): Revert last change.
5310 (shr-find-fill-point): Never leave point being at bol;
5311 relax the kinsoku limitation when rendering tables.
5312
5313 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5316 results from -accept-article.
5317
5318 * shr-color.el: Require cl when compiling.
5319
5320 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5321 checkin.
5322
5323 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5324
5325 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5326
5327 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5328 'add and 'delete to set backend marks.
5329
5330 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5331
5332 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5333
5334 * nntp.el (nntp-request-set-mark): Use it.
5335
5336 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5337
5338 * nnml.el (nnml-request-set-mark): Ditto.
5339
5340 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5341 introduces regressions in article selection.
5342 (nnimap-find-uid-response): New function.
5343 (nnimap-request-accept-article): Use the UID returned, if any.
5344 (nnimap-request-move-article): Use the UID returned, if any.
5345 (nnimap-get-groups): Reimplement to work with folded lines.
5346 (nnimap-find-uid-response): The UID is the last element in the list.
5347 (nnimap-request-set-mark): Extend syntax with 'set.
5348
5349 * nnml.el (nnml-request-set-mark): Ditto.
5350
5351 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5352
5353 * nntp.el (nntp-request-set-mark): Ditto.
5354
5355 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5356
5357 * message.el (message-called-interactively-p): A temporary macro.
5358 (message-goto-body): Use it temporarily.
5359
5360 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5361
5362 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5363 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5364 (nnimap-last-response-string): Fix last unfolding fix.
5365
5366 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5367
5368 * shr.el (shr-insert): Fix the way to fold lines.
5369
5370 2010-11-25 Julien Danjou <julien@danjou.info>
5371
5372 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5373
5374 * color.el: Rename from color-lab.el
5375 (color-rgb->hex): Add.
5376 (color-complement): Add.
5377 (color-complement-hex): Add.
5378
5379 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5380
5381 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5382
5383 * shr-color.el (shr-color-visible): Don't bug out if the color names
5384 don't exist.
5385
5386 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5387
5388 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5389 assuming that article displaying or another mml-preview may be
5390 interrupted for an error or for the like.
5391
5392 * shr.el (shr-get-background): Fix argument name.
5393
5394 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5395
5396 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5397
5398 * gnus-sum.el (gnus-summary-include-articles): New function.
5399
5400 * message.el (message-goto-body): called-interactively-p needs a
5401 parameter, so use `any'.
5402
5403 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5404 clear marks before moving, since they're synced from the Gnus side
5405 first.
5406
5407 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5408 (gnus-summary-move-article): Copy over all marks before moving, so that
5409 IMAP doesn't think a new article has arrived.
5410
5411 2010-11-24 Julien Danjou <julien@danjou.info>
5412
5413 * shr.el (shr-insert-background-overlay): Fix typo.
5414 (shr-render-td): Copy the background before rendering.
5415
5416 * shr-color.el (shr-color-visible): Fix docstring.
5417
5418 * shr.el (shr-tag-table): Add bgcolor support.
5419 (shr-render-td): Add bgcolor support.
5420 (shr-get-background): Add.
5421 (shr-insert-foreground-overlay): Use shr-get-background.
5422
5423 * message.el (message-goto-body): Use called-interactively-p.
5424 (message-in-body-p): message-goto-body returns point.
5425
5426 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5429 Fixes something or other in Emacs 23, and is backwards compatible.
5430
5431 * message.el (message-goto-body): Remove the <#secure special-casing,
5432 which is too special.
5433
5434 * shr.el (shr-parse-style): Drop !important from styles.
5435
5436 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5437
5438 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5439 this function to return incorrect results when calling it with an
5440 explicit article argument different from
5441 (gnus-summary-article-number).
5442
5443 2010-11-24 Julien Danjou <julien@danjou.info>
5444
5445 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5446 (shr-tag-body): Add background support.
5447 (shr-descend): Add background support.
5448 (shr-tag-title): Add.
5449
5450 * shr-color.el (shr-color-visible): Really return original background
5451 if fixed.
5452
5453 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5454
5455 * shr.el (shr-color-check): Protect against non-existent color names.
5456
5457 2010-11-24 Julien Danjou <julien@danjou.info>
5458
5459 * color-lab.el: Require 'cl when compiling.
5460
5461 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5462
5463 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5464 matched part.
5465
5466 * color-lab.el: Fix all expt calls to use float type.
5467
5468 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5469
5470 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5471 expression to shr-color-check as is.
5472
5473 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5474
5475 * color-lab.el: Add coding cookie.
5476 (float-pi): Use eval-and-compile.
5477
5478 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5479
5480 * shr.el (shr-insert-color-overlay): Split stuff like
5481 "#444444 !important" to find the real color.
5482 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5483 parse <font color="red"> entries.
5484
5485 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5486
5487 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5488 point when parsing headers.
5489
5490 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5491 is positioned properly when parsing headers.
5492
5493 2010-11-23 Julien Danjou <julien@danjou.info>
5494
5495 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5496
5497 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5498
5499 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5500
5501 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5502 Use shr-color-hue-to-rgb.
5503 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5504
5505 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5506
5507 * shr.el (shr-color->hexadecimal): Autoload.
5508 (shr-descend): Add color to all tags.
5509
5510 2010-11-22 Julien Danjou <julien@danjou.info>
5511
5512 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5513 shr-color->hexadecimal.
5514
5515 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5516 RGB() or HSL() color representation.
5517
5518 * shr.el (shr-tag-font): Add.
5519 (shr-tag-color-check): New function to get better colors.
5520 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5521 tag-span.
5522
5523 * shr-color.el: New file.
5524
5525 * color-lab.el: New file.
5526
5527 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5528
5529 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5530
5531 * nnir.el: Fix typo in comments.
5532 (nnir-run-imap): Simplify code. No need to reverse artlist.
5533 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5534
5535 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
5537 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5538
5539 * nnimap.el (nnimap-get-capabilities): Refactor out.
5540 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5541
5542 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5543
5544 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5545 appearing when `mm-uu-hide-markers' is nil.
5546
5547 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5548
5549 * nnimap.el (nnimap-unselect-group): Make into its own function.
5550 (nnimap-request-rename-group): Unselect group before renaming.
5551 This had gotten lost somewhere.
5552 (nnimap-request-accept-article): Keep track of examined groups, and
5553 unselect the group before APPENDing to read-only groups.
5554 (nnimap-request-move-article): Clear flags before moving so that they
5555 can be re-set later.
5556
5557 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5560 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5561
5562 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5563
5564 * gnus-art.el (gnus-mime-display-single):
5565 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5566 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5567 parameter.
5568
5569 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5570
5571 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5572 (shr-table-vertical-line): New variable.
5573 (shr-insert-table): Use it.
5574
5575 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5576
5577 * gnus-html.el (gnus-html-wash-images): Don't display images if
5578 gnus-inhibit-images is non-nil; register displayer for cid images.
5579 (gnus-html-display-image): Work for cid image.
5580 (gnus-html-insert-image): Allow arguments.
5581 (gnus-html-put-image): Inhibit read-only.
5582 (gnus-html-prefetch-images): Don't prefetch images if
5583 gnus-inhibit-images is non-nil.
5584
5585 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5586
5587 * shr.el (shr-put-image): Break lines when inserting big pictures.
5588
5589 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5590
5591 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5592 sender, thanks Katsumi Yamaoka.
5593
5594 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5595
5596 * nnir.el (nnir-run-imap): Reverse the article list for each group
5597 rather than the whole list.
5598
5599 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5600
5601 * shr.el (shr-image-displayer): Protect function against non-existent
5602 image source.
5603
5604 * gnus-art.el (gnus-inhibit-images): New user option.
5605 (gnus-mime-display-single): Don't display image if it is non-nil.
5606
5607 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5608 gnus-inhibit-images.
5609
5610 * shr.el (shr-image-displayer): New function.
5611 (shr-tag-img): Use it.
5612
5613 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5614
5615 * mml2015.el (mml2015-epg-sign): Use From header.
5616
5617 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5620
5621 * gnus-util.el (gnus-find-text-property-region): Return markers.
5622
5623 * shr.el (shr-tag-img): Put a displayer in the text property.
5624
5625 * gnus-util.el (gnus-find-text-property-region): New utility function.
5626
5627 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5628 (gnus-html-show-images): Remove.
5629
5630 * gnus-art.el (gnus-article-show-images): New, more general function.
5631
5632 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5633 image url text properties.
5634
5635 * shr.el: Ditto.
5636
5637 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5638 gnus-agent-auto-agentize-methods is set. Which it isn't.
5639
5640 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5641
5642 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5643 work for two or more articles.
5644
5645 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5646
5647 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5648 divide an image that's in an html article to two or more when washing
5649 non-ASCII characters in alt text of it.
5650
5651 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5654 smime-decrypt-region using function argument.
5655 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5656
5657 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5658
5659 * smime.el (smime-decrypt-region): Catch it.
5660
5661 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * smime.el (smime-mode-map): Move initialization into declaration.
5664 (gnus-run-mode-hooks): Don't autoload.
5665 (smime-mode): Use define-derived-mode.
5666
5667 2010-11-11 Glenn Morris <rgm@gnu.org>
5668
5669 * smime.el (from): Restrict declaration to XEmacs.
5670
5671 * nnir.el (gnus-group-topic-name): Autoload.
5672
5673 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5674
5675 * shr.el (shr-insert): Don't break long line if it is because of
5676 kinsoku-bol characters in the line end.
5677
5678 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
5679
5680 * nnir.el (nnir-request-move-article): Fix to provide original group
5681 and subject.
5682 (nnir-warp-to-article): Don't fail on articles whose headers haven't
5683 been retrieved.
5684
5685 * gnus-sum.el (gnus-summary-move-article): Use original group and
5686 subject for virtual articles such as those in an nnir summary buffer.
5687
5688 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5691 least 21.5).
5692
5693 * smime.el (from): Declare it again for XEmacs.
5694
5695 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5696
5697 * message.el (message-resend): Don't disable encoding unless it's
5698 already encoded.
5699
5700 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5701 low-numbered articles.
5702
5703 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5704
5705 * rfc2047.el (rfc2047-syntax-table): Simplify.
5706
5707 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5708 set-char-table-range for XEmacs.
5709
5710 2010-11-10 Glenn Morris <rgm@gnu.org>
5711
5712 * smime.el (from): Remove unused declaration.
5713
5714 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5715 (gnus-float-time): On Emacs, always an alias.
5716
5717 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5718 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5719
5720 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5723
5724 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5725
5726 * shr.el (browse-url-mailto): Autoload.
5727
5728 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5729
5730 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5731 regexp doesn't need quoting.
5732
5733 2010-11-09 Sven Joachim <svenjoac@gmx.de>
5734
5735 * message.el (message-subject-trailing-was-ask-regexp)
5736 (message-subject-trailing-was-regexp): Match was: in addition to was.
5737
5738 2010-11-09 Glenn Morris <rgm@gnu.org>
5739
5740 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5741 (nnbabyl-check-mbox): Use point-at-bol.
5742
5743 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5744
5745 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5746
5747 * message.el (message-mailto): New function.
5748 (message-mailto): Should accept other parameters.
5749 (message-mailto): Remove since it duplicates browse-url-mailto
5750 functionality.
5751
5752 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5753
5754 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5755 methods.
5756 (gnus-read-active-file): Ditto.
5757
5758 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5759 ": " from the prompt.
5760 (gnus-group-make-group): Ditto.
5761
5762 2010-11-07 Glenn Morris <rgm@gnu.org>
5763
5764 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5765 (gnus-bookmark-kill-line): Use point-at-eol.
5766
5767 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
5768
5769 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5770 asterisks in From header.
5771
5772 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5773
5774 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5775 string to avoid making the From headers syntactically invalid.
5776
5777 * message.el (message-send-mail): Don't insert courtesy messages if the
5778 message already has List-Post and List-ID messages.
5779
5780 2010-11-06 Glenn Morris <rgm@gnu.org>
5781
5782 * gnus-art.el (gnus-treat-article): Give dynamic local variables
5783 `condition', `type', `length' a prefix.
5784 (gnus-treat-predicate): Update for above name changes.
5785
5786 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
5787
5788 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5789 binding. Handled by `gnus-summary-refer-thread' instead.
5790 (nnir-warp-to-article): New backend function.
5791
5792 * nnimap.el (nnimap-request-thread): Force dependency updating.
5793
5794 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5795 (gnus-summary-refer-thread): Rework to improve thread-referral.
5796
5797 * gnus-int.el (gnus-warp-to-article): New function.
5798
5799 * gnus-sum.el (gnus-summary-article-map): Bind it.
5800
5801 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
5802
5803 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5804 gnus-summary-refer-thread.
5805
5806 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5807 headers.
5808 (gnus-summary-limit-include-thread): Prevent articles in thread from
5809 being cut in gnus-cut-threads.
5810 (gnus-summary-refer-thread): Limit retrieved headers to those in
5811 thread.
5812
5813 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5814
5815 * message.el (message-send-mail): Use the value of
5816 message-courtesy-message from the message buffer.
5817
5818 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5819
5820 * shr.el (shr-browse-url): Implement mailto: URLs.
5821
5822 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5823 "raw".
5824
5825 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5826 if it's already selected.
5827
5828 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5829
5830 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5831
5832 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5833 to measure the length and truncate alt text.
5834
5835 2010-11-03 Glenn Morris <rgm@gnu.org>
5836
5837 * nndiary.el (nndiary-generate-nov-databases-1)
5838 (nndiary-generate-active-info): Rename dynamic variable `files' to
5839 something less generic.
5840
5841 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
5842
5843 * nnir.el (nnir-request-move-article): Call the underlying backend to
5844 move articles from nnir.
5845
5846 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
5848 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5849
5850 2010-11-02 Julien Danjou <julien@danjou.info>
5851
5852 * nnir.el: Remove wais support.
5853
5854 2010-11-02 Glenn Morris <rgm@gnu.org>
5855
5856 * gnus-html.el: Reorder requirements to quieten compiler.
5857
5858 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5859
5860 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5861 properly for XEmacs as well.
5862 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5863 (gnus-article-natural-long-line-p): Use window-width rather than
5864 frame-width.
5865
5866 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
5867
5868 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
5869 (nnir-read-parms): Don't modify query.
5870 (nnir-run-query): Add ability to search topic on current line.
5871 (nnir-get-active): Clean up.
5872
5873 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5874
5875 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5876 degenerate articles.
5877
5878 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5879 (gnus-print-buffer): Just print the buffer as is, without any copying
5880 to a buffer and then re-highlighting.
5881
5882 * nnimap.el (nnimap-request-group): Store the new updated info.
5883 (nnimap-request-group): Select the group when we don't know whether it
5884 exists or not.
5885
5886 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5887 groups.
5888
5889 * gnus-group.el (gnus-group-find-new-groups): Display all the new
5890 groups.
5891
5892 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5893 groups.
5894
5895 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5896 long-lines case by only filling the long lines.
5897
5898 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5899 (bug #7311).
5900
5901 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5902
5903 * shr.el: No need to declare `declare-function' since shr.el is for
5904 only Emacsen that provide `libxml-parse-html-region'.
5905
5906 2010-11-01 Glenn Morris <rgm@gnu.org>
5907
5908 * mm-util.el (gnus-completing-read): Autoload.
5909 (mm-read-coding-system): Simplify Emacs definition.
5910
5911 * nnmail.el (gnus-activate-group):
5912 * nnimap.el (gnutls-negotiate):
5913 * nntp.el (netrc-parse): Fix declarations.
5914
5915 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5918 string-match-p in Emacs >=23.
5919
5920 * gnus-msg.el (gnus-configure-posting-styles):
5921 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5922
5923 2010-11-01 Glenn Morris <rgm@gnu.org>
5924
5925 * nnir.el (declare-function): Add compat stub.
5926 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5927 (nnir-run-gmane): Require 'mm-url.
5928
5929 * mm-util.el (mm-string-to-multibyte): Simplify.
5930
5931 * shr.el (declare-function): Add compat stub.
5932 (url-cache-create-filename): Declare.
5933 (mm-disable-multibyte, widget-convert-button): Autoload.
5934
5935 * smime.el (ldap-search): Declare.
5936 (smime-cert-by-ldap-1): Require ldap on Emacs.
5937
5938 * nnimap.el: Require nnmail, and gnus-sum when compiling.
5939 (nnimap-keepalive): Use gnus-float-time.
5940
5941 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5942 (mail-source-delete-crash-box): Use gnus-float-time.
5943
5944 * gnus-dired.el (gnus-completing-read): Autoload.
5945
5946 * mm-view.el (gnus-rescale-image): Autoload.
5947
5948 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5949
5950 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5951
5952 * sieve-manage.el: Require 'cl when compiling.
5953
5954 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5955 (gnus-iswitchb-completing-read): Require iswitchb.
5956 (gnus-select-frame-set-input-focus): Silence compiler.
5957
5958 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5959
5960 * message.el (message-subject-trailing-was-query): Change default to t,
5961 since I think that's what most people want.
5962
5963 * nnimap.el (nnimap-request-accept-article): Erase buffer before
5964 appending for easier debugging.
5965 (nnimap-wait-for-connection): Take a regexp.
5966 (nnimap-request-accept-article): Wait for the continuation line before
5967 sending anything unless we're streaming.
5968
5969 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5970 leave the header washing to take place.
5971
5972 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5973
5974 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5975 regular expression match and replace in posting styles.
5976
5977 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
5978
5979 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5980 an entire server.
5981 (nnir-get-active): New function.
5982 (nnir-run-imap): Use it.
5983 (nnir-run-gmane): Who knew, gmane search returns an article score!
5984
5985 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5986 server on the current line with nnir.
5987
5988 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5989
5990 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5991 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5992 left edge.
5993 (gnus-article-foldable-buffer): Skip past the prefix when determining
5994 raggedness.
5995
5996 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5997 the raw article, and change `C-u g' to show the article without doing
5998 treatments.
5999
6000 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6001 on to `gnus-treat-article'.
6002 (gnus-inhibit-article-treatments): New variable.
6003
6004 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6005
6006 * gnus-art.el (gnus-treatment-function-alist): Have
6007 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6008 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6009 sections.
6010
6011 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6012 parameter.
6013 (gnus-article-fill-cited-long-lines): New function.
6014 (gnus-article-fill-cited-article): Allow filling only long sections.
6015
6016 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6017 and non-punctuation (like after the apostrophe in "'We").
6018
6019 * gnus-sum.el (gnus-summary-select-article): Make sure
6020 gnus-original-article-buffer is alive.
6021
6022 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6023 reflect the order they are in the digest.
6024
6025 * gnus.el (gnus-group-startup-message): Move point to the start of the
6026 buffer.
6027
6028 * nnimap.el (nnimap-capability): New function.
6029 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6030 is set.
6031
6032 2010-10-31 David Engster <dengste@eml.cc>
6033
6034 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6035 conform with changes to gnus-completing-read.
6036
6037 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6038
6039 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6040
6041 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6042
6043 * nnir.el: Move defvar, defcustom around to keep file organized
6044 and keep byte-compiler quiet.
6045 (nnir-read-parms): Accept search-engine as arg.
6046 (nnir-run-query): Pass search-engine as arg.
6047 (nnir-search-engine): Remove.
6048
6049 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * shr.el (shr-generic): The text nodes should be text, not :text.
6052
6053 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6054 later in the file.
6055
6056 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6057
6058 * nnir.el: General clean up. Allow searching with multiple engines.
6059 Allow separate extra-parameters for each engine.
6060 Batch queries when possible.
6061 (nnir-imap-default-search-key,nnir-method-default-engines):
6062 Add customize interface.
6063 (nnir-run-gmane): New engine.
6064 (nnir-engines): Use it. Qualify all prompts with engine name.
6065 (nnir-search-engine): Remove global variable.
6066 (nnir-run-hyrex): Restore for now.
6067 (nnir-extra-parms,nnir-search-history): New variables.
6068 (gnus-group-make-nnir-group): Use them.
6069 (nnir-group-server): Remove in favor of gnus-group-server.
6070 (nnir-request-group): Avoid searching twice.
6071 (nnir-sort-groups-by-server): New function.
6072
6073 2010-10-30 Julien Danjou <julien@danjou.info>
6074
6075 * gnus-group.el: Remove gnus-group-fetch-control.
6076
6077 * gnus-start.el (gnus-find-new-newsgroups):
6078 Remove gnus-check-first-time-used.
6079
6080 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6081
6082 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6083
6084 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6085 set on groups that don't have \* permanentflags.
6086
6087 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6088
6089 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6090 control the background color.
6091 (shr-tag-img): Ignore very small web bug type images.
6092 (shr-put-image): Add help-echo alt texts to the images.
6093 (shr-tag-video): Show the video poster image.
6094
6095 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6096
6097 * shr.el (shr-table-depth): New variable.
6098 (shr-tag-table-1): Only insert the images after the top-level table.
6099
6100 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6101
6102 * gnus-util.el (gnus-list-memq-of-list): New function.
6103
6104 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6105 selected.
6106 (nnimap-unsplittable-articles): New slot.
6107 (nnimap-new-articles): Use it.
6108
6109 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6110
6111 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6112 move to the previous line on `M-g'.
6113
6114 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6115
6116 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6117 *-request-group, which seems unnecessary.
6118
6119 * nnimap.el (nnimap-quote-specials): Function copied over from
6120 imap.el.
6121 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6122 they support that. Suggested by Tom Regner.
6123
6124 2010-10-29 Julien Danjou <julien@danjou.info>
6125
6126 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6127 defalias.
6128 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6129
6130 * gnus.el: Remove `gnus-nntp-service' variable.
6131 (gnus-secondary-servers): Make obsolete.
6132 (gnus-nntp-server): Make obsolete.
6133
6134 * gnus-start.el (gnus-1): Remove x-splash calls.
6135
6136 * gnus-ems.el (gnus-x-splash): Remove.
6137
6138 * gnus.el (gnus-group-startup-message): Simplify/update code.
6139
6140 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6141 capability before doing anything.
6142 (gnus-group-insert-group-line): Remove useless
6143 gnus-group-remove-excess-properties.
6144
6145 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6146
6147 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6148
6149 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6150
6151 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6152 config after reselecting.
6153
6154 2010-10-28 Julien Danjou <julien@danjou.info>
6155
6156 * shr.el (shr-put-image): Use point even if only inserting text.
6157 (shr-put-image): Save excursion when inserting alt text on non-graphic
6158 display, so the behavior is the same when we are on a graphic display.
6159
6160 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6161
6162 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6163
6164 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6165 (gnus-mime-copy-part): Check coding system, not charset.
6166 (gnus-mime-view-part-externally): Never remove part.
6167 (gnus-mime-view-part-internally): Don't remove part here.
6168 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6169 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6170 multipart/alternative.
6171
6172 * mm-decode.el (mm-display-part): Take optional arg `force'.
6173
6174 2010-10-26 Julien Danjou <julien@danjou.info>
6175
6176 * gnus-group.el (gnus-group-default-list-level): Add this function to
6177 compute the default list level.
6178 (gnus-group-default-list-level): Add possibility to use a function.
6179
6180 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6181
6182 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6183
6184 * gnus-group.el (gnus-group-completing-read)
6185 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6186 gnus-replace-in-string.
6187
6188 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6189
6190 * shr.el (shr-tag-div): Add.
6191
6192 2010-10-25 Julien Danjou <julien@danjou.info>
6193
6194 * gnus-util.el: Remove `gnus-with-local-quit'.
6195
6196 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6197
6198 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6199
6200 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6201 the original article buffer.
6202
6203 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204
6205 * nnimap.el (nnimap-request-head): New function.
6206 (nnimap-request-move-article): Try to be slightly faster by not
6207 requesting the entire message when moving.
6208 (nnimap-transform-headers): Don't bug out on bodiless articles.
6209 (nnimap-send-command): Have no outstanding messages if the IMAP server
6210 doesn't support streaming.
6211 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6212
6213 2010-10-24 Julien Danjou <julien@danjou.info>
6214
6215 * message.el (message-default-headers): Fix type.
6216
6217 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6218
6219 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6220 prefetching images.
6221
6222 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6223 backend for unknown groups. This is mainly useful for nnimap groups.
6224
6225 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6226 group isn't covered by the agent.
6227
6228 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6229
6230 * nnir.el (nnir-method-default-engines): New variable.
6231 (nnir-run-query): Use it.
6232 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6233 (gnus-summary-nnir-goto-thread): Change group if needed.
6234
6235 * gnus-group.el (gnus-group-group-map): Add key binding for
6236 gnus-group-make-nnir-group.
6237
6238 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6239
6240 * shr.el (shr-tag-object): Add.
6241
6242 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6243 original article buffer live.
6244 (gnus-summary-select-article-buffer):
6245 Mention gnus-widen-article-buffer.
6246
6247 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6248
6249 * shr.el (shr-tag-strong): Add.
6250
6251 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6252
6253 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6254 group names. They mess up the group buffer badly.
6255
6256 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6257
6258 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6259 instead of the summary one.
6260
6261 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * mml.el (mml-preview): Work properly when editing article.
6264
6265 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6266 gnus-have-read-active-file if it's already been in.
6267
6268 2010-10-22 Tom Tromey <tromey@redhat.com>
6269
6270 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6271 gnus-group-completing-read.
6272
6273 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274
6275 * message.el (message-mode-map): Don't bind M-; to comment region, to
6276 allow the global comment-dwim to work.
6277
6278 2010-10-21 Julien Danjou <julien@danjou.info>
6279
6280 * message.el (message-setup-1): Allow message-default-headers to be a
6281 function.
6282
6283 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6284
6285 * shr.el (shr-tag-table): Simplify.
6286
6287 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6288
6289 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6290 to avoid trying to snarf invalid stuff.
6291
6292 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6293
6294 * gnus.el (gnus-message-archive-group): Quote value.
6295 (gnus-message-archive-group): Mark as changed.
6296
6297 * shr.el (shr-add-font): Don't put the font properties on the newline
6298 or the indentation.
6299
6300 * message.el (message-fix-before-sending): Change options when sending
6301 non-printable characters.
6302
6303 * gnus.el (gnus-message-archive-method): Change the default to
6304 monthly outgoing groups.
6305
6306 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6307 that have gotten new numbers.
6308
6309 * nnimap.el (nnimap-request-replace-article): New function.
6310
6311 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6314 (nnrss-request-article): Don't use special html washing code.
6315
6316 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6317
6318 * shr.el (shr-tag-table): Remove useless nconc.
6319
6320 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6321
6322 * gnus-art.el (article-wash-html): Simplify and remove the charset
6323 stuff. Use the normal html rendering code instead of the special html
6324 washing code.
6325
6326 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6327 `gnus-w3m' symbols.
6328 (mm-text-html-washer-alist): Remove.
6329
6330 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6331 (mm-inline-media-tests): Remove use.
6332 (mm-text-html-renderer): Change default to the `shr' symbol.
6333
6334 * mm-view.el (mm-inline-text-html): Remove use.
6335
6336 * gnus-art.el (gnus-blocked-images): New function. Allow the
6337 `gnus-blocked-images' to be a function.
6338 (gnus-article-wash-function): Remove.
6339
6340 2010-10-20 Julien Danjou <julien@danjou.info>
6341
6342 * spam.el (spam-list-of-processors): Mark as obsolete.
6343
6344 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6345 (nnimap-insert-partial-structure): Fix boundary detection.
6346
6347 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6348
6349 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6350 run file-truename on remote files. This can be expensive and even
6351 prevent one from editing drafts if some unrelated buffer has a stale
6352 connection.
6353
6354 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6355
6356 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6357 kinsoku-eol regardless of shr-kinsoku-shorten.
6358 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6359 (shr-tag-table): Support caption, thead, and tfoot.
6360
6361 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6362
6363 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6364 lines.
6365 (shr-save-contents): New command and keystroke.
6366
6367 * nndoc.el (nndoc-type-alist): Add git support.
6368 (nndoc-git-type-p): New function.
6369 (nndoc-transform-git-article): Ditto.
6370 (nndoc-transform-git-headers): Ditto.
6371 (nndoc-transform-git-headers): Generate Subject headers.
6372
6373 * shr.el (shr-parse-style): New function.
6374 (shr-tag-span): Ditto.
6375
6376 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6377 to `G G' to avoid collisions.
6378
6379 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6380
6381 * shr.el: Load kinsoku if necessary.
6382 (shr-kinsoku-shorten): New internal variable.
6383 (shr-find-fill-point): Make kinsoku shorten text line if
6384 shr-kinsoku-shorten is bound to non-nil.
6385 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6386 shr-indentation too when testing if table is wider than frame width.
6387 (shr-insert-table): Use `string-width' instead of `length' to measure
6388 text width.
6389 (shr-insert-table-ruler): Make sure indentation is done at bol.
6390
6391 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6394 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6395 undecoded network data.
6396
6397 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6398
6399 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6400 name in the mode line spec so that the mode line menu works
6401 (bug #2431).
6402
6403 * message.el (message-get-reply-headers): If we're fed `to-address',
6404 then always use that.
6405
6406 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6407 aren't so wide as to need to switch off the edit menu.
6408
6409 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6410 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6411
6412 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6413 `M-g'.
6414 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6415 the permanent marks.
6416
6417 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6418
6419 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6420 Splitting according to references/in-reply-to obeys the ignore-groups
6421 variable, while splitting by sender and subject do not.
6422
6423 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6424
6425 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6426 alist, so that we can look for non-Unicode chars.
6427 (article-translate-strings): Allow both character and string maps.
6428
6429 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6430
6431 * shr.el (shr-insert): Don't insert space behind a wide character
6432 categorized as kinsoku-bol, or between characters both categorized as
6433 nospace.
6434
6435 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6436
6437 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6438 headers to gnus-newsgroup-headers.
6439
6440 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6441
6442 * shr.el (shr-tag-img): Don't align images -- since we're not
6443 rescaling, this often leads to ugly displays.
6444
6445 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6446
6447 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6448 duplicates.
6449
6450 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6451
6452 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6453 call.
6454
6455 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
6457 * gnus.el: Autoload gnus-html-show-images.
6458
6459 * nnimap.el: Use nnheader-message throughout.
6460
6461 * shr.el (shr-tag-img): Ignore images with no data.
6462
6463 2010-10-15 Julien Danjou <julien@danjou.info>
6464
6465 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6466 a possibility to disable format=flow encoding when using hard newlines.
6467
6468 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6469
6470 * shr.el (shr-insert): Remove space inserted before or after a
6471 breakable character or at the beginning or the end of a line.
6472 (shr-find-fill-point): Do kinsoku; find the second best point or give
6473 it up if there's no breakable point.
6474
6475 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6476
6477 * nnimap.el (nnimap-open-connection): Message when opening connection
6478 for debugging purposes.
6479
6480 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6481 on every setup buffer call to allow this to change from article to
6482 article.
6483
6484 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6485 buffers where we have a wide table.
6486
6487 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6488
6489 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6490 uses *-request-thread.
6491
6492 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6493
6494 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6495 incantation, which is no longer valid.
6496
6497 2010-10-14 Julien Danjou <julien@danjou.info>
6498
6499 * shr.el: Fix defcustom type (char -> character).
6500
6501 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6502
6503 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6504 programs.
6505
6506 2010-10-14 Julien Danjou <julien@danjou.info>
6507
6508 * shr.el (shr-tag-a): Use url-link as widget type.
6509
6510 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6511 `gnus-group-get-icon'.
6512
6513 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6514
6515 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6516 This should make server editing work better.
6517
6518 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6519
6520 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6521 (nnimap-parse-flags): Fix regexp.
6522
6523 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6524 probably work for CJVK text, too.
6525
6526 * nnimap.el (nnimap-extend-tls-programs): Remove.
6527 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6528
6529 2010-10-13 Julien Danjou <julien@danjou.info>
6530
6531 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6532 responses.
6533
6534 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6535
6536 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6537
6538 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6539 anything in Emacs.
6540
6541 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6542
6543 2010-10-13 Julien Danjou <julien@danjou.info>
6544
6545 * shr.el (shr-width): Make shr-width a defcustom with default to
6546 fill-column.
6547 (shr-tag-img): Use shr-width rather than fill-column.
6548
6549 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6550
6551 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6552
6553 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6554 position when (X-)Faces exist.
6555 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6556 avatars when called interactively.
6557
6558 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6561 gnus-article-x-face-too-ugly is bound.
6562
6563 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6564
6565 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6566
6567 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6568 mailbox that doesn't exist.
6569
6570 2010-10-12 Julien Danjou <julien@danjou.info>
6571
6572 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6573 (shr-get-image-data): Encode URL properly when fetching from cache.
6574 (shr-tag-img): Use aligned-to spaces to align correctly images.
6575
6576 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6577 before inserting the Gravatar.
6578
6579 * shr.el (shr-tag-img): Add align attribute support for <img>.
6580
6581 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6582
6583 * gnus-gravatar.el (gnus-art): Require.
6584
6585 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6586 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6587 Remove long obsoleted functions.
6588
6589 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6590
6591 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6592
6593 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6594 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6595 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6596 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6597 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6598 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6599 Fix comment for declare-function.
6600
6601 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6602
6603 * nnimap.el (nnimap-request-rename-group): Select group read-only
6604 before renaming it.
6605
6606 * shr.el (shr-insert): Fix up the white space only regexp.
6607
6608 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6609 bodies. Protect against this. Reported by Michael Welsh Duggan.
6610
6611 * shr.el (shr-current-column): New function.
6612 (shr-find-fill-point): New function.
6613
6614 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6615
6616 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6617 numbers.
6618
6619 2010-10-11 Julien Danjou <julien@danjou.info>
6620
6621 * shr.el (shr-hr-line): Add.
6622 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6623 display hr lines.
6624 (shr-max-columns): Do not change state to nil if we just inserting
6625 spaces.
6626
6627 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6628
6629 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6630 select the last group.
6631
6632 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6633
6634 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6635
6636 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6637
6638 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6639 for Gnus.
6640 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6641 (nnimap-update-qresync-info): Mark \Seen articles as read.
6642
6643 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6644 non-variable, too.
6645
6646 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6647 available.
6648 (nnimap-update-info): Rely more on the current active than the param
6649 active to avoid marking articles as read too much.
6650
6651 * auth-source.el (auth-source-create): Use (user-login-name) for the
6652 user name default.
6653
6654 * nnimap.el (nnimap-update-info): If the server doesn't return any
6655 useful info, just use the previous info.
6656 (nnimap-update-info): Prefer old info over start-article.
6657 (nnimap-update-qresync-info): Finish implementing QRESYNC.
6658
6659 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
6660
6661 * nnir.el (autoload): Clean up autoloads.
6662 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6663 Use key rather than value.
6664 (nnir-imap-search-other): New variable.
6665 (nnir-read-parm): Use it.
6666 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6667 (gnus-summary-nnir-goto-thread): Modify to work with imap.
6668
6669 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6672 the process, too.
6673
6674 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * spam.el (gnus-summary-mode-map): Bind to "$".
6677 Suggested by Russ Allbery.
6678
6679 * shr.el: Rework the way things are indented by <li> slightly.
6680
6681 * gnus.el (gnus-group-set-parameter): Fix typo.
6682
6683 * nnimap.el: Start implementing QRESYNC support.
6684
6685 2010-10-09 Julien Danjou <julien@danjou.info>
6686
6687 * nnir.el (nnir-engines): Fix too many arguments.
6688
6689 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6690
6691 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6692 group is the "last", so that the backends like nnfolder actually save
6693 their folders.
6694
6695 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6696 try to use that for the TLS stream.
6697 (nnimap-retrieve-group-data-early): Rework the marks code to heed
6698 UIDVALIDITY and find out which groups are read-only and not.
6699 (nnimap-get-flags): Use the same marks parsing code as the rest of
6700 nnimap.
6701
6702 2010-10-09 Julien Danjou <julien@danjou.info>
6703
6704 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6705
6706 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6707 retrieving gravatars.
6708
6709 * shr.el (shr-table-corner): Add.
6710 (shr-table-line): Add.
6711 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6712
6713 2010-10-08 Julien Danjou <julien@danjou.info>
6714
6715 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6716
6717 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
6718
6719 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6720
6721 * gnus-sum.el (gnus-mark-article-as-unread)
6722 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6723 (gnus-summary-set-bookmark): Use it.
6724
6725 * gnus-msg.el (gnus-setup-message): Use it.
6726
6727 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6728
6729 * gnus.el (gnus-group-remove-parameter): Use it.
6730
6731 * gnus-group.el (gnus-group-make-web-group): Use it.
6732
6733 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6734
6735 * nnregistry.el: Update docs to mention manual.
6736
6737 * gnus-registry.el: Update docs to mention nnregistry.el.
6738 (gnus-registry-initialize): Don't install nnregistry refer method
6739 automatically.
6740 (gnus-registry-install-nnregistry): Remove it.
6741
6742 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6743
6744 * shr.el (shr-insert): Don't insert double spaces.
6745
6746 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
6747
6748 * gnus-gravatar.el (gnus-treat-from-gravatar)
6749 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6750 called interactively.
6751
6752 * gnus-art.el (gnus-mime-view-part-externally)
6753 (gnus-mime-view-part-internally): Make predicate function passed to
6754 gnus-mime-view-part-as-type assume argument is a mime type, not a list
6755 of a mime type.
6756
6757 * shr.el (shr-table-widths): Don't use cl function `reduce'.
6758
6759 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6760
6761 * shr.el (require): Require cl when compiling.
6762 (shr-tag-hr): New function.
6763
6764 * nnimap.el (nnimap-update-info): Remove double setting of high.
6765 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6766 This makes nnimap work properly on Courier again.
6767
6768 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6769 the variable for backwards compatibility.
6770
6771 * mm-decode.el (mm-save-part): If given a non-directory result, expand
6772 the file name before using to avoid setting mm-default-directory to
6773 nil.
6774
6775 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6776 bidning gnus-agent variables.
6777
6778 * shr.el (shr-render-td): Use a cache for the table rendering function
6779 to avoid getting an exponential rendering behavior in nested tables.
6780 (shr-insert): Rework the line-breaking algorithm.
6781 (shr-insert): Don't leave trailing spaces.
6782 (shr-insert-table): Also insert empty TDs.
6783 (shr-tag-blockquote): Ensure paragraphs after </ul>.
6784
6785 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * gnus-sum.el (gnus-number): Rename from `number'.
6788 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6789 (gnus-summary-limit-children): Update uses correspondingly.
6790
6791 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6792
6793 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6794 (gnus-gravatar-transform-address): Don't show avatars of people of
6795 which mail addresses match gnus-gravatar-too-ugly.
6796
6797 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6798
6799 * shr.el (shr-table-widths): Expand TD elements to fill available
6800 space.
6801
6802 2010-10-07 Julien Danjou <julien@danjou.info>
6803
6804 * nnimap.el (nnimap-request-rename-group): Add this method.
6805
6806 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6807
6808 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6809 name from XEmacs' function-arglist.
6810
6811 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6812 gravatar under XEmacs.
6813
6814 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
6815
6816 * auth-source.el: Update docs with TODO items.
6817
6818 * gnus-sync.el: Update docs to explain state and plans.
6819
6820 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6821 Hooks for mark updates.
6822 (gnus-request-set-mark, gnus-request-update-mark): Use them.
6823
6824 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6825 hooks with arguments, which is needed for mark update hooks.
6826
6827 2010-10-06 Julien Danjou <julien@danjou.info>
6828
6829 * gnus.el (gnus-expand-group-parameter): Only return and act on what
6830 was matched.
6831
6832 * sieve-manage.el: Update example in `Commentary'.
6833
6834 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6835
6836 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6837 not 2000.
6838 (sieve-manage-authenticate): Re-add function.
6839
6840 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6841
6842 * shr.el (shr-insert): Get 'space transition right.
6843 (shr-render-td): Only delete space at the end of the TD.
6844
6845 * nnimap.el (nnimap-open-connection): Prepare to support
6846 open-gnutls-stream.
6847
6848 * shr.el: Rearrange function order to be more logical.
6849
6850 2010-10-06 Julien Danjou <julien@danjou.info>
6851
6852 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6853 (nnrss-discover-feed): Remove 404 URL in docstring.
6854
6855 * nnir.el: Fix Swish-E URL.
6856 Fix Namazu URL.
6857
6858 * message.el (message-change-subject): Remove 404 URL in a comment.
6859
6860 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
6861
6862 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6863 called interactively.
6864
6865 * gnus-util.el (gnus-remove-if): Allow hash table.
6866 (gnus-remove-if-not): New function.
6867
6868 * gnus-art.el (gnus-mime-view-part-as-type):
6869 * gnus-score.el (gnus-summary-score-effect):
6870 * gnus-sum.el (gnus-read-move-group-name):
6871 Replace remove-if-not with gnus-remove-if-not.
6872
6873 * gnus-group.el (gnus-group-completing-read):
6874 Regard collection as a hash table if it is not a list.
6875
6876 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6877
6878 * shr.el (shr-render-td): Allow blank/missing <TD>s.
6879
6880 * shr.el: Document the table-rendering algorithm.
6881
6882 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6883 invalid URLs.
6884
6885 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6886 line-broken.
6887 (shr-tag-img): Ignore image fetching errors.
6888 (shr-overlays-in-region): Compute overlay positions correctly.
6889
6890 * mm-decode.el (mm-shr): Require shr.
6891
6892 * gnus-art.el (gnus-blocked-images): Move variable here.
6893
6894 * shr.el (shr-insert-table): Bind free variable.
6895
6896 * mm-decode.el (mm-shr): Bind shr-content-function.
6897
6898 * shr.el (shr-content-function): New variable.
6899
6900 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6901 added for symmetry.
6902
6903 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6904
6905 * gnus-group.el (gnus-group-make-group): Doc fix.
6906
6907 * nnimap.el (nnimap-request-newgroups): Return success.
6908
6909 * shr.el (shr-find-elements): New function.
6910 (shr-tag-table): Put all the images after the table.
6911 (shr-tag-table): Really inhibit images inside the table.
6912 (shr-collect-overlays): Copy over overlays from the TD elements to the
6913 main document.
6914
6915 * mm-decode.el (mm-shr): Bind shr-blocked-images to
6916 gnus-blocked-images.
6917
6918 2010-10-05 Julien Danjou <julien@danjou.info>
6919
6920 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6921
6922 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6923 (gnus-html-maximum-image-size): Add this function.
6924 (gnus-html-put-image): Use gnus-html-maximum-image-size.
6925
6926 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6927 server-value of the capability is nil.
6928
6929 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6930
6931 * shr.el (shr-tag-em): Add <EM> tag.
6932
6933 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
6934
6935 * sieve-manage.el (sieve-manage-default-stream): Make default stream
6936 customizable.
6937
6938 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6939 handing broken links to browse-url.
6940
6941 2010-10-05 Julien Danjou <julien@danjou.info>
6942
6943 * gnus-util.el (gnus-emacs-completing-read)
6944 (gnus-iswitchb-completing-read): Use autoload rather than require.
6945
6946 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * gnus-util.el (gnus-completing-read-function): Exclude
6949 gnus-icompleting-read and gnus-ido-completing-read from candidates for
6950 XEmacs since iswitchb.el is very old and ido.el is unavailable in
6951 XEmacs.
6952
6953 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6954 not to use `delete-dups' that is unavailable in XEmacs 21.4.
6955
6956 * gnus-html.el: Don't require help-fns under XEmacs.
6957 (gnus-html-schedule-image-fetching): Work for XEmacs.
6958
6959 * mm-decode.el (mm-shr): Decode contents by charset.
6960
6961 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
6963 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6964 unknown.
6965
6966 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6967 (shr-get-image-data): Ensure against the cache file missing.
6968
6969 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6970 for data.
6971
6972 * spam-report.el (spam-report-url-ping-plain): Don't query about
6973 killing the process.
6974
6975 * shr.el (shr-render-td): Protect against too-wide text.
6976
6977 2010-10-04 Julien Danjou <julien@danjou.info>
6978
6979 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6980 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6981
6982 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6983 retrieved.
6984
6985 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6986
6987 * shr.el (browse-url): Require.
6988 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6989 lines.
6990 (shr-show-alt-text, shr-browse-image): New commands.
6991 (shr-browse-url, shr-copy-url): New commands.
6992
6993 * gnus-sum.el (gnus-widen-article-window): New variable.
6994 (gnus-summary-select-article-buffer): Use it.
6995
6996 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6997 without @ signs.
6998
6999 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7000
7001 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7002
7003 2010-10-04 Julien Danjou <julien@danjou.info>
7004
7005 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7006 for XEmacs.
7007
7008 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7009
7010 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7011
7012 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7013 (nnimap-close-server): Implement.
7014
7015 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7016 (shr-insert): Tweak line breaking.
7017 (shr-insert): Handle <pre> better.
7018 (shr-tag-li): Get <li> indentation right.
7019 (shr-tag-li): Get <li> indentation even righter.
7020 (shr-tag-blockquote): Ensure paragraph start.
7021 (shr-make-table): Tweak table generation.
7022 (shr-make-table): Fix typo.
7023
7024 * shr.el: Implement table rendering.
7025
7026 2010-10-04 Julien Danjou <julien@danjou.info>
7027
7028 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7029
7030 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7031
7032 * shr.el (shr-insert): Use string anchors instead of line anchors.
7033
7034 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7035
7036 * shr.el: Add headings.
7037 (shr-ensure-paragraph): Actually work.
7038 (shr-tag-li): Make <ul> prettier.
7039 (shr-insert): Get white space at the beginning/end of elements right.
7040 (shr-tag-p): Collapse subsequent <p>s.
7041 (shr-ensure-paragraph): Don't insert double line feeds after blank
7042 lines.
7043 (shr-insert): \t is also space.
7044 (shr-tag-s): Fix "s" tag name function.
7045 (shr-tag-s): Fix face prop name.
7046
7047 2010-10-03 Julien Danjou <julien@danjou.info>
7048
7049 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7050
7051 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7052 gnus-window-inside-pixel-edges.
7053
7054 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7055 gnus-ems.
7056
7057 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7058
7059 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7060 function.
7061
7062 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7063 resize choice.
7064
7065 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7066
7067 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7068 beginning of the buffer.
7069
7070 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7071 article buffer again.
7072
7073 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7074
7075 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7076 when it's at the start of the buffer.
7077
7078 * shr.el (shr-tag-blockquote): Convert name.
7079 (shr-rescale-image): Use the right image-size variant.
7080
7081 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7082 buffer isn't shown, then select the current article first instead of
7083 bugging out.
7084 (gnus-summary-select-article-buffer): Show both the article and summary
7085 buffers again.
7086
7087 * shr.el (shr-fontize-cont): Protect against regions with no text.
7088 Rename tag functions to shr-tag-* for enhanced security.
7089 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7090
7091 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * shr.el (shr-insert):
7094 * pop3.el (pop3-movemail):
7095 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7096 loaded.
7097
7098 2010-10-03 Glenn Morris <rgm@gnu.org>
7099
7100 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7101
7102 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7103
7104 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7105
7106 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7107
7108 * gnus-util.el (gnus-make-local-hook): Simplify.
7109
7110 2010-10-02 Julien Danjou <julien@danjou.info>
7111
7112 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7113 (gnus-ido-completing-read): New function.
7114 (gnus-emacs-completing-read): New function.
7115 (gnus-completing-read): Use gnus-completing-read-function.
7116 Add gnus-completing-read-function.
7117
7118 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * shr.el (shr-insert-document): Autoload.
7121 (shr-img): Be silent.
7122 (shr-insert): Add a newline after every picture before text.
7123 (shr-add-font): Use overlays for combining faces.
7124 (shr-insert): Pass upwards the text start point.
7125
7126 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7127 possible.
7128 (mm-shr): New function.
7129
7130 2010-10-02 Julien Danjou <julien@danjou.info>
7131
7132 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7133 should go backward.
7134
7135 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * shr.el (shr): Fix typo in provide call.
7138
7139 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7140
7141 * shr.el: New file.
7142
7143 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7144
7145 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7146 completing read.
7147
7148 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7149
7150 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7151 we're being queried about. Suggested by Dan Jacobson.
7152
7153 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7154 Suggested by Jason Eisner.
7155
7156 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7157 table, too. Suggested by Stefan Wiens.
7158 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7159 the table unnecessary. Suggested by Stefan Wiens.
7160
7161 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7162 longer needed, and probably doesn't work either, as pointed out by
7163 Stefan Wiens.
7164 (gnus-summary-exit): Remove call to the clearing function.
7165 (gnus-summary-exit-no-update): Ditto.
7166
7167 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7168 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7169 Reported by Stefan Monnier.
7170 (gnus-summary-save-in-rmail): Ditto.
7171
7172 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7173 article buffer, instead of both the article buffer and the summary
7174 buffer. Sort of suggested by Dan Jacobson.
7175
7176 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7177
7178 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7179 Suggested by Dan Jacobson.
7180
7181 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7182 documentation clearer.
7183
7184 * message.el (message-shorten-references): Comment on the number "21".
7185 Suggested by Stefan Monnier.
7186
7187 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7188 Suggested by Dan Jacobson.
7189
7190 * gnus.el (gnus-large-newsgroup):
7191 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7192
7193 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7194 externalize attachments. Bug reported by Steve Wen.
7195
7196 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7197 really message anything to the user.
7198
7199 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7200 directly.
7201
7202 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7203 messages in empty groups.
7204
7205 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7206
7207 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7208 non-UIDNEXT group.
7209
7210 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7211
7212 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7213 not the value from the collection.
7214
7215 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7216 values. This sometimes happens on some groups that have no info.
7217 (nnimap-request-newgroups): New function.
7218
7219 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7220
7221 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7222 check into `gnus-registry-initialize'.
7223 (gnus-registry-initialize): Ditto.
7224 Fix and extend header docs.
7225
7226 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7227
7228 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7229 regexp backtrace overflows.
7230
7231 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7232 for starttls that tls.el implements; i.e. openssl.
7233
7234 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7237 (gravatar-create-image): New function that's an alias to
7238 gnus-xmas-create-image, gnus-create-image, or create-image.
7239 (gravatar-data->image): Use it.
7240
7241 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7242
7243 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7244 install the nnregistry refer method.
7245 (gnus-registry-install-hooks): Use it.
7246 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7247 unfollowed groups.
7248
7249 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7250
7251 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7252 expanding threads.
7253
7254 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7255
7256 * nnir.el: Use the server names without suffixes (bug #7009).
7257
7258 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7259 unencrypted to STARTTLS, if possible.
7260
7261 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7262
7263 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7264 headers before superseding.
7265
7266 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267
7268 * nnrss.el (nnrss-use-local): Add documentation.
7269
7270 * nnimap.el (nnimap-extend-tls-programs): New function.
7271 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7272 (nnimap-wait-for-connection): Accept the greeting from the stupid
7273 output from openssl s_client -starttls, too.
7274
7275 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7276 article number.
7277 (nnimap-split-fancy): New variable.
7278 (nnimap-split-incoming-mail): Use it.
7279
7280 * nntp.el (nntp-server-list-active-group): Document.
7281
7282 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7283 SELECT to get the message-id.
7284
7285 * mail-source.el (mail-sources): Remove webmail support.
7286 (defvar): Ditto.
7287 (mail-source-fetcher-alist): Ditto.
7288 (mail-source-fetch-webmail): Remove.
7289
7290 * webmail.el: Remove -- doesn't seem relevant any more.
7291
7292 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7293
7294 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7295 the \r.
7296
7297 2010-09-30 Julien Danjou <julien@danjou.info>
7298
7299 * gnus-agent.el (gnus-agent-add-group): Fix call to
7300 gnus-completing-read.
7301
7302 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7304 * nndoc.el (nndoc-retrieve-groups): New function.
7305
7306 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7307 `default', use nnmail-split-methods.
7308 (nnimap-request-article): Downcase the NILs so that they are nil.
7309
7310 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7311 symbol.
7312
7313 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7314 code, since if the user has requested network, that's what they ought
7315 to get.
7316 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7317 (nnimap-split-rule): Mark as obsolete.
7318
7319 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7320 New variable.
7321
7322 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7323 correct slot, too.
7324
7325 2010-09-29 Julien Danjou <julien@danjou.info>
7326
7327 * gnus.el (gnus-local-domain): Declare variable obsolete.
7328
7329 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7330 Fix history computing.
7331 (gnus-ido-completing-read): Require ido.
7332
7333 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7334
7335 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7336 build Gnus.
7337
7338 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7339 when interpreting the structures.
7340 (nnimap-request-accept-article): Add \r\n to the lines to make this
7341 work with Cyrus.
7342
7343 * nndraft.el (nndraft-request-expire-articles): Use the group name
7344 instead if "nndraft". Fix found by Nils Ackermann.
7345
7346 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7347
7348 * nnregistry.el: Add.
7349
7350 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * nnmail.el (group, group-art-list, group-art):
7353 Remove unneeded directives.
7354
7355 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7358 (mm-mime-charset):
7359 * rfc2047.el (rfc2047-syntax-table):
7360 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7361
7362 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7363 rather than `insert-file-contents' and `eval-region'.
7364
7365 2010-09-29 Julien Danjou <julien@danjou.info>
7366
7367 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7368 replacement of `gnus-gravatar-relief' to mimic
7369 `gnus-faces-properties-alist'.
7370 Add :version property.
7371
7372 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7373
7374 * mail-source.el (mail-source-report-new-mail):
7375 * message.el (message-default-mail-headers):
7376 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7377
7378 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7379
7380 2010-09-28 Julien Danjou <julien@danjou.info>
7381
7382 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7383 mail-address contains the same string as real-name.
7384
7385 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7386 non-blank in header, otherwise it'll get stripped.
7387
7388 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7389 real-name, and then for mail address rather than doing : or , search.
7390
7391 2010-09-27 Julien Danjou <julien@danjou.info>
7392
7393 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7394 right completing-read function.
7395 (gnus-use-ido): New variable
7396 (gnus-completing-read-with-default): Remove.
7397 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7398 (gnus-agent-add-group):
7399 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7400 * mm-view.el (mm-view-pkcs7-decrypt):
7401 * mm-util.el (mm-codepage-setup):
7402 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7403 * mml-smime.el (mml-smime-openssl-sign-query):
7404 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7405 (mml-insert-multipart):
7406 * gnus-msg.el (gnus-summary-yank-message):
7407 * gnus-int.el (gnus-start-news-server):
7408 * mm-decode.el (mm-interactively-view-part):
7409 * gnus-dired.el (gnus-dired-attach):
7410 * gnus.el (gnus-read-method):
7411 * gnus-bookmark.el (gnus-bookmark-jump):
7412 * gnus-art.el (gnus-mime-view-part-as-type)
7413 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7414 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7415 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7416 * nnmairix.el (nnmairix-create-server-and-default-group)
7417 (nnmairix-update-groups, nnmairix-get-server)
7418 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7419 (nnmairix-get-group-from-file-path):
7420 * nnrss.el (nnrss-find-rss-via-syndic8):
7421 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7422 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7423 (gnus-group-browse-foreign-server):
7424 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7425 (gnus-summary-execute-command, gnus-summary-respool-article)
7426 (gnus-read-move-group-name):
7427 * gnus-score.el (gnus-summary-increase-score)
7428 (gnus-summary-score-effect):
7429 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7430
7431 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7432
7433 * nnimap.el (auth-source-forget-user-or-password)
7434 (auth-source-user-or-password): Autoload.
7435
7436 * message.el (message-from-style, message-interactive)
7437 (message-signature): Remove comment.
7438 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7439 always.
7440 (message-sendmail-envelope-from): Comment fix.
7441 (message-yank-prefix): Default to mail-yank-prefix always.
7442 (message-indentation-spaces):
7443 Default to mail-indentation-spaces always.
7444 (message-signature-file): Default to mail-signature-file always.
7445
7446 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7447
7448 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7449 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7450 new articles.
7451
7452 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7453 parts.
7454 (nnimap-request-article): Work with the t setting, too.
7455
7456 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7457 that you don't get flashes of other buffers.
7458 (gnus-summary-show-complete-article): Intern before setting.
7459
7460 2010-09-27 David Engster <dengste@eml.cc>
7461
7462 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7463 well as HEADERS.
7464 (nnmairix-retrieve-headers): Provide new argument for the above.
7465
7466 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7467
7468 * gnus-sum.el (gnus-summary-move-article): Don't alter
7469 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7470 group.
7471
7472 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7473
7474 * message.el (message-cite-prefix-regexp): Revert my last edit.
7475
7476 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7477 variable instead of the Gnus variable.
7478
7479 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7480
7481 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7482
7483 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7484 since some servers don't like it.
7485 (nnimap-open-connection): Forget credentials if the server says the
7486 password was wrong.
7487 (nnimap-parse-line): Protect against invalid data.
7488
7489 * gnus-sum.el (gnus-summary-move-article): Add comment.
7490 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7491 nothing alters it while scanning for new messages.
7492
7493 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7494 which may or may not help.
7495 (nnimap-open-connection): If we're doing a stream connection, and then
7496 discover we're on a STARTTLS-capable server, then open a STARTTLS
7497 connection instead.
7498
7499 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7500
7501 * nnimap.el (utf7): Require.
7502
7503 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7504 prefix.
7505
7506 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7507
7508 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7509
7510 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7511
7512 * nnimap.el (nnimap-request-accept-article): Message the error on
7513 error.
7514
7515 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7518
7519 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520
7521 * nndoc.el (nndoc-request-list): Return success always.
7522
7523 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7524 `fetch-old' -- we only want to fetch the articles we've requested.
7525 The rest are in the agent, probably.
7526 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7527 disappeared server" to something low. It's not important.
7528
7529 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7530 arrived before the FETCH data.
7531
7532 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7533 target here, because we don't know the Gnus name of the group.
7534
7535 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7536 for the correct group.
7537
7538 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7539
7540 * gnus.el (gnus): Give a final warning after startup.
7541
7542 * gnus-util.el (gnus-action-message-log): New variable.
7543 (gnus-message): Use it.
7544 (gnus-final-warning): New function.
7545
7546 * nnimap.el (nnimap-open-connection): Record the greeting.
7547 (nnimap): Add greeting.
7548
7549 2010-09-26 Julien Danjou <julien@danjou.info>
7550
7551 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7552 arguments.
7553 (gnus-html-wash-images): Fix spec computing to include start/end.
7554
7555 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7556
7557 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7558
7559 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7560 deletion.
7561 (nnimap-retrieve-headers): Don't select the group, because that's
7562 already done by nnimap-possibly-change-group.
7563
7564 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7565 (gnus-picon-transform-address): Use it.
7566
7567 * mail-source.el (mail-source-value): Revert previous patch.
7568
7569 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7570 on failure.
7571 (nnimap-open-connection): Look up both virtual and physical server name
7572 credentials.
7573
7574 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7575
7576 2009-02-08 Dave Love <fx@gnu.org>
7577
7578 * gnus-win.el (gnus-window-to-buffer-helper)
7579 (gnus-all-windows-visible-p): Function needn't be a symbol.
7580
7581 * mail-source.el (mail-source-value): Function needn't be a symbol.
7582
7583 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7584
7585 * message.el (message-cite-prefix-regexp): Remove } from the cite
7586 prefix.
7587
7588 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7589 highlight again, so that the highlight is correct.
7590
7591 * gnus-picon.el (gnus-picon): Remove again.
7592 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7593
7594 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7595 doing the header highlightling, so that the background color of the
7596 picon is correct.
7597
7598 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7599 (gnus-picon): Ditto.
7600 (gnus-picon): Reinstate. The background color for picons is white.
7601 (gnus-picon-insert-glyph): Make the background white.
7602
7603 * nnml.el (nnml-open-nov): Don't return dead buffers.
7604
7605 * auth-source.el (auth-source-create): Query the user for whether to
7606 store the credentials.
7607
7608 * auth-source.el (auth-source-user-or-password): Use the existing auth
7609 sources, if any, for creation.
7610
7611 * gnus.el (gnus-group-fast-parameter): Return the last matching
7612 parameter instead of the first matching parameter.
7613
7614 2010-09-26 Julien Danjou <julien@danjou.info>
7615
7616 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7617
7618 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7619
7620 * mml2015.el (mml2015-use): Remove gpg support.
7621
7622 * mml1991.el (mml1991-function-alist): Remove gpg function.
7623 (mml1991-gpg-sign): Remove.
7624
7625 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7626
7627 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7628 (gnus-browse-unsubscribe-current-group): Document it.
7629 (gnus-browse-unsubscribe-group): Use it.
7630
7631 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7632
7633 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7634 address to the To list for easier response.
7635
7636 * gnus.el (gnus-play-startup-jingle): Remove.
7637 (gnus-splash): Don't play jingle.
7638 (gnus): Silence gnus-load message.
7639
7640 * gnus-art.el (gnus-treat-play-sounds): Remove.
7641
7642 * gnus.el (gnus-play-jingle): Remove audio support.
7643
7644 * gnus-cus.el (gnus-score-customize): Remove audio reference.
7645
7646 * earcon.el: Remove -- no users.
7647
7648 * gnus-audio.el: Remove -- no users of this package.
7649
7650 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7651
7652 * gnus-start.el (gnus-setup-news): Remove nocem support.
7653
7654 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7655
7656 * gnus.el (gnus-use-nocem): Remove.
7657
7658 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7659 Remove.
7660
7661 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
7662 uses NoCeM any more.
7663
7664 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7665 (gnus-button-ctan-handler): Ditto.
7666 (gnus-button-handle-ctan-bogus-regexp): Ditto.
7667 (gnus-button-ctan-directory-regexp): Ditto.
7668 (gnus-button-handle-ctan): Ditto.
7669 (gnus-button-tex-level): Ditto.
7670 (gnus-button-alist): Remove CTAN stuff.
7671
7672 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7673
7674 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7675 nnimap-streaming test.
7676
7677 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7678 servers twice.
7679
7680 * nnimap.el (nnimap-open-connection): Add more error reporting when
7681 nnimap fails early.
7682
7683 * nnheader.el (nnheader-get-report-string): New function.
7684 (nnheader-get-report): Use it.
7685
7686 * gnus-int.el (gnus-check-server): Say what the error was when opening
7687 failed.
7688
7689 * nnimap.el (nnimap-wait-for-response): Search further when we're not
7690 using streaming.
7691
7692 2010-09-25 Julien Danjou <julien@danjou.info>
7693
7694 * gnus-html.el (gnus-html-rescale-image): Use our defalias
7695 gnus-window-inside-pixel-edges.
7696
7697 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7698
7699 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7700
7701 * mm-decode.el (mm-save-part): Allow saving to other directories the
7702 normal Emacs way.
7703
7704 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7705 Suggested by Jay Berkenbilt.
7706
7707 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7708 there isn't a single byte.
7709
7710 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7711 just do it. It doesn't really seem to matter what the user responds
7712 here, I think, so it's just a confusing question.
7713
7714 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7715 non-streaming case.
7716
7717 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7718 (gnus-article-encrypt-body): Use it.
7719
7720 * gnus-sum.el (gnus-summary-show-complete-article): New command and
7721 keystroke.
7722
7723 * nnimap.el (nnimap-find-wanted-parts-1):
7724 Use gnus-fetch-partial-articles.
7725
7726 * gnus-art.el (gnus-fetch-partial-articles): New variable.
7727
7728 * nnimap.el (nnimap-insert-partial-structure): New function.
7729 (nnimap-get-partial-article): New function.
7730 (nnimap-request-article): Use it.
7731 (nnimap-wait-for-response): Return whether the wait was successful.
7732 (nnimap-finish-retrieve-group-infos): Don't do anything if the
7733 retrieval wasn't successful.
7734 (nnimap-retrieve-group-data-early): Allow throttling servers.
7735 (nnimap-streaming): New variable.
7736 (nnimap-fetch-partial-articles): Remove.
7737
7738 * mm-decode.el (mm-with-part): Protect against killed buffers.
7739
7740 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7741 for prettier summary display.
7742
7743 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
7744
7745 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7746
7747 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7748
7749 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7750 apparently third-party libraries depend on it.
7751
7752 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7753 before starting negotiation.
7754
7755 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7756 privacy reasons.
7757 (gnus-treat-mail-gravatar): Ditto.
7758
7759 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7760 buffer when inserting images. Inserting text into the headers, for
7761 instance, can make them invalid.
7762
7763 2010-09-25 Julien Danjou <julien@danjou.info>
7764
7765 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7766 variables.
7767
7768 * nnheader.el: Remove useless variables news-reply-yank-from and
7769 news-reply-yank-message-id.
7770
7771 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7772 variables.
7773
7774 * mml1991.el: Remove useless mml1991-verbose.
7775
7776 * gnus.el: Remove useless variable gnus-use-generic-from.
7777 Remove obsolete variable gnus-topic-indentation.
7778
7779 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7780
7781 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7782
7783 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7784
7785 * gnus-group.el: Remove useless gnus-group-icon-cache.
7786 Remove useless gnus-ephemeral-group-server.
7787
7788 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7789
7790 * mml2015.el: Remove useless mml2015-verbose.
7791
7792 * mml-smime.el: Remove useless mml-smime-verbose.
7793
7794 * gnus.el: Remove useless gnus-local-domain.
7795
7796 * gnus-gravatar.el (gnus-gravatar-transform-address):
7797 Use gnus-gravatar-size.
7798
7799 * gnus-art.el: Remove useless gnus-treat-translate.
7800
7801 2010-09-24 Julien Danjou <julien@danjou.info>
7802
7803 * gnus-sum.el: Add support for Gravatars.
7804
7805 * gnus-art.el: Add support for Gravatars.
7806
7807 * gnus-gravatar.el: Add this file.
7808
7809 * gravatar.el: Add this file.
7810
7811 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
7813 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7814
7815 * gnus-group.el (gnus-group-fetch-faq): Remove.
7816
7817 * gnus.el (gnus-group-faq-directory): Remove.
7818
7819 * gnus-group.el (gnus-group-fetch-charter): Remove.
7820
7821 * gnus.el (gnus-group-charter-alist): Remove.
7822
7823 * gnus-group.el (gnus-group-archive-directory): Remove.
7824 (gnus-group-recent-archive-directory): Ditto.
7825 (gnus-group-make-archive-group): Remove.
7826
7827 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7828
7829 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7830 use the same article number for all the cached articles.
7831
7832 * nnimap.el (nnimap-command): Register the last command time so
7833 that we can use it for idling NOOPs.
7834 (nnimap-open-connection): Start the keeplive timer.
7835 (nnimap-make-process-buffer): Store all the process buffers.
7836 (nnimap-keepalive): New function.
7837
7838 * starttls.el (starttls-open-stream): Add autoload cookie.
7839
7840 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7841
7842 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7843 handling.
7844
7845 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7846
7847 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7848 its data structures.
7849
7850 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7851 instead of the cl.el copy-list.
7852 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7853 equalp.
7854
7855 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7856
7857 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7858 and tool-bar-local-item-from-menu.
7859
7860 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7861 mode-line-highlight face for Emacs.
7862
7863 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7864 loading gnus-sum.elc; fix comment for canlock-verify.
7865 (gnus-article-jump-to-part): Use read-number.
7866 (gnus-insert-mime-button, gnus-insert-mime-security-button):
7867 Remove Emacs pre-21 compatible code for help-echo.
7868 (gnus-article-next-page-1): No need to adjust the number of lines.
7869 (gnus-article-describe-bindings): Always use help-buffer.
7870
7871 * gnus-audio.el (gnus-audio-inline-sound):
7872 * gnus-cus.el (gnus-custom-mode):
7873 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7874
7875 * gnus-sum.el (gnus-remove-overlays): Doc fix.
7876
7877 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7878 compatible code.
7879
7880 2010-09-24 Glenn Morris <rgm@gnu.org>
7881
7882 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7883 visiting the fcc file in rmail-mode.
7884
7885 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * nnir.el: Silence the byte compiler.
7888
7889 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7890 alias to browse-url-url-encode-chars if any.
7891 (gnus-html-encode-url): Use it.
7892
7893 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7894
7895 * gnus-start.el (gnus-use-backend-marks): New variable.
7896 (gnus-get-unread-articles-in-group): Use it.
7897
7898 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7899 makeover.
7900
7901 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7902
7903 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7904
7905 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7906
7907 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7908 Remove.
7909 (gnus-setup-news-hook):
7910 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7911
7912 * gnus-int.el (gnus-request-update-info): Protect against backends not
7913 having the function.
7914
7915 * nnimap.el (nnimap-stream): Mention STARTTLS.
7916 (nnimap-open-connection): Add STARTTLS support.
7917
7918 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7919
7920 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7921
7922 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7923
7924 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7925 BODYSTRUCTUREs.
7926 (nnimap-transform-headers): Unfold quoted {42} headers.
7927
7928 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7929 the info.
7930 (gnus-get-unread-articles): Only call updatep on backends that support
7931 it.
7932
7933 * nnweb.el (nnweb-request-update-info): NOOP.
7934
7935 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7936
7937 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7938 since it only deals with marks.
7939
7940 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7941 gnus-request-marks, and make a new gnus-request-update-info.
7942
7943 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7944 the active instead of the high number, which is usually too low.
7945
7946 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7947
7948 * encrypt.el: Remove.
7949
7950 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7951
7952 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7953 server in symbolic form.
7954
7955 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7956
7957 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7958
7959 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7960 (nnimap-update-info): Fix up code slightly.
7961
7962 * gnus-int.el (gnus-open-server): Add tracing for performance
7963 debugging.
7964
7965 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7966 (gnus-group-insert-group-line): Pass the real group name so that it
7967 gets the right data.
7968
7969 * gnus-start.el (gnus-get-unread-articles): Don't have
7970 `gnus-get-unread-articles-in-group' update info, since that can be
7971 really slow and doesn't seem to be needed?
7972
7973 2010-09-22 Julien Danjou <julien@danjou.info>
7974
7975 * gnus-group.el (gnus-group-insert-group-line):
7976 Call gnus-group-highlight-line.
7977 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7978 default hook list.
7979 (gnus-group-update-eval-form): Add new function.
7980 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7981 (gnus-group-get-icon): Use gnus-group-update-eval-form.
7982
7983 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7984
7985 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7986 immediate, then expire all articles.
7987 (nnimap-update-info): Fix off-by-one errors.
7988 (nnimap-flags-to-marks): Would return no marks lists for group with no
7989 flags. Instead return the other data.
7990
7991 2010-09-22 Julien Danjou <julien@danjou.info>
7992
7993 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7994 Only return an icon.
7995 (gnus-group-insert-group-line): Compute icon to return.
7996
7997 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7998 (gnus-html-image-fetched): Only cache if
7999 gnus-html-image-automatic-caching is set.
8000 (gnus-html-image-fetched): Check for errors.
8001
8002 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8003
8004 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8005 once per method on `g'. This ensures that backends like nnfolder don't
8006 open all their folders.
8007
8008 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8009 (nnimap-request-list): Nix out group in the correct buffer.
8010 (nnimap-parse-flags): Implement by using `read' instead of
8011 hand-parsing.
8012 (nnimap-flags-to-marks): Pass on permanent-flags.
8013 (nnimap-make-process-buffer): Record the server name.
8014 (nnimap-parse-flags): Fix typo.
8015 (nnimap-request-scan): Run split on the server in general, not just a
8016 single group.
8017
8018 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8019 parameter, and propagate this downwards.
8020
8021 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8022 since EXAMINE changes it on the server.
8023
8024 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8025 this command might take a while.
8026
8027 2010-09-22 Julien Danjou <julien@danjou.info>
8028
8029 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8030 harmful if you have 2 images side-by-side, they can't be properly
8031 update on text deletion. Using text-property is safer here.
8032 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8033 data.
8034
8035 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8036
8037 * nnimap.el (nnimap-expunge-inbox): Remove.
8038 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8039 (nnimap-expunge): Flip default to t.
8040
8041 * gnus.el (gnus-method-to-server): Don't push things to the cache
8042 unless it's unique.
8043 (gnus-server-to-method): Ditto.
8044
8045 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8046
8047 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8048
8049 2010-09-22 Julien Danjou <julien@danjou.info>
8050
8051 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8052 get the start of data.
8053 (gnus-html-encode-url): Add this function to encode special chars in
8054 URL.
8055 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8056 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8057
8058 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8059 default.
8060 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8061
8062 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8063 images alt-text.
8064 (gnus-html-put-image): Put alt-text as help-echo.
8065
8066 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8067
8068 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8069 * mm-util.el (mm-decompress-buffer):
8070 * nnir.el (nnir-run-find-grep):
8071 * pop3.el (pop3-list): Use 3rd arg of split-string.
8072
8073 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8074
8075 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8076 outside the active range. Suggested by Dan Christensen.
8077
8078 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8079 slightly later to avoid double-getting it.
8080
8081 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8082 previous patch.
8083
8084 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8085
8086 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8087
8088 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8089
8090 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8091
8092 * gnus-int.el (gnus-open-server): Give a better error message in the
8093 "go offline" case.
8094
8095 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8096 marks for nnimap, which is seldom the right thing to do.
8097
8098 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8099 (gnus-same-method-different-name): New function.
8100
8101 * nnimap.el (parse-time): Require.
8102
8103 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8104 method in the presence of many similar methods.
8105
8106 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8107
8108 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8109 nnml-inhibit-expiry.
8110
8111 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8112 find out whether methods are equal.
8113
8114 * nnimap.el (nnimap-find-expired-articles): New function.
8115 (nnimap-process-expiry-targets): New function.
8116 (nnimap-request-move-article): Request the article before looking at
8117 what the Message-ID is. Fix found by Andrew Cohen.
8118 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8119
8120 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8121 for oldness in addition to being a predicate.
8122
8123 * nnimap.el (nnimap-request-group): When we have zero articles, return
8124 the right data to Gnus.
8125 (nnimap-request-expire-articles): Only delete articles immediately if
8126 the target is 'delete.
8127
8128 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8129 method, this would bug out.
8130
8131 * gnus-group.el (gnus-group-expunge-group): Rename from
8132 gnus-group-nnimap-expunge, and implemented as a normal interface
8133 function.
8134
8135 * gnus-int.el (gnus-request-expunge-group): New function.
8136
8137 * nnimap.el (nnimap-request-create-group): Implement.
8138 (nnimap-request-expunge-group): New function.
8139
8140 2010-09-21 Julien Danjou <julien@danjou.info>
8141
8142 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8143 (gnus-html-cache-expired): Add new function.
8144 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8145 wethever we should display image for fetch it.
8146 Compute alt-text earlier to pass it to the fetching function too.
8147 (gnus-html-schedule-image-fetching): Change function argument to only
8148 get one image at a time, not a list.
8149 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8150 cache.
8151 (gnus-html-get-image-data): New function to retrieve image data from
8152 cache.
8153 (gnus-html-put-image): Change buffer argument to use image data rather
8154 than file, and place image above region rather than inserting a new
8155 one. Do not take alt-text as argument, since it's useless now: we place
8156 the image above alt-text.
8157 (gnus-html-prune-cache): Remove.
8158 (gnus-html-show-images): Start to fetch image when we find one, do not
8159 push into a temporary list.
8160 (gnus-html-prefetch-images): Only fetch image if they have expired.
8161 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8162 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8163
8164 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8165
8166 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8167
8168 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8169
8170 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8171 spec inser "*" if the group isn't active instead of 0.
8172
8173 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8174 opening the server.
8175 (nnimap-request-delete-group): Implement group deletion.
8176 (nnimap-transform-headers): Return the size of the entire message in
8177 the Bytes header, not just the size of the first part.
8178 (nnimap-request-move-article): When moving an article from nnimap,
8179 request the article first so the accepting form has an article to
8180 accept. Reported by Dan Christensen.
8181 (nnimap-command): Make sure that the error message doesn't error out.
8182
8183 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8184
8185 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8186 we haven't requested anything.
8187
8188 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8189
8190 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8191 "". Fix found by Andrew Cohen.
8192
8193 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8194 instead of -encode-string.
8195
8196 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8197
8198 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8199
8200 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8201 by mm-subst-char-in-string.
8202
8203 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8204
8205 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8206 waiting for the connection string.
8207
8208 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8209 arriving.
8210
8211 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8212 bogus characters. This allows selecting certain Gmail groups.
8213
8214 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8215 (nnimap-fetch-partial-articles): New variable.
8216 (nnimap-open-connection): When looking for credentials, also use the
8217 nnimap-server-port.
8218 (nnimap-request-article): Return the group/article number, so that Gnus
8219 `^' works as expected.
8220 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8221
8222 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8223 comments.
8224 (gnus-methods-sloppily-equal): New function.
8225 (gnus): When using the development version of Gnus, load the gnus-load
8226 file.
8227
8228 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8229 `gnus-open-server' on each method before trying to scan them etc.
8230 This ensures that all the backend parameters are set correctly.
8231
8232 * nnimap.el (nnimap-authenticator): New variable.
8233 (nnimap-open-connection): Allow anonymous login.
8234 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8235 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8236
8237 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8238 patch, found by Knut Anders Hatlen.
8239
8240 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8241
8242 * gnus-agent.el (gnus-agent-batch-confirmation)
8243 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8244 to gnus-message.
8245 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8246 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8247 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8248 * gnus-int.el (gnus-open-server): Likewise.
8249 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8250 (gnus-score-check-syntax): Likewise.
8251 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8252 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8253 Likewise.
8254 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8255
8256 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8257
8258 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8259 calling conventions so that prefetch doesn't bug out.
8260
8261 2010-09-19 Julien Danjou <julien@danjou.info>
8262
8263 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8264 rather than `subst-char-in-region' in order to be able to replace ASCII
8265 char by UTF-8 ones.
8266
8267 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8268 than curl.
8269 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8270 the right URL and ALT text on images.
8271 (gnus-html-wash-tags): Fix tag case.
8272 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8273 (gnus-article-html): Add -o display_ins_del=2 option.
8274 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8275
8276 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8277
8278 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8279 the extra mail headers, which sometimes seem to happen for unknown
8280 reasons.
8281
8282 * mail-parse.el (mail-header-encode-parameter): Define as
8283 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8284 (or most, perhaps?) mail readers don't understand the latter, but do
8285 understand the former.
8286
8287 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8288 to nil, so that no methods are automatically agentized. I think this
8289 is probably what most users want.
8290
8291 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8292 from url-retrieve, for instance about invalid URLs.
8293
8294 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8295 groups that have no articles.
8296 (nnimap-request-article): Check that we really got an article when we
8297 requested one.
8298
8299 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8300 doesn't exist.
8301
8302 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8303 nntp buffer so the agent can save it.
8304 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8305 that CRLF doesn't get translated to \n.
8306 (nnimap-open-connection): Don't make 'shell commands only send \n.
8307
8308 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8311 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8312 Update var name.
8313 (nnml-generate-nov-file): Use dolist.
8314 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8315 Use with-current-buffer.
8316
8317 2010-09-18 Julien Danjou <julien@danjou.info>
8318
8319 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8320 parallel.
8321
8322 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8323
8324 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8325 the range update right.
8326 (nnimap-request-group): Don't make `M-g' bug out on group with no
8327 marks.
8328 (nnoo): Require, so that other packages can require nnimap.
8329 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8330 command we're looking for. This helps when the server sends more
8331 responses after we've gotten everything we expected.
8332 (nnimap): Add a `newlinep' field to keep track of end-of-line
8333 conventions.
8334 Don't send CRLF to things that don't want it.
8335 (nnimap-request-accept-article): Ditto.
8336
8337 2010-09-18 Julien Danjou <julien@danjou.info>
8338
8339 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8340 than curl to retrieve images.
8341
8342 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8343
8344 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8345 the marks.
8346 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8347 (nnimap-wait-for-connection): New function.
8348 (nnimap-open-connection): If we have PREAUTH, don't query for login
8349 credentials.
8350 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8351 when doing a partial update.
8352
8353 2010-09-18 Julien Danjou <julien@danjou.info>
8354
8355 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8356 tags.
8357
8358 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8359
8360 * nnimap.el (nnimap-credentials): New function.
8361 (nnimap-open-connection): Use the new function to look for credentials
8362 also on the numeric equivalents of "imap" and "imaps".
8363
8364 * gnus-start.el (gnus-activate-group): Send the info to
8365 gnus-request-group.
8366
8367 * nnimap.el (nnimap-request-group): Have the "check" version of the
8368 function parse flags and update the info, so that a `M-g' get a total
8369 resync of all flags from the group.
8370
8371 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8372 to allow backends to alter the info on group selection. Also alter all
8373 the backend -request-group functions to take the parameter.
8374
8375 * nnimap.el (nnimap-store-info): New function.
8376 (nnimap-update-info): Store the info for later usage.
8377 (nnimap-request-group): Use the stored info for the dont-check case, so
8378 that we don't retrieve all marks when we enter a group.
8379
8380 * nnimap.el: Use deffoo instead of defun for interface functions.
8381
8382 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8383 update the group info. This makes the nndraft groups, for instance, go
8384 back to their old behavior.
8385
8386 * gnus-sum.el (gnus-select-newsgroup): Indent.
8387
8388 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8389 in.
8390 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8391 nothing.
8392
8393 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8394 from methods that are denied.
8395
8396 * gnus-int.el (gnus-method-denied-p): New function.
8397
8398 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8399 store the password instead of netrc.
8400 (nnimap-open-connection): Don't error out when we can't make a
8401 connections.
8402
8403 * auth-source.el (auth-source-create): In the password prompt, say what
8404 we're querying for. Also prompt for user name if that hasn't been
8405 given.
8406
8407 * nnimap.el (nnimap-with-process-buffer): Remove.
8408
8409 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8410
8411 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8412 method when we're reading from the agent.
8413
8414 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8415
8416 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8417 that's probably most useful for users.
8418
8419 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8420 "failed" all the time.
8421
8422 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8423 ...)) with (with-current-buffer ...).
8424
8425 * nntp.el (nntp-open-server): Return whether the open was successful or
8426 not.
8427
8428 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8429 select an unread unseen article first.
8430
8431 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8432 /etc/services, supply some sensible port defaults.
8433
8434 2010-09-17 Julien Danjou <julien@danjou.info>
8435
8436 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8437
8438 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8439
8440 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8441 doesn't have any parameters.
8442
8443 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8444
8445 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8446 only upcased checks.
8447
8448 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8449
8450 * nnimap.el (nnimap-open-shell-stream): New function.
8451 (nnimap-open-connection): Use it.
8452 (nnimap-transform-headers): Get the number of lines in each message.
8453 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8454 number of lines.
8455 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8456 problem.
8457
8458 * utf7.el (utf7-encode): Autoload.
8459
8460 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8461 to allow the mail splitting to not return a default group. This is
8462 useful for nnimap, which will leave unmatched mail in the inbox.
8463
8464 * nnimap.el: Rewritten.
8465
8466 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8467 nnimap usage.
8468
8469 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8470 if the move is internal, so that nnimap can do fast internal moves.
8471
8472 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8473 data.
8474 (gnus-read-active-for-groups): Support finishing the early retrieval of
8475 data.
8476
8477 * gnus-range.el (gnus-range-nconcat): New function.
8478
8479 * gnus-int.el (gnus-finish-retrieve-group-infos)
8480 (gnus-retrieve-group-data-early): New functions.
8481
8482 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8485 (nnrss-retrieve-groups):
8486 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8487 (pop3-quit): Use with-current-buffer.
8488
8489 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8492 instead of nnheader-accept-process-output.
8493
8494 * gnus-html.el (gnus-html-schedule-image-fetching)
8495 (gnus-html-prefetch-images): Replace process-kill-without-query by
8496 gnus-set-process-query-on-exit-flag.
8497
8498 2010-09-16 Romain Francoise <romain@orebokech.com>
8499
8500 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8501
8502 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8503
8504 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8505 parameter to unintern is mandatory-ish in Emacs 24.
8506
8507 * gnus-html.el (gnus-html-schedule-image-fetching)
8508 (gnus-html-prefetch-images): Check for curl before using it.
8509
8510 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8511 depend on curl, which isn't essential.
8512
8513 * imap.el: Revert back to version
8514 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8515 seem problematic.
8516
8517 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * gnus-registry.el (gnus-registry-install-shortcuts):
8520 Explicitly pass `obarray' to `unintern' to avoid a warning.
8521
8522 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8523
8524 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8525 change.
8526
8527 * nnrss.el (nnrss-request-list): Remove this function and related
8528 functions, including the moreover stuff.
8529
8530 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8531
8532 * nnrss.el (nnrss-retrieve-groups): New function.
8533
8534 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * .dir-locals.el: Add no-byte-compile cookie.
8537
8538 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8541 for back end that doesn't support request-scan.
8542
8543 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8544
8545 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8546 then do request scans from the backends.
8547
8548 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8549 avoid running a hook per line, since this takes a lot of time,
8550 profiling shows.
8551 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8552 directly if gnus-visual-p is true.
8553
8554 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8557 groups; replace mapcar with dolist which is a bit faster; pass groups
8558 info to gnus-read-active-file-1.
8559 (gnus-read-active-file-1): Scan only specified groups if the new
8560 optional arg `infos' is given.
8561
8562 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8563
8564 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8565
8566 * pop3.el (pop3-movemail): Remove.
8567 (pop3-streaming-movemail): Rename to pop3-movemail.
8568
8569 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8570 don't restrict end-tag searches to the end of the line.
8571
8572 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8573
8574 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8575 articles of every unchecked group to t, which means unknown since the
8576 server has never been opened.
8577
8578 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8579
8580 * gnus-html.el (gnus-html-show-alt-text): New command.
8581 (gnus-html-browse-image): Ditto.
8582 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8583 to browse the image directly.
8584 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8585 better.
8586
8587 * gnus-async.el (gnus-async-article-callback):
8588 Call `gnus-html-prefetch-images' unconditionally.
8589
8590 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8591 before feeding URLs to curl.
8592
8593 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8594
8595 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8596 internal images as deletable by `W D D'.
8597
8598 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8599 (gnus-async-article-callback): Fix typo.
8600
8601 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8602
8603 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8604 current line to work around bugs in the output from w3m.
8605
8606 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8607 for groups that want that.
8608
8609 * nntp.el (nntp-wait-for-string): Supply a timeout for
8610 accept-process-output to ensure progress.
8611
8612 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8613 level to get unread articles from, then use that for foreign groups,
8614 too.
8615
8616 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8617 confuses the rest of the function.
8618
8619 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8620 for the methods that support -retrieve-groups, too.
8621
8622 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8623
8624 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * pop3.el: Require cl when compiling.
8627 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8628
8629 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8630
8631 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8632 that aren't going to be activated.
8633 (gnus-get-unread-articles): Fix up the last commit.
8634
8635 * gnus-html.el (gnus-article-html): Allow calling without specifying
8636 the handle. In that case, dissect the buffer first.
8637
8638 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8639
8640 * nnimap.el (nnimap-open-connection): Revert the change that would look
8641 into authinfo for imaps instead of imap.
8642
8643 * gnus-start.el (gnus-activate-group): Take an optional parameter to
8644 say that you don't want to call gnus-request-group with don-check, but
8645 do check the response. This is for virtual groups only.
8646 (gnus-get-unread-articles): Count the archive groups as secondary, so
8647 that they're activated the same way as before.
8648
8649 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8650 case-insensitively.
8651 (nnimap-debug): Remove.
8652
8653 * mail-source.el (mail-source-fetch): Don't message if we're fetching
8654 mail from a file, and the file doesn't exist.
8655
8656 * pop3.el (pop3-streaming-movemail): Return t for success.
8657
8658 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8659 .authinfo if we're using ssl connection.
8660
8661 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8662 already have if we're in a main Gnus `g' run.
8663
8664 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8665
8666 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8667
8668 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8669
8670 * nnmh.el (nnmh-request-list-1): Bind `file'.
8671
8672 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8673 alias to set-process-query-on-exit-flag or process-kill-without-query.
8674 (pop3-open-server): Use it.
8675
8676 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
8678 * mail-source.el (mail-source-delete-crash-box): Always move the crash
8679 box to the Incoming file. Fixes mistake in previous checkin.
8680
8681 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8682 request loop (for debugging purposes) removed.
8683
8684 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8685 culprit is more visible.
8686 (nnml-save-incremental-nov, nnml-open-incremental-nov)
8687 (nnml-add-incremental-nov): New functions to do "incremental" nov
8688 updates, where we just append to the end of the existing nov files
8689 without reading/writing them in full.
8690
8691 * mail-source.el (mail-source-delete-crash-box): Really only check the
8692 incoming files once in a while.
8693
8694 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8695
8696 * mail-source.el (mail-source-delete-crash-box): Only check the
8697 incoming files for deletion once per day to save a lot of file
8698 accesses.
8699
8700 * pop3.el (pop3-logon): Fix up unbound variable typo.
8701
8702 * mail-source.el (pop3-streaming-movemail): Autoload.
8703
8704 * pop3.el (pop3-streaming-movemail):
8705 Respect pop3-leave-mail-on-server.
8706
8707 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8708 retrieval.
8709
8710 * pop3.el (pop3-process-filter): Remove unused function.
8711 (pop3-streaming-movemail, pop3-send-streaming-command)
8712 (pop3-wait-for-messages, pop3-write-to-file)
8713 (pop3-number-of-responses): New functions for streaming pop3
8714 retrieval.
8715
8716 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8717 come from no known methods.
8718 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8719 list.
8720
8721 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8722 message sizes.
8723 (pop3-movemail): Use erase-buffer instead of looping and deleting
8724 regions, which seems rather odd.
8725
8726 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8727 file once per `g' run.
8728
8729 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8730 directories. This makes the draft queue directory work.
8731
8732 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8733 data from the backends, so that we only request the list of groups from
8734 each method once. This should speed things up considerably.
8735
8736 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8737 detect that it's not implemented.
8738
8739 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8740 we actually do recurse down into the tree, but don't stat all leaf
8741 nodes.
8742
8743 * gnus-html.el (gnus-html-show-images): If there are no images to show,
8744 then say so instead of bugging out.
8745
8746 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8747 files exist before trying to read them.
8748
8749 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8750 around <pre_int>.
8751
8752 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8753
8754 * nnmh.el (nnmh-request-list-1): Optimize for speed.
8755
8756 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
8758 * mm-util.el (mm-image-load-path): Just return the image directories,
8759 not all directories in the path in addition to the image directories.
8760 (mm-image-load-path): Maintain a cache of the image directories so that
8761 the `g' command in Gnus doesn't have to stat dozens of directories each
8762 time.
8763
8764 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8765 (gnus-html-wash-tags): Add a new `i' command to insert images.
8766 (gnus-html-insert-image): New command and keystroke.
8767 (gnus-html-redisplay-with-images): New command and keystroke.
8768 (gnus-html-show-images): Rename command.
8769 (gnus-html-wash-tags): Remove more white space before <pre_int> image
8770 spacers.
8771 (gnus-html-wash-tags): Decode entities at the end, so that entities
8772 inside the tags don't mess up the rest of the "parsing".
8773
8774 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8775 so that nnimap methods aren't agentized by default. There's apparently
8776 many problems related to agent/imap behavior.
8777
8778 * gnus-art.el (gnus-article-copy-string): New command and key binding.
8779
8780 * gnus-html.el: Doc fix.
8781
8782 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8785 glyph-width and glyph-height instead of display-graphic-p and
8786 image-size; make avoidance of displaying small images work for XEmacs.
8787
8788 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8789 for XEmacs.
8790
8791 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8792 of symbol that holds plist data.
8793 (gnus-process-plist): Remove plist of process after getting it.
8794
8795 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * message.el (message-generate-hashcash): Change default to
8798 'opportunistic if hashcash is installed.
8799
8800 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8801 (gnus-html-put-image): Only call image-size once, since it's somewhat
8802 time-consuming on remote X servers.
8803
8804 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8805
8806 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8807 decoded contents.
8808 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8809
8810 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8811
8812 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8813 group line format, since it isn't very interesting.
8814
8815 * gnus-agent.el (gnus-agent-short-article),
8816 (gnus-agent-long-article): Increase values for these two variables,
8817 since most people are likely to have more network connection and
8818 storage than before.
8819
8820 * gnus.el (gnus-refer-article-method): Change default to 'current.
8821 When referring an article, the common behavior is to refer it from the
8822 current select method, not the native select method. The chances of
8823 the native select method having the message in question is rather slim
8824 these days.
8825
8826 * gnus-sum.el (gnus-auto-select-subject): Change default to
8827 `unseen-or-unread'. I think it's likely that most people want to
8828 select an unseen article over a previously seen, but unread one.
8829
8830 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
8831 means that in the article buffer none of the minor mode elements will
8832 be shown, usually, and this is not desirable in most cases.
8833
8834 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8835 that commands like `d' (and the like) go to the next line in the
8836 buffer, instead of the next unread article. I think this is the
8837 behavior that is most natural for most users.
8838 (gnus-single-article-buffer): Change default to nil, so that people can
8839 have as many article buffers open as they have summary buffer. I think
8840 this is the most natural way for the groups to behave.
8841
8842 * message.el (message-generate-new-buffers): Change default to
8843 `unsent', so that all new message buffers start their names with the
8844 string "*unsent", and it's easier to find the buffers if you move from
8845 them.
8846
8847 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8848
8849 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8850 small. They're probably tracking images.
8851 (gnus-html-wash-tags): Remove all <pre_int> place holders.
8852 (gnus-html-rescale-image): Yet another try at getting the image sizing
8853 right.
8854
8855 * nntp.el (nntp-request-set-mark): Refuse to do marks if
8856 nntp-marks-file-name is nil.
8857
8858 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8859
8860 * gnus-html.el (gnus-html-wash-tags)
8861 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8862 Better logging.
8863
8864 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8865
8866 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8867
8868 * gnus-html.el (gnus-html-wash-tags): Check the value of
8869 gnus-blocked-images in the summary buffer.
8870
8871 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8872
8873 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8874
8875 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8876
8877 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8878 like "a", it seems like.
8879 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8880 since it needs to be picked from the correct buffer.
8881
8882 * nnwfm.el: Remove.
8883
8884 * nnlistserv.el: Remove.
8885
8886 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8887
8888 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8889 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8890
8891 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8892
8893 * nnkiboze.el: Remove.
8894
8895 * nndb.el: Remove.
8896
8897 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8898 alt text.
8899 (gnus-html-rescale-image): Try to get the rescaling logic right for
8900 images that are just wide and not tall.
8901
8902 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8903 overshadow variable bindings.
8904
8905 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8906
8907 * gnus-html.el (gnus-html-wash-tags)
8908 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8909 Add extra logging.
8910
8911 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8912
8913 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8914 (gnus-max-image-proportion): New variable.
8915 (gnus-html-rescale-image): New function.
8916 (gnus-html-put-image): Rescale images.
8917
8918 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 Fix up some byte-compiler warnings.
8921 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8922 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8923 (gnus-article-fill-cited-article, gnus-article-hide-citation)
8924 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8925 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8926 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8927 (gnus-group-update-group): Use save-excursion and with-current-buffer.
8928
8929 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8930
8931 * gnus-html.el (gnus-article-html): Decode contents by charset.
8932
8933 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8934
8935 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8936 (gnus-html-frame-width, gnus-blocked-images):
8937 * message.el (message-prune-recipient-rules): Add custom version.
8938 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8939
8940 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8941 functions.
8942
8943 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8944 gnus-process-get.
8945
8946 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
8947
8948 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8949 instead of lsub directly.
8950
8951 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8952
8953 * nnwarchive.el: Remove.
8954
8955 * gnus-soup.el: Remove.
8956
8957 * nnsoup.el: Remove.
8958
8959 * nnultimate.el: Remove.
8960
8961 * gnus-html.el (gnus-blocked-images): New variable.
8962
8963 * message.el (message-prune-recipients): New function.
8964 (message-prune-recipient-rules): New variable.
8965
8966 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8967 guess whether a long line is natural text or not.
8968
8969 * gnus-html.el (gnus-html-schedule-image-fetching):
8970 Use gnus-process-plist and friends for compatibility.
8971
8972 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * gnus-html.el: Require packages that define macros used in this file.
8975 (gnus-article-mouse-face): Declare to silence byte-compiler.
8976 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8977 process-get.
8978 (gnus-html-put-image): Use plist-get to avoid getf.
8979 (gnus-html-prefetch-images): Use with-current-buffer.
8980
8981 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8982
8983 * gnus-ems.el: Provide compatibility functions for
8984 gnus-set-process-plist.
8985
8986 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8987 * gnus.el (gnus-valid-select-methods):
8988 * message.el (message-send-mail-partially-limit):
8989 * mm-decode.el (mm-text-html-renderer):
8990 * mml.el (mml-insert-mime-headers-always):
8991 * smiley.el (smiley-regexp-alist): Bump custom version.
8992
8993 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8994
8995 * gnus-html.el: require mm-url.
8996 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8997 with the url to `url'.
8998 (gnus-html-wash-tags): Support cid: URLs/images.
8999
9000 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9001
9002 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9003 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9004 bindings, as they aren't useful at all. `w' is moved to `W w'.
9005
9006 * gnus-move.el: Remove file, since it doesn't really work.
9007
9008 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9009 UTF-8. This seems to fix problems with some German web feeds.
9010
9011 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9012 at the top so that the proper colors are applied.
9013
9014 * gnus-art.el (gnus-article-view-part): Doc fix.
9015
9016 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9017 XEmacs-compatible.
9018 (gnus-html-put-image): Don't do images on non-graphic displays.
9019
9020 * nnslashdot.el: Remove this unused backend.
9021
9022 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9023 actions.
9024 (gnus-undo-register-1): Revert last change.
9025
9026 * gnus-group.el (gnus-group-completing-read): Protect against not
9027 having completion-styles bound.
9028
9029 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9030 make broken recipients happier.
9031
9032 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9033
9034 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9035 point parameter.
9036
9037 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9038 completion-styles for group selection.
9039
9040 2009-02-04 Andreas Schwab <schwab@suse.de>
9041
9042 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9043 headers and regexp-quote the match if necessary.
9044
9045 2009-03-24 Miles Bader <miles@gnu.org>
9046
9047 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9048 the blinking smiley.
9049
9050 2009-03-24 Simon Josefsson <simon@josefsson.org>
9051
9052 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9053 blink smiley.
9054
9055 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9056
9057 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9058 where the dribbel file lives exists.
9059
9060 * message.el (message-send-mail-partially-limit): Change the default to
9061 nil, since most people don't want this.
9062
9063 * mm-url.el (mm-url-decode-entities): Also decode entities like
9064 &#x3212.
9065
9066 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9067
9068 * gnus-sum.el (gnus-summary-idna-message):
9069 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9070 Hyperlink urls in docstrings with URL `...'.
9071
9072 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9073
9074 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9075 functions.
9076
9077 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9078
9079 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9080 say what the mouseover text should be.
9081
9082 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9083 version of the mm-w3m-safe-url-regexp variable to only download images
9084 in the groups where we want that to happen.
9085
9086 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9087
9088 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9089 easier debugging.
9090 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9091 big pictures in the article buffer.
9092
9093 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9094 gnus-article-html.
9095 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9096 w3m.
9097
9098 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9099
9100 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9101
9102 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9103 which doesn't exist.
9104
9105 * message.el (message-inhibit-ecomplete): New variable to allow some
9106 function to inhibit ecomplete address storage.
9107 (message-resend): Disable ecomplete message storage when resending
9108 messages.
9109
9110 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9111
9112 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9113
9114 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9115 Save excursion while copying, moving, and deleting articles in order to
9116 prevent the cursor from jumping to unforeseen place.
9117
9118 2010-08-17 Glenn Morris <rgm@gnu.org>
9119
9120 * gnus-sync.el: Require gnus components whose functions are used.
9121
9122 * gnus-art.el (bookmark-make-record-function):
9123 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9124 Declare for compiler.
9125
9126 * mm-url.el (mml-compute-boundary): Autoload.
9127
9128 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9129
9130 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9131
9132 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9133
9134 Typo fix "hoo4a" -> "hook".
9135
9136 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9137
9138 2010-08-14 Glenn Morris <rgm@gnu.org>
9139
9140 * gnus-sync.el (gnus-sync): Fix defgroup version.
9141
9142 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9143
9144 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9145
9146 * gnus-sync.el: Fix docs.
9147 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9148 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9149
9150 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9151
9152 Optimizations for gnus-sync.el.
9153
9154 * gnus-sync.el: Add docs about gnus-sync-backend
9155 possibilities.
9156 (gnus-sync-save): Remove unnecessary message.
9157 (gnus-sync-read): Optimize and show what groups were skipped.
9158
9159 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9160
9161 Minor bug fixes for gnus-sync.el.
9162
9163 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9164 Don't read the sync on get-new-news.
9165
9166 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9167 quiet.
9168
9169 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9170 (fix typo).
9171
9172 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9173
9174 Make saving and restoring of hidden threads work with overlays.
9175 Patch applied by Ted Zlatanov.
9176
9177 * gnus-sum.el (gnus-hidden-threads-configuration)
9178 (gnus-restore-hidden-threads-configuration): Update to deal with text
9179 properties, rather than searching for a magic character.
9180
9181 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9182
9183 New gnus-sync.el library for synchronization of marks.
9184
9185 * gnus-sync.el: New library for synchronization of marks.
9186
9187 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9188 renamed from `gnus-registry-grep-in-list'.
9189
9190 * gnus-registry.el (gnus-registry-follow-group-p):
9191 Use `gnus-grep-in-list'.
9192
9193 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9194
9195 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9196
9197 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9198 determining charset of text fails.
9199
9200 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9201
9202 * nnmail.el (nnmail-get-new-mail-1): Revert.
9203
9204 * nnml.el (nnml-active-number): Make sure names of newly created groups
9205 in nnml-group-alist are encoded.
9206
9207 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9208
9209 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9210 containing non-ASCII characters in active file for nnml back end.
9211
9212 2010-07-24 David Engster <dengste@eml.cc>
9213
9214 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9215 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9216
9217 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9218
9219 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9220 tag (Bug#6654).
9221
9222 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9225 the article buffer, not the summary buffer.
9226
9227 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9228
9229 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9230 Emacs 23 as well.
9231
9232 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9233
9234 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9235 Patch applied by Karl Fogel.
9236
9237 * gnus-sum.el (gnus-summary-bookmark-make-record):
9238 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9239
9240 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9241
9242 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9243 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9244 C-w still not working correctly from Article buffers; Thierry's
9245 patch to fix that will be applied after this.
9246
9247 * gnus-art.el (bookmark-make-record-function): New local variable.
9248
9249 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9250 article buffer.
9251 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9252
9253 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9254
9255 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9256 on changes in bookmark.el.
9257
9258 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9259
9260 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9261 the *other* type of HTML form submission.
9262
9263 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9264
9265 * auth-source.el (auth-source-pick): If choice does not contain a
9266 questioned keyword, set the check to t.
9267
9268 2010-06-12 Romain Francoise <romain@orebokech.com>
9269
9270 * gnus-util.el (gnus-date-get-time): Move up before first use.
9271
9272 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9273
9274 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9275 (gnus-article-edit-part): Bind it to make last part that is substituted
9276 or deleted visible.
9277 (gnus-mime-display-single): Buttonize part of which id equals to
9278 gnus-mime-buttonized-part-id.
9279
9280 2010-06-10 Dan Christensen <jdc@uwo.ca>
9281
9282 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9283 (gnus-dd-mmm): Use gnus-date-get-time.
9284 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9285 simplify logic.
9286 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9287 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9288
9289 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9290
9291 * auth-source.el (top): Autoload `secrets-list-collections',
9292 `secrets-create-item', `secrets-delete-item'.
9293 (auth-sources): Fix tag string.
9294 (auth-get-source, auth-source-retrieve, auth-source-create)
9295 (auth-source-delete): New defuns.
9296 (auth-source-pick): Rewrite in order to avoid 2 passes.
9297 (auth-source-forget-user-or-password): New parameter USERNAME.
9298 (auth-source-user-or-password): New parameters CREATE-MISSING and
9299 DELETE-EXISTING. Retrieve password interactively, if needed.
9300
9301 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9302
9303 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9304 deleting unused directories when gnus-expert-user is t.
9305
9306 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9307
9308 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9309 for each temp file when gnus-article-browse-delete-temp is ask.
9310
9311 2010-05-20 Kevin Ryde <user42@zip.com.au>
9312
9313 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9314
9315 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9316
9317 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9318 article unless decoding article to be saved.
9319
9320 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9321
9322 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9323 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9324 generated within the mm-with-unibyte-current-buffer macro.
9325
9326 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9327
9328 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9329 to nil when we're in a mml-preview buffer and no group is selected.
9330
9331 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9332
9333 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9334 when catching the `C-g'. Reported by "Leo".
9335
9336 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * message.el (message-forward-make-body-plain)
9339 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9340 multibyte-string-p.
9341
9342 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * message.el (message-forward-make-body-mml): Assume original message
9345 is multibyte string; error on unibyte.
9346 (message-forward-make-body-plain): Ditto; don't add excessive newline
9347 in body end.
9348
9349 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9350
9351 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9352 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9353
9354 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9355
9356 * mm-extern.el (mm-extern-url): Don't use
9357 mm-with-unibyte-current-buffer.
9358 (mm-extern-cache-contents): Use with-current-buffer instead of
9359 save-excursion + set-buffer.
9360
9361 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9362
9363 * mm-util.el (mm-emacs-mule): Remove.
9364
9365 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9366
9367 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9368 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9369 change.
9370
9371 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9374 bind the default value of enable-multibyte-characters to nil.
9375
9376 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9377
9378 * message.el (message-forward-make-body-plain)
9379 (message-forward-make-body-mml):
9380 Don't use mm-with-unibyte-current-buffer.
9381
9382 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9383
9384 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9385 (Bug#5592).
9386
9387 2010-05-07 Julien Danjou <julien@danjou.info>
9388
9389 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9390 it to mm-pipe-part.
9391
9392 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9393 it is given.
9394
9395 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9396
9397 * nnweb.el (nnweb-gmane-search):
9398 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9399 XEmacs.
9400
9401 * gnus-art.el (gnus-article-browse-html-parts):
9402 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9403 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9404 make-temp-file.
9405
9406 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9407 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9408 compiling.
9409
9410 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9411 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9412 XEmacs when compiling.
9413
9414 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9415 gnus-pick-mode-off-hook for XEmacs when compiling.
9416 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9417 gnus-binary-mode-off-hook for XEmacs when compiling.
9418
9419 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9420 Return nil if char-charset is not available.
9421
9422 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9423 macro.
9424
9425 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9426 instead of encode-coding-string.
9427
9428 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9429 'xemacs) instead of mm-emacs-mule to switch function definitions.
9430 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9431
9432 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9433
9434 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9435
9436 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9439 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9440
9441 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9442
9443 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9444 alias `jka-compr-delete-temp-file' no longer exists.
9445
9446 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 Use define-minor-mode in Gnus where applicable.
9449 * mml.el (mml-mode): Use define-minor-mode.
9450 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9451 (gnus-undo-mode): Use define-minor-mode.
9452 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9453 (gnus-dead-summary-mode): Use define-minor-mode.
9454 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9455 Initialize in declaration.
9456 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9457 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9458 (gnus-mailing-list-mode): Use define-minor-mode.
9459 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9460 (gnus-draft-mode): Use define-minor-mode.
9461 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9462 (gnus-dired-mode): Use define-minor-mode.
9463
9464 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9465
9466 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9467 handles on recursive mml-to-mime translation and check them for
9468 boundary delimiter collisions. Reported by Greg Troxel.
9469
9470 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9471
9472 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9473
9474 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * mm-util.el (mm-find-buffer-file-coding-system):
9477 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9478
9479 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9480
9481 * message.el (message-generate-headers): Record insertion of optional
9482 headers as well. Otherwise the check to prevent repeated insertion of
9483 optional headers is a no-op.
9484
9485 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9486
9487 * smime.el: Don't mention CVS.
9488
9489 * nnrss.el (nnrss-fetch): Don't mention CVS.
9490
9491 * nnir.el: Don't mention CVS.
9492
9493 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * gnus-sum.el (gnus-summary-bookmark-make-record):
9496 Add `location' field.
9497
9498 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9501 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9502 Use with-current-buffer to silence the byte-compiler.
9503 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9504 bother to require `gnus'.
9505 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9506
9507 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9508
9509 * gnus-sum.el (gnus-summary-bookmark-make-record)
9510 (gnus-summary-bookmark-jump): New functions.
9511 (gnus-summary-mode): Setup bookmark support.
9512
9513 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9514
9515 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9516 if set.
9517
9518 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9521 gnus-article-browse-html-save-cid-image; make it work recursively for
9522 forwarded messages as well.
9523 (gnus-article-browse-html-parts): Work when prefix arg is given.
9524 (gnus-article-browse-html-article): Doc fix.
9525
9526 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9527
9528 * message.el (message-default-mail-headers):
9529 (message-default-headers): Carry the value mail-default-headers over
9530 into message-default-mail-headers, rather than message-default-headers.
9531
9532 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9533
9534 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9535 charset.
9536
9537 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9538 charset into the <meta> tag when the article is encoded to utf-8.
9539
9540 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9541
9542 * gnus-art.el (gnus-article-browse-delete-temp-files):
9543 Delete directories as well.
9544 (gnus-article-browse-html-parts): Work for images that do not specify
9545 file names; delete temp directory when quitting; insert header at the
9546 right place; use file: scheme for image files.
9547
9548 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9549
9550 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9551 (gnus-article-browse-html-parts): Use it to make temporary cid image
9552 files in addition to html file so that browser may display them.
9553
9554 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9555
9556 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9557
9558 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9559
9560 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9561
9562 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9563
9564 * auth-source.el (auth-sources): Change default to be simpler.
9565 Explain about Secret Service API sources. Improve Customize options.
9566 (auth-source-pick): Change to accept any number of search parameters.
9567 Implement fallbacks iteratively, not recursively. Add scoring on the
9568 second pass and sort by score. Call Secret Service API when needed.
9569 (auth-source-user-or-password): Use it. Call Secret Service API
9570 directly when needed to get the user name and the password.
9571
9572 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9573
9574 * message.el (message-interactive): Doc fix.
9575 (message-qmail-inject-args): Reflow.
9576 (message-kill-to-signature): Fix typo in docstring.
9577
9578 * smiley.el (smiley-buffer): Fix typo in docstring.
9579
9580 2010-03-24 Glenn Morris <rgm@gnu.org>
9581
9582 * mail-source.el (gnus-message): Declare.
9583 (mail-source-delete-old-incoming): Require gnus-util.
9584
9585 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9586
9587 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9588
9589 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9590
9591 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9592 password-cache's default if it is not bound.
9593 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9594 password-cache-expiry's default if it is not bound.
9595
9596 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9597 available in Emacs 21.
9598
9599 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9600
9601 * auth-source.el (auth-sources): Fix up definition so extra parameters
9602 are always inline.
9603
9604 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9605
9606 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9607 wasn't updated after mismatch. Clear cached mailbox info correctly
9608 when uidvalidity changes.
9609 (nnimap-group-prefixed-name): New function to avoid some code
9610 duplication.
9611 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9612 (nnimap-request-group): Use it.
9613 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9614 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9615 with many imap folders. This is done by caching the group status from
9616 the imap server persistently in a group parameter `imap-status'. (This
9617 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9618 but not persistently, so every Gnus startup was still very slow.)
9619
9620 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9621
9622 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9623 secrets.el dependency.
9624 (auth-sources): Add optional user name. Add secrets.el configuration
9625 choice (unused right now).
9626
9627 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9628
9629 * gnus-sum.el (gnus-summary-make-menu-bar):
9630 Let `gnus-registry-install-shortcuts' fill in the functions.
9631
9632 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9633 warnings.
9634 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9635 (gnus-registry-install-shortcuts): Populate and use it in a
9636 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9637
9638 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9639
9640 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9641 In-place substitutions for the group name encoding/decoding.
9642 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9643 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9644 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9645 (nnimap-update-unseen, nnimap-request-list)
9646 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9647 (nnimap-request-set-mark, nnimap-split-to-groups)
9648 (nnimap-split-articles, nnimap-request-newgroups)
9649 (nnimap-request-create-group, nnimap-request-accept-article)
9650 (nnimap-request-delete-group, nnimap-request-rename-group)
9651 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
9652 `encoded-mbx' for consistency.
9653 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9654 variable `imap-current-mailbox'.
9655
9656 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9657 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9658
9659 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
9660
9661 * pop3.el (pop3-display-message-size-flag): Display message size byte
9662 counts during POP3 download.
9663 (pop3-movemail): Use it.
9664 (pop3-list): Implement listing of available messages.
9665
9666 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
9667
9668 * nnir.el (nnir-get-article-nov-override-function): New function to
9669 override the normal NOV retrieval.
9670 (nnir-retrieve-headers): Use it.
9671
9672 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * auth-source.el (netrc-machine-user-or-password): Autoload.
9675
9676 2010-03-19 Glenn Morris <rgm@gnu.org>
9677
9678 Stop message.el from loading about 40 libraries it doesn't always need.
9679 The general approach is to autoload rather than require, and to
9680 require in the specific functions rather than the file. (Bug#5642)
9681
9682 * gmm-utils.el: Don't require wid-edit.
9683 (widget-create-child-value, widget-convert, widget-default-get):
9684 Autoload.
9685
9686 * gnus-util.el: Don't require time-date, netrc.
9687 (message-fetch-field, gnus-group-name-decode): Declare rather than
9688 autoloading.
9689 (gnus-fetch-field): Require message.
9690 (gnus-decode-newsgroups): Require gnus-group.
9691
9692 * ietf-drums.el: Don't require time-date.
9693
9694 * message.el: Don't require hashcash, canlock, ecomplete.
9695 Do require mail-utils. Require nnheader only when compiling.
9696 (smtpmail-default-smtp-server): Remove declaration.
9697 (message-send-mail-function): Check smtpmail-default-smtp-server
9698 is bound rather than requiring smtpmail.
9699 (message-auto-save-directory, message-insert-signature):
9700 Use expand-file-name rather than nnheader-concat.
9701 (nnheader-insert-file-contents): Autoload.
9702 (hashcash-wait-async): Declare.
9703 (message-send-mail): Only call gnus-setup-posting-charset if
9704 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
9705 (message-send-mail-with-sendmail): Require sendmail.
9706 (canlock-password, canlock-password-for-verify): Declare.
9707 (message-canlock-password): Require canlock.
9708 (nnheader-get-report): Autoload.
9709 (gnus-setup-posting-charset): Declare.
9710 (message-send-news): Require gnus-msg.
9711 (message-make-references, message-make-in-reply-to): Use mail-header-id
9712 rather than the alias mail-header-message-id.
9713 (ecomplete-add-item, ecomplete-save): Declare.
9714 (message-put-addresses-in-ecomplete): Require ecomplete.
9715 (ecomplete-display-matches): Autoload.
9716
9717 * mm-decode.el: Don't require mailcap, gnus-util.
9718 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9719 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9720 Autoload.
9721 (mailcap-mime-extensions): Declare.
9722
9723 * mm-encode.el: Don't require mailcap.
9724 (mailcap-extension-to-mime): Autoload.
9725
9726 * mml-sec.el: Don't require password-cache.
9727
9728 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9729 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9730 (mml-minibuffer-read-type): Require mailcap.
9731 (mml-preview): Require gnus-msg.
9732
9733 * mml1991.el: Require password-cache.
9734 (password-cache-expiry): Remove declaration.
9735
9736 * mml2015.el: Require password-cache.
9737 (password-cache-expiry): Remove declaration.
9738
9739 * nneething.el (mailcap): Require mailcap.
9740
9741 * nnheader.el (declare-function): Add compatibility stub.
9742 (message-remove-header): Declare rather than autoload.
9743 (nnheader-replace-header): Require message.
9744
9745 * nnimap.el (declare-function): Add compatibility stub.
9746 (netrc-parse, netrc-machine-user-or-password): Declare.
9747 (nnimap-open-connection): Require netrc.
9748
9749 * nntp.el (declare-function): Add compatibility stub.
9750 (netrc-parse, netrc-machine, netrc-get): Declare.
9751 (nntp-send-authinfo): Require netrc.
9752
9753 * rfc2047.el: Don't require qp.
9754 (quoted-printable-encode-region, quoted-printable-decode-string):
9755 Autoload.
9756
9757 * sieve-mode.el: Don't require easymenu.
9758 (easy-menu-add-item): Autoload it.
9759
9760 * spam-stat.el (time-to-number-of-days): Autoload it.
9761
9762 2010-03-17 Kevin Ryde <user42@zip.com.au>
9763
9764 * mml.el (mml-read-tag): Unquote values with `read' to reverse
9765 prin1 in mml-insert-tag (just stripping the quotes gave wrong
9766 value if any backslash escapes).
9767
9768 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9769
9770 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9771 if it is available. (bug#5647)
9772
9773 2010-02-26 Glenn Morris <rgm@gnu.org>
9774
9775 * message.el (message-send-mail-function): Change the default, so that
9776 it inherits from a customized send-mail-function. (Bug#5643)
9777
9778 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9781 shell-command-to-string signals an error (bug#5299).
9782
9783 2010-02-24 Glenn Morris <rgm@gnu.org>
9784
9785 * message.el (message-smtpmail-send-it)
9786 (message-send-mail-with-mailclient): Doc fixes.
9787
9788 2010-02-16 Glenn Morris <rgm@gnu.org>
9789
9790 * message.el (message-default-mail-headers): Change the default value
9791 to ease the transition from mail-mode to message-mode. (Bug#5555)
9792
9793 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
9794
9795 * message.el (message-mail): Just pass yank-action on to message-setup.
9796 (message-setup): Handle (FUN . ARGS) form of yank-action.
9797 (message-with-reply-buffer, message-widen-reply)
9798 (message-yank-original): Handle non-buffer values of
9799 message-reply-buffer (Bug#4080).
9800 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9801
9802 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
9803
9804 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9805 Fix typo in docstring.
9806
9807 2010-01-08 Jason Rumney <jasonr@gnu.org>
9808
9809 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9810 response.
9811
9812 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9815
9816 * message.el (message-check-news-header-syntax): Protect against a
9817 string that `rfc822-addresses' returns when parsing fails.
9818
9819 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9820
9821 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9822 (gnus-previous-char-property-change): New functions.
9823
9824 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9825
9826 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
9827
9828 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9829 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
9830
9831 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * message.el (message-exchange-point-and-mark): Rework last change to
9834 avoid using optional arg of exchange-point-and-mark, for backward
9835 compatibility.
9836
9837 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * message.el (message-exchange-point-and-mark):
9840 Call exchange-point-and-mark with an argument rather than setting
9841 mark-active by hand (Bug#5175).
9842
9843 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9844
9845 * nntp.el (nntp-service-to-port): Work for service expressed with
9846 numeric string; replace [:digit:] with [0-9] for XEmacs.
9847
9848 2009-12-17 Glenn Morris <rgm@gnu.org>
9849
9850 * gnus-group.el (gnus-bug-group-download-format-alist):
9851 Change emacs entry to debbugs.gnu.org. Bump :version.
9852
9853 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9854
9855 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9856
9857 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
9858
9859 * message.el (message-info): Explain why we use `Info-goto-node'.
9860
9861 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9862
9863 * message.el (message-completion-in-region): New compatibility function.
9864 (message-expand-group): Use it.
9865
9866 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9869 with no unread article should be listed if the 2nd arg `predicate' is
9870 given.
9871
9872 2009-11-29 Juri Linkov <juri@jurta.org>
9873
9874 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9875 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
9876 on `gnus-recenter'. (Bug#4698, Bug#4981)
9877
9878 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9879
9880 * message.el (message-from-style, message-interactive)
9881 (message-signature): Always set default values from the corresponding
9882 mail-* variables.
9883 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9884 (message-yank-prefix, message-indentation-spaces)
9885 (message-signature-file, message-default-headers): Use boundp rather
9886 than (featurep 'xemacs) to check if the corresponding mail-* variables
9887 exist.
9888
9889 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * message.el (message-send-mail-with-sendmail): Revert last change.
9892
9893 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9894
9895 * message.el (message-from-style, message-interactive)
9896 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9897 (message-yank-prefix, message-indentation-spaces, message-signature)
9898 (message-signature-file, message-default-headers): For GNU Emacs, set
9899 default values from the corresponding mail-* variables.
9900 (message-send-mail-with-sendmail): Use envelope-from only if
9901 mail-specify-envelope-from is non-nil.
9902
9903 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9904
9905 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9906 containing tspecial characters if they have been already quoted.
9907
9908 2009-10-24 Glenn Morris <rgm@gnu.org>
9909
9910 * gnus-art.el (help-xref-stack-item): Define for compiler.
9911
9912 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9913
9914 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9915
9916 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9917
9918 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9919 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9920
9921 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
9922
9923 * gnus.el (gnus-overlay-get): New alias to overlay-get.
9924 (gnus-overlays-in): New alias to overlays-in.
9925
9926 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9927 gnus-overlay-get, and gnus-delete-overlay.
9928 (gnus-summary-show-thread): Make it work as well for systems in which
9929 next-single-char-property-change is not available.
9930 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9931
9932 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
9933
9934 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9935
9936 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9937
9938 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9939 and XEmacs that don't have `remove-overlays'.
9940
9941 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9944 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9945 selective display. Use overlays instead.
9946
9947 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9948
9949 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9950
9951 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9952
9953 * spam-stat.el (spam-stat-load): Fix typo in message.
9954
9955 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * gnus-art.el (gnus-article-encrypt-body):
9958 * message.el (message-check-recipients):
9959 * mm-util.el (mm-codepage-setup):
9960 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9961 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9962
9963 2009-09-22 Daiki Ueno <ueno@unixuser.org>
9964
9965 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9966 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9967 keys from the menu if mm-{sign,encrypt}-option is 'guided.
9968 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9969 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9970
9971 2009-09-18 Glenn Morris <rgm@gnu.org>
9972
9973 * gnus-diary.el (gnus-diary-check-message):
9974 * message.el (message-insert-formatted-citation-line):
9975 * nnbabyl.el (top-level):
9976 * nndiary.el (nndiary-schedule):
9977 Fix typos in condition-case handlers.
9978
9979 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9980
9981 * gnus-art.el (gnus-article-edit-part): Work for the buffer
9982 configuration that provides the sole article window in a frame;
9983 position point correctly after deleting a part.
9984
9985 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
9986
9987 * spam.el (spam-unregister-on-reregister): Add boolean variable.
9988 (spam-resolve-registrations-routine): Use it to unregister articles
9989 that change status.
9990
9991 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * nnrss.el (nnrss-request-article): Remove binding of
9994 default-enable-multibyte-characters that has gotten needless by
9995 the 2007-07-13 change in rfc2047-encode-message-header.
9996
9997 * mml.el (mml-insert-multipart): Error on the message header.
9998 (mml-insert-part): Error on the message header; position point at
9999 the end of a MIME tag.
10000
10001 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10002
10003 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10004 (gnus-float-time): Alias to float-time if it exists.
10005
10006 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10007 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10008 float-time is available; suppress compile warning for time-to-seconds.
10009
10010 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10011
10012 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10013 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10014 Add the optional argument `encoding' that overrides the default.
10015
10016 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10017 mm-encode-buffer.
10018
10019 2009-09-04 Glenn Morris <rgm@gnu.org>
10020
10021 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10022 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10023 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10024 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10025 * mm-util.el (mm-with-unibyte-current-buffer)
10026 (mm-find-buffer-file-coding-system):
10027 * yenc.el (yenc-decode-region): Use default-value rather than
10028 default-enable-multibyte-characters.
10029
10030 2009-09-03 Glenn Morris <rgm@gnu.org>
10031
10032 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10033 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10034 than default-enable-multibyte-characters.
10035
10036 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10037
10038 * gnus-art.el (gnus-article-read-summary-keys):
10039 Fix gnus-buffer-configuration's value temporarily used.
10040
10041 2009-09-02 Glenn Morris <rgm@gnu.org>
10042
10043 * gnus-util.el (gnus-float-time): New function.
10044 * gnus-delay.el (gnus-delay-article):
10045 * gnus-sum.el (gnus-thread-latest-date):
10046 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10047 * nnspool.el (nnspool-request-newgroups):
10048 Use gnus-float-time rather than time-to-seconds.
10049 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10050
10051 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10052 (gnus-header-subject-face, gnus-header-newsgroups-face)
10053 (gnus-header-name-face, gnus-header-content-face):
10054 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10055 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10056 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10057 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10058 (gnus-cite-face-11):
10059 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10060 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10061 (gnus-server-closed-face, gnus-server-denied-face)
10062 (gnus-server-offline-face):
10063 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10064 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10065 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10066 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10067 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10068 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10069 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10070 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10071 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10072 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10073 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10074 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10075 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10076 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10077 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10078 (gnus-summary-high-undownloaded-face)
10079 (gnus-summary-low-undownloaded-face)
10080 (gnus-summary-normal-undownloaded-face)
10081 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10082 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10083 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10084 (gnus-splash-face):
10085 * message.el (message-header-to-face, message-header-cc-face)
10086 (message-header-subject-face, message-header-newsgroups-face)
10087 (message-header-other-face, message-header-name-face)
10088 (message-header-xheader-face, message-separator-face)
10089 (message-cited-text-face, message-mml-face):
10090 * sieve-mode.el (sieve-control-commands-face)
10091 (sieve-action-commands-face, sieve-test-commands-face)
10092 (sieve-tagged-arguments-face):
10093 * spam.el (spam-face):
10094 Mark face aliases with "-face" in the name as obsolete.
10095
10096 2009-09-01 Glenn Morris <rgm@gnu.org>
10097
10098 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10099 than goto-line.
10100
10101 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10104 Don't move point if the command is invoked inside the message header.
10105
10106 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10107
10108 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10109 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10110 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10111 * nnir.el (nnir-swish-e-index-file):
10112 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10113 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10114 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10115 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10116 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10117 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10118
10119 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10120
10121 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10122 Don't save excursion.
10123
10124 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * nnheader.el (nnheader-find-file-noselect):
10127 * mm-util.el (mm-insert-file-contents):
10128 Use (default-value 'major-mode) instead of default-major-mode.
10129
10130 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10131
10132 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10133
10134 2009-08-25 Glenn Morris <rgm@gnu.org>
10135
10136 * nnir.el (top-level): Don't require cl at run-time.
10137 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10138 Replace cl-function substitute with gnus-replace-in-string.
10139 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10140 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10141 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10142 simplified expansions.
10143
10144 2009-08-22 Glenn Morris <rgm@gnu.org>
10145
10146 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10147 goto-line.
10148
10149 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10150
10151 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10152
10153 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10154 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10155 (gnus-mm-display-part, gnus-mime-display-single)
10156 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10157 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10158
10159 * gnus-sum.el
10160 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10161 (gnus-summary-move-article): Add expirable mark to articles copied or
10162 moved to group that has auto-expire turned on if the option is non-nil.
10163
10164 2009-07-24 Glenn Morris <rgm@gnu.org>
10165
10166 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10167 Fix typo. (Bug#3903)
10168
10169 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10170
10171 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10172 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10173 that should not be used for draft articles.
10174 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10175 that has no concern in minor mode keys.
10176 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10177 Abolish.
10178
10179 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10180
10181 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10182 article without making inquiry to a user for unknown encoding.
10183
10184 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10185 (nnmaildir--scan): Assume i-node and device number that file-attributes
10186 returns might be cons-cell.
10187
10188 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10189
10190 * auth-source.el: Remove docs now in auth.texi. Don't use
10191 `gnus-message' for logging. Add new variables `auth-source-debug' and
10192 `auth-source-hide-passwords' and use them.
10193
10194 2009-07-15 Glenn Morris <rgm@gnu.org>
10195
10196 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10197
10198 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10199
10200 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10201 excessive whitespace from the default values of title and description.
10202
10203 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10204
10205 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10206 mail-fetch-field to fetch Content-Description header in order to
10207 exclude newlines.
10208
10209 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10210
10211 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10212 to deleted part.
10213
10214 2009-05-30 David Engster <dengste@eml.cc>
10215
10216 * nnmairix.el: Remove old documentation in the commentary block.
10217 (nnmairix-request-group): Do not update active file for nnml back ends.
10218 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10219 end so that overview files are ignored.
10220 (nnmairix-update-groups): Make updating the groups more robust by using
10221 marks.
10222 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10223 with dollar characters in message-id.
10224
10225 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10226
10227 * spam.el: Use dns-query instead of query-dns. Was renamed on
10228 2008-12-25 in dns.el.
10229
10230 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10233 could happen if the text is only composed of spaces and/or tabs.
10234
10235 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10236
10237 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10238 when sending a queued message to avoid extra mml tags.
10239
10240 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10241
10242 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10243
10244 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10245
10246 * gnus-dired.el: Remove autoload for gnus-setup-message.
10247 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10248 displaying Gnus logo; always use compose-mail.
10249
10250 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10251
10252 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10253
10254 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10257 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10258 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10259 available.
10260 (gnus-nocem-epg-verify): New function.
10261
10262 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10263
10264 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10265
10266 2009-02-15 Glenn Morris <rgm@gnu.org>
10267
10268 * gnus-util.el (rmail-insert-rmail-file-header)
10269 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10270 autoloads.
10271 (rmail-default-rmail-file): Remove unnecessary declaration.
10272 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10273
10274 2009-02-14 Glenn Morris <rgm@gnu.org>
10275
10276 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10277 variable (only used in gnus-util, which declares it anyway).
10278 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10279 which was only needed by gnus-art (changed to not use it any more).
10280 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10281 only used in gnus-util, which autoloads it itself.
10282 (rmail-update-summary): Fix autoload.
10283
10284 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10285 rather than rmail-output-to-rmail-file.
10286
10287 2009-02-07 Glenn Morris <rgm@gnu.org>
10288
10289 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10290 autoload of function that no longer exists.
10291 (rmail-toggle-header): Declare.
10292 (message-forward-rmail-make-body): Handle mbox Rmail.
10293
10294 2009-01-31 Glenn Morris <rgm@gnu.org>
10295
10296 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10297 2009-01-09 change.
10298
10299 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10300
10301 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10302 (auth-source-forget-all-cached): New convenience function.
10303 (auth-source-user-or-password): Accept list of modes or a single mode.
10304
10305 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10306 auth-source modes.
10307
10308 * nnimap.el (nnimap-open-connection): Use list of
10309 auth-source modes.
10310
10311 * nntp.el (nntp-send-authinfo): Use list of
10312 auth-source modes.
10313
10314 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10315
10316 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10317 now.
10318
10319 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10320
10321 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10322 coding system in XEmacs; add a workaround for XEmacs.
10323
10324 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10325
10326 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10327 of current-language-environment.
10328
10329 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10330
10331 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10332 available at runtime.
10333
10334 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10337
10338 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10339
10340 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10341 the greatest positive fixnum value doesn't work under an XEmacs with
10342 bignum support; use the most-positive-fixnum constant instead,
10343 available since Emacs 21.1 with cl and XEmacs 21.1.
10344
10345 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10346
10347 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10348 XEmacs gets not to work.
10349
10350 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10351
10352 * mm-util.el (mm-coding-system-priorities): Allow the value like
10353 "Japanese (UTF-8)" of current-language-environment.
10354
10355 2009-01-09 Glenn Morris <rgm@gnu.org>
10356
10357 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10358 with last-command-event.
10359
10360 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10361
10362 * message.el (message-fix-before-sending): Amend comment.
10363
10364 2009-01-07 David Engster <dengste@eml.cc>
10365
10366 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10367 simplified server definitions by converting it via
10368 gnus-server-to-method.
10369
10370 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10371
10372 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10373 parameter's operands.
10374
10375 2009-01-06 David Engster <dengste@eml.cc>
10376
10377 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10378 primary select method (for gnus-group-mark-article-as-read).
10379
10380 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10381
10382 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10383 `(gnus)Face', not `(gnus)X-Face'.
10384
10385 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10386
10387 * mm-util.el (mm-ucs-to-char): New function.
10388
10389 * mm-url.el (mm-url-decode-entities): Use it.
10390
10391 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10392
10393 * message.el (message-fix-before-sending): Add `eight-bit' to
10394 illegible-text check.
10395
10396 2009-01-03 Michael Olson <mwolson@gnu.org>
10397
10398 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10399 `headers' is nil. This can occur if the IMAP server does not have
10400 permissions to read messages from a folder, but can write new messages
10401 to the folder.
10402 (nnimap-request-article-part): Do not insert `data' if it is nil.
10403
10404 2009-01-01 Dave Love <fx@gnu.org>
10405
10406 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10407
10408 * nnimap.el: Fix author email.
10409 (nnimap-split-rule): Add FIXME comment.
10410 (nnimap-debug): Fix doc string.
10411
10412 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10415 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10416 to check if those variables exist (first appeared in Emacs 18.50).
10417
10418 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10419
10420 * mm-util.el (mm-line-number-at-pos): New function.
10421
10422 * spam-report.el (spam-report-process-queue): Use it.
10423
10424 2008-12-24 David Engster <dengste@eml.cc>
10425
10426 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10427 parameters that haven't existed as variables as buffer-local variables.
10428
10429 2008-12-23 Dave Love <fx@gnu.org>
10430
10431 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10432 cadar.
10433
10434 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10435 imap-starttls-p.
10436 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10437
10438 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10439
10440 * spam-report.el (spam-report-gmane-max-requests): New constant.
10441 (spam-report-gmane-wait): New variable.
10442 (spam-report-gmane-ham, spam-report-gmane-spam)
10443 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10444 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10445 the server.
10446
10447 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10448 Add explanations.
10449
10450 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10451 nnheader-accept-process-output and nnheader-read-timeout if available.
10452 (pop3-movemail): Use it.
10453
10454 * message.el (message-check-news-body-syntax): Fix signature check if
10455 there's an attachment.
10456
10457 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10458
10459 * mm-util.el: Add comments to the mm- emulating functions.
10460
10461 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10462
10463 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10464 Reported by Stephen Berman <stephen.berman@gmx.net>.
10465
10466 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10467
10468 * mm-util.el (mm-substring-no-properties): New function.
10469 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10470 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10471 (mm-string-to-multibyte): Doc fix.
10472
10473 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10474
10475 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10476
10477 * mml.el (mml-attach-file): Strip text properties from file name.
10478 (Bug#1574)
10479
10480 2008-12-16 Glenn Morris <rgm@gnu.org>
10481
10482 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10483
10484 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10485
10486 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10487 knows since the charset specified might be a bogus alias that
10488 mm-charset-synonym-alist provides.
10489
10490 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10491
10492 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10493 "ISO_8859-1".
10494
10495 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10496
10497 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10498
10499 * mm-util.el (mm-charset-eval-alist):
10500 Define it before mm-charset-to-coding-system.
10501 (mm-charset-to-coding-system): Add optional argument `silent';
10502 define it before mm-charset-override-alist.
10503 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10504 default value if it can be used in Emacs currently running;
10505 silence mm-charset-to-coding-system.
10506
10507 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10508
10509 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10510 `allow-override' which says whether to use `mm-charset-override-alist'.
10511 (rfc2047-decode-encoded-words): Use it.
10512
10513 * mm-util.el (mm-charset-override-alist): Fix custom type;
10514 add `(gb2312 . gbk)' to choices.
10515
10516 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10517
10518 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10519 fast.
10520
10521 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10522
10523 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10524
10525 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10526 on links.
10527
10528 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10529
10530 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10531
10532 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10533 users' addresses that don't have domain parts.
10534 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10535 rather than message-narrow-to-head since there will be the message
10536 header separator.
10537
10538 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10541 since the result is inserted in a unibyte buffer anyway.
10542 (nnimap-demule-use-string-to-multibyte): Remove.
10543 (nnimap-demule): Alias it to mm-string-to-multibyte.
10544
10545 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10546
10547 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10548 variable for debugging bug#464 and bug#1174.
10549 (nnimap-demule): Use it.
10550
10551 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10552
10553 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10554 score calculation correctly.
10555
10556 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * message.el (message-send-mail): Just set the buffer to unibyte
10559 rather than use mm-with-unibyte-current-buffer which does a lot more.
10560 (message-send-mail-partially): Don't bother with
10561 mm-with-unibyte-current-buffer since it's already been made unibyte by
10562 message-send-mail.
10563
10564 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10565
10566 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10567
10568 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10569
10570 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10571
10572 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10573
10574 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10575 require itself and to remove `with-no-warnings'.
10576
10577 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10578
10579 * starttls.el (starttls-any-program-available): Get the name of the
10580 available TLS layer program.
10581 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10582 well as the host name in the "opening" message.
10583
10584 * auth-source.el (auth-source-cache, auth-source-do-cache)
10585 (auth-source-user-or-password): Cache passwords and logins by default,
10586 allow override with `auth-source-do-cache'.
10587 (auth-source-forget-user-or-password): Allow users to remove cache
10588 entries if needed.
10589
10590 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10591
10592 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10593 condition-case to only the forward-sexp call.
10594
10595 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10596
10597 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10598 quotes contained. Make it more robust regardless by an extra
10599 condition-case wrapper.
10600
10601 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * nnml.el (nnml-request-expire-articles): Check if the function set to
10604 `nnmail-expiry-target' returns the symbol `delete'.
10605
10606 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10607
10608 * nnmail.el (nnmail-expiry-target): Fix custom type.
10609
10610 2008-10-02 Glenn Morris <rgm@gnu.org>
10611
10612 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10613 Silence compiler warning.
10614
10615 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * mml.el (mml-menu): Don't assume mml2015 is bound.
10618
10619 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10620
10621 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10622 exists.
10623
10624 2008-09-27 Glenn Morris <rgm@gnu.org>
10625
10626 * gnus-util.el (mail-header-remove-comments): Autoload it.
10627
10628 2008-09-27 Andreas Schwab <schwab@suse.de>
10629
10630 * gnus-util.el (gnus-split-references): Strip comments.
10631 (gnus-parent-id): Likewise.
10632
10633 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10634
10635 * message.el (message-confirm-send): Fix version.
10636
10637 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10638
10639 * message.el (message-idna-to-ascii-rhs-1): Use
10640 mail-extract-address-components rather than mail-header-parse-addresses
10641 that is an alias by default to ietf-drums-parse-addresses that does not
10642 support non-ASCII names in headers' contents.
10643
10644 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10645
10646 * message.el (message-confirm-send): Fix variable documentation to
10647 avoid the "y/n" wording.
10648
10649 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
10650
10651 * message.el (message-set-auto-save-file-name): Save to a different
10652 filename so multiple messages (especially drafts) can be recovered.
10653
10654 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * message.el (message-confirm-send): Add appropriate version.
10657
10658 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10659
10660 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10661 defvar.
10662
10663 2008-09-22 Daiki Ueno <ueno@unixuser.org>
10664
10665 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10666 (mm-pkcs7-enveloped-magic): Ditto.
10667
10668 2008-09-17 Simon Josefsson <simon@josefsson.org>
10669
10670 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10671 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10672
10673 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
10674
10675 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10676 default, it's better.
10677
10678 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
10679
10680 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10681 summary line gnus-number property and ignore them (with a warning
10682 message).
10683
10684 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10687 macro caddr in the interactive form since it won't be expanded.
10688
10689 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10692 `charset'; fix name of function called recursively.
10693 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10694
10695 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10698 (gnus-mime-set-charset-parameters): New function.
10699 (gnus-mime-view-part-as-charset): Use it to correctly display part
10700 specifying wrong charset.
10701
10702 2008-09-08 David Engster <dengste@eml.cc>
10703
10704 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10705 in completing-read for back end server.
10706
10707 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
10708
10709 * message.el (message-confirm-send): New variable to confirm sending a
10710 message.
10711 (message-send): Use it.
10712
10713 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
10714
10715 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10716
10717 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
10718
10719 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10720
10721 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
10722
10723 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10724 prevent tracking too many groups.
10725 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10726 Use it.
10727
10728 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
10729
10730 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10731 moving point to the bottom of the window in order to avoid recentering.
10732
10733 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
10734
10735 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10736 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10737 (gnus-article-beginning-of-window): Fix calculation.
10738
10739 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
10740
10741 * gnus-msg.el (gnus-summary-supersede-article)
10742 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10743 value of gnus-newsgroup-charset to decode non-MIME encoded text in
10744 message header.
10745
10746 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10747
10748 * message.el:
10749 * gnus-start.el:
10750 * gnus-registry.el: Remove VMS support.
10751
10752 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10753
10754 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10755 macro.
10756 (rfc2104-hash): Use it.
10757
10758 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
10759
10760 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10761 (gnus-summary-sort-by-most-recent-date): New commands.
10762 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10763 and menu entries.
10764
10765 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10768 don't redisplay article for raw contents; remove plural articles stuff.
10769
10770 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10771 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10772 on gnus-summary-save-article; display results properly.
10773
10774 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10777
10778 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * gnus-art.el (gnus-summary-save-in-pipe):
10781 Consider gnus-save-all-headers.
10782
10783 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10784
10785 * gnus-util.el (ns-focus-frame): Remove declaration.
10786 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
10787 like x.
10788
10789 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10790
10791 * rfc2104.el (rfc2104-zero): Delete defconst.
10792 (rfc2104-hex-alist): Likewise.
10793 (rfc2104-hex-to-int): Delete func.
10794 (rfc2104-hexstring-to-bitstring): Likewise.
10795 (rfc2104-nybbles): New defconst.
10796 (rfc2104-hash): Rewrite for speed.
10797
10798 2008-07-16 Glenn Morris <rgm@gnu.org>
10799
10800 * gnus-util.el (ns-focus-frame): Declare for compiler.
10801
10802 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10803
10804 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10805 set as a group parameter.
10806 (gnus-summary-save-in-pipe): Work when it is called independently.
10807 (gnus-summary-pipe-to-muttprint): Don't modify
10808 gnus-summary-pipe-output-default-command.
10809
10810 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * message.el (message-send-mail-with-sendmail):
10813 Display the error message.
10814
10815 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10816
10817 * gnus-art.el (gnus-default-article-saver):
10818 Add gnus-summary-save-in-pipe to choices.
10819 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10820 gnus-summary-pipe-output-default-command as the default command.
10821 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10822 instead of gnus-last-shell-command.
10823
10824 * gnus-sum.el (gnus-summary-pipe-output-default-command):
10825 New user option.
10826 (gnus-summary-muttprint-program): Mention the value will be changed.
10827 (gnus-summary-save-article): Force showing of all headers.
10828 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10829
10830 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
10831
10832 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10833
10834 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
10835
10836 * nnimap.el (nnimap-id):
10837 * sieve-manage.el (sieve-manage-open): Doc fixes.
10838
10839 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
10840
10841 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10842 if available.
10843
10844 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10847
10848 * nnkiboze.el (nnkiboze-generate-group):
10849 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10850
10851 * nnmairix.el: Require CL.
10852
10853 2008-06-15 David Engster <dengste@eml.cc>
10854
10855 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10856
10857 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
10858
10859 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10860 New macros that expand to an `aset'/`aref' call under Emacs, and to a
10861 runtime choice under XEmacs.
10862
10863 * gnus-sum.el (gnus-summary-set-display-table):
10864 Use `gnus-put-display-table', `gnus-get-display-table',
10865 `gnus-set-display-table' for the display table, instead of `aset'.
10866
10867 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10868
10869 * nnmairix.el: Add autoloads.
10870
10871 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10872
10873 * nnmairix.el (nnmairix-delete-recreate-group)
10874 (nnmairix-update-and-clear-marks): Fix error messages.
10875
10876 2008-06-14 David Engster <dengste@eml.cc>
10877
10878 * nnmairix.el: Upgrade to version 0.6.
10879 (nnmairix-group-toggle-propmarks-this-group)
10880 (nnmairix-group-toggle-readmarks-this-group)
10881 (nnmairix-group-delete-recreate-this-group)
10882 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10883 (nnmairix-remove-tick-mark-original-article): New commands.
10884 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10885 (nnmairix-propagate-marks-to-nnmairix-groups)
10886 (nnmairix-only-use-registry, nnmairix-allowfast-default)
10887 (nnmairix-marks-cache, nnmairix-version-output): New variables.
10888 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10889 functions needed for marks propagation and manipulation of read marks.
10890 (nnmairix-update-groups): New function.
10891 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10892 (nnmairix-determine-original-group-from-registry)
10893 (nnmairix-determine-original-group-from-path)
10894 (nnmairix-get-group-from-file-path, nnmairix-map-range)
10895 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10896 New helper functions.
10897 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10898 keystrokes for new commands.
10899 (nnmairix-delete-and-create-on-change): Doc string cleanup.
10900 (nnmairix-request-group): Check allow-fast group parameter.
10901 (nnmairix-request-create-group): Set allow-fast group parameter if
10902 nnmairix-allowfast-default is set.
10903 (nnmairix-close-group): Propagate marks upon closing if needed.
10904 (nnmairix-group-toggle-threads-this-group): Use new.
10905 nnmairix-group-toggle-parameter helper function.
10906 (nnmairix-search): Better check for empty search result.
10907 (nnmairix-goto-original-article): Use new helper functions for
10908 determining original article.
10909 (nnmairix-show-original-article): Make sure message-id is in brackets.
10910 (nnmairix-call-mairix-binary): Change variable name.
10911 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10912 helper function.
10913 (nnmairix-widget-toggle-activate): Fix doc string.
10914
10915 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10916
10917 * nnir.el: Require edmacro when compiling with XEmacs.
10918 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10919 available in Emacs 21.
10920
10921 2008-06-11 Glenn Morris <rgm@gnu.org>
10922
10923 * gnus-util.el (x-focus-frame):
10924 * gnus.el (image-size):
10925 * mm-decode.el (image-size): Declare.
10926
10927 * gnus-picon.el (declare-function): Add compat definition.
10928 (image-size): Declare.
10929
10930 * gnus-group.el (tool-bar-map):
10931 * gnus-sum.el (tool-bar-map): Define for compiler.
10932
10933 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10934
10935 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10936
10937 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10938 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10939 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10940 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10941 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10942 * sieve-manage.el, spam-report.el, spam.el:
10943 Remove unnecessary eval-and-compile of autoloads.
10944
10945 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10946
10947 * auth-source.el: Precise Tramp doc.
10948
10949 2008-06-07 Glenn Morris <rgm@gnu.org>
10950
10951 * nnmairix.el: Remove unnecessary eval-when-compile.
10952
10953 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
10954
10955 * nnir.el: New file.
10956
10957 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * gnus-util.el (gnus-read-shell-command): New function.
10960 * mm-decode.el (mm-pipe-part):
10961 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10962
10963 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10966
10967 2008-06-03 Glenn Morris <rgm@gnu.org>
10968
10969 * pop3.el (nnheader-accept-process-output): Autoload it.
10970
10971 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10972
10973 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10974 are not 2-digit hexadecimal characters that follow `%'s.
10975
10976 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10977
10978 * message.el (message-bogus-recipient-p): Fix type in doc string.
10979 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10980 (message-bogus-addresses): Rename from message-bogus-address-regexp.
10981 Improve custom options.
10982 (message-bogus-recipient-p): Adjust accordingly.
10983
10984 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10985
10986 * nnmairix.el: Require edmacro when compiling with XEmacs.
10987
10988 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
10989
10990 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10991 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10992
10993 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10994
10995 * auth-source.el: Add more docs.
10996
10997 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10998
10999 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11000 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11001 retrieval faster in some cases, but might make CPU usage larger.
11002 If this has any bad side effects, we might revert this change.
11003
11004 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11005 seems to make mail retrieval much, much faster.
11006 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11007 unconditionally.
11008
11009 * gnus-draft.el (gnus-group-send-queue):
11010 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11011
11012 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11013
11014 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11015
11016 * message.el (message-bogus-address-regexp): Fix and improve custom
11017 type.
11018 (message-setup-hook): Add message-check-recipients as custom option.
11019
11020 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11021
11022 * message.el (message-cite-function): Remove bogus autoload which crept
11023 in during merge from v5-10.
11024
11025 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11026
11027 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11028
11029 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11030
11031 * auth-source.el: Preliminary Tramp docs.
11032 (auth-sources): Change the default auth-sources to use
11033 EPA .gpg files.
11034
11035 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11036
11037 * nntp.el: Autoload `auth-source-user-or-password'.
11038 (nntp-send-authinfo): Use it.
11039
11040 * nnimap.el: Autoload `auth-source-user-or-password'.
11041 (nnimap-open-connection): Use it.
11042
11043 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11044 for the gnus-message function.
11045 (auth-source-user-or-password): Use it.
11046
11047 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11050 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11051 (rfc2104-hash): Use it.
11052
11053 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11054
11055 * gnus-art.el (gnus-article-toggle-truncate-lines):
11056 Don't use `iff' in docstring.
11057
11058 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11059
11060 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11061
11062 * gnus-util.el (gnus-extract-address-component-name)
11063 (gnus-extract-address-component-email): Convenience functions around
11064 `gnus-extract-address-components'.
11065
11066 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11067 Use `gnus-extract-address-component-email' to fix bug of comparing full
11068 sender name to `user-mail-address'.
11069
11070 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11071
11072 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11073 catch/throw to optimize.
11074 (gnus-registry-find-keywords): Just use member to find a keyword.
11075
11076 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11079 is current before calling gnus-server-prepare.
11080 (gnus-server-setup-buffer, gnus-server-update-server)
11081 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11082
11083 2008-05-04 Juri Linkov <juri@jurta.org>
11084
11085 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11086 (mailcap-file-default-commands): Use mailcap-replace-in-string
11087 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11088 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11089
11090 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11091
11092 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11093
11094 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11095
11096 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11097 hooks.
11098 (gnus-update-read-articles): Speed up non-marks-using users.
11099 (gnus-use-marks): Define gnus-use-marks.
11100 (gnus-propagate-marks): Rename variable to something more sensible.
11101
11102 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11103
11104 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11105 (gmm-image-load-path-for-library): Fix typos in docstrings.
11106 (gmm-message): Reflow docstring.
11107
11108 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11109
11110 * mail-source.el (mail-source-set-1, mail-source-bind):
11111 Move auth-source code out of the macro to clean it up and fix bugs.
11112
11113 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11114
11115 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11116 by sender if it's equal to user-mail-address, it's likely to be
11117 useless.
11118
11119 * mail-source.el (mail-source-bind): Don't use user or password if they
11120 are not bound. Unintern them if they are nil. Don't use server unless
11121 it's bound, and default it to empty string otherwise.
11122
11123 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11124
11125 * mail-source.el: Load auth-source.el.
11126 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11127 get user name or password, if auth-sources is set up.
11128
11129 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11130 strategy of splitting with parent.
11131 (gnus-registry-split-fancy-with-parent)
11132 (gnus-registry-post-process-groups): Use it and fix prior
11133 bug (returning a list as the split result).
11134
11135 * auth-source.el (auth-sources): Remove server parameter.
11136 (auth-source-pick, auth-source-user-or-password)
11137 (auth-source-user-or-password-imap)
11138 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11139 (auth-source-user-or-password-sftp)
11140 (auth-source-user-or-password-smtp): Remove server parameter.
11141
11142 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11143
11144 * smime.el (smime-sign-region, smime-encrypt-region)
11145 (smime-decrypt-region):
11146 Remove redundant calls to `generate-new-buffer-name'.
11147
11148 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11149
11150 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11151 Don't use QP for message/rfc822.
11152 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11153
11154 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11155
11156 * sieve-manage.el (sieve-string-bytes): Remove.
11157 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11158 correct byte-length only if the process's coding-system is the same as
11159 the one used internally by Emacs to represent strings.
11160
11161 2008-04-22 Juri Linkov <juri@jurta.org>
11162
11163 * mailcap.el (mailcap-file-default-commands): New function.
11164
11165 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11166
11167 * message.el (message-signature-separator, message-cite-function):
11168 Change custom version.
11169
11170 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11171
11172 * mm-decode.el (mm-display-external): Make temp file read-only.
11173
11174 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11175
11176 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11177 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11178 `C-c C-f d'.
11179
11180 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11181
11182 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11183
11184 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11185
11186 * auth-source.el: Add docs.
11187 (auth-sources): Modify format to support server.
11188 (auth-source-pick, auth-source-user-or-password)
11189 (auth-source-user-or-password-imap)
11190 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11191 (auth-source-user-or-password-sftp)
11192 (auth-source-user-or-password-smtp): Add server parameter.
11193
11194 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11195
11196 * gnus-registry.el: Initialize the registry when gnus-registry-install
11197 is t.
11198
11199 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11200
11201 * compface.el (uncompface): Make buffer unibyte.
11202
11203 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * mail-source.el (mail-source-value):
11206 Prefer fboundp to functionp so it works with macros as well.
11207
11208 2008-04-05 Glenn Morris <rgm@gnu.org>
11209
11210 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11211
11212 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11215 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11216
11217 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11218 multibyteness after rather than before erasing it.
11219
11220 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11221 mm-with-multibyte.
11222 (gnus-request-article-this-buffer): Make sure the proper decoding is
11223 used if gnus-original-article-buffer happens to be unibyte.
11224
11225 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11226 default-enable-multibyte-characters.
11227
11228 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11229 default-enable-multibyte-characters.
11230
11231 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11232
11233 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11234
11235 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11238 Fix last change in case the element is not even a symbol.
11239
11240 2008-04-02 Simon Josefsson <simon@josefsson.org>
11241
11242 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11243 imap-enable-exchange-bug-workaround.
11244 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11245
11246 2008-04-01 Simon Josefsson <simon@josefsson.org>
11247
11248 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11249 a 100 byte status-checks into a 2-3MB transfer for each group.
11250 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11251 to enable bug workaround or not.
11252 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11253
11254 2008-03-31 Glenn Morris <rgm@gnu.org>
11255
11256 * message.el (mml2015-use): Declare for compiler.
11257 (message-info): Require mml2015 when appropriate.
11258
11259 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11262 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11263 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11264 (nntp-service-to-port): New function.
11265 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11266 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11267 (nntp-open-netcat-stream): New function.
11268 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11269
11270 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11271
11272 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11273
11274 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11277
11278 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11279
11280 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11281
11282 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11283
11284 * message.el (message-signature-separator): Change default.
11285 Improve custom type.
11286 (message-cite-function): Change default to
11287 message-cite-original-without-signature.
11288
11289 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11290 toggle.
11291
11292 * message.el (message-check-news-body-syntax): Fix signature check.
11293 (message-setup-1): Mark buffer as unmodified _after_ running
11294 message-setup-hook and handling message-alternative-emails.
11295 (message-shorten-references): Be more strict when building list of
11296 valid references to comply with GNKSA.
11297
11298 * gnus-group.el (gnus-read-ephemeral-bug-group)
11299 (gnus-read-ephemeral-debian-bug-group)
11300 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11301
11302 * message.el (message-info): Don't use booleanp which isn't supported
11303 in Emacs 21 and XEmacs.
11304
11305 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11306
11307 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11308 gnus-group-gmane-group-download-format.
11309 (gnus-group-read-ephemeral-gmane-group): Rename from
11310 gnus-group-read-ephemeral-gmane-group.
11311 (gnus-read-ephemeral-gmane-group-url): Rename from
11312 gnus-group-read-ephemeral-gmane-group-url.
11313 (gnus-bug-group-download-format-alist): New variable.
11314 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11315 (gnus-read-ephemeral-emacs-bug-group): New commands.
11316
11317 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11318
11319 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11320 (gnus-visible-headers): Improve custom type.
11321
11322 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11323
11324 * mml.el (mml-menu): Add workarounds for XEmacs.
11325
11326 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11327 X-Boundary header.
11328
11329 * message.el (message-simplify-recipients): Fix previous commit.
11330
11331 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * mm-util.el (mm-set-buffer-multibyte): New function.
11334 * mm-decode.el (mm-copy-to-buffer): Use it.
11335
11336 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11337 Prefer fboundp to functionp so it works with macros as well.
11338
11339 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11340
11341 * message.el (message-alter-recipients-discard-bogus-full-name):
11342 New function.
11343 (message-alter-recipients-function): New variable.
11344 (message-get-reply-headers): Use it.
11345 (message-replace-header): New helper function.
11346 (message-recipients-without-full-name): New variable.
11347 (message-simplify-recipients): New command.
11348
11349 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11350
11351 * message.el (message-info): Handle EasyPG manual.
11352
11353 * mml.el (mml-menu): Add entry for EasyPG.
11354
11355 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11356
11357 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11358 parameter.
11359
11360 * message.el (message-disassociate-draft): Specify drafts group name
11361 fully.
11362
11363 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11364
11365 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11366 Eliminate unnecessary duplicates from the match list.
11367
11368 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11371 args of `how-many' of which the XEmacs version doesn't take; declare
11372 Info-index-next as function.
11373
11374 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11375
11376 * gnus-score.el (gnus-score-headers): Fix handling of
11377 gnus-inhibit-slow-scoring.
11378
11379 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11380 string.
11381 (gnus-button-url-regexp): Improve handling of parenthesis.
11382 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11383 (gnus-button-handle-info-keystrokes): Handle index entries.
11384
11385 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11386
11387 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11388 Incoming* files.
11389
11390 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11391
11392 * auth-source.el (auth-sources): Rename from auth-source-choices.
11393 (auth-source-pick): Use it.
11394
11395 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11396
11397 * auth-source.el (auth-source-protocols)
11398 (auth-source-protocols-customize, auth-source-choices): Add and
11399 modified variable customizations and defaults.
11400 (auth-source-pick, auth-source-user-or-password)
11401 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11402 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11403 (auth-source-user-or-password-sftp)
11404 (auth-source-user-or-password-smtp): Use new variables and provide an
11405 interface to netrc.el.
11406
11407 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11408
11409 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11410 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11411 Make sure the nntp port to specify is a string.
11412
11413 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * nntp.el: Use with-current-buffer.
11416 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11417 dubious mm-with-unibyte-current-buffer.
11418 (nntp-with-open-group-function): New function extracted from
11419 nntp-with-open-group macro.
11420 (nntp-with-open-group): Use the function, so it's easier to debug.
11421 Add indentation and debugging info.
11422 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11423 Recommend the use of the netcat alternatives.
11424
11425 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11426 Avoid mm-string-as-multibyte as well.
11427
11428 * nnweb.el (nnweb-insert-html):
11429 Remove use of nnheader-string-as-multibyte.
11430
11431 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11432 (nnheader-string-as-multibyte): Remove.
11433
11434 * mm-view.el: Use inhibit-read-only.
11435 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11436 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11437 or unibyte-string.
11438
11439 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11440 (mm-uu-yenc-extract): Use with-current-buffer.
11441
11442 * gnus-soup.el (gnus-soup-send-packet): Don't use
11443 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11444
11445 * nnmh.el: Use with-current-buffer.
11446 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11447 mm-string-as-multibyte on the output of mm-encode-coding-string.
11448
11449 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11450 (nnimap-request-move-article): Use with-current-buffer.
11451
11452 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11453 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11454 conversion uses string-make-unibyte rather than string-as-unibyte.
11455
11456 * gnus-msg.el: Use with-current-buffer.
11457
11458 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11459
11460 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11461
11462 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11463 string for caching if it is 'PIN.
11464
11465 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11466
11467 * mail-source.el (mail-source-delete-old-incoming-confirm):
11468 Change default to nil.
11469 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11470
11471 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11472
11473 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11474 (gnus-article-goto-prev-page): Work for articles having ^L's.
11475
11476 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11477
11478 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11479
11480 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11481
11482 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11483 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11484 (gnus-bookmark-jump): Adjust some variable names.
11485
11486 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11487
11488 * auth-source.el: New package.
11489 (auth-source-choices): Add customization entry point variable.
11490
11491 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11492 bug.
11493
11494 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11495
11496 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11497 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11498 (gnus-registry-install-shortcuts): Rename from
11499 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11500 the `gnus-registry-mark-map' keymap dynamically from
11501 `gnus-registry-marks'. The generated functions update the summary line
11502 when a registry mark is added or deleted, and will call
11503 `gnus-registry-install-p' (see the comments in the code).
11504 (gnus-registry-user-format-function-M): Use concat intelligently.
11505
11506 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11507 the registry mark functions.
11508
11509 2008-03-05 Glenn Morris <rgm@gnu.org>
11510
11511 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11512 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11513 gnus-art.
11514 (top-level): No need to load own source when compiling.
11515
11516 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11517
11518 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11519 Suggested by <chris.anderton@zetnet.co.uk>.
11520
11521 2008-03-04 Glenn Morris <rgm@gnu.org>
11522
11523 * gnus-sum.el (top-level): No need to require gnus when compiling,
11524 since unconditionally required near start of file.
11525 (gnus-summary-display-while-building): Move definition before use.
11526
11527 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11528
11529 * gnus-registry.el (gnus-registry-user-format-function-M):
11530 Add formatting function.
11531
11532 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11533
11534 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11535 with plists.
11536 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11537 Use new format.
11538
11539 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11540
11541 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11542 `where-is-internal' that returns a range of key sequences.
11543
11544 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11547
11548 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11549 (gnus-summary-jump-to-group): Consider windows on other displayed
11550 frames as well. Similar changes might be needed elsewhere, but that's
11551 the one I've bumped into during my use.
11552
11553 * nndoc.el (nndoc-oe-dbx-type-p):
11554 * gnus-msg.el (gnus-debug):
11555 * gnus-group.el (gnus-update-group-mark-positions):
11556 Use mm-string-to-multibyte.
11557
11558 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11559
11560 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11561 doesn't handle NotDashEscaped.
11562
11563 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11564 (mml-dnd-attach-options): Fix typo in custom choice.
11565
11566 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11567 Change nndoc-article-type to mbox.
11568 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11569
11570 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11571 to nil, instead of html2text.
11572
11573 * imap.el (imap-debug): Add `imap-ping-server'.
11574
11575 * gnus-bookmark.el: Add FIXMEs.
11576
11577 * message.el (message-form-letter-separator)
11578 (message-send-form-letter-delay): New variables.
11579 (message-send-form-letter): Use them. New command to send form
11580 letters. Requested by Uwe Siart.
11581 (message-send-mail-function): Doc fix. Add "Other" custom option.
11582
11583 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11584
11585 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11586 empty author.
11587
11588 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11589
11590 * gnus-registry.el (gnus-registry-marks): Add variable for
11591 customization of marks and their appearance.
11592 (gnus-registry-read-mark): Use it.
11593 (gnus-registry-do-marks): Add utility function to loop through
11594 `gnus-registry-marks'.
11595 (gnus-registry-install-shortcuts-and-menus): Add function to install
11596 shortcuts and menus.
11597 (gnus-registry-initialize): Use it.
11598 (gnus-registry-default-mark): Clarify documentation.
11599
11600 2008-02-29 Glenn Morris <rgm@gnu.org>
11601
11602 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11603 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11604 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11605 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11606 Change defcustom :version from 23.0 to 23.1.
11607
11608 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11609
11610 * gnus-registry.el (gnus-registry-follow-group-p)
11611 (gnus-registry-post-process-groups): Add functions to aid registry
11612 splitting and improve logging. Clarify behavior in function
11613 documentation.
11614 (gnus-registry-split-fancy-with-parent): Use them.
11615
11616 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * gnus-art.el: Use with-current-buffer.
11619
11620 2008-02-27 David Engster <dengste@eml.cc>
11621
11622 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11623 Express real group name in the response.
11624
11625 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11626
11627 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11628 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11629 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11630 autoload gnus-registry-fetch-group when compiling.
11631 (nnmairix-request-group-with-article-number-correction):
11632 Remove unreferenced argument passed to nnmairix-call-backend.
11633
11634 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11635
11636 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11637 (mm-uu-extract): Improve face for low color ttys.
11638 Reported by Sascha Wilde.
11639
11640 2008-02-27 Glenn Morris <rgm@gnu.org>
11641
11642 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11643 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11644 variables to defconsts. Convert comments to doc-strings.
11645 (nnmairix-last-server, nnmairix-current-server): Convert from free
11646 variables to defvars. Convert comments to doc-strings.
11647 (gnus-registry-fetch-group): Autoload.
11648 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11649 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11650 (nnmairix-widget-build-editable-fields): Use car cddr rather than
11651 caddr.
11652 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11653 nnmairix-request-group-with-article-number-correction call.
11654 (nnmairix-fast, nnmairix-group): New, less general names, for free
11655 variables passed from nnmairix-request-group to
11656 nnmairix-request-group-with-article-number-correction. Declare.
11657 (nnmairix-request-group-with-article-number-correction):
11658 Use nnmairix-fast, nnmairix-group rather than fast, group.
11659
11660 2008-02-26 David Engster <dengste@eml.cc>
11661
11662 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
11663 version 0.5.
11664
11665 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11666
11667 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11668 instead of making an extra function call. Don't add the current group
11669 to articles only when they have the group. Use
11670 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11671 Reported by David <de_bb@arcor.de>.
11672
11673 2008-02-24 Miles Bader <miles@gnu.org>
11674
11675 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11676 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11677 (mm-find-mime-charset-region):
11678 * mm-bodies.el (mm-encode-body):
11679 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11680
11681 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
11682
11683 * mail-source.el (mail-source-delete-incoming): Change default.
11684 Supplement doc string.
11685
11686 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11687
11688 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11689
11690 * nnmail.el (nnmail-message-id-cache-file): Derive from
11691 `gnus-home-directory'.
11692
11693 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
11694
11695 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11696 Document negative prefix.
11697
11698 * gnus-group.el (gnus-group-read-group): Document negative prefix.
11699
11700 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11701
11702 * message.el (message-unsent-separator): Add the Exim bounce
11703 separator.
11704
11705 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11706
11707 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11708 list.
11709 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11710 recipient/signer list.
11711
11712 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11713
11714 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11715 fbound (Emacs 23 unicode), signal an error.
11716
11717 2008-02-08 Glenn Morris <rgm@gnu.org>
11718
11719 * gnus-art.el (pgg-display-output-buffer): Declare as function.
11720
11721 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
11722
11723 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11724 ports to the calls to `netrc-machine-user-or-password' in addition to
11725 "imap" and "imaps".
11726
11727 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11728
11729 * gnus.el (gnus-group-startup-message): Add `find-image' call before
11730 image-load-path is let-bound. Reported by Harald Hanche-Olsen
11731 <hanche@math.ntnu.no>.
11732
11733 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11734
11735 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11736
11737 2008-02-01 Zhang Wei <id.brep@gmail.com>
11738
11739 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11740
11741 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11742
11743 2008-02-01 Miles Bader <miles@gnu.org>
11744
11745 * mml.el (mml-parse-1): Remove apparently vestigial use of
11746 `mm-hack-charsets'.
11747 * mm-bodies.el (mm-encode-body): Likewise.
11748
11749 2008-02-01 Kenichi Handa <handa@m17n.org>
11750
11751 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11752 rfc2104-hexstring-to-bitstring and changed to return a byte list.
11753 (rfc2104-hash): Convert the result of concat to unibyte string.
11754
11755 2008-02-01 Dave Love <fx@gnu.org>
11756
11757 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11758 coding-system-for-read.
11759 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11760
11761 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11762 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
11763 (mm-find-mime-charset-region): Remove hack-charsets stuff.
11764
11765 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
11766
11767 * mail-source.el (mail-sources): Add `group' choice.
11768
11769 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11770 parameter `in-group' to control into which group the articles go.
11771 Add treatment of `group' mail-source.
11772
11773 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11774
11775 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11776 * message.el (message-beginning-of-line): Use featurep instead of bound
11777 tests in order to resolve conditionals at compile time.
11778
11779 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11780
11781 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11782
11783 * mm-decode.el (mm-dissect-buffer): Decode description.
11784
11785 * mml.el (mml-to-mime): Encode message header first.
11786
11787 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11790 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11791
11792 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
11793
11794 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11795
11796 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11799 prefix keys.
11800 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11801 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11802 gnus-xmas.el.
11803
11804 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11805
11806 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11807 Add new variables for article mark management.
11808 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11809 list of extra data entries which, when present, will indicate that the
11810 article ID should not be trimmed from the registry.
11811 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11812 functions.
11813 (gnus-registry-read-mark): New function to read a mark name from the
11814 user.
11815 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11816 (gnus-registry-set-article-mark-internal): New functions to add and
11817 remove marks.
11818 (gnus-registry-get-article-marks): New function to show the marks for
11819 an article, or retrieve them for further use.
11820
11821 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11824 keys when no argument is given.
11825
11826 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11827
11828 * gnus-sum.el (gnus-article-sort-by-random)
11829 (gnus-thread-sort-by-random): Fix doc strings.
11830 Reported by jidanni@jidanni.org.
11831
11832 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
11833
11834 * gnus-art.el (gnus-article-describe-bindings): New function.
11835 (gnus-article-read-summary-keys): Use it.
11836 (gnus-article-mode-map): Bind `C-h b' to it.
11837
11838 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11839
11840 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11841 XEmacs.
11842 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11843 Protect against non-character events.
11844
11845 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
11846
11847 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11848 New command.
11849 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11850 instead of END. Change name of the temp file.
11851 (gnus-group-gmane-group-download-format): Add doc string. Make it
11852 customizable.
11853
11854 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11855
11856 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11857 bind `S W' to gnus-article-wide-reply-with-original; set default
11858 binding to gnus-article-read-summary-send-keys.
11859 (gnus-article-read-summary-keys): Fix the order of keys; display
11860 continuation keys correctly in the echo area; describe bindings
11861 correctly when keys end with `C-h'.
11862 (gnus-article-read-summary-send-keys): New function.
11863 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11864 Work for gnus-article-read-summary-send-keys; display continuation keys
11865 correctly in the echo area.
11866 (gnus-article-reply-with-original): Ignore prefix argument.
11867 (gnus-article-wide-reply-with-original): New function.
11868
11869 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11870
11871 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11872 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11873
11874 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
11875
11876 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11877 (gnus-group-read-ephemeral-gmane-group): New command.
11878
11879 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11880
11881 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11882
11883 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11884
11885 * message.el (message-send-mail-function): Increase custom version.
11886
11887 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11888 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
11889
11890 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
11891
11892 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11893 html parts correctly; support forwarded messages.
11894 (gnus-article-browse-html-article): Remove work buffers.
11895
11896 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11897 compiling.
11898 (netrc-bound-and-true-p): New macro.
11899 (netrc-parse): Use it instead of bound-and-true-p that is not available
11900 in XEmacs 21.4.
11901
11902 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
11903
11904 * gnus-registry.el (gnus-registry-mark-article)
11905 (gnus-registry-article-marks): Add functionality to mark articles
11906 through the Gnus registry.
11907
11908 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11909 (netrc-parse): Use encrypt-file-alist to determine if
11910 encrypt-find-model or encrypt-insert-file-contents should be used.
11911
11912 2007-12-19 Glenn Morris <rgm@gnu.org>
11913
11914 * mml.el (message-options-set, message-narrow-to-head)
11915 (message-in-body-p, message-mail-p, message-encode-message-body):
11916 Autoload.
11917 (message-remove-header, message-narrow-to-headers-or-head)
11918 (message-subscribed-p, message-make-mail-followup-to)
11919 (message-position-on-field, message-news-p)
11920 (message-options-set-recipient, message-generate-headers)
11921 (message-sort-headers): Declare as functions.
11922
11923 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11924
11925 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11926 convention in doc string.
11927
11928 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11929
11930 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11931 title to html parts.
11932 (gnus-article-browse-html-article): Pass message header to it.
11933
11934 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11935
11936 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
11937
11938 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11939 or password compatible with XEmacs.
11940
11941 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11942
11943 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11944 format document.
11945 (gnus-mime-delete-part): Don't write description line if empty.
11946 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11947
11948 2007-12-14 Johan Bockgård <bojohan@gnu.org>
11949
11950 * gnus-sum.el (gnus-summary-mark-unread-as-read)
11951 (gnus-summary-mark-read-and-unread-as-read)
11952 (gnus-summary-mark-current-read-and-unread-as-read)
11953 (gnus-summary-mark-unread-as-ticked): Doc fix.
11954 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11955
11956 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11957
11958 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11959 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11960
11961 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11962
11963 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11964 yes-or-no-p.
11965
11966 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
11967
11968 * mm-decode.el (mm-add-meta-html-tag): New function.
11969 (mm-save-part-to-file, mm-pipe-part): Use it.
11970
11971 * gnus-art.el (gnus-article-browse-delete-temp-files):
11972 Use gnus-y-or-n-p instead of y-or-n-p.
11973 (gnus-article-browse-html-parts): Work with message/external-body; use
11974 mm-add-meta-html-tag.
11975
11976 2007-12-11 Glenn Morris <rgm@gnu.org>
11977
11978 * gnus-cache.el: Require gnus-sum not just when compiling.
11979
11980 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11981
11982 * gnus-int.el (gnus-server-opened, gnus-status-message):
11983 Move definitions before use.
11984
11985 * mm-decode.el: Require gnus-util.
11986 (mm-remove-part): Only call delete-annotation on XEmacs.
11987
11988 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11989
11990 * nnmail.el: Require gnus-int.
11991
11992 * spam.el: Move `require's before `eval-when-compile's.
11993
11994 * gnus-ems.el (gnus-alive-p):
11995 * gnus-fun.el (message-goto-eoh):
11996 * gnus-util.el (gnus-group-name-decode):
11997 * mail-source.el (gnus-compress-sequence):
11998 * message.el (Info-goto-node, format-spec):
11999 * mm-bodies.el (message-options-get):
12000 * mm-decode.el (mm-view-pkcs7):
12001 * mm-util.el (gmm-write-region):
12002 * mml-smime.el (mml-compute-boundary)
12003 (gnus-completing-read-with-default):
12004 * mml.el (widget-button-press, gnus-make-hashtable):
12005 * mml1991.el (mm-decode-content-transfer-encoding)
12006 (mm-encode-content-transfer-encoding)
12007 (message-options-get, message-options-set):
12008 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12009 * nnfolder.el (gnus-request-group):
12010 * nnheader.el (ietf-drums-unfold-fws):
12011 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12012 * smime.el (gnus-run-mode-hooks):
12013 * spam-stat.el (gnus-message): Autoload.
12014
12015 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12016 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12017 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12018 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12019 Add declare-function compatibility definition.
12020
12021 * gnus-cache.el (nnvirtual-find-group-art):
12022 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12023 (gnus-add-image, gnus-add-wash-type):
12024 * gnus-group.el (nnkiboze-score-file):
12025 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12026 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12027 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12028 (message-tokenize-header, gnus-get-buffer-create)
12029 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12030 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12031 * gnus.el (gnus-group-decoded-name):
12032 * mail-source.el (imap-capability):
12033 * mm-bodies.el (message-options-set):
12034 * mm-decode.el (gnus-configure-windows):
12035 * mm-extern.el (message-goto-body):
12036 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12037 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12038 (epg-sub-key-validity, message-options-set):
12039 * mml.el (widget-event-point, gnus-configure-windows):
12040 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12041 * mml2015.el (epg-check-configuration, epg-configuration)
12042 (message-options-set):
12043 * nndb.el (nndb-request-article):
12044 * nnfolder.el (gnus-request-create-group):
12045 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12046 * nnmaildir.el (gnus-group-mark-article-read):
12047 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12048 * rfc1843.el (message-fetch-field):
12049 * spam.el (gnus-extract-address-components):
12050 Declare as functions.
12051
12052 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12055
12056 2007-12-09 Glenn Morris <rgm@gnu.org>
12057
12058 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12059
12060 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12061 * message.el, mm-view.el, sieve-manage.el, smime.el:
12062 Add declare-function compatibility definition.
12063
12064 * gnus-art.el (w3-region, w3m-region, Info-menu):
12065 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12066 * gnus-sum.el (gnus-get-predicate):
12067 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12068 * message.el (mail-abbrev-in-expansion-header-p):
12069 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12070 (w3m-detect-meta-charset, w3m-region):
12071 * sieve-manage.el (password-read, password-cache-add)
12072 (password-cache-remove):
12073 * smime.el (password-read-and-add): Declare as functions.
12074
12075 2007-12-08 David Kastrup <dak@gnu.org>
12076
12077 * gnus-sum.el (gnus-summary-simplify-subject-query):
12078 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12079 `message'.
12080
12081 2007-12-07 Glenn Morris <rgm@gnu.org>
12082
12083 * gnus-art.el (article-make-date-line): Revert previous change.
12084
12085 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12086
12087 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12088
12089 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12090
12091 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12092 Call gnus-add-to-range ranges only once with a prepared article-list.
12093
12094 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12095
12096 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12097 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12098 group names with backslashes.
12099 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12100
12101 2007-12-06 Deepak Goel <deego3@gmail.com>
12102
12103 * gnus-art.el (article-make-date-line):
12104 * gnus-start.el (gnus-load):
12105 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12106
12107 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12108
12109 * gnus-art.el (gnus-use-idna):
12110 * gnus-start.el (gnus-site-init-file):
12111 * message.el (message-use-idna):
12112 * mm-uu.el (mm-uu-hide-markers):
12113 * smiley.el (smiley-style): Revert changes that suppress warnings.
12114
12115 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12116
12117 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12118 specify charset to html source.
12119 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12120
12121 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12122
12123 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12124 idna-program in order to suppress byte compile warning issued by XEmacs
12125 that came to byte compile the default value section of defcustom forms
12126 recently.
12127
12128 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12129 value of installation-directory.
12130
12131 * message.el (message-use-idna): Don't directly refer to the value of
12132 idna-program.
12133
12134 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12135
12136 * smiley.el (smiley-style): Don't directly call face-attribute.
12137
12138 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12139
12140 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12141
12142 * gnus-dired.el: Reduce Gnus dependencies.
12143 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12144 Don't require. Use autoloads instead.
12145 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12146 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12147 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12148 (gnus-dired-mode): Adjust doc string.
12149 (gnus-dired-mail-mode): New variable.
12150 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12151 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12152 (gnus-dired-mail-buffers): New function. Return mail or message
12153 composition buffers.
12154 (gnus-dired-attach): Use it.
12155 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12156 NO-DECODE.
12157 (gnus-dired-print): Use `gnus-print-buffer' depending on
12158 `gnus-dired-mail-mode'.
12159
12160 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12161
12162 * rfc2047.el (rfc2047-encoded-word-regexp)
12163 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12164 explaining what regexp patterns are for.
12165
12166 2007-12-04 Glenn Morris <rgm@gnu.org>
12167
12168 * password.el: Move to ../password-cache.el.
12169
12170 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12171 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12172 * mml-smime.el (password-read, password-cache-add)
12173 (password-cache-remove):
12174 No need to autoload, since mml-sec requires password.
12175
12176 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12177 * message.el (gnus-extract-address-components):
12178 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12179
12180 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12181 password.
12182
12183 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12184
12185 * mailcap.el: Reduce dependencies.
12186 (mail-header-parse-content-type): Autoload.
12187 (mailcap-delete-duplicates): New alias.
12188 (mailcap-mime-info): Add optional argument NO-DECODE.
12189 (mailcap-mime-types): Use mailcap-delete-duplicates.
12190
12191 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12192
12193 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12194
12195 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12196 function.
12197
12198 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12199 (gnus-uu-yenc-article): New function.
12200
12201 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12202
12203 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12204
12205 2007-12-02 Glenn Morris <rgm@gnu.org>
12206
12207 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12208 Move to ../net.
12209
12210 * binhex.el, uudecode.el: Move to ../mail.
12211
12212 * encrypt.el: Remove file.
12213
12214 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12217 matches on patches.
12218
12219 * gnus-art.el (gnus-article-browse-html-article):
12220 Mention `mm-text-html-renderer' in the doc string.
12221
12222 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12223 string. Add comments.
12224
12225 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12226 if rhs is ASCII.
12227
12228 2007-12-01 Glenn Morris <rgm@gnu.org>
12229
12230 * dig.el, dns.el: Move to ../net.
12231 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12232
12233 * mail-source.el (top-level): Require format-spec before
12234 eval-when-compile.
12235
12236 2007-11-30 Glenn Morris <rgm@gnu.org>
12237
12238 * encrypt.el: Require password, rather than autoloading password-read.
12239
12240 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12241
12242 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12243 caller can indicate whether the cache should be disregarded for this
12244 call. This way the result of the call is reproducible at all times and
12245 can be considered a canonical server name for the supplied method.
12246 (gnus-agent-method-p): Canonicalize server names by pushing their
12247 method through `gnus-method-to-server' using the no-cache argument.
12248
12249 * gnus-srvr.el (gnus-server-insert-server-line):
12250 Call `gnus-method-to-server' with `no-cache' argument.
12251
12252 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12253 gnus-agent-possibly-synchronize-flags as this should be called when the
12254 server is actually being opened.
12255 (gnus-agent-possibly-synchronize-flags)
12256 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12257 flags file of an agentized server to the latter function.
12258
12259 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12260 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12261 after a connection has been established successfully.
12262
12263 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12264
12265 * gnus-art.el (article-display-face): Force to display face if called
12266 interactively; check if gnus-article-x-face-too-ugly matches author.
12267 (article-display-x-face): Display face even if From header is missing
12268 as article-display-face does.
12269
12270 2007-11-28 Richard Stallman <rms@gnu.org>
12271
12272 * md4.el: Move to ../.
12273 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12274
12275 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12276
12277 * mail-source.el (mail-sources): Default to fetch from file for
12278 compatibility with default of nnmail-spool-file.
12279
12280 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12281
12282 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12283 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12284 to look for encoded word that should be encoded again.
12285 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12286 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12287 encoding pattern.
12288 (rfc2047-decode-region): Switch strict regexp and loose one according
12289 to rfc2047-allow-irregular-q-encoded-words.
12290
12291 2007-11-26 Simon Josefsson <simon@josefsson.org>
12292
12293 * imap.el: Move to ../net directory.
12294
12295 2007-11-25 Romain Francoise <romain@orebokech.com>
12296
12297 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12298
12299 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12300
12301 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12302 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12303
12304 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12305 `nnmail-spool-file'.
12306
12307 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12308 `nnmail-spool-file'.
12309
12310 * gnus-move.el (gnus-change-server): Ditto.
12311
12312 * gnus-kill.el (gnus-batch-score): Ditto.
12313
12314 * gnus-cache.el (gnus-jog-cache): Ditto.
12315
12316 * gnus-msg.el (gnus-summary-reply):
12317 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12318
12319 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12320
12321 * gnus-cache.el (gnus-cache-generate-nov-databases):
12322 Use nnml-generate-nov-databases-directory instead of
12323 nnml-generate-nov-databases-1.
12324
12325 2007-11-24 Glenn Morris <rgm@gnu.org>
12326
12327 * message.el (message-tool-bar-retro): Update for rename
12328 mail_send.xpm->mail-send.xpm.
12329
12330 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12331
12332 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12333 `smime-ldap-search' for Emacs 22 and up.
12334
12335 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12336
12337 * hashcash.el: Move to ../mail directory.
12338
12339 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12340
12341 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12342 `smime-ldap-search' for Emacs 22 and up.
12343
12344 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12347
12348 * message.el (message-send-mail-function): Fix error convention.
12349 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12350 (message-widen-reply, message-send-mail, message-talkative-question)
12351 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12352 (message-clone-locals, message-send-news): Use with-current-buffer.
12353 (message-insert-or-toggle-importance): Remove unused var `valid'.
12354 (message-make-references): Remove unused var `new-references'.
12355 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12356
12357 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12360 (spam-split-symbolic-return-positive): Reflow docstring.
12361 (spam-backends, spam-summary-exit-behavior)
12362 (spam-mark-ham-unread-before-move-from-spam-group)
12363 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12364 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12365 (spam-clear-cache, spam-backend-check, spam-install-backend)
12366 (spam-install-statistical-backend, spam-list-of-processors)
12367 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12368 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12369 (spam-check-crm114, spam-initialize, spam-unload-hook):
12370 Fix typos in docstrings.
12371
12372 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12373
12374 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12375 been checked if they have never been read and those group levels are
12376 higher than the one that a user specified.
12377
12378 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12379
12380 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12381 foreign groups unless a group level is specified by a user.
12382 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12383
12384 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12385
12386 * message.el (message-send-mail-function): Require sendmail.
12387
12388 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12389
12390 * message.el (message-send-mail-function): Check for smtpmail too.
12391
12392 * utf7.el (utf7-encode, utf7-decode): Use coding system
12393 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12394
12395 * message.el (message-send-mail-function): New function.
12396 (message-send-mail-function): Set default using
12397 message-send-mail-function. Adjust doc string.
12398 (message-send-mail-with-mailclient): New function.
12399
12400 2007-11-17 Richard Stallman <rms@gnu.org>
12401
12402 * assistant.el: Remove file.
12403
12404 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12405
12406 * smime.el (from):
12407 * rfc2047.el (message-posting-charset):
12408 * qp.el (mm-use-ultra-safe-encoding):
12409 * pop3.el (parse-time-months):
12410 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12411 * nnml.el (files):
12412 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12413 (jka-compr-compression-info-list, ange-ftp-path-format)
12414 (efs-path-regexp):
12415 * nndiary.el (files):
12416 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12417 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12418 (epg-digest-algorithm-alist, inhibit-redisplay)
12419 (password-cache-expiry):
12420 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12421 (pgg-output-buffer, password-cache-expiry):
12422 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12423 (efs-path-regexp):
12424 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12425 (inhibit-redisplay):
12426 * mm-uu.el (file-name, start-point, end-point, entry)
12427 (gnus-newsgroup-name, gnus-newsgroup-charset):
12428 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12429 (latin-unity-ucs-list):
12430 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12431 (mm-uu-binhex-decode-function):
12432 * message.el (gnus-message-group-art, gnus-list-identifiers)
12433 (rmail-enable-mime-composing, gnus-local-organization)
12434 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12435 (gnus-read-active-file, facemenu-add-face-function)
12436 (facemenu-remove-face-function, gnus-article-decoded-p)
12437 (tool-bar-mode):
12438 * mail-source.el (display-time-mail-function):
12439 * gnus-util.el (nnmail-pathname-coding-system)
12440 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12441 (gnus-original-article-buffer, gnus-user-agent)
12442 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12443 (xemacs-codename, sxemacs-codename, emacs-program-version):
12444 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12445 * gnus-start.el (gnus-agent-covered-methods)
12446 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12447 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12448 (gnus-newsgroup-headers, gnus-group-list-mode)
12449 (gnus-group-mark-positions, gnus-newsgroup-data)
12450 (gnus-newsgroup-unreads, nnoo-state-alist)
12451 (gnus-current-select-method, mail-sources)
12452 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12453 (nnmail-spool-file, gnus-cache-active-hashtb):
12454 * gnus-mh.el (mh-lib-progs):
12455 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12456 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12457 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12458 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12459 (gnus-group-buffer):
12460 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12461 (font-lock-set-defaults):
12462 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12463 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12464 (gnus-summary-post-menu, total-parts, type, condition, length):
12465 * gnus-agent.el (gnus-agent-read-agentview):
12466 * flow-fill.el (show-trailing-whitespace):
12467 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12468 eval-and-compile wrappers for byte compiler pacifiers.
12469
12470 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12471 (mm-display-inline-fontify): Check for featurep 'xemacs not
12472 extent-list.
12473
12474 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12475 itimer-list.
12476 (mm-create-image-xemacs): Only do something for XEmacs.
12477 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12478
12479 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12480
12481 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12482 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12483
12484 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * nnimap.el (nnimap-split-download-body):
12487 * gnus-demon.el (gnus-demon):
12488 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12489
12490 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12491
12492 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12493 New macros.
12494 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12495 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12496 copy data from unibyte buffer to multibyte current buffer.
12497 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12498 to copy data from unibyte current buffer to multibyte buffer.
12499 (nntp-make-process-buffer): Make process buffer unibyte.
12500
12501 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12502
12503 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12504
12505 * pop3.el (pop3-open-server): Accept and process data more robustly at
12506 connection start to avoid spurious "POP SSL connection failed" errors.
12507
12508 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12509
12510 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12511 read group names.
12512
12513 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12514
12515 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12516
12517 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12518
12519 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12520 (nnmail-save-active): Use a unibyte buffer when saving active file,
12521 which may contain non-ASCII group names.
12522
12523 * nnml.el (nnml-request-group): Decode group names in messages.
12524
12525 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12526
12527 * message.el (message-citation-line-function)
12528 (message-insert-formatted-citation-line): Fix spelling of
12529 `message-insert-formated-citation-line'.
12530
12531 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12534
12535 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12536
12537 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12538 nnmail-pathname-coding-system.
12539
12540 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12541 that a user enters; decode group names in messages.
12542
12543 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12544
12545 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12548
12549 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12550
12551 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12552 risky local variable.
12553
12554 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12555
12556 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12557
12558 * encrypt.el: Improve documentation to fix function name typo.
12559 Reported by Daiki Ueno <ueno@unixuser.org>.
12560
12561 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12562
12563 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12564 even if the point is not in the last page of an article.
12565 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12566 back to the previous page.
12567
12568 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12569
12570 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12571
12572 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12573
12574 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12575
12576 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 * message.el (message-check-news-body-syntax):
12579 Avoid mm-string-as-multibyte.
12580 (message-hide-headers): Don't assume (point-min)==1.
12581
12582 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12583
12584 * message.el (message-remove-blank-cited-lines): Fix if remove is
12585 given.
12586 (message-bogus-address-regexp): New variable.
12587 (message-bogus-recipient-p): New function.
12588 (message-check-recipients): New command.
12589 (message-syntax-checks): Add `bogus-recipient'.
12590 (message-fix-before-sending): Add `bogus-recipient'.
12591
12592 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12593 (gnus-treat-body-boundary): Don't test window-system.
12594
12595 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12596
12597 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12598
12599 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12600
12601 * gnus.el: Bump version to Gnus v5.13.
12602
12603 2007-10-28 Miles Bader <miles@gnu.org>
12604
12605 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12606 at compile-time too.
12607
12608 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12609
12610 * gnus-msg.el (gnus-message-setup-hook):
12611 Add `message-remove-blank-cited-lines' to options.
12612
12613 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12614
12615 * message.el (message-remove-blank-cited-lines): New function.
12616 Suggested by Karl Plästerer.
12617
12618 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12619
12620 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12621 mapc.
12622
12623 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12624 (top-level): Use mapc to set functions to be traced for debugging.
12625
12626 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12627 called for effect with while loop.
12628
12629 * message.el (message-talkative-question): Replace mapcar called for
12630 effect with mapc.
12631
12632 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12633 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12634 called for effect with dolist.
12635
12636 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12637
12638 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12639 gnus-extra-headers and nnmail-extra-headers.
12640
12641 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12642 called for effect with dolist.
12643 (top-level): Use mapc to set functions to be traced for debugging.
12644
12645 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12646 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12647 dolist.
12648
12649 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12650 Replace mapcar called for effect with mapc.
12651 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12652 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12653 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12654 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12655
12656 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12657 remove-if that's a cl function.
12658
12659 * webmail.el (webmail-debug): Replace mapcar called for effect with
12660 dolist.
12661
12662 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
12663
12664 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12665 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12666 with while loop.
12667
12668 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12669 functions from article-* functions.
12670 (gnus-multi-decode-header): Replace mapcar called for effect with
12671 dolist.
12672
12673 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12674 (gnus-bookmark-show-details): Replace mapcar called for effect with
12675 while loop.
12676
12677 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12678 called for effect with while loop.
12679
12680 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12681 with dolist.
12682
12683 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12684 Replace mapcar called for effect with dolist.
12685
12686 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12687
12688 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12689 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12690 Replace mapcar called for effect with dolist.
12691 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12692 mapc.
12693
12694 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12695 Replace mapcar called for effect with dolist.
12696 (gnus-topic-list): Replace mapcar called for effect with mapc.
12697
12698 * gnus.el: Use mapc instead of mapcar to add autoloads.
12699
12700 2007-10-23 Richard Stallman <rms@gnu.org>
12701
12702 * gnus-group.el (gnus-group-highlight): Mark as risky.
12703
12704 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12705
12706 * gnus.el (gnus-server-to-method): Return method found first in
12707 gnus-newsrc-alist.
12708
12709 * gnus-art.el (gnus-article-highlight-signature)
12710 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12711 button overlay without the front stickiness.
12712
12713 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
12714
12715 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12716 overview buffer needed a catch to receive its throw.
12717 (gnus-agent-flush-cache): Declare as interactive to make this function
12718 easier to use.
12719
12720 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12723 `next-line'.
12724
12725 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
12726
12727 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12728 exclude address matching message-dont-reply-to-names.
12729
12730 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12731
12732 * gnus-util.el (gnus-string<): New function.
12733
12734 * gnus-sum.el (gnus-article-sort-by-author)
12735 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12736
12737 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12738
12739 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12740 the frame-focus tag is set in gnus-buffer-configuration.
12741
12742 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12743
12744 * gnus-art.el (gnus-article-add-button): Make a button overlay without
12745 the front stickiness.
12746
12747 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12748
12749 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12750 url pattern; remove duplicate one.
12751 (gnus-article-extend-url-button): New function.
12752 (gnus-article-add-buttons): Use it.
12753 (gnus-button-push): Use concatenated url that it makes.
12754
12755 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
12756
12757 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12758 (sieve-manage-open): Use `mapc' instead of `mapcar'.
12759
12760 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12761
12762 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12763 Don't hardcode point-min==1.
12764
12765 2007-09-30 David Kastrup <dak@gnu.org>
12766
12767 * gnus-art.el (gnus-article-reply-with-original)
12768 (gnus-article-followup-with-original): When `transient-mark-mode' is
12769 off, refrain from active-region behavior for followups.
12770
12771 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
12772
12773 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12774 Fix comment about "iso8859-1".
12775
12776 2007-10-08 Daiki Ueno <ueno@unixuser.org>
12777
12778 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12779 ones returned from the verify-function.
12780
12781 * mm-uu.el (mm-uu-pgp-signed-extract-1):
12782 Call mml2015-extract-cleartext-signature if extraction failed.
12783
12784 2007-10-07 Daiki Ueno <ueno@unixuser.org>
12785
12786 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12787 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12788 failed.
12789
12790 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12791
12792 * Relicense "GPLv2 or later" files to "GPLv3 or later".
12793
12794 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12795
12796 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12797 to mark a thread as expirable. Add variable `hide' to handle hiding of
12798 thread for both the null and zero (kill/expire thread) universal prefix
12799 cases.
12800 (gnus-summary-expire-thread): Add new function to expire a thread,
12801 using gnus-summary-kill-thread.
12802 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12803 shortcuts for gnus-summary-expire-thread.
12804 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12805 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
12806
12807 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12808
12809 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12810 extras value, so an extras entry can be deleted.
12811 (gnus-registry-delete-extra-entry): Use it.
12812 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12813 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12814 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12815 storage through the gnus-registry, and provide an appropriate API for
12816 it.
12817
12818 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12819
12820 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12821 Suggested by Leo <sdl.web@gmail.com>.
12822
12823 * gnus.el: Do.
12824
12825 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12828 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
12829
12830 * gnus-agent.el (gnus-agent-fetch-headers): Do.
12831
12832 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12833 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12834
12835 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12836
12837 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12838 newline.
12839 (nnmbox-request-accept-article): Don't change article in source buffer;
12840 narrow to header to use message-fetch-field rather than
12841 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12842 (nnmbox-request-replace-article): Quote lines that'll be misidentified
12843 as delimiters; make sure article ends with newline.
12844 (nnmbox-delete-mail): Correct last position of article to be deleted;
12845 ignore X-Gnus-Newsgroup header in article body.
12846 (nnmbox-save-mail): Quote lines looking like delimiters at the right
12847 positions; make sure article ends with newline.
12848
12849 * message.el (message-display-abbrev): Don't infloop when a user
12850 inserts SPC in the beginning of header.
12851
12852 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
12853
12854 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12855 list of groups not followed by default. Fix type to be regexp.
12856 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12857
12858 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
12859
12860 * hmac-def.el (define-hmac-function): Switch from old-style to
12861 new-style backquotes.
12862
12863 * md4.el (md4-make-step): Likewise.
12864
12865 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12866
12867 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12868 raw-text coding system when saving .newsrc file, which may contain
12869 non-ASCII group names.
12870
12871 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12872
12873 * gnus-cus.el (gnus-score-extra): New widget.
12874 (gnus-score-extra-convert): New function.
12875 (gnus-score-customize): Use it for Extra.
12876
12877 2007-08-31 Daiki Ueno <ueno@unixuser.org>
12878
12879 * mml2015.el (mml2015-extract-cleartext-signature): New function.
12880 (mml2015-mailcrypt-clear-verify): Use it.
12881 (mml2015-gpg-clear-verify): Use it.
12882 (mml2015-pgg-clear-verify): Use it.
12883 (mml2015-epg-clear-verify): Replace the current part with the output
12884 from GnuPG; don't extract the plaintext by itself.
12885
12886 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12887 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12888 mml2015-clear-verify-function; don't touch the armor headers or
12889 dash-escaped text here.
12890
12891 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12892
12893 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12894 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12895 parts, or application/octet-stream as a last resort.
12896 (gnus-mime-view-part-as-type): Don't toggle display.
12897 (gnus-mime-view-part-as-charset): Don't turn off display before
12898 querying charset.
12899
12900 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12901 stuff to undisplayer function in Emacs.
12902 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12903
12904 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12905 text/calendar parts.
12906
12907 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12908
12909 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12910 decoding text/calendar parts.
12911
12912 * message.el (message-forward-make-body-mime): Always mark body as
12913 having no illegible text; remove signed-or-encrypted argument.
12914 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12915
12916 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12917 (mml-generate-mime-1): Don't encode body if it is specified to be in
12918 raw form; don't make buffer be unibyte when inserting multibyte string.
12919
12920 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * sha1.el: Fix up comment style.
12923 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12924 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12925
12926 * hex-util.el: Fix up comment style.
12927 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12928
12929 * gnus-salt.el: Use with-current-buffer.
12930 (gnus-pick-setup-message): Fix long-standing typo.
12931
12932 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
12933
12934 * imap.el (imap-logout-timeout): New variable.
12935 (imap-logout, imap-logout-wait): New functions.
12936 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12937
12938 * nnimap.el (nnimap-logout-timeout): New server variable.
12939 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12940 nnimap-logout-timeout.
12941
12942 * gnus-art.el (gnus-article-summary-command-nosave)
12943 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12944
12945 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * gnus.el (gnus-maximum-newsgroup): New variable.
12948
12949 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12950 according to gnus-maximum-newsgroup.
12951
12952 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12953 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12954 Limit the range of articles according to gnus-maximum-newsgroup.
12955
12956 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
12957
12958 * gnus-art.el (gnus-sticky-article): Fix problems described in
12959 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
12960 Don't perform gnus-configure-windows here; reuse existing sticky
12961 article buffer.
12962
12963 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12964 it doesn't exist in gnus-article-mode.
12965
12966 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
12967
12968 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12969 (gnus-agent-decoded-group-name): New function.
12970 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12971 (gnus-agent-expire-group-1): Use it; decode group name in messages.
12972
12973 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
12974
12975 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12976 Add binding for gnus-sticky-article.
12977 (gnus-summary-exit): Don't kill sticky article buffers.
12978
12979 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12980 article buffer.
12981 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12982 (gnus-kill-sticky-article-buffers): New commands.
12983
12984 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
12985
12986 * nntp.el (nntp-xref-number-is-evil): New server variable.
12987 (nntp-find-group-and-number): If it is non-nil, don't trust article
12988 numbers in the Xref header.
12989
12990 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12991
12992 * gnus-agent.el (gnus-agent-read-group): New function.
12993 (gnus-agent-flush-group, gnus-agent-expire-group)
12994 (gnus-agent-regenerate-group): Use it.
12995 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12996 nnmail-pathname-coding-system.
12997
12998 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
12999
13000 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13001
13002 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13003 that are unread as unread, and also as selected so that information of
13004 marks having been changed by a user may be updated when exiting group.
13005
13006 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13007
13008 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13009
13010 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13013 calculated ignoring signature parts to gnus-treat-article.
13014
13015 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13016
13017 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13018 a point here in order to keep the window start.
13019 (gnus-insert-mime-security-button): Make a button overlay without the
13020 front stickiness.
13021 (gnus-mime-display-security): Goto the end of a button.
13022
13023 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13024
13025 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13026
13027 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13028 group-name-at-point.
13029 (gnus-group-completing-read): New function that offers decoded
13030 non-ASCII group names for completion.
13031 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13032 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13033 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13034 (gnus-group-fetch-control): Use it.
13035 (gnus-fetch-group): Use group-name-at-point for the initial value
13036 rather than the default value; use gnus-alive-p.
13037
13038 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13039 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13040 (gnus-summary-post-news): Use gnus-group-completing-read.
13041
13042 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13043 (gnus-read-move-group-name): Decode group name for completion.
13044
13045 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13046
13047 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13048 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13049 Yamaoka slightly modified the code).
13050
13051 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13052
13053 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13054 (nnmail-split-incoming): Bind it.
13055
13056 * nnml.el (nnml-group-name-charset): New function.
13057 (nnml-decoded-group-name): Use it; don't decode group name if
13058 nnmail-group-names-not-encoded-p is non-nil.
13059 (nnml-encoded-group-name): New function.
13060 (nnml-group-pathname): Inline nnml-decoded-group-name.
13061 (nnml-request-expire-articles): Decode group name in message.
13062 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13063 nnmail-pathname-coding-system.
13064 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13065 not decoded ones according to nnmail-group-names-not-encoded-p.
13066 (nnml-generate-active-info): Use nnml-encoded-group-name.
13067
13068 2007-08-08 Glenn Morris <rgm@gnu.org>
13069
13070 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13071 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13072 doc-strings and comments.
13073
13074 2007-07-25 Glenn Morris <rgm@gnu.org>
13075
13076 * Relicense all FSF files to GPLv3 or later.
13077
13078 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13079
13080 * gnus-sum.el (gnus-summary-move-article):
13081 Make gnus-summary-respool-article work.
13082
13083 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13084
13085 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13086 string.
13087
13088 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13089
13090 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13091 that should be ignored when comparing distant RSS articles with local
13092 ones.
13093 (nnrss-make-hash-index): New function. Create a hash index according
13094 to the ignored fields.
13095 (nnrss-check-group): Use it.
13096
13097 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13098
13099 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13100
13101 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13102
13103 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13104 the new optional argument ENCODED is non-nil.
13105 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13106 coding system for encoding group name.
13107 (gnus-group-make-rss-group): Pass un-encoded group name to
13108 gnus-group-make-group.
13109 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13110 encoded.
13111
13112 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13113 Encode group name to which articles are moved or copied.
13114 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13115 coding system for encoding Newsgroup, Followup-To and Xref headers.
13116
13117 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13118 marks; use nnheader-file-coding-system to write a file.
13119 (nnagent-retrieve-headers): Bind file-name-coding-system to
13120 nnmail-pathname-coding-system.
13121
13122 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13123
13124 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13125 (nnml-request-article, nnml-request-create-group)
13126 (nnml-request-rename-group, nnml-find-id)
13127 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13128 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13129 (nnml-save-marks): Use nnml-group-pathname instead of
13130 nnmail-group-pathname.
13131
13132 (nnml-request-create-group, nnml-request-expire-articles)
13133 (nnml-request-move-article, nnml-request-delete-group)
13134 (nnml-deletable-article-p, nnml-possibly-create-directory)
13135 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13136 (nnml-open-marks): Bind file-name-coding-system to
13137 nnmail-pathname-coding-system.
13138
13139 (nnml-request-article): Pass server argument to nnml-find-group-number.
13140 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13141 Pass server argument to nnml-possibly-create-directory.
13142 (nnml-request-accept-article): Pass server argument to
13143 nnml-active-number and nnml-save-mail.
13144 (nnml-find-group-number): Pass server argument to nnml-find-id.
13145 (nnml-request-update-info): Pass server argument to
13146 nnml-marks-changed-p.
13147
13148 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13149 (nnml-save-mail, nnml-active-number): Add server argument.
13150
13151 (nnml-request-delete-group): Warn if group is missing.
13152 (nnml-get-nov-buffer): Decode group name.
13153 (nnml-generate-active-info): Encode group name.
13154 (nnml-open-marks): Decode group name in messages.
13155
13156 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13157
13158 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13159 if it is not specified.
13160 (gnus-article-pipe-part, gnus-article-save-part)
13161 (gnus-article-interactively-view-part, gnus-article-copy-part)
13162 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13163 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13164 (gnus-article-replace-part, gnus-article-delete-part)
13165 (gnus-article-view-part-as-type): Pass raw prefix argument to
13166 gnus-article-part-wrapper.
13167
13168 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13169
13170 * gnus-agent.el (gnus-agent-save-active):
13171 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13172
13173 * gnus-cache.el (gnus-cache-save-buffers)
13174 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13175 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13176 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13177 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13178 (gnus-cache-generate-active, gnus-cache-rename-group)
13179 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13180 (gnus-cache-update-overview-total-fetched-for):
13181 Bind file-name-coding-system to nnmail-pathname-coding-system.
13182 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13183 New variables.
13184 (gnus-cache-decoded-group-name): New function.
13185 (gnus-cache-file-name): Use it.
13186 (gnus-cache-generate-active): Use non-decoded group name for active.
13187
13188 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13189 right place.
13190 (gnus-write-active-file): Don't break non-ASCII group names.
13191
13192 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13193 nnmail-pathname-coding-system.
13194
13195 * gnus-uu.el (gnus-uu-decode-save): Typo.
13196
13197 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13198
13199 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13200
13201 2007-07-14 David Kastrup <dak@gnu.org>
13202
13203 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13204 finishing actions if we did not edit the article.
13205
13206 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13207
13208 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13209 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13210 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13211 (gnus-agent-flush-group, gnus-agent-flush-cache)
13212 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13213 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13214 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13215 (gnus-agent-regenerate-group)
13216 (gnus-agent-update-files-total-fetched-for)
13217 (gnus-agent-update-view-total-fetched-for):
13218 Bind file-name-coding-system to nnmail-pathname-coding-system.
13219 (gnus-agent-group-pathname): Don't encode file names by
13220 nnmail-pathname-coding-system.
13221 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13222 coding-system-for-write instead of buffer-file-coding-system to
13223 gnus-agent-file-coding-system.
13224
13225 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13226 Decode group name.
13227
13228 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13229
13230 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13231 (gnus-read-newsrc-el-file): Make group names unibyte.
13232
13233 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13234 nnmail-pathname-coding-system.
13235
13236 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13237 (nnrss-request-delete-group): Bind file-name-coding-system to
13238 nnmail-pathname-coding-system.
13239 (nnrss-read-server-data, nnrss-read-group-data):
13240 Bind file-name-coding-system correctly.
13241 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13242
13243 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13244 (nntp-server-to-method-cache): New variable.
13245 (nntp-group-pathname): New function that decodes non-ASCII group names.
13246 (nntp-possibly-create-directory, nntp-marks-changed-p)
13247 (nntp-save-marks, nntp-open-marks): Use it.
13248 (nntp-possibly-create-directory, nntp-open-marks):
13249 Bind file-name-coding-system to nnmail-pathname-coding-system.
13250 (nntp-open-marks): Decode group names when bootstrapping marks.
13251
13252 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13253 Newsgroups and Followup-To headers.
13254
13255 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13256
13257 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13258 (gnus-server-closed-face, gnus-server-denied-face)
13259 (gnus-server-offline-face): Remove variable.
13260 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13261
13262 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13263 of modifying message-stack directly for XEmacs.
13264
13265 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13266 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13267 if the coding-system argument is nil for XEmacs.
13268
13269 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13270 mm-charset-override-alist.
13271
13272 * rfc2047.el: Don't require base64; require rfc2045 for the function
13273 rfc2045-encode-string.
13274 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13275 to quote the parameter value.
13276
13277 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13278
13279 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13280 form in gnus-group-name-charset-method-alist.
13281
13282 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13283 overrides the default layout edit-form.
13284
13285 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13286
13287 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13288
13289 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13290
13291 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13292 as unfetched articles.
13293
13294 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13295
13296 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13297
13298 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13301 original back end that keeps marks in the local system.
13302
13303 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13304
13305 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13306 arg of pop-to-buffer for XEmacs.
13307 (gnus-article-read-summary-keys): Ditto; don't restore window
13308 configuration if summary command ends up with neither article buffer
13309 nor summary buffer; describe bindings if summary keys end with C-h.
13310
13311 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13312
13313 * message.el (message-fix-before-sending): Skip raw message part to be
13314 forwarded while checking illegible text.
13315 (message-forward-make-body-mime, message-forward-make-body):
13316 Mark signed or encrypted raw message as having no illegible text.
13317
13318 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13319
13320 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13321 (gnus-message-with-timestamp-1): New macro.
13322 (gnus-message-with-timestamp): New function.
13323 (gnus-message): Use them.
13324
13325 * nnheader.el (nnheader-message): Use them.
13326
13327 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13328
13329 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13330 .newsrc.eld file.
13331
13332 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13333
13334 * gnus-agent.el (gnus-agent-fetch-headers)
13335 (gnus-agent-retrieve-headers):
13336 Bind gnus-decode-encoded-address-function to identity.
13337
13338 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13339 available also when the server returns simply a dot.
13340
13341 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13342
13343 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13344
13345 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13346
13347 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13348
13349 * gnus-ems.el (gnus-x-splash): Make it work.
13350
13351 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13352 from being used.
13353
13354 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13357 the front stickiness.
13358 (gnus-article-summary-command-nosave): Correct the order of the
13359 arguments passed to pop-to-buffer.
13360 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13361 summary command ends up with the article buffer.
13362
13363 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13364 the same faces.
13365
13366 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13367
13368 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13369
13370 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13371
13372 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13373 * gnus-sum.el (gnus-summary-highlight):
13374 * mail-source.el (mail-source-delete-old-incoming-confirm):
13375 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13376
13377 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13378
13379 * gnus-art.el (gnus-mime-view-part-externally)
13380 (gnus-mime-view-part-internally): Fix predicate function passed to
13381 completing-read.
13382
13383 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13384
13385 * gnus.el (gnus-update-message-archive-method): Add :version.
13386
13387 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13388
13389 * gnus.el (gnus-update-message-archive-method): New variable.
13390
13391 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13392 according to gnus-message-archive-method if
13393 gnus-update-message-archive-method is non-nil.
13394
13395 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13396
13397 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13398 Suggested by Loic Dachary <loic@dachary.org>.
13399 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13400
13401 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13402
13403 * message.el (message-pop-to-buffer): Add switch-function argument.
13404 (message-mail): Pass switch-function argument to it.
13405
13406 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13407
13408 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13409 Improve doc string.
13410
13411 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13412
13413 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13414 (gnus-header-content):
13415 * gnus-cite.el (gnus-cite-10):
13416 * gnus-srvr.el (gnus-server-closed):
13417 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13418 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13419 (gnus-group-mail-3-empty, gnus-group-mail-low)
13420 (gnus-group-mail-low-empty, gnus-splash):
13421 * message.el (message-header-to, message-header-cc)
13422 (message-header-subject, message-header-other, message-header-name)
13423 (message-header-xheader, message-separator, message-cited-text)
13424 (message-mml): Lighten colors of faces used for dark background.
13425
13426 2007-05-24 Simon Josefsson <simon@josefsson.org>
13427
13428 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13429 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13430
13431 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13432
13433 * message.el (message-narrow-to-headers-or-head):
13434 Ignore mail-header-separator in the body.
13435
13436 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13437
13438 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13439 same as window size.
13440
13441 2007-05-22 Kevin Ryde <user42@zip.com.au>
13442
13443 * message.el (message-font-lock-keywords): Use message-header-xheader
13444 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13445 ahead of the anything pattern, to get it recognized.
13446
13447 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13448
13449 * gnus-sum.el (gnus-articles-to-read)
13450 (gnus-summary-insert-old-articles): Don't truncate group name for
13451 `read-string'.
13452
13453 * gnus-util.el (gnus-limit-string): Delete this function.
13454
13455 * gnus-sum.el (gnus-simplify-subject-fully):
13456 Use `truncate-string-to-width' instead.
13457
13458 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13459
13460 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13461 Tell if, on summary exit, the next group has to be selected.
13462 (gnus-summary-exit): Use it.
13463
13464 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13465
13466 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13467 non-break space.
13468
13469 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13470
13471 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13472 Check if group is not a directory.
13473 (nnfolder-request-expire-articles): Don't delete articles if the target
13474 group is not available.
13475
13476 * nnml.el (nnml-request-create-group): Properly check if group is not a
13477 file.
13478 (nnml-request-expire-articles): Don't delete articles if the target
13479 group is not available.
13480
13481 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13482 Don't quote characters that are within parentheses.
13483
13484 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13485
13486 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13487 (gnus-handle-ephemeral-exit): Select article according to it.
13488
13489 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13490
13491 * message.el (message-insert-formated-citation-line): Remove newline.
13492 (message-citation-line-format): Add final \n here so that the user can
13493 avoid a blank line.
13494
13495 2007-05-03 Dan Christensen <jdc@uwo.ca>
13496
13497 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13498 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13499 Update lanl/arXiv support.
13500
13501 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13502
13503 * gnus.el: Bump version number.
13504
13505 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13506
13507 * gnus.el (gnus-version-number): Bump version.
13508
13509 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13510
13511 * gnus.el: No Gnus v0.6 is released.
13512
13513 2007-04-27 Didier Verna <didier@xemacs.org>
13514
13515 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13516 * gmm-utils.el (gmm-regexp-concat): ... here.
13517 * message.el: Don't require 'gnus-util.
13518 (message-dont-reply-to-names): Handle name change above.
13519 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13520
13521 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13522
13523 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13524 since the initial value varies according to the system.
13525
13526 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13527
13528 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13529
13530 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13531
13532 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13533
13534 2007-04-24 Didier Verna <didier@xemacs.org>
13535
13536 Improve the type of gnus-ignored-from-addresses.
13537 * gnus-util.el (gnus-orify-regexp): New function.
13538 * message.el (gnus-util): Require it.
13539 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13540 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13541 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13542
13543 2007-04-24 Didier Verna <didier@xemacs.org>
13544
13545 * gnus-sum.el:
13546 * gnus-utils.el: Fix some trailing whitespaces.
13547
13548 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13549
13550 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13551 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13552 article's Message-ID; refer parent article in summary buffer.
13553
13554 * message.el (message-bounce): Call mime-to-mml.
13555
13556 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13557
13558 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13559
13560 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13561
13562 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13563 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13564 displayed of multipart/alternative part if it is invoked from summary
13565 buffer.
13566
13567 * mm-view.el (mm-inline-text-html-render-with-w3m)
13568 (mm-inline-text-html-render-with-w3m-standalone)
13569 (mm-inline-render-with-function): Use mail-parse-charset by default.
13570
13571 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13572
13573 * parse-time.el (parse-time-string-chars): Check if CHAR
13574 is less than the length of parse-time-syntax.
13575
13576 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13577
13578 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13579 from gnus-newsgroup-processable.
13580
13581 2007-04-16 Didier Verna <didier@xemacs.org>
13582
13583 * gnus-msg.el (gnus-configure-posting-styles):
13584 Handle message-signature-directory properly with :file syntax.
13585 Reported by "Leo".
13586
13587 2007-04-11 Didier Verna <didier@xemacs.org>
13588
13589 New user option: message-signature-directory.
13590 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13591 * message.el (message-insert-signature): Ditto.
13592 * message.el (message-signature-file): Doc update.
13593 * message.el (message-signature-directory): New.
13594
13595 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-msg.el (gnus-inews-yank-articles):
13598 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13599
13600 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13601
13602 * message.el (message-yank-original): Make sure cited text ends with
13603 newline; don't exchange point and mark.
13604
13605 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13606
13607 * tls.el (open-tls-stream): Properly handle case where there
13608 is no associated buffer.
13609
13610 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13611
13612 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13613 message-yank-original, make sure (< mark TEXT point).
13614
13615 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13616
13617 * message.el (message-fill-column): New variable.
13618 (message-mode): Use it. Add comment on a possible new hook.
13619
13620 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13621 (nnmail-get-new-mail): Reformat.
13622
13623 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13624
13625 * gmm-utils.el: Fix Commentary.
13626 (gmm-tool-bar-from-list): Fix typo in doc string.
13627
13628 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13629
13630 * message.el (message-yank-original): Don't switch point and mark
13631 unnecessarily to put point and mark as documented.
13632
13633 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13634
13635 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13636 from the message heads.
13637
13638 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13639
13640 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13641 article buffer does not have a window. This may not be the best
13642 solution but is certainly better than setting the start of the null,
13643 that is the current, window.
13644
13645 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13646
13647 * gnus-draft.el (gnus-draft-setup-hook): New hook.
13648 (gnus-draft-setup): Run it.
13649
13650 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13651 gnus-score-fast-scoring. Allow regexp.
13652 (gnus-score-headers): Use it.
13653
13654 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13655 XEmacs.
13656
13657 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13658 string.
13659 (gnus-button-alist): Also catch `<f1> k ...'.
13660 (gnus-treat-display-x-face): Fix doc string.
13661
13662 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13663
13664 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13665 evaluation of gnus-extended-version to ensure correct generation of the
13666 User-Agent header when message-generate-headers-first is used.
13667
13668 2007-03-24 Simon Josefsson <simon@josefsson.org>
13669
13670 * hashcash.el (hashcash-generate-payment-async): Don't crash if
13671 hashcash-path is nil. Don't call callback with incorrect number of
13672 parameters if val is 0.
13673
13674 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13675
13676 * message.el (message-required-news-headers):
13677 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13678
13679 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13680
13681 * message.el (message-generate-new-buffers): Change the meaning of the
13682 nil value; add `standard' to the choices; treat t as `unique'; improve
13683 doc string.
13684 (gnus-select-frame-set-input-focus): Autoload.
13685 (message-buffer-name): Search for the existing message buffer if
13686 message-generate-new-buffers is nil or `standard'; treat the value t of
13687 message-generate-new-buffers as `unique'.
13688 (message-pop-to-buffer): Raise the frame already displaying the message
13689 buffer; clear the echo area after querying.
13690 (message-setup): Pass the `continue' argument to compose-mail.
13691 (message-mail): Prefer `switch-function' if it is given; search for the
13692 existing message buffer if the `continue' argument is non-nil; pass
13693 continue and switch-function arguments to compose-mail by way of
13694 message-setup.
13695 (message-mail-other-window): Adjust argument of message-setup.
13696 (message-mail-other-frame): Ditto.
13697
13698 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13699
13700 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13701 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13702 to turn font-lock on when turning gnus-message-citation-mode on.
13703
13704 2007-03-06 Daiki Ueno <ueno@unixuser.org>
13705
13706 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13707 (mml-smime-function-alist): New variable; add epg as the backend.
13708 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13709 mml-smime- functions instead.
13710 * mm-view.el: Require smime.
13711
13712 2007-03-05 Didier Verna <didier@xemacs.org>
13713
13714 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13715 instead of just inheritance for posting styles.
13716 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13717
13718 2007-02-24 John Paul Wallington <jpw@pobox.com>
13719
13720 * tls.el (tls-certtool-program): Fix custom type.
13721
13722 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13723
13724 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13725 and point-at-eol instead of line-(beginning|end)-position.
13726
13727 * assistant.el (assistant-parse-buffer): Ditto.
13728
13729 2007-02-28 Daiki Ueno <ueno@unixuser.org>
13730
13731 * mml2015.el (mml2015-epg-find-usable-key): New function.
13732 (mml2015-epg-sign): Use it.
13733 (mml2015-epg-encrypt): Use it.
13734
13735 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13736
13737 * message.el (message-make-in-reply-to): Quote name containing
13738 non-ASCII characters. It will make the RFC2047 encoder cause an error
13739 if there are special characters. Reported by NAKAJI Hiroyuki
13740 <nakaji@jp.freebsd.org>.
13741
13742 2007-02-27 Didier Verna <didier@xemacs.org>
13743
13744 Include the group parameters as well as the topic ones in the
13745 inheritance filter process.
13746 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13747 argument GROUP-PARAMS-LIST.
13748 * gnus-topic.el (gnus-group-topic-parameters): Use it.
13749
13750 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * nntp.el (nntp-never-echoes-commands)
13753 (nntp-open-connection-functions-never-echo-commands): New variables.
13754 (nntp-send-command): Use them.
13755
13756 2007-02-20 Daiki Ueno <ueno@unixuser.org>
13757
13758 * mml2015.el (mml2015-epg-verify): Simplify.
13759
13760 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13761
13762 * mml.el (mml-content-disposition-alist): New user option.
13763 (mml-content-disposition): New function.
13764 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13765 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13766
13767 2007-02-19 Daiki Ueno <ueno@unixuser.org>
13768
13769 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13770 verification.
13771
13772 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13773
13774 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13775 articles posted in the last 24 hours.
13776
13777 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13780
13781 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
13782
13783 * nntp.el (nntp-send-command): Don't wait for echoes when
13784 nntp-open-ssl-stream is used.
13785
13786 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13787
13788 * gnus-cite.el (gnus-test-font-lock-add-keywords)
13789 (gnus-message-add-citation-keywords)
13790 (gnus-message-remove-citation-keywords): Remove.
13791 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13792 directly, make the variables in font-lock-defaults buffer-local, add
13793 gnus-message-citation-keywords to them and then update the value of
13794 font-lock-keywords.
13795
13796 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
13797
13798 * message.el (message-cite-original-1): Don't call
13799 gnus-article-highlight-citation.
13800
13801 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13802 citations; fix line count.
13803
13804 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13805
13806 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13807 (gnus-message-add-citation-keywords)
13808 (gnus-message-remove-citation-keywords): Use it; fix the emulating
13809 versions of font-lock-add-keywords and font-lock-remove-keywords to
13810 work with XEmacs correctly.
13811
13812 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13813
13814 * gnus-cite.el (gnus-cite-face-list): Set the values of
13815 gnus-message-max-citation-depth and gnus-message-citation-keywords.
13816 (gnus-message-max-citation-depth): Use defvar rather than defconst.
13817 (gnus-message-cite-prefix-regexp): New variable.
13818 (gnus-message-search-citation-line): Use it; protect against long
13819 citation prefix; fill match data with nil rather than 0 for XEmacs; set
13820 the 0th match data for Emacs.
13821 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13822 (gnus-message-add-citation-keywords): Append keywords rather than
13823 prepending; emulate font-lock-add-keywords if it is not available.
13824 (gnus-message-remove-citation-keywords):
13825 Emulate font-lock-remove-keywords if it is not available.
13826
13827 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13828
13829 * message.el (message-cite-prefix-regexp): Set the value of
13830 gnus-message-cite-prefix-regexp.
13831
13832 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13833
13834 * nnweb.el (nnweb-google-parse-1): Update parser.
13835
13836 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
13837
13838 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13839
13840 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13841
13842 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13843 regexp.
13844
13845 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13846
13847 * uudecode.el (uudecode-string-to-multibyte): New function emulating
13848 string-to-multibyte.
13849 (uudecode-decode-region-internal): Use it.
13850
13851 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13852
13853 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13854 Fix custom choice.
13855
13856 * gnus-art.el (gnus-signature-limit): Fix custom choice.
13857
13858 2007-01-22 Daiki Ueno <ueno@unixuser.org>
13859
13860 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13861
13862 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13863 `write-region' to respect `mm-inhibit-file-name-handlers'.
13864
13865 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
13866
13867 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13868 Use gnus-home-directory instead of "~/" or "$HOME".
13869
13870 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
13871
13872 * encrypt.el (encrypt-insert-file-contents): Add better prompt
13873 to mention filename.
13874 Add comments at beginning regarding usage.
13875 (encrypt-write-file-contents): Change interactive so a string is
13876 acceptable. If the file has no associated model, show an error instead
13877 of a nonsense prompt.
13878
13879 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13880
13881 * spam.el (spam-bsfilter-ham-switch): Fix typo.
13882 Thanks to Yoshihiko Yamada for kind notification of this typo.
13883
13884 2007-01-12 Kenichi Handa <handa@m17n.org>
13885
13886 * uudecode.el (uudecode-decode-region-internal): Make it work in a
13887 multibyte buffer.
13888
13889 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
13890
13891 * gnus-score.el (gnus-score-fast-scoring): New variable.
13892 (gnus-score-headers): Use it.
13893
13894 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13895
13896 * message.el (message-cite-original-1):
13897 Call gnus-article-highlight-citation if requested.
13898 (message-make-from): Allow name and address as optional arguments.
13899
13900 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13901
13902 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13903 bugs to doc string.
13904 (gnus-button-alist): Add mid\\|message-id.
13905 (gnus-button-fetch-group): Extend for use in
13906 `browse-url-browser-function'.
13907 (gnus-button-url-regexp): Try to catch paired parentheses like in
13908 Wikipedia URLs.
13909
13910 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13911 Suggested by Simon Krahnke <overlord@gmx.li>.
13912
13913 2007-01-13 Romain Francoise <romain@orebokech.com>
13914
13915 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13916 Update copyright.
13917
13918 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
13919
13920 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13921
13922 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13923
13924 * gnus-registry.el (gnus-registry-unfollowed-groups)
13925 (gnus-registry-split-fancy-with-parent): Fix documentation.
13926
13927 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13928
13929 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13930 from nnweb groups.
13931
13932 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13933
13934 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13935 Xref urls. Erase buffer before requesting head.
13936
13937 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13938
13939 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13940
13941 * gnus-soup.el (gnus-soup): New custom group. Make user variables
13942 customizable.
13943
13944 2007-01-05 Daiki Ueno <ueno@unixuser.org>
13945
13946 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13947 no signing key is found.
13948 (mml2015-epg-encrypt): Ask user whether to skip or abort if
13949 no encrypting and/or signing key is found.
13950
13951 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13952
13953 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13954
13955 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13956
13957 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13958 headers read from disk with the ones newly found in the current search.
13959 This should no longer cause problems, because the article numbers in
13960 Gmane's `nov.php' output are ignored since the previous change.
13961
13962 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13963
13964 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13965
13966 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13967
13968 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13969
13970 2007-01-01 Romain Francoise <romain@orebokech.com>
13971
13972 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13973
13974 2006-12-31 Steve Youngs <steve@sxemacs.org>
13975
13976 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13977 `define-minor-mode' macro definition expanded properly.
13978 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13979 exclude it there.
13980
13981 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13982 of 2006-12-30. The default is nil on (S)XEmacs already because of the
13983 `fboundp' test.
13984 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13985 This is OK to autoload in (S)XEmacs now.
13986
13987 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13988
13989 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13990 keystroke.
13991 (gnus-summary-limit-to-singletons): Fix typo.
13992
13993 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13994 else fails.
13995
13996 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13997
13998 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13999 docstring.
14000
14001 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14002 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14003 (gnus-summary-insert-dormant-articles): Fix typo in message.
14004
14005 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14006
14007 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14008 nil for XEmacs.
14009 (gnus-message-citation-mode): Don't autoload in XEmacs.
14010
14011 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14012
14013 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14014
14015 * nnimap.el (nnimap-expunge-search-string):
14016 Mention nnimap-search-uids-not-since-is-evil in docstring.
14017
14018 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14019
14020 * spam.el: Revert to make-obsolete-variable because
14021 define-obsolete-variable-alias is not supported in Emacs 21.
14022
14023 * spam.el (spam-ifile-path, spam-ifile-database-path)
14024 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14025 make-obsolete-variable.
14026 (spam-bsfilter-path, spam-bsfilter-program)
14027 (spam-spamassassin-path, spam-spamassassin-program)
14028 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14029 Don't use "path" inappropriately.
14030 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14031 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14032 variable names.
14033
14034 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14035
14036 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14037 summary buffer.
14038
14039 * password.el (password-cache-remove): Use clear-string to burn
14040 password, if available.
14041
14042 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14043
14044 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14045
14046 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14047
14048 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14049 (gnus-message-highlight-citation): Move defcustom here from
14050 gnus-cite.el.
14051 (gnus-message-citation-mode): Autoload.
14052
14053 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14054 checks to make it compile with XEmacs.
14055 (gnus-message-citation-mode): New minor mode.
14056 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14057 (gnus-message-highlight-citation): New variables.
14058 (gnus-message-search-citation-line)
14059 (gnus-message-add-citation-keywords)
14060 (gnus-message-remove-citation-keywords)
14061 (turn-on-gnus-message-citation-mode)
14062 (turn-off-gnus-message-citation-mode): New functions.
14063
14064 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14065
14066 * gnus-cite.el: Enable highlighting of different citation levels in
14067 message-mode.
14068
14069 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14070
14071 * message.el (message-make-fqdn): Fix comment.
14072 (message-bogus-system-names): Add ".local".
14073
14074 * spam.el (spam-ifile-path, spam-ifile-program)
14075 (spam-ifile-database-path, spam-ifile-database)
14076 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14077 Don't use "path" inappropriately.
14078 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14079 strings.
14080 (spam-check-ifile, spam-ifile-register-with-ifile)
14081 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14082 Use new variable names.
14083
14084 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14085 (gnus-treat-display-smileys): Simplify using
14086 gnus-image-type-available-p.
14087
14088 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14089 available.
14090
14091 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14092
14093 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14094 one after turning on the buffer's multibyteness instead of decoding
14095 them directly in the unibyte buffer that causes unexpected conversion
14096 in Emacs 23 (unicode).
14097
14098 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14099
14100 * message.el (message-generate-hashcash): Fix custom type.
14101
14102 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14103
14104 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14105
14106 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14107
14108 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14109 disconnect icons. Add help text.
14110
14111 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14112
14113 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14114 negated to be consistent with the others we handle.
14115
14116 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14117
14118 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14119 version of gnus-summary-buffer to something, so that we can use two
14120 article buffers at the same time.
14121
14122 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14123
14124 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14125 trigger all the extra headers.
14126 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14127 sorting.
14128
14129 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14130
14131 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14132 solid groups.
14133
14134 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14135
14136 * legacy-gnus-agent.el: Add Copyright notice.
14137
14138 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14139
14140 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14141
14142 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14143
14144 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14145
14146 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14147 to make it work reliably in CVS Emacs.
14148 (gnus-summary-limit-strange-charsets-predicate)
14149 (gnus-summary-limit-to-predicate): New functions.
14150
14151 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14152
14153 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14154 specifying array size.
14155 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14156 array if it is too small.
14157 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14158 (gnus-sort-threads-loop): New function.
14159
14160 2006-12-06 Chris Moore <dooglus@gmail.com>
14161
14162 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14163 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14164
14165 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14166
14167 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14168 options.
14169
14170 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14171
14172 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14173 DOS-ing the recipient.
14174
14175 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14176 the headers when creating the mapping to avoid mismappings.
14177 (nnweb-gmane-create-mapping): Always nix out old mapping.
14178
14179 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14180
14181 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14182 and mm-verify-option to never.
14183
14184 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14185
14186 * message.el (message-signed-or-encrypted-p): New function.
14187 (message-forward-make-body): Use it.
14188
14189 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14190 Replace encode-coding-string with mm-encode-coding-string.
14191
14192 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14193
14194 * nneething.el (nneething-decode-file-name):
14195 Replace decode-coding-string with mm-decode-coding-string.
14196
14197 * gnus-int.el (gnus-open-server): Say failed server's name.
14198
14199 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14200
14201 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14202 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14203
14204 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14205 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14206 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14207 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14208 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14209 (gnus-subscribe-newsgroup, gnus-1):
14210 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14211 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14212 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14213 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14214
14215 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14216
14217 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14218 keystroke.
14219 (gnus-summary-limit-to-bodies): Implement headersp.
14220
14221 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14222
14223 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14224
14225 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14226
14227 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14228
14229 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14230
14231 * message.el (message-generate-hashcash): Expand range of values to
14232 include `opportunistic'.
14233 (message-send-mail): Use it.
14234
14235 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14236
14237 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14238 and comment it.
14239
14240 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14241
14242 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14243
14244 * gnus-util.el (gnus-extract-address-components): Improve comment.
14245
14246 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14247
14248 * gnus-util.el (gnus-extract-address-components): Work with address in
14249 which the name portion contains @.
14250
14251 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14252
14253 * gnus.el (gnus-start): Move custom group up.
14254 (gnus-select-method): Don't autoload, but make it available for
14255 `customize-variable'.
14256 (gnus-getenv-nntpserver): Don't autoload.
14257
14258 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14259
14260 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14261
14262 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14263
14264 * message.el (message-sendmail-extra-arguments): New variable.
14265 (message-send-mail-with-sendmail): Use it.
14266
14267 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14268
14269 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14270 mm-with-unibyte-current-buffer to make string unibyte.
14271
14272 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14273 mm-string-as-multibyte.
14274
14275 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14276
14277 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14278 Reported by Werner Koch <wk@gnupg.org>.
14279
14280 2006-11-14 Daiki Ueno <ueno@p360>
14281
14282 * mml2015.el: Autoload epa-select-keys when compiling.
14283
14284 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14285
14286 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14287 message-options.
14288 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14289
14290 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14291
14292 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14293 EasyPG (< 0.0.6).
14294 (mml2015-always-trust): New user option.
14295 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14296 prompt.
14297
14298 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14299
14300 * nntp.el (nntp-authinfo-force): New variable.
14301 (nntp-send-authinfo): Use it.
14302
14303 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14304
14305 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14306 decode encoded words. Improve prompt. Add comment about forwarding.
14307 (message-replacement-char): Move up.
14308
14309 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14310
14311 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14312 instead of gnus-intersection because arguments of gnus-sorted-nunion
14313 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14314
14315 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14316
14317 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14318 (message-simplify-subject-functions):
14319 Enable message-strip-subject-encoded-words by default.
14320
14321 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14322
14323 * message.el (message-strip-subject-encoded-words): New function.
14324 (message-simplify-subject-functions): New variable.
14325 (message-simplify-subject): Use it. Fix typo in doc string.
14326 Support message-strip-subject-encoded-words.
14327
14328 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14329
14330 * gnus-diary.el (gnus-diary-delay-format-function):
14331 * nndiary.el (nndiary-reminders):
14332 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14333
14334 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14335
14336 * gnus-art.el (article-hide-boring-headers): Fetch date from
14337 gnus-original-article-buffer to avoid problems with localized date
14338 strings.
14339
14340 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14341
14342 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14343
14344 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14345
14346 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14347 New variables.
14348 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14349 (mm-charset-synonym-alist): Move some entries to
14350 mm-codepage-iso-8859-list.
14351 (mm-charset-synonym-alist, mm-charset-override-alist):
14352 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14353
14354 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14355
14356 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14357
14358 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14359
14360 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14361 with Emacs 21 and XEmacs.
14362
14363 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14364
14365 * spam.el (spam-parse-address): New function for better parsing,
14366 catching errors, etc.
14367 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14368
14369 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14370
14371 * mm-view.el: Add interactive arg to html2text autoload.
14372
14373 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14374
14375 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14376
14377 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14378
14379 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14380 New variables.
14381 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14382 (mm-charset-synonym-alist): Move some entries to
14383 mm-codepage-iso-8859-list.
14384
14385 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14386
14387 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14388
14389 * message.el (message-citation-line-format)
14390 (message-insert-formated-citation-line): Fix implementation of %E, %N
14391 and %n according to the doc string.
14392
14393 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14394
14395 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14396 Use car-safe to avoid bad parses.
14397
14398 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14399
14400 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14401 names.
14402
14403 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14404
14405 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14406
14407 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14408 header.
14409
14410 * message.el (message-draft-headers): Add Date.
14411 (message-headers-to-generate): Fix typo in docstring.
14412
14413 * nndraft.el (nndraft-required-headers): New variable.
14414 (nndraft-generate-headers): Use it.
14415
14416 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14417
14418 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14419
14420 * gnus-registry.el (gnus-registry-wash-for-keywords)
14421 (gnus-registry-find-keywords): New functions to allow easy searching of
14422 articles that are in the registry.
14423
14424 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14425
14426 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14427 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14428 Reported by Damien Elmes <damien@repose.cx>.
14429
14430 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14431
14432 * gnus.el (gnus-mime): Remove unused custom group.
14433
14434 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14435
14436 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14437 "blank line" when searching for end of armor headers.
14438
14439 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14440
14441 * gmm-utils.el (gmm-write-region): Fix variable name.
14442
14443 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14444
14445 * gmm-utils.el (gmm-write-region): New function based on compatibility
14446 code from `mm-make-temp-file'.
14447
14448 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14449
14450 * nnmaildir.el (nnmaildir--update-nov)
14451 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14452 Use `gmm-write-region'.
14453
14454 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14455
14456 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14457 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14458
14459 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14460
14461 * message.el (message-replacement-char): New variable.
14462 (message-fix-before-sending): Use it.
14463 (message-simplify-subject): New function to remove duplicate code.
14464 (message-reply, message-followup): Use it.
14465
14466 * gnus-sum.el (gnus-summary-make-menu-bar):
14467 Clarify gnus-summary-limit-to-articles.
14468
14469 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * gnus-util.el (gnus-with-local-quit): New macro.
14472
14473 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14474
14475 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14476
14477 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14478 ignore non-string data.
14479
14480 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14481
14482 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14483 non-string data (needs to be done in the registry too).
14484
14485 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14486
14487 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14488 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14489 (gnus-registry-split-fancy-with-parent)
14490 (gnus-registry-fetch-simplified-message-subject-fast)
14491 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14492 Remove text properties on ingress into the registry and when it's saved.
14493 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14494 registry from entries with no groups.
14495
14496 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14497
14498 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14499 function to remove string properties.
14500
14501 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14502
14503 * gmm-utils.el (gmm): Adjust custom version.
14504
14505 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14506 Adjust custom version.
14507
14508 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14509
14510 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14511
14512 * gnus-art.el (gnus-insert-prev-page-button)
14513 (gnus-insert-next-page-button): Simplify. Reformat.
14514
14515 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14516
14517 * gnus-art.el (gnus-insert-prev-page-button)
14518 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14519
14520 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14521
14522 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14523
14524 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14525
14526 * gnus-art.el (gnus-insert-mime-button)
14527 (gnus-insert-mime-security-button):
14528 Apply gnus-article-button-face to MIME and security buttons.
14529
14530 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14531
14532 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14533 readable.
14534
14535 2006-09-20 Steve Youngs <steve@sxemacs.org>
14536
14537 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14538 `browse-url-of-file' instead of `browse-url'.
14539
14540 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14541
14542 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14543 regexp. Articles containing quotation were cut prematurely.
14544
14545 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14546
14547 * message.el (message-cite-original-1): Use nobody by default for the
14548 value of From header.
14549 (message-reply): Ditto.
14550
14551 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14552
14553 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14554 to the gnus-info. This fixes a bug of inline-PGP message verification.
14555 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14556
14557 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14558
14559 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14560 mails in the doc string. Add some URLs in comment.
14561 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14562
14563 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14564
14565 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14566 backslashes handling and the way to find boundaries of quoted strings.
14567
14568 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14569
14570 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14571 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14572 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14573 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14574
14575 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14576
14577 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14578 doc string.
14579 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14580
14581 2006-09-06 Simon Josefsson <jas@extundo.com>
14582
14583 * mml2015.el (mml2015-use): Doc fix, mention epg.
14584
14585 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14586
14587 * mml2015.el (mml2015-use): Default to epg, if available.
14588
14589 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14590
14591 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14592 message-sender.
14593 (mml1991-epg-encrypt): Ditto.
14594 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14595 message-sender.
14596 (mml2015-epg-encrypt): Ditto.
14597
14598 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14599
14600 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14601 several common directories.
14602
14603 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14604
14605 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14606 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14607
14608 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14609
14610 * gnus-art.el (article-decode-encoded-words): Make it fast.
14611
14612 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14613
14614 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14615
14616 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14617 in quoted string into `\'.
14618
14619 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14620
14621 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14622 Use standard-syntax-table.
14623
14624 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14625
14626 * gnus-art.el (gnus-decode-address-function): New variable.
14627 (article-decode-encoded-words): Use it to decode headers which are
14628 assumed to contain addresses.
14629 (gnus-mime-delete-part): Remove useless `or'.
14630
14631 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14632 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14633 (gnus-nov-parse-line): Use it to decode From header.
14634 (gnus-get-newsgroup-headers): Ditto.
14635 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14636
14637 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14638 (mail-decode-encoded-address-string): New alias.
14639
14640 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14641 New function.
14642 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14643 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14644 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14645 (rfc2047-decode-string): Ditto.
14646 (rfc2047-decode-address-region): New function.
14647 (rfc2047-decode-address-string): New function.
14648
14649 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
14650
14651 * message.el (message-caesar-buffer-body): Allow rotating headers.
14652
14653 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14654
14655 * message.el (message-insert-formated-citation-line): Fix %f.
14656 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14657
14658 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14661 (gnus-bookmark-mouse-available-p): New macro.
14662 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14663 (gnus-bookmark-bmenu-show-infos): Use it.
14664 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14665 (gnus-bookmark-bmenu-hide-infos): Ditto.
14666 (gnus-bookmark-remove-properties): New function.
14667 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14668 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14669 (gnus-bookmark-write-file): Bind coding-system-for-write.
14670 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14671 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14672 group before selecting it.
14673 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14674 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14675 quit-window if it is not available; use gnus-mouse-2 and bind it to
14676 gnus-bookmark-bmenu-select-by-mouse.
14677 (gnus-bookmark-show-details): Remove unused variable `details-list'.
14678 (gnus-bookmark-bmenu-select-by-mouse): New function.
14679
14680 2006-08-13 Romain Francoise <romain@orebokech.com>
14681
14682 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14683 space.
14684
14685 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14686
14687 * compface.el (uncompface): Use binary rather than raw-text-unix.
14688
14689 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14690
14691 * compface.el (uncompface): Make sure the eol conversion doesn't take
14692 place when communicating with the external programs.
14693 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14694
14695 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
14696
14697 * nnheader.el (nnheader-insert-head): Fix typo in comment.
14698
14699 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14700
14701 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14702 Make it more robust by parsing author and date independently.
14703
14704 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14705
14706 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14707
14708 2006-07-28 Daiki Ueno <ueno@unixuser.org>
14709
14710 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14711 first matching secret key.
14712 (mml2015-epg-encrypt): Ditto.
14713
14714 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14715 first matching secret key.
14716 (mml1991-epg-encrypt): Ditto.
14717
14718 * mml2015.el (mml2015-encrypt-to-self): New user option.
14719 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14720 mml2015-epg-encrypt-to-self is set.
14721
14722 * mml1991.el (mml1991-encrypt-to-self): New variable.
14723 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14724 mml1991-epg-encrypt-to-self is set.
14725
14726 * mml2015.el (mml2015-signers): New user option.
14727 (mml2015-epg-sign): Reflect the value of mml2015-signers.
14728 (mml2015-epg-encrypt): Allow to select signing keys.
14729
14730 * mml1991.el (mml1991-signers): New variable.
14731 (mml1991-epg-sign): Reflect the value of mml1991-signers.
14732 (mml1991-epg-encrypt): Allow to select signing keys.
14733
14734 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14735
14736 * nnheader.el (nnheader-insert-head): Make it work even if the file
14737 uses CRLF for the line-break code.
14738
14739 2006-07-25 Daiki Ueno <ueno@unixuser.org>
14740
14741 * mml2015.el: Require mml-sec instead of password.
14742 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14743 (mml2015-cache-passphrase): Inherit the default value from
14744 mml-secure-cache-passphrase.
14745 (mml2015-passphrase-cache-expiry): Inherit the default value from
14746 mml-secure-passphrase-cache-expiry.
14747
14748 * mml1991.el: Require mml-sec instead of password.
14749 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14750 (mml1991-cache-passphrase): Inherit the default value from
14751 mml-secure-cache-passphrase.
14752 (mml1991-passphrase-cache-expiry): Inherit the default value from
14753 mml-secure-passphrase-cache-expiry.
14754
14755 * mml-sec.el: Require password.
14756 (mml-secure-verbose): New user option.
14757 (mml-secure-cache-passphrase): New user option.
14758 (mml-secure-passphrase-cache-expiry): New user option.
14759
14760 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
14761 Andreas Vögele <andreas@altroot.de> (tiny change)
14762
14763 * pgg-def.el (pgg-truncate-key-identifier):
14764 Truncate the key ID to 8 letters from the end.
14765
14766 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14767
14768 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14769 workaround for the url package included with Emacs.
14770
14771 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14772
14773 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14774
14775 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14776 correctly. This fixes a bug caused by the 2006-05-12 change.
14777
14778 2006-07-18 Karl Fogel <kfogel@red-bean.com>
14779
14780 * nnmail.el (nnmail-article-group): If splitting raises an error, give
14781 some information about the error when saying that the `bogus' mail
14782 group will be used.
14783
14784 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
14785
14786 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14787 string.
14788
14789 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
14790
14791 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14792
14793 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14794
14795 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14796
14797 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14798
14799 * mml1991.el (mml1991-function-alist): Add epg.
14800 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14801 (mml1991-epg-encrypt): New functions.
14802
14803 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14804
14805 * mml2015.el (mml2015-verbose): New variable.
14806 (mml2015-cache-passphrase): Ditto.
14807 (mml2015-passphrase-cache-expiry): Ditto.
14808 (mml2015-function-alist): Add epg.
14809 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14810 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14811 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14812 New functions.
14813
14814 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14815
14816 * message.el (message-cite-original-1): Preserve region when removing
14817 quoted text due to X-No-Archive in order to avoid bogus attribution
14818 when citing multiple messages.
14819
14820 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14821
14822 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14823 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14824
14825 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
14826
14827 * gnus-diary.el (gnus-user-format-function-d)
14828 (gnus-user-format-function-D): Autoload.
14829
14830 * imap.el (Commentary): Fix typo.
14831
14832 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14833 2006-04-22 contribution.
14834
14835 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14836
14837 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14838 It didn't really fix the bogosity I'm seeing with solid web groups.
14839
14840 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14841
14842 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14843 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14844 created using server names. If we use the feature without declaring
14845 it, Gnus does not properly manage server and group state.
14846
14847 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14848 bound.
14849
14850 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14851
14852 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14853 looking up the method using GROUP's prefix before inventing a new one.
14854 It is used on killed/unknown groups in various places where returning
14855 an all-new method isn't expected by the caller.
14856
14857 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14858 and match semantics of gnus-group-real-prefix.
14859
14860 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
14861
14862 * nnmail.el (nnmail-broken-references-mailers): New variable.
14863 (nnmail-ignore-broken-references): New function generalizing
14864 nnmail-fix-eudora-headers.
14865 (nnmail-fix-eudora-headers): Now obsolete.
14866
14867 * gnus-art.el (gnus-button-handle-custom):
14868 Support `customize-apropos*'.
14869
14870 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14871
14872 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14873
14874 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14875 articles.
14876
14877 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14878
14879 * message.el (message-cite-reply-above): New variable.
14880 (message-yank-original): Use it.
14881
14882 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
14883
14884 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14885
14886 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
14887
14888 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14889 as read.
14890
14891 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14892
14893 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
14894
14895 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14896 (gnus-bookmark-default-file): Use gnus-directory.
14897 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14898 Remove "*" in doc string.
14899 (gnus-bookmark-write-file): Simplify.
14900 (gnus-bookmark-maybe-sort-alist): Use `when'.
14901 (gnus-bookmark-get-bookmark): Fix typo in doc string.
14902 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14903 Add FIXME about Emacs 21 and XEmacs compatibility.
14904 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14905 compatibility.
14906 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14907 compatibility.
14908 (gnus-bookmark-menu-heading): Fix version.
14909
14910 2006-06-19 Bastien Guerry <bzg@altern.org>
14911
14912 * gnus-bookmark.el: New file.
14913
14914 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14915
14916 * message.el (message-syntax-checks): Doc fix.
14917
14918 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14919
14920 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14921 unsubscribed groups as if they were killed ones. It causes duplicate
14922 entries in gnus-newsrc-alist.
14923
14924 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14925
14926 * message.el (message-syntax-checks): Doc fix.
14927 (message-send-mail): Add check for continuation headers.
14928 (message-check-news-header-syntax): Fix regexp used to check for
14929 continuation headers.
14930
14931 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14932
14933 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14934
14935 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
14936
14937 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14938
14939 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14942 default-truncate-lines.
14943
14944 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
14945
14946 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14947 to fill the utf-8 entry.
14948
14949 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14950
14951 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14952
14953 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
14954
14955 * gnus-agent.el (directory-files-and-attributes): Move all the way
14956 forward (the third and final move).
14957 (gnus-agent-read-agentview): Trap reconstruction errors due to
14958 nonexistent directory. Handle by returning nil.
14959
14960 2006-05-30 Didier Verna <didier@xemacs.org>
14961
14962 * message.el (message-dont-reply-to-names): Update the custom type.
14963 * message.el (message-dont-reply-to-names): New defsubst: potentially
14964 convert a list of regexps into a single one.
14965 * message.el (message-get-reply-headers): Use it.
14966 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14967
14968 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * gnus-agent.el (directory-files-and-attributes): Move forward.
14971
14972 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14973
14974 * gnus-ml.el (gnus-mailing-list-subscribe)
14975 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14976 (gnus-mailing-list-message): Fix doc strings.
14977
14978 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14979
14980 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14981 of doing it manually.
14982
14983 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14984
14985 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14986 comment.
14987
14988 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
14989
14990 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14991 (gnus-agent-read-agentview): Fix handling of end-of-file error.
14992 (gnus-agent-read-local): All symbols allocated in my-obarray.
14993 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14994 (gnus-agent-regenerate-group): Check numeric names to see if they are
14995 messages or groups.
14996 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14997 better way of do this...)
14998
14999 * gnus-cache.el (gnus-agent-total-fetched-for):
15000 Ignore 'dummy.group' (there should be a better way of do this...)
15001
15002 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15003
15004 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15005 (gnus-saved-headers): Ditto.
15006 (gnus-default-article-saver): Mention functions may have properties.
15007 (gnus-article-save): Override gnus-save-all-headers and
15008 gnus-saved-headers by :headers property which saver function may have.
15009 (gnus-summary-save-in-file): Add :headers property.
15010 (gnus-summary-write-to-file): Ditto.
15011
15012 * gnus-sum.el (gnus-summary-save-article): Bind
15013 gnus-prompt-before-saving to t when saving many articles in a file;
15014 always show all headers.
15015
15016 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15017
15018 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15019 marks.
15020
15021 * message.el (message-indent-citation): Add optional arguments to allow
15022 using it outside of message buffers.
15023
15024 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15025 (gnus-article-treat-unfold-headers): Use it.
15026 (gnus-article-truncate-lines): New variable.
15027 (gnus-article-mode): Use it.
15028 (gnus-article-toggle-truncate-lines): New function.
15029
15030 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15031 Add gnus-article-toggle-truncate-lines.
15032
15033 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15034 coding system in XEmacs, use binary.
15035
15036 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15037
15038 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15039 after-load-alist.
15040
15041 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15042 this function should save decoded articles.
15043 (gnus-summary-write-to-file): Use property to specify this function
15044 should save decoded articles and specify gnus-summary-save-in-file
15045 should be used to save articles other than the first one when saving
15046 many articles.
15047 (gnus-summary-save-body-in-file): Use property to specify this
15048 function should save decoded articles.
15049 (gnus-summary-write-body-to-file): Use property to specify this
15050 function should save decoded articles and specify
15051 gnus-summary-save-body-in-file should be used to save articles other
15052 than the first one when saving many articles.
15053
15054 * gnus-sum.el (gnus-summary-save-article): Simplify.
15055
15056 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15057
15058 * gnus-art.el (gnus-default-article-saver):
15059 Add gnus-summary-write-body-to-file.
15060 (gnus-article-save-coding-system): Don't use coding system object
15061 in XEmacs.
15062 (gnus-read-save-file-name): Add optional `dir-var' argument which
15063 specifies directory in which files are saved; work even if optional
15064 `variable' argument is not specified.
15065 (gnus-summary-write-to-file): Read file name.
15066 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15067 (gnus-summary-write-body-to-file): New function.
15068
15069 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15070 (gnus-summary-local-variables): Add it.
15071 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15072 (gnus-summary-save-article): Remove optional `decode' argument;
15073 determine whether to decode articles by the value of
15074 gnus-default-article-saver; when saving many files using
15075 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15076 it first and use gnus-summary-save-in-file or
15077 gnus-summary-save-body-in-file thereafter unless
15078 gnus-prompt-before-saving is always; move point to article which
15079 will be saved.
15080 (gnus-summary-save-article-file): Revert.
15081 (gnus-summary-write-article-file): Revert.
15082 (gnus-summary-save-article-body-file): Revert.
15083 (gnus-summary-write-article-body-file): New function.
15084
15085 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15086
15087 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15088
15089 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15090
15091 * gnus-art.el (gnus-default-article-saver): Doc fix.
15092 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15093 from gnus-summary-save-article-coding-system, and default to a
15094 certain coding system.
15095 (gnus-output-to-file): Add coding cookie and encode text according
15096 to gnus-article-save-coding-system; don't use mm-append-to-file.
15097
15098 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15099 gnus-art.el and rename to gnus-article-save-coding-system.
15100 (gnus-summary-save-article): Require gnus-art; don't show all
15101 headers if it decodes articles; don't add coding cookie here;
15102 don't bind mm-text-coding-system-for-write.
15103 (gnus-summary-save-article-file): Save decoded articles.
15104 (gnus-summary-write-article-file): When saving many files, use
15105 gnus-summary-write-to-file first and gnus-summary-save-in-file
15106 thereafter unless gnus-prompt-before-saving is always.
15107 (gnus-summary-save-article-body-file): Save decoded articles.
15108
15109 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15110
15111 * nnrss.el (nnrss-check-group): Bind hash-index.
15112
15113 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15114
15115 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15116 its hash index. Store this hash in `nnrss-group-data'.
15117 (nnrss-read-group-data): Update accordingly.
15118
15119 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15120
15121 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15122 entry.
15123
15124 * gnus-sum.el (gnus-summary-make-menu-bar):
15125 Add gnus-article-browse-html-article.
15126
15127 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15128
15129 * gnus-sum.el (gnus-summary-mime-map):
15130 Add gnus-article-browse-html-article.
15131
15132 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15133
15134 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15135 suitable coding systems in customize.
15136
15137 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15138
15139 * mail-source.el (mail-sources): Fix custom type.
15140
15141 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15142
15143 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15144 (gnus-summary-expire-articles-now): Shorten prompt.
15145
15146 * gmm-utils.el (wid-edit): Require.
15147 (defun-gmm): Rename from `gmm-defun-compat'.
15148 (gmm-image-search-load-path): Use it.
15149 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15150
15151 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15152
15153 * gnus-sum.el (gnus-summary-save-article-coding-system):
15154 New variable.
15155 (gnus-summary-save-article): Add optional `decode' argument.
15156 If it is set and gnus-summary-save-article-coding-system is non-nil,
15157 save decoded article.
15158 (gnus-summary-write-article-file): Save decoded article if
15159 gnus-summary-save-article-coding-system is non-nil.
15160
15161 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15162 type.
15163
15164 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15165
15166 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15167
15168 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15171 first to test gnus-single-article-buffer which may be buffer-local.
15172
15173 * gnus-sum.el (gnus-summary-setup-buffer):
15174 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15175 group; make gnus-article-buffer, gnus-article-current, and
15176 gnus-original-article-buffer always buffer-local.
15177 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15178 group.
15179 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15180
15181 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15182
15183 * nnml.el (nnml-request-compact-group): Compressed files might not
15184 have .gz extension.
15185
15186 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15189 (mm-copy-to-buffer): Use with-current-buffer.
15190 (mm-display-part): Simplify.
15191 (mm-inlinable-p): Add optional arg `type'.
15192
15193 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15196 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15197 Try harder to show the attachment internally or externally using
15198 gnus-mime-view-part-as-type.
15199
15200 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15201
15202 * message.el (message-from-style, message-signature-separator)
15203 (message-user-organization-file, message-send-mail-function)
15204 (message-citation-line-function, message-yank-prefix)
15205 (message-indent-citation-function, message-signature)
15206 (message-signature-file, message-signature-insert-empty-line):
15207 Remove autoloads.
15208
15209 * gnus-art.el (gnus-buttonized-mime-types):
15210 Remove "multipart/signed". Revert 2006-04-26 change.
15211
15212 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15213
15214 * gnus.el (gnus-version-number): Bump version.
15215
15216 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15217
15218 * gnus.el: No Gnus v0.5 is released.
15219
15220 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15221
15222 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15223 fetching articles by message-id.
15224
15225 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15226
15227 * message.el (hashcash): Require hashcash as normal.
15228
15229 * ecomplete.el (ecomplete-highlight-match-line):
15230 Use point-at-eol.
15231 (ecomplete-highlight-match-line): Use `highlight', because that
15232 face exists in both Emacs and XEmacs.
15233
15234 * message.el (message-display-abbrev): Use point-at-bol.
15235
15236 * mail-source.el: Don't require timer/timer-funcs.
15237
15238 * gnus-async.el: Ditto.
15239
15240 * password.el: Ditto.
15241
15242 * mm-url.el: Ditto.
15243
15244 * mm-util.el: Require timer/timer-funcs.
15245
15246 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15247
15248 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15249 Close.
15250
15251 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15252
15253 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15254 unibyte after clear-decrypt function runs.
15255
15256 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15257 returns as a unibyte string.
15258
15259 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15262 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15263 (mml1991-pgg-encrypt): Ditto.
15264
15265 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15266
15267 * message.el (message-user-organization-file): Check several
15268 locations of the organization file.
15269
15270 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15271 Add gnus-article-view-part-as-type.
15272
15273 * gnus-art.el (gnus-article-view-part-as-type): New function.
15274
15275 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15276 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15277
15278 * mml.el: Simplify autoload.
15279 (mml-mode): defvar dnd-protocol-alist instead of using
15280 symbol-value.
15281 (mml-default-directory): New variable.
15282 (mml-minibuffer-read-file): Use it.
15283 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15284
15285 * message.el (message-citation-line-format): New variable.
15286 (message-insert-formated-citation-line): New function.
15287 (message-citation-line-function):
15288 Add `message-insert-formated-citation-line' to custom type.
15289
15290 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15291 to doc string.
15292
15293 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15294 depending on mm-verify-option.
15295
15296 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15297
15298 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15299 binding pgg-* variables; reimplement the section which prevents
15300 MIME header from being signed.
15301 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15302 pgg-text-mode; remove a blank line at the top of body.
15303
15304 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15305 lines at the top of body; use gnus-newsgroup-charset if there's no
15306 Charset header.
15307
15308 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15309
15310 * message.el (message-self-insert-commands): Doc fix.
15311
15312 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15313 (mm-uu-pgp-encrypted-test): Ditto.
15314 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15315 between header and body; return application/pgp-encrypted handle
15316 if decryption failed; decode decrypted body by charset.
15317
15318 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15319 element match to application/pgp-*.
15320
15321 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15322
15323 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15324 HTML.
15325
15326 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15327
15328 * mail-source.el (mail-source-call-script): Message the error
15329 string.
15330
15331 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15332
15333 * gnus-util.el (gnus-byte-compile): Use it.
15334
15335 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15336
15337 * gnus-util.el (kill-empty-logs): New function.
15338
15339 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15340
15341 * message.el (message-mail-alias-type): Doc fix.
15342 (message-mail-alias-type-p): New function.
15343 (message-send): Use it.
15344 (message-mode): Ditto.
15345 (message-strip-forbidden-properties): Ditto.
15346
15347 * ecomplete.el (ecomplete-database-file-coding-system):
15348 New variable.
15349 (ecomplete-save): Use it.
15350 (ecomplete-setup): Use it.
15351
15352 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15353
15354 * message.el (message-self-insert-commands): New variable.
15355 (message-strip-forbidden-properties): Use it.
15356
15357 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15358
15359 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15360 that doesn't make XEmacs choke.
15361
15362 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15363
15364 * gnus-util.el (gnus-replace-in-string):
15365 Prefer replace-regexp-in-string over of replace-in-string.
15366
15367 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15368
15369 * gnus-util.el (gnus-select-frame-set-input-focus):
15370 Use select-frame-set-input-focus if it is available in XEmacs; use
15371 definition defined in Emacs 22 for old Emacsen.
15372
15373 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15374
15375 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15376
15377 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15378
15379 * gnus-registry.el (gnus-registry-cache-save): Remove text
15380 properties when saving via the temp buffer.
15381
15382 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15383
15384 * message.el (message-generate-hashcash): Honor custom type.
15385
15386 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15387
15388 * message.el (message-generate-hashcash): Default to non-nil when
15389 hashcash is found.
15390
15391 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15392 (gnus-refer-thread-limit): Increase default to 500.
15393
15394 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15395
15396 * flow-fill.el (fill-flowed): Allow delete-space.
15397
15398 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15399
15400 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15401 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15402 Remove autoloads.
15403
15404 2006-04-18 Simon Josefsson <jas@extundo.com>
15405
15406 * message.el (message-generate-hashcash): Default to.
15407
15408 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15409
15410 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15411 concatenating segments rather than before concatenating them.
15412
15413 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15414
15415 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15416
15417 * imap.el (imap-quote-specials): New function.
15418 (imap-login-auth): Quote specials.
15419
15420 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15421
15422 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15423
15424 * message.el (message-forward-make-body-plain):
15425 Allow message-forward-ignored-headers to be a list.
15426 (message-remove-ignored-headers): Factor out into function.
15427 (message-forward-make-body-mml): Use it.
15428 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15429 (rfc2231-parse-string): Allow concatanation of parameters that
15430 aren't contiguous. The test case is
15431 (mail-header-parse-content-type "message/external-body;
15432 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15433 access-type=LOCAL-FILE;
15434 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15435
15436 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15437
15438 * nntp.el (nntp-accept-process-output): Return the value of
15439 `nnheader-accept-process-output'.
15440
15441 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15442
15443 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15444 (gnus-button-alist): Recognize more diff formats.
15445 (gnus-button-patch): Strip directory.
15446
15447 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15448
15449 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15450 Emacs 22 when setting focus.
15451
15452 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15453
15454 * gnus-art.el (gnus-article-treat-types): Do treatment of
15455 text/x-verbatim parts.
15456 (gnus-button-patch): New command.
15457
15458 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15459 addresses that contain invalid characters.
15460
15461 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15462
15463 * message.el (message-put-addresses-in-ecomplete):
15464 Use gnus-replace-in-string.
15465 (message-is-yours-p): Use the more correct
15466 mail-header-parse-address instead of
15467 mail-extract-address-components.
15468 (message-put-addresses-in-ecomplete): Fix typo.
15469
15470 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15471 keystroke.
15472
15473 * gnus-art.el (gnus-treatment-function-alist): Change order of
15474 newsgroups/generic header folding to avoid double-folding.
15475
15476 * message.el (message-hidden-headers): Add X-Draft-From.
15477
15478 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15479 New command.
15480 (gnus-summary-repeat-search-article-backward): New command.
15481
15482 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15483 groups in the parent topic.
15484
15485 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15486
15487 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15488 (spam-extra-header-to-number): Return the CRM114 number as a
15489 number instead of a string.
15490
15491 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15492
15493 * gnus-art.el (gnus-face-properties-alist): Move here from
15494 gnus-fun.
15495
15496 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15497
15498 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15499
15500 * message.el (message-strip-forbidden-properties): Only display on
15501 self-insert-command.
15502
15503 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15504 reindent.
15505 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15506
15507 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15508
15509 * smiley.el (smiley-style): Fix typo.
15510
15511 2006-03-23 Kenichi Handa <handa@m17n.org>
15512
15513 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15514 instead of set-buffer-multibyte.
15515
15516 2006-03-23 Kenichi Handa <handa@m17n.org>
15517
15518 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15519 buffer and then decode the buffer text if necessary.
15520 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15521 first, and after mm-encode-body, change the buffer to unibyte.
15522
15523 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15524
15525 * hashcash.el (hashcash-insert-payment-async-2):
15526 Use message-goto-eoh instead of doing it manually.
15527 (mail-add-payment): Use message-narrow-to-header instead of trying
15528 to do the same itself.
15529
15530 * message.el (message-hidden-headers): Add Face.
15531
15532 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15533 reparenting code.
15534 (gnus-summary-reparent-children): Refactored out code.
15535 (gnus-summary-thread-map): New keystroke.
15536 (gnus-summary-reparent-children): Make into command.
15537
15538 * smiley.el (smiley-style): Default to `medium' if using a large
15539 font.
15540
15541 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15542 does it itself.
15543
15544 * message.el (message-point-in-header-p): Simplify definition.
15545
15546 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15547
15548 * nnagent.el (nnagent-request-set-mark): Silence log file
15549 writing.
15550 (nnagent-request-set-mark): Use write-region instead of
15551 append-to-file.
15552
15553 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15554 strange select method.
15555
15556 * ecomplete.el (ecomplete-display-matches): Get highlightling
15557 right.
15558 (ecomplete-display-matches): Use literals.
15559 (ecomplete-display-matches): Disable message logging.
15560
15561 * message.el (message-display-abbrev): Small optimization.
15562
15563 * ecomplete.el (ecomplete-display-matches): Allow automatic
15564 display.
15565
15566 * message.el (message-strip-forbidden-properties):
15567 Display abbrevs.
15568 (message-display-abbrev): Get automatic display right.
15569
15570 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15571 keystrokes.
15572
15573 2006-04-13 Romain Francoise <romain@orebokech.com>
15574
15575 TODO: Backport to v5-10!
15576
15577 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15578 Move here (and rename) from gnus-registry.el.
15579
15580 * gnus-registry.el: Require gnus-util.
15581 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15582
15583 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15584
15585 * gnus-group.el (gnus-group-catchup-current):
15586 Change if-then-else-if-then-else into cond.
15587 (gnus-group-catchup): Indent.
15588 (group-name-at-point): New function.
15589 (gnus-fetch-group): Provide default from thing at point.
15590
15591 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15592
15593 * message.el (message-display-abbrev): Fix regexp.
15594
15595 * ecomplete.el (ecomplete-highlight-match-line):
15596 Reimplement choosing.
15597 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15598 dead variables.
15599
15600 * message.el (message-newline-and-indent): Remove debugging.
15601 (message-display-abbrev): Use new implementation.
15602
15603 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15604
15605 * gnus-art.el (gnus-article-mode):
15606 Set cursor-in-non-selected-windows to nil.
15607
15608 * smiley.el: Revert previous change.
15609 (smiley-data-directory): defvar it before using it in the
15610 defcustom of `smiley-style'.
15611
15612 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15613
15614 * message.el (message-newline-and-indent): New function.
15615
15616 * ecomplete.el: Implement more bits.
15617
15618 * message.el (message-put-addresses-in-ecomplete): Clean up the
15619 string.
15620
15621 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15622
15623 * gnus-sum.el (gnus-summary-save-parts):
15624 Bind gnus-summary-save-parts-counter and use it to make unique file
15625 names.
15626
15627 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15628
15629 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15630 parameter to say whether to actually parse the individual
15631 addresses.
15632
15633 * message.el (message-put-addresses-in-ecomplete): New function.
15634 (ecomplete): Require.
15635 (message-mail-alias-type): Add ecomplete as an option.
15636
15637 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
15638
15639 * flow-fill.el (fill-flowed): Remove trailing space from blank
15640 quoted lines.
15641
15642 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15643
15644 * smiley.el (smiley-style): Move definition later to avoid a
15645 compilation warning.
15646
15647 2006-04-12 Kenichi Handa <handa@m17n.org>
15648
15649 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15650 buffer and then decode the buffer text if necessary.
15651 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15652 first, and after mm-encode-body, change the buffer to unibyte.
15653 Use mm-disable-multibyte instead of set-buffer-multibyte.
15654
15655 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15656
15657 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15658 Content-Type header instead of Content-Disposition header.
15659 (gnus-mime-inline-part): Ditto.
15660 (gnus-mime-view-part-as-charset): Ignore charset that the part
15661 specifies.
15662
15663 * mm-decode.el (mm-display-part): Work with external parts and
15664 usual parts similarly.
15665
15666 * mm-extern.el (mm-inline-external-body): Use mm-display-part
15667 instead of gnus-display-mime.
15668
15669 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15670 instead of with-temp-buffer.
15671
15672 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15673 tag to summarized topics part in order to encode non-ASCII text.
15674
15675 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15676
15677 * smiley.el (smiley-style): New variable.
15678 (smiley-directory): New function.
15679 (smiley-data-directory): Derive from `smiley-style' using
15680 `smiley-directory'.
15681 (smiley-regexp-alist): Add new entries.
15682
15683 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15684 (gnus-article-browse-delete-temp): Add :version.
15685
15686 2006-04-11 Arne Jørgensen <arne@arnested.dk>
15687
15688 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15689 the sieve region.
15690
15691 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15692
15693 * gnus.el (gnus-version-number): Bump version.
15694
15695 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15696
15697 * gnus.el: No Gnus v0.4 is released.
15698
15699 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15700
15701 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15702 layout.
15703
15704 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15705 unknown charset.
15706
15707 * message.el (message-header-synonyms): Add Original-To to the
15708 default.
15709
15710 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15711 optional parameter.
15712
15713 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15714
15715 * gnus-fun.el (gnus): Require it for gnus-directory.
15716
15717 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15718
15719 * gnus-fun.el (gnus-face-properties-alist): Add :version.
15720
15721 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15722
15723 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15724
15725 2006-04-05 Simon Josefsson <jas@extundo.com>
15726
15727 * password.el (password-reset): New function.
15728
15729 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15730
15731 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15732 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15733
15734 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15735
15736 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15737 Some whitespace was matched into the url, which broke browsing hits
15738 > 100 when mm-url-use-external was nil.
15739
15740 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15741
15742 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15743 Check gnus-extra-headers for 'Newsgroups.
15744
15745 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15746 bound.
15747
15748 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15749
15750 * pgg-gpg.el: Clean up process buffers every time gpg processes
15751 complete.
15752
15753 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15754
15755 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15756 doc string.
15757
15758 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15759
15760 * pgg-gpg.el (pgg-gpg-process-filter)
15761 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15762
15763 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15764 lines, temporary fix.
15765
15766 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15767
15768 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15769
15770 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15771
15772 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15773 default-enable-multibyte-characters. This reverts the change from
15774 revision 6.17 which is no longer necessary because the passphrase
15775 is sent separately now. GnuPG messages are unreadable under
15776 multibyte locales with default-enable-multibyte-characters set to
15777 nil.
15778
15779 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
15780
15781 * message.el (message-tool-bar-gnome): Move "spell".
15782
15783 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
15784
15785 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15786 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
15787 instead.
15788
15789 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
15790
15791 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15792 Improve newsgroups handling for NNTP overviews which don't include
15793 Newsgroups.
15794
15795 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15796
15797 * message.el (message-resend): Bind message-generate-hashcash to nil.
15798
15799 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15800
15801 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15802 when searching for already-paid recipients.
15803
15804 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15805
15806 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15807 passphrases when it is not needed.
15808 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15809 passphrase stuff from gpg, should only be necessary when you use
15810 gpg with a smartcard.
15811
15812 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15813
15814 * mml.el (mml-insert-mime): Ignore cached contents of
15815 message/external-body part.
15816
15817 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15818 (mm-insert-part): Ditto.
15819
15820 2006-03-23 Simon Josefsson <jas@extundo.com>
15821
15822 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15823 Reiner.
15824 (pgg-gpg-use-agent-p): Use it again.
15825
15826 2006-03-23 Simon Josefsson <jas@extundo.com>
15827
15828 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15829 older emacsen.
15830 (pgg-gpg-use-agent-p): Don't use it.
15831
15832 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
15833
15834 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15835 if we can.
15836
15837 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15838
15839 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15840 (pgg-gpg-update-agent): New function.
15841 (pgg-gpg-use-agent-p): New function.
15842 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15843 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15844 (pgg-gpg-sign-region): Use it.
15845
15846 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15847
15848 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15849 Reported by Ralf Wachinger <rwachinger@gmx.de>.
15850
15851 2006-03-21 Simon Josefsson <jas@extundo.com>
15852
15853 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15854 <wilde@sha-bang.de>.
15855 (pgg-gpg-use-agent): New variable.
15856 (pgg-gpg-process-region): Use it.
15857 (pgg-gpg-encrypt-region): Likewise.
15858 (pgg-gpg-encrypt-symmetric-region): Likewise.
15859 (pgg-gpg-decrypt-region): Likewise.
15860 (pgg-gpg-sign-region): Likewise.
15861 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15862
15863 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15864
15865 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15866
15867 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15868 Add comment on version.
15869
15870 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
15871
15872 * smiley.el: Add missing test smiley.
15873
15874 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15875
15876 * mm-decode.el (mm-with-part): New macro.
15877 (mm-get-part): Use it; work with message/external-body as well.
15878 (mm-save-part): Treat name and filename equally.
15879
15880 * mm-extern.el (mm-extern-cache-contents): New function.
15881 (mm-inline-external-body): Use it; force the part to be displayed;
15882 move undisplayer added to the cached handle to the parent.
15883
15884 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15885 (gnus-mime-view-part-as-type): Work with message/external-body.
15886
15887 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15888
15889 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15890
15891 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15892 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
15893 Emacs.]
15894
15895 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15896
15897 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15898 path rather than symbol. Always return list of directories.
15899 Guarantee that image directory comes first. [Sync with image.el,
15900 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
15901
15902 * message.el (message-make-tool-bar): Adjust to new API of
15903 `gmm-image-load-path-for-library'.
15904
15905 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15906
15907 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15908
15909 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15910
15911 * gnus-art.el (gnus-article-only-boring-p):
15912 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15913 intangible text.
15914 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15915
15916 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
15917
15918 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15919 Use `defun' instead of `gmm-defun-compat'.
15920
15921 2006-03-14 Simon Josefsson <jas@extundo.com>
15922
15923 * message.el (message-unique-id): Don't use message-number-base36
15924 if (user-uid) is a float.
15925 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15926
15927 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15928
15929 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15930
15931 * gnus-art.el (gnus-mime-display-single): Make sure there is an
15932 empty line between a part and a message part.
15933
15934 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
15935
15936 * smiley.el: Add more test smileys.
15937 (smiley-data-directory, smiley-regexp-alist)
15938 (gnus-smiley-file-types): Fix doc strings.
15939 (smiley-update-cache): Clear smiley-cached-regexp-alist before
15940 adding new elements.
15941 (smiley-mouse-map): Unused code. Make it a comment.
15942
15943 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15944
15945 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15946 scan latest NoCeM messages instead of old ones.
15947 (gnus-nocem-check-article): Fix regexps so as to match to PGP
15948 delimiters that are recently used.
15949 (gnus-nocem-load-cache): Add autoload cookie.
15950
15951 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15952
15953 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15954 level which is larger than gnus-use-nocem is specified.
15955
15956 * gnus-group.el (gnus-group-get-new-news): Ditto.
15957
15958 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
15959
15960 * gnus-util.el (gnus-tool-bar-update): New function.
15961
15962 * gnus-group.el (gnus-group-update-tool-bar): New variable.
15963 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15964
15965 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15966
15967 * gnus-group.el (gnus-group-redraw-when-idle)
15968 (gnus-group-redraw-check): Remove.
15969 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15970
15971 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15972
15973 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15974 if optional last element is specified in splits (FIELD VALUE...).
15975
15976 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
15977
15978 * message.el (message-make-tool-bar): Rename gmm-image-load-path
15979 to gmm-image-load-path-for-library. Call with no-error argument.
15980 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15981
15982 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15983
15984 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15985
15986 * gmm-utils.el (gmm-image-load-path): Remove alias.
15987
15988 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
15989
15990 * gmm-utils.el (gmm-image-load-path): Add alias.
15991
15992 * nnml.el (nnml-generate-nov-databases-directory): Rename from
15993 nnml-generate-nov-databases-1.
15994 (nnml-generate-nov-databases): Use it.
15995 (nnml-generate-nov-databases-directory): Document no-active
15996 argument.
15997
15998 * gmm-utils.el (gmm-image-load-path-for-library): Return single
15999 directory if path is t. Add no-error.
16000
16001 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16002 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16003
16004 * gnus-art.el (gnus-article-browse-delete-temp-files):
16005 Simplify resetting gnus-article-browse-html-temp-list.
16006
16007 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16008 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16009 Add example to docstring. Rename local variables. Move error
16010 checks to default case in cond and simplify.
16011
16012 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16013
16014 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16015 handle is multipart when calling it recursively.
16016 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16017
16018 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16019
16020 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16021 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16022
16023 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16024
16025 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16026 is loaded.
16027
16028 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16029 loaded.
16030
16031 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16032
16033 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16034 to "Emacs 23 (unicode)" in doc string.
16035
16036 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16037 "Emacs 23 (unicode)" in comment.
16038
16039 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16040
16041 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16042
16043 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16044 characters 160 through 255 in Emacs 23.
16045
16046 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16047
16048 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16049 gnus-article-browse-html-temp.
16050 (gnus-article-browse-delete-temp): Make it customizable.
16051 Add `file'. Adjust doc string.
16052 (gnus-article-browse-delete-temp-files): Add argument.
16053 Allow query for each file. Adjust doc string.
16054 (gnus-article-browse-html-parts):
16055 Add `gnus-article-browse-delete-temp-files' to
16056 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16057
16058 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16059
16060 * gnus-art.el (gnus-article-browse-html-temp)
16061 (gnus-article-browse-delete-temp): New variables.
16062 (gnus-article-browse-delete-temp-files): New function.
16063 (gnus-article-browse-html-parts): Use it.
16064
16065 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16068
16069 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16070 string.
16071
16072 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16073 gnus-summary-insert-new-articles when unplugged.
16074 Remove gnus-summary-search-article-forward.
16075
16076 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16077 display-visual-class instead of display-color-cells.
16078
16079 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16080
16081 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16082 message/* containing non-ASCII text properly.
16083
16084 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16085
16086 * message.el: Require gmm-utils, remove autoloads.
16087 (message-tool-bar): Set default based on
16088 gmm-tool-bar-style.
16089 (message-tool-bar-gnome): Add gmm-customize-mode.
16090
16091 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16092 gmm-tool-bar-style.
16093 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16094
16095 * gnus-group.el (gnus-group-tool-bar): Set default based on
16096 gmm-tool-bar-style.
16097 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16098
16099 * gmm-utils.el (gmm-image-directory): Rename variable from
16100 gmm-image-load-path.
16101 (gmm-image-load-path): Use gmm-image-directory.
16102 (gmm-customize-mode): New function.
16103 (gmm-tool-bar-style): New variable.
16104
16105 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16106 gnus-group-redraw-line-number.
16107 (gnus-group-redraw-check): Simplify.
16108 (gnus-group-tool-bar-update): Remove redraw check.
16109 (gnus-group-make-tool-bar): Add redraw check.
16110
16111 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16112
16113 * gnus-art.el (gnus-button): Add missing parentheses.
16114
16115 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16116
16117 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16118
16119 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16120
16121 * gnus-art.el (gnus-button): New face.
16122 (gnus-article-button-face): Use it.
16123
16124 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16125 Add gnus-summary-next-page. Re-order.
16126
16127 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16128 next-node are now included.
16129 (gnus-group-redraw-line-number): New internal variable.
16130 (gnus-group-redraw-check): Helper function for updating the tool
16131 bar.
16132 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16133
16134 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16135
16136 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16137 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16138 Use it to match format of Spamassassin 3.0 and later.
16139 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16140 (spam-check-bogofilter)
16141 (spam-bogofilter-register-with-bogofilter): Fix args of
16142 `gnus-error' calls.
16143
16144 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16145
16146 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16147 unnecessary interaction when sending queued mails.
16148 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16149
16150 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16151
16152 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16153 first or last are nil.
16154
16155 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16156
16157 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16158
16159 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16160
16161 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16162
16163 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16164
16165 * dns.el (query-dns): Protect more against buggy tcp output.
16166
16167 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16168
16169 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16170 nov.php.
16171
16172 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16173
16174 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16175 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16176 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16177 output on the server side.
16178 (nnweb-google-create-mapping): Update regexps and add some
16179 progress indication.
16180
16181 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16182
16183 * gnus-group.el (gnus-group-tool-bar-gnome):
16184 Fix gnus-agent-toggle-plugged. Re-order icons.
16185 (gnus-group-tool-bar-gnome):
16186 Add gnus-group-{prev,next}-unread-group.
16187 (gnus-group-tool-bar-gnome): Re-order icons.
16188
16189 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16190 Move gnus-summary-insert-new-articles.
16191
16192 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16193 Fix comments.
16194
16195 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16196 also available in Emacs 21.3.
16197
16198 * message.el (message-fix-before-sending): Change "Emacs 22" to
16199 "Emacs 23 (unicode)" in comment.
16200
16201 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16202 "Emacs 23 (unicode)" in comment.
16203
16204 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16205 comment.
16206 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16207
16208 * mm-view.el (mm-fill-flowed): Add :version.
16209
16210 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16211
16212 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16213 and load-path.
16214
16215 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16216
16217 * message.el: Autoload gmm-image-load-path.
16218 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16219 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16220 consitency.
16221
16222 * gmm-utils.el (gmm-image-load-path): Also search in
16223 "../etc/images". Don't set gmm-image-load-path if we don't find
16224 the image.
16225
16226 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16227
16228 * gmm-utils.el (gmm-image-load-path): Don't make
16229 `gmm-image-load-path' include subdirectories which the second arg
16230 `image' might specify.
16231
16232 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16233 subdirectory to icon file names.
16234
16235 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16236
16237 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16238
16239 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16240 gmm-image-load-path calls.
16241
16242 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16243
16244 * message.el (message-make-tool-bar): Ditto.
16245
16246 * mml.el (mml-preview): Add comment concerning tool bar icons.
16247
16248 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16249 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16250
16251 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16252 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16253
16254 * message.el (message-tool-bar-gnome): Use new icon names.
16255 (message-make-tool-bar): Use `gmm-image-load-path'.
16256
16257 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16258 New functions from MH-E.
16259 (gmm-image-load-path): New variable from MH-E.
16260 (gmm-image-load-path): New function from MH-E. Add arguments
16261 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16262 *-image-load-path-called-flag.
16263
16264 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16265
16266 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16267
16268 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16269
16270 * nnimap.el (nnimap-request-move-article): Change folder back to
16271 source group before deleting.
16272
16273 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16274
16275 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16276
16277 * gnus-art.el (mm-url-insert-file-contents-external):
16278 Autoload mm-url.
16279
16280 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16281
16282 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16283
16284 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16285 coding system which mm-charset-to-coding-system returns for a
16286 given charset is valid.
16287
16288 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16289
16290 * html2text.el (html2text-remove-tag-list):
16291 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16292
16293 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16294
16295 * gnus-cus.el: Revert 2005-10-17 change.
16296
16297 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16298
16299 * gnus-art.el (article-strip-banner):
16300 Call article-really-strip-banner only when the regexp match is made.
16301
16302 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16303
16304 * gnus-art.el (article-strip-banner):
16305 Use gnus-extract-address-components instead of
16306 mail-header-parse-addresses to make it work with non-ASCII text;
16307 remove mail-encode-encoded-word-string.
16308
16309 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16310 values which are surrounded with \"...\"; make it never cause a
16311 Lisp error; give up parsing of parameters if it failed in
16312 extracting type.
16313
16314 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16315
16316 * smime.el (smime-cert-by-ldap-1): Fix bug where
16317 `smime-ldap-search' returns results without userCertificates.
16318
16319 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16320
16321 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16322
16323 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16324
16325 * spam.el (spam-check-spamassassin-headers): Adapt format for
16326 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16327 <ari@mbf.ocn.ne.jp>.
16328 (spam-list-of-processors): Add spam-use-gmane.
16329
16330 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16331
16332 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16333 make-temp-file; make it work with XEmacs as well.
16334
16335 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16336 mm-make-temp-file.
16337
16338 * mm-decode.el (mm-display-external): Use the 3rd arg of
16339 mm-make-temp-file.
16340 (mm-create-image-xemacs): Ditto.
16341
16342 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16343
16344 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16345 with message-narrow-to-headers.
16346 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16347 (gnus-draft-check-draft-articles): New function.
16348 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16349
16350 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16351
16352 * gnus-art.el (gnus-article-browse-html-parts):
16353 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16354 Don't use suffix argument for mm-make-temp-file for Emacs 21
16355 compatibility. Remove useless `format'.
16356
16357 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16358
16359 * nnweb.el (nnweb-google-wash-article): Update regexps.
16360 (nnweb-group-alist): Use defvoo instead of defvar.
16361
16362 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16363
16364 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16365 re-loading nn* modules.
16366
16367 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16368
16369 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16370 for `tool-bar-mode' and don't check it's default-value.
16371
16372 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16373
16374 * message.el (message-make-tool-bar): Ditto.
16375
16376 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16377 `substring'. Shorten tmp-file name.
16378
16379 * gnus.el: Remove bogus comment.
16380
16381 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16382
16383 * gnus-art.el (gnus-article-browse-html-parts): New function.
16384 (gnus-article-browse-html-article): New function for viewing html
16385 articles with a browser.
16386
16387 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16388
16389 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16390 (mml2015-pgg-encrypt): Ditto.
16391
16392 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16393 (mml1991-pgg-encrypt): Ditto.
16394
16395 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16396
16397 * nnfolder.el (nnfolder-insert-newsgroup-line):
16398 Use message-make-date instead of current-time-string.
16399
16400 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16401 to gnus-decoded which mm-uu might set.
16402
16403 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16404
16405 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16406 don't decode quoted parameters; remove misimported Emacs code.
16407 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16408 (rfc2231-decode-encoded-string): Don't use split-string which
16409 behaves differently according to Emacs version; use
16410 mm-decode-coding-region to convert charset to coding-system.
16411 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16412 (rfc2231-encode-string): Remove misimported Emacs code.
16413
16414 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16415
16416 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16417 when calling mail-header-parse-content-type.
16418 (article-de-quoted-unreadable): Ditto.
16419 (article-de-base64-unreadable): Ditto.
16420 (article-wash-html): Ditto.
16421
16422 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16423 calling mail-header-parse-content-type and
16424 mail-header-parse-content-disposition.
16425 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16426 mail-header-parse-content-type.
16427
16428 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16429 insert charset and format parameters; encode description after
16430 inserting it to buffer.
16431 (mml-insert-parameter): Fold lines properly even if a parameter is
16432 segmented into two or more lines; change the max column to 76.
16433
16434 * rfc1843.el (rfc1843-decode-article-body): Don't use
16435 ignore-errors when calling mail-header-parse-content-type.
16436
16437 * rfc2231.el (rfc2231-parse-string): Return at least type if
16438 possible; don't cause an error even if it fails in parsing of
16439 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16440 (rfc2231-encode-string): Don't break lines at the beginning, leave
16441 it to mml-insert-parameter.
16442
16443 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16444 calling mail-header-parse-content-type.
16445
16446 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16447
16448 * spam-report.el (spam-report-gmane-use-article-number):
16449 Improve doc string.
16450 (spam-report-gmane-internal): Check if a suitable header was found
16451 in the article.
16452
16453 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16454
16455 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16456 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16457
16458 2006-02-05 Romain Francoise <romain@orebokech.com>
16459
16460 Update copyright notices of all files in the gnus directory.
16461
16462 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16463
16464 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16465
16466 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16467
16468 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16469 segmented lines of parameter value to cope with Thunderbird 1.5
16470 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16471 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16472 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16473
16474 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16475
16476 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16477 parts.
16478
16479 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16480
16481 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16482 there's only one active file for all servers.
16483 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16484 solid groups. Gnus might have used a FAST request to select the group.
16485 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16486 and nnweb-search redundantly in the active file.
16487 (nnweb-request-list): Don't list bogus groups. There can only be one.
16488 (nnweb-request-create-group): Don't use ARGS.
16489 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16490 initializations. Let nnoo do the work.
16491
16492 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16493
16494 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16495 Say the part has been decoded.
16496
16497 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16498
16499 2006-01-31 Kevin Ryde <user42@zip.com.au>
16500
16501 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16502 mailcap-viewer-test-cache when there's no 'test clause, since that
16503 will invert the meaning of a "nil" test previously determined by
16504 mailcap-mailcap-entry-passes-test.
16505
16506 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16507
16508 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16509 compiling.
16510
16511 * gnus-sum.el: Ditto.
16512
16513 * message.el: Don't bind tool-bar-map when compiling.
16514
16515 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16516
16517 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16518
16519 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16520
16521 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16522 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16523 current Google Groups.
16524
16525 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16526
16527 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16528 and tool-bar-mode.
16529
16530 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16531 and tool-bar-mode.
16532
16533 * message.el (message-tool-bar-update): Simplify.
16534 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16535
16536 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16537 gnus-summary-buffer.
16538 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16539 gnus-summary-reply.
16540
16541 * gmm-utils.el (gmm): Add :version.
16542
16543 2006-01-26 Steve Youngs <steve@sxemacs.org>
16544
16545 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16546 Don't autoload.
16547
16548 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16549
16550 * gmm-utils.el (gmm-verbose): Add :group.
16551
16552 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16553
16554 * message.el: Change some comments WRT tool-bars.
16555
16556 * gnus-sum.el (gnus-summary-tool-bar)
16557 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16558 (gnus-summary-tool-bar-zap-list): New variables.
16559 (gnus-summary-make-tool-bar): Complete rewrite using
16560 `gmm-tool-bar-from-list'.
16561
16562 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16563 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16564 New variables.
16565 (gnus-group-make-tool-bar): Complete rewrite using
16566 `gmm-tool-bar-from-list'.
16567 (gnus-group-tool-bar-update): New function.
16568
16569 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16570
16571 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16572
16573 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16574 is dissected into a single part of which the type is the same as
16575 the given one; decode charset.
16576
16577 2006-01-21 Kevin Ryde <user42@zip.com.au>
16578
16579 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16580 into alists as symbol not string, since that's what
16581 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16582 look for.
16583
16584 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16585
16586 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16587 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16588
16589 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16590
16591 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16592
16593 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16594 (gnus-mime-security-button-menu): New definition.
16595 (gnus-mime-security-button-map): Use them.
16596 (gnus-mime-security-button-menu): New function.
16597 (gnus-insert-mime-security-button): Addition to help echo.
16598 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16599 (gnus-mime-security-pipe-part): New functions.
16600
16601 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16602 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16603
16604 * mm-decode.el (mm-handle-set-disposition): Remove.
16605 (mm-handle-set-description): Remove.
16606
16607 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16608
16609 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16610 (mm-w3m-standalone-supports-m17n-p): New function.
16611 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16612 w3m usage.
16613
16614 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16615 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16616
16617 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16618
16619 * message.el (message-tool-bar-zap-list):
16620 Use gmm-tool-bar-zap-list as custom type.
16621 (message-tool-bar-update): New function.
16622 (message-tool-bar, message-tool-bar-gnome)
16623 (message-tool-bar-retro): Add message-tool-bar-update.
16624 (message-tool-bar-gnome): Add flyspell-buffer.
16625
16626 * gnus-util.el (gnus-error): Describe `args'.
16627
16628 * gmm-utils.el (gmm-error): Describe `args'.
16629 (gmm-tool-bar-zap-list): New widget.
16630 (gmm-tool-bar-from-list): Improve description of `zap-list'.
16631
16632 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16633
16634 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16635 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16636 the number of recursive calls.
16637
16638 * mm-decode.el (mm-handle-set-disposition): New macro.
16639 (mm-handle-set-description): New macro.
16640
16641 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16642
16643 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16644 encoding.
16645
16646 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16647
16648 * message.el (message-tool-bar-zap-list, message-tool-bar)
16649 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16650 (message-tool-bar-local-item-from-menu): Remove.
16651 (message-tool-bar-map): Replace by `message-make-tool-bar'.
16652 (message-make-tool-bar): New function.
16653 (message-mode): Use `message-make-tool-bar'.
16654
16655 * gmm-utils.el: New file.
16656 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16657 (gmm-lazy): New widget copied from `nnmail.el'.
16658 (gmm-tool-bar-from-list): New function for creating customizable
16659 tool bars.
16660 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
16661 output.
16662 (gmm): Add :prefix to defgroup.
16663
16664 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
16665
16666 * gmm-utils.el (gmm-widget-p): New function.
16667
16668 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16669
16670 * mml.el (mml-attach-file): Describe `description' in doc string.
16671 (mml-menu): Add Emacs MIME manual and PGG manual.
16672
16673 2006-01-20 Richard M. Stallman <rms@gnu.org>
16674
16675 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16676
16677 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
16678
16679 * nntp.el (nntp-end-of-line): Doc fix.
16680
16681 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
16682
16683 * imap.el (imap-open): Handle case where buffer is a buffer
16684 object.
16685
16686 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * gnus-delay.el (gnus-delay): Don't autoload.
16689 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16690 to be re-loaded when customizing the `gnus-delay' group.
16691
16692 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
16693
16694 * message.el (message-insert-citation-line): Use newlines.
16695
16696 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16697
16698 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16699
16700 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16701
16702 2006-01-19 Mark D. Baushke <mdb@gnu.org>
16703
16704 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16705
16706 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * mm-decode.el (mm-inlined-types): Add application/pgp.
16709 (mm-automatic-display): Ditto.
16710
16711 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16712 part as text.
16713
16714 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16715
16716 * nnrss.el: Update copyright.
16717 (nnrss-opml-import): Query whether to subscribe to each entry.
16718
16719 * gnus-art.el:
16720 * gnus-sum.el:
16721 * mm-uu.el:
16722 * mm-view.el: Update copyright.
16723
16724 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
16725
16726 * message.el (message-info): New function.
16727 (message-mode-menu): Add it.
16728 Update copyright.
16729
16730 * ChangeLog: Fix and update copyright.
16731
16732 2006-01-13 Romain Francoise <romain@orebokech.com>
16733
16734 * message.el (message-forward-subject-name-subject): Prefer the
16735 address to 'nowhere' if the sender has no name.
16736 Fix typo. Update copyright year.
16737
16738 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16739
16740 * gnus-art.el (article-wash-html):
16741 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16742 (gnus-article-wash-html-with-w3m-standalone): New function.
16743
16744 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16745 mm-inline-text-html-render-with-w3m-standalone.
16746 (mm-text-html-washer-alist): Map w3m-standalone to
16747 gnus-article-wash-html-with-w3m-standalone.
16748 (mm-inline-text-html-render-with-w3m-standalone): New function.
16749
16750 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
16751
16752 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16753 Improve LaTeX.
16754
16755 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
16756
16757 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16758 (nnrss-request-article): Render text/plain parts as HTML.
16759
16760 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16761 the buffer.
16762
16763 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
16764
16765 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16766 custom definition of `gnus-posting-styles'.
16767
16768 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16769 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16770
16771 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16772
16773 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16774 Use nntp for bug archive.
16775
16776 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16777
16778 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16779 parts.
16780 (nnrss-normalize-date): New function converts ISO 8601 date into
16781 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16782 (nnrss-check-group): Use it.
16783
16784 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16785
16786 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16787
16788 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16789 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16790 (nnrss-insert-w3): Ditto.
16791
16792 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16793
16794 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16795 the articles to be forwarded including the case where neither a
16796 number of articles nor a region is specified.
16797
16798 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16799
16800 * nnrss.el (nnrss-request-article): Fix last change; fill
16801 text/plain parts.
16802
16803 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16804
16805 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16806 in text/plain part.
16807 (nnrss-check-group): Don't add excessive newline to dc:subject.
16808
16809 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
16810
16811 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16812 article.
16813
16814 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
16815
16816 * nnml.el: Don't require gnus-bcklg. Autoload it.
16817 (nnml-use-compressed-files, nnml-save-mail): Support other
16818 comression programs such as bzip2.
16819
16820 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16821
16822 * dns.el (query-dns): Make sure we check the buffer size before
16823 removing tcp headers.
16824
16825 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16826
16827 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16828 remove MIME buttons associated with multipart/alternative parts.
16829 (gnus-mime-display-alternative): Tag buttons using `article-type'
16830 text property.
16831
16832 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16833 associated with multipart/alternative parts.
16834
16835 * gnus-art.el (gnus-signature-separator): Fix custom type.
16836
16837 * mm-decode.el (mm-inlined-types): Fix custom type.
16838 (mm-keep-viewer-alive-types): Ditto.
16839 (mm-automatic-display): Ditto.
16840 (mm-attachment-override-types): Ditto.
16841 (mm-inline-override-types): Ditto.
16842 (mm-automatic-external-display): Ditto.
16843
16844 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
16845
16846 * spam-report.el (spam-report-user-mail-address)
16847 (spam-report-user-agent): New variables.
16848 (spam-report-url-ping-plain): Use spam-report-user-agent.
16849
16850 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
16851
16852 * gnus-art.el (gnus-button-handle-custom): Do not just use
16853 `customize-apropos' for any "M-x customize-*" button but the
16854 function called for. Accept both the function name and its
16855 argument in order to achieve this.
16856 (gnus-button-alist): Remove support for "custom:" URL's.
16857 Pass function name to `gnus-button-handle-custom' in case of "M-x
16858 customize-*" buttons.
16859
16860 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16861
16862 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16863 multipart/alternative and add xref to mm-discouraged-alternatives
16864 in doc string.
16865
16866 * mm-decode.el (mm-discouraged-alternatives): Add xref to
16867 gnus-buttonized-mime-types in doc string.
16868
16869 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
16870
16871 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16872 Suggest image/.* in the doc string.
16873
16874 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16877 message-marks (Debian bug #342521).
16878
16879 2005-12-12 Simon Josefsson <jas@extundo.com>
16880
16881 * password.el (password-read-from-cache): Add.
16882 (password-read): Use it.
16883
16884 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * rfc2047.el (rfc2047-charset-to-coding-system):
16887 Recognize us-ascii as a MIME charset.
16888
16889 * mm-bodies.el (mm-decode-content-transfer-encoding):
16890 Protect against the case where the 2nd arg TYPE is nil.
16891
16892 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16893
16894 * pop3.el (pop3-stream-type): Fix custom version.
16895
16896 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16897
16898 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16899
16900 * mm-decode.el (mm-display-external): Add missing cdr.
16901
16902 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
16903
16904 * mm-decode.el (mm-display-external): Use nametemplate (defined in
16905 RFC1524) if it is in mailcap or add a suffix according to
16906 mailcap-mime-extensions when generating a temp filename; postpone
16907 deleting a temp file for 2 seconds for some wrappers, shell
16908 scripts, and so on, which might exit right after having started a
16909 viewer command as a background job.
16910
16911 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
16912
16913 * nntp.el (nntp-marks-directory): Fix custom group.
16914
16915 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16916 steps when < 10.
16917
16918 * gnus-start.el (gnus-no-server-1):
16919 Mention `gnus-level-default-subscribed' in doc string.
16920
16921 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16922
16923 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16924 parens.
16925
16926 2005-11-26 Dave Love <fx@gnu.org>
16927
16928 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16929 (tls-program, tls-success): Provide openssl alternative.
16930
16931 * starttls.el: Doc fixes.
16932 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16933 SERVICE to PORT.
16934
16935 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
16936 port null or service name.
16937 (starttls-negotiate): Autoload.
16938
16939 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16940
16941 * message.el (message-kill-to-signature): Fix interactive spec.
16942
16943 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
16944
16945 * pop3.el (pop3-open-server): Recognize a string as a service name.
16946
16947 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
16948
16949 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16950
16951 2005-11-23 Dave Love <fx@gnu.org>
16952
16953 Add pop3s, pop3/starttls.
16954
16955 * pop3.el (pop3-authentication-scheme): Clarify doc.
16956 (open-tls-stream, starttls-open-stream): Autoload.
16957 (pop3-stream-type): New.
16958 (pop3-open-server): Use it.
16959
16960 * mail-source.el (mail-sources): Fix some :types. Add stream type
16961 for POP.
16962 (mail-source-keyword-map): Add :stream for POP.
16963 (mail-source-fetch-pop): Use pop3-stream-type.
16964
16965 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
16966
16967 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16968 of current-time-string.
16969
16970 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
16971
16972 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16973 date header.
16974
16975 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16976
16977 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16978 it can seriously impact performance as it bypasses the agent's
16979 local caches.
16980
16981 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16982
16983 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16984 must be explicitly online rather than "not explicitly offline" for
16985 its flags to be synchronized.
16986
16987 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16988 that gnus-uu-unmark-thread will function correctly.
16989
16990 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16991 1024K is instead displayed as 1M.
16992
16993 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16994
16995 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16996
16997 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
16998
16999 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17000
17001 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17002
17003 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17004 error message to display actual error condition.
17005 (gnus-agent-save-local): Avoid saving symbols that are bound to
17006 nil as they simply result in a warning message in
17007 gnus-agent-read-local.
17008
17009 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17010
17011 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17012 rather than make-variable-buffer-local for file-precious-flag.
17013
17014 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17015
17016 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17017 for duplicates which are removed. The invalid sort check then
17018 triggers a rescan after the sort as sorting may have moved
17019 duplicate entries such that they can be cheaply detected.
17020
17021 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17022
17023 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17024
17025 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17026
17027 * gnus-agent.el (gnus-agent-article-alist-save-format):
17028 Change internal variable to a custom variable. Change default value
17029 from compressed(2) to uncompressed(1).
17030 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17031 support for uncompressed agentview files. Taken together, reading
17032 the agentview file should now be 6-7 times faster.
17033
17034 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17035
17036 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17037 as a buffer-local variable. This avoids creating truncated
17038 dribble files as a result of a hang up, eg.
17039
17040 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17041
17042 * gnus-start.el (gnus-start-draft-setup):
17043 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17044
17045 * gnus.el (gnus-splash): Change custom group.
17046 (gnus-group-get-parameter, gnus-group-parameter-value):
17047 Describe allow-list argument.
17048
17049 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17050 string.
17051
17052 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17053
17054 * gnus-art.el (gnus-default-article-saver): Add user-defined
17055 `function' to custom type.
17056
17057 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17058
17059 * imap.el (imap-open): Handle case where buffer is a buffer
17060 object.
17061
17062 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17063
17064 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17065 long lines.
17066 (gnus-cache-delete-group): Wrap doc strings.
17067
17068 * gnus-agent.el (gnus-agent-rename-group)
17069 (gnus-agent-delete-group): Wrap doc strings.
17070
17071 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17072
17073 * gnus-start.el (gnus-1): Add "native" to
17074 gnus-predefined-server-alist.
17075
17076 * gnus.el (gnus-method-to-server): Don't add "native" to the
17077 lists here, because that leads to problems when
17078 gnus-select-method is bound.
17079
17080 2005-11-09 Simon Josefsson <jas@extundo.com>
17081
17082 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17083 use (not sort-by-date) instead.
17084
17085 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * gnus-delay.el (gnus-delay-group): Don't autoload.
17088 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17089 to be re-loaded when customizing the `gnus-delay' group.
17090
17091 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17092
17093 * message.el: Revert last changes.
17094 (message-insert-citation-line): Use newlines.
17095
17096 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17097
17098 * message.el (message-courtesy-message)
17099 (message-mark-insert-begin, message-mark-insert-end)
17100 (message-elide-ellipsis, message-cancel-message)
17101 (message-add-header, message-change-subject)
17102 (message-cross-post-followup-to-header)
17103 (message-cross-post-insert-note, message-reduce-to-to-cc)
17104 (message-widen-reply, message-delete-not-region)
17105 (message-kill-to-signature, message-insert-signature)
17106 (message-insert-importance-high, message-insert-importance-low)
17107 (message-insert-or-toggle-importance)
17108 (message-insert-disposition-notification-to)
17109 (message-indent-citation, message-yank-original)
17110 (message-cite-original-without-signature, message-cite-original)
17111 (message-insert-citation-line, message-position-on-field)
17112 (message-fix-before-sending, message-send-mail-partially)
17113 (message-send-mail, message-send-mail-with-sendmail)
17114 (message-send-mail-with-qmail, message-send-news)
17115 (message-check-news-header-syntax, message-generate-headers)
17116 (message-insert-courtesy-copy, message-fill-address)
17117 (message-fill-header, message-shorten-references)
17118 (message-setup-1, message-cancel-news)
17119 (message-forward-make-body-plain, message-forward-make-body-mime)
17120 (message-forward-make-body-mml, message-encode-message-body)
17121 (message-forward-make-body-digest-plain)
17122 (message-forward-make-body-digest-mime)
17123 (message-use-alternative-email-as-from): Insert `hard-newline'
17124 instead of ordinary newlines.
17125
17126 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17127
17128 * message.el (message-generate-headers): Downcase the argument
17129 given to message-check-element.
17130
17131 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17132
17133 * nntp.el (nntp-authinfo-rejected): New error condition.
17134 (nntp-wait-for): Use new error condition to signal authentication
17135 error.
17136 (nntp-retrieve-data): Rethrow new error condition to break out of
17137 recursive call to nntp-send-authinfo.
17138
17139 2005-11-08 Romain Francoise <romain@orebokech.com>
17140
17141 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17142 (gnus-summary-exit-map): Bind to `Z p'.
17143 (gnus-summary-make-menu-bar): Add menu item.
17144
17145 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17146
17147 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17148 (gnus-treat-*): Add `first' in all doc strings.
17149
17150 * gnus-group.el (gnus-group-compact-group): Fix typo.
17151
17152 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17153
17154 * gnus.el (gnus-parameters-case-fold-search): New variable.
17155 (gnus-parameters-get-parameter): Use it.
17156
17157 * gnus-score.el (gnus-home-score-file): Doc fix.
17158
17159 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17160
17161 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17162
17163 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17164
17165 * mm-util.el (mm-special-display-p): New function.
17166
17167 * mml.el (mml-preview): Use it; doc fix.
17168
17169 2005-10-29 Romain Francoise <romain@orebokech.com>
17170
17171 * message.el (message-fix-before-sending): Fix comment.
17172
17173 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17174
17175 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17176
17177 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17178
17179 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17180 Used in gnus-score.el.
17181
17182 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17183
17184 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17185
17186 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17187
17188 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17189 whitespace removed in revision 7.8. Use concatenated string to
17190 protect trailing whitespace.
17191
17192 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17193
17194 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17195 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17196 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17197 Courier IMAP ("some version from 2004"). Mostly based on similar
17198 code in the same function.
17199
17200 2005-10-26 Didier Verna <didier@xemacs.org>
17201
17202 * gnus-group.el (gnus-group-compact-group): Invalidate original
17203 article buffer.
17204 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17205 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17206 NOV database and in article itself.
17207 Invalidate article backlog.
17208
17209 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17210
17211 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17212
17213 2005-10-26 Simon Josefsson <jas@extundo.com>
17214
17215 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17216 part of 2004-07-25 change.
17217
17218 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17219
17220 * message.el (message-display-completion-list): New function.
17221 (message-expand-group): Use it; make sure the Completions buffer
17222 is modifiable.
17223
17224 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17225
17226 * imap.el (imap-open): Handle case where buffer is a buffer object.
17227
17228 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17229
17230 * pgg-def.el:
17231 * pgg-gpg.el:
17232 * pgg-parse.el:
17233 * pgg-pgp.el:
17234 * pgg-pgp5.el:
17235 * pgg.el: Move to the parent lisp directory.
17236
17237 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17238
17239 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17240 user-mail-name is an empty string.
17241
17242 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17243
17244 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17245 depending on gnus-score-decay-constant.
17246
17247 * encrypt.el (encrypt-insert-file-contents)
17248 (encrypt-write-file-contents): Don't use `gnus-message'.
17249
17250 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17251 arguments.
17252 (mm-uu-type-alist): Add message-marks and insert-marks.
17253 Pass arguments to mm-uu-verbatim-marks-extract.
17254 (mm-uu-hide-markers): New variable.
17255 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17256
17257 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17258 (gnus-convert-image-to-face-command): Use "convert" by default to
17259 allow other input image formats.
17260 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17261 accordingly.
17262
17263 2005-10-23 Simon Josefsson <jas@extundo.com>
17264
17265 * imap.el (imap-gssapi-program): Align command line parameters
17266 with latest GNU SASL.
17267 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17268
17269 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17270
17271 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17272 HTML.
17273 (nnslashdot-request-article): Ditto.
17274
17275 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17276
17277 * mail-source.el (mail-source-fetch-pop): Require pop3.
17278 (mail-source-check-pop): Ditto.
17279
17280 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17281
17282 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17283 errors.
17284
17285 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17286
17287 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17288 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17289
17290 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17291
17292 * mm-bodies.el (mm-decode-string):
17293 Call `mm-charset-to-coding-system' with allow-override argument.
17294
17295 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17296
17297 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17298 (rfc2047-charset-to-coding-system): New function.
17299 (rfc2047-decode-encoded-words): New function.
17300 (rfc2047-decode-region): Use them.
17301 (rfc2047-decode-cte): Remove.
17302 (rfc2047-parse-and-decode): Remove.
17303 (rfc2047-decode): Remove.
17304
17305 2005-10-15 Kenichi Handa <handa@m17n.org>
17306
17307 * rfc2047.el (rfc2047-decode-cte): New function.
17308 (rfc2047-decode-region): Change the way to decode successive
17309 encoded-words: decode B- or Q-encoding in each encoded-word,
17310 concatenate them, and decode it as charset.
17311
17312 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17313
17314 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17315 widget-move-and-invoke.
17316 (gnus-custom-mode): Use gnus-custom-map.
17317
17318 2005-10-15 Bill Wohler <wohler@newt.com>
17319
17320 * message.el (message-tool-bar-map): Rename image file from
17321 mail_send to mail/send.
17322
17323 2005-10-16 Masatake YAMATO <jet@gyve.org>
17324
17325 * message.el (message-expand-group): Pass the common
17326 prefix substring of completion to `display-completion-list'.
17327
17328 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17329
17330 * mml-sec.el (mml-secure-method): New internal variable.
17331 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17332 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17333 New functions using mml-secure-method.
17334
17335 * mml.el (mml-mode-map): Add key bindings for those functions.
17336 (mml-menu): Simplify security menu entries. Suggested by Jesper
17337 Harder <harder@myrealbox.com>.
17338 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17339 Goto end of message if point is the headers of the message.
17340
17341 * message.el (message-in-body-p): New function.
17342
17343 * assistant.el: Autoload gnus-util and netrc.
17344
17345 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17346 Use `mm-charset-override-alist' only when decoding.
17347
17348 * mm-bodies.el (mm-decode-body):
17349 Call `mm-charset-to-coding-system' with allow-override argument.
17350
17351 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17352 `filename' from Content-Disposition if Content-Type doesn't
17353 provide `name'.
17354 (gnus-mime-view-part-as-type): Set default instead of
17355 initial-input.
17356
17357 2005-10-09 Daniel Brockman <daniel@brockman.se>
17358
17359 * format-spec.el (format-spec): Propagate text properties of % spec.
17360
17361 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17362
17363 * gnus-art.el (gnus-treat-predicate): Add `first'.
17364
17365 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17366
17367 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17368 (mm-charset-override-alist): New variable.
17369 (mm-charset-to-coding-system): Use it.
17370 (mm-codepage-setup): New helper function.
17371 (mm-charset-eval-alist): New variable.
17372 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17373 Warn about unknown charsets.
17374
17375 2005-10-04 David Hansen <david.hansen@gmx.net>
17376
17377 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17378 (nnrss-check-group): Ditto.
17379
17380 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17381
17382 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17383 Rename x-gnus-verbatim to x-verbatim.
17384 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17385
17386 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17387 x-verbatim.
17388
17389 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17390
17391 * gnus-util.el (gnus-remove-duplicates): Remove.
17392
17393 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17394 instead of gnus-remove-duplicates.
17395
17396 * message.el (message-remove-duplicates): Remove.
17397 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17398 message-remove-duplicates.
17399
17400 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17401 available, else use implementation from `delete-dups'.
17402
17403 * message.el (message-insert-expires): New function.
17404 (message-mode-map): Add key binding.
17405 (message-mode-field-menu): Add menu entry.
17406 (message-mode): Document it.
17407 (message-make-expires-date): Use `message-make-date'.
17408
17409 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17410
17411 * message.el (message-make-expires-date): New function.
17412
17413 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17414
17415 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17416
17417 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17418
17419 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17420 function rather than the diff-mode.el package.
17421 (mm-display-external): Use with-current-buffer.
17422 (mm-viewer-completion-map, mm-viewer-completion-map):
17423 Move initialization inside declaration.
17424
17425 2005-09-29 Simon Josefsson <jas@extundo.com>
17426
17427 * spam.el: Load hashcash when compiling, to avoid warnings.
17428 Don't autoload mail-check-payment.
17429 (spam-check-hashcash): Define unconditionally, since hashcash.el
17430 is part of Gnus now. Ignore errors from payment checking.
17431
17432 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17433
17434 * message.el (message-bold-region, message-unbold-region):
17435 Rename from `bold-region' and `unbold-region'.
17436
17437 * message.el: Remove useless autoloads.
17438
17439 2005-09-28 Simon Josefsson <jas@extundo.com>
17440
17441 * message.el (message-use-idna): Default to t.
17442 (message-use-idna): Test whether encoding works too. Doc fix.
17443
17444 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17445
17446 * nntp.el (nntp-warn-about-losing-connection): Remove.
17447
17448 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17449
17450 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17451 customizable. Change default value.
17452 (mm-uu-diff-groups-regexp): Change default value.
17453 (mm-uu-type-alist): Add doc string.
17454 (mm-uu-configure): Add doc string. Make it interactive.
17455 (mm-uu-tex-groups-regexp): New variable.
17456 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17457 (mm-uu-type-alist): Add LaTeX documents.
17458 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17459 of "text/verbatim".
17460 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17461
17462 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17463 instead of "text/verbatim".
17464
17465 * message.el (message-mark-inserted-region)
17466 (message-mark-insert-file): Use slrn style marks when called with
17467 prefix argument.
17468
17469 2005-09-27 Simon Josefsson <jas@extundo.com>
17470
17471 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17472
17473 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17474
17475 * message.el (message-remove-duplicates): New function.
17476 Implementation borrowed from `gnus-remove-duplicates'.
17477 (message-idna-to-ascii-rhs): Also encode idna addresses in
17478 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17479 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17480 only ask about the same idna domain once per header and also tell
17481 in what header to replace the idna domain.
17482
17483 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17484 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17485 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17486 a header is decoded and not just the last one.
17487
17488 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17489
17490 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17491 has been decoded.
17492
17493 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17494 (mm-insert-part): Don't modify text if it has been decoded.
17495
17496 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17497 decoded.
17498
17499 * mm-view.el (mm-inline-text): Don't strip text props unless
17500 decoding enriched or richtext parts.
17501
17502 2005-09-25 Romain Francoise <romain@orebokech.com>
17503
17504 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17505 * gnus-start.el (gnus-subscribe-interactively):
17506 * gnus-uu.el (gnus-uu-grab-articles):
17507 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17508 space.
17509
17510 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17511
17512 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17513 * mm-view.el (mm-view-pkcs7-decrypt):
17514 * gnus-sum.el (gnus-summary-limit-to-extra)
17515 (gnus-summary-respool-article, gnus-read-move-group-name):
17516 * gnus-score.el (gnus-summary-increase-score):
17517 * gnus-util.el (gnus-completing-read-with-default):
17518 * gnus-art.el (gnus-read-save-file-name)
17519 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17520 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17521 * message.el (message-check-news-header-syntax):
17522 Follow convention for reading with the minibuffer.
17523
17524 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17525
17526 * spam-report.el (spam-report-url-ping-plain):
17527 Use gnus-extended-version as User-Agent.
17528
17529 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17530 default value is nil.
17531
17532 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17533 (mm-uu-verbatim-marks-extract): New function.
17534 (mm-uu-extract): New face.
17535 (mm-uu-copy-to-buffer): Use it.
17536
17537 * spam-report.el (spam-report-gmane-ham): Rename from
17538 `spam-report-gmane-unspam'.
17539 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17540 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17541
17542 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17543 Autoload.
17544 (spam-report-gmane-unregister-routine):
17545 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17546
17547 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17548
17549 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17550 (spam-report-gmane-unregister-routine): Add support for gmane
17551 unregistration.
17552
17553 * spam-report.el (spam-report-gmane-unspam)
17554 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17555 (spam-report-gmane): Change to take a single article and do unspam
17556 registration.
17557
17558 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17559
17560 * mm-url.el (mm-url-decode-entities): Fix regexp.
17561
17562 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17563
17564 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17565 default to nil, to be able to use Gnus at all. If the default
17566 switches to something else, then the function should be fixed not
17567 be exceedingly slow.
17568
17569 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17570
17571 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17572 fail hard.
17573
17574 * spam-report.el: Add better Keywords line.
17575
17576 * spam.el: Add Maintainer and better Keywords line.
17577
17578 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17579
17580 * gnus-art.el (gnus-article-replace-part)
17581 (gnus-mime-replace-part): New functions.
17582 (gnus-mime-action-alist, gnus-mime-button-commands)
17583 (gnus-mime-save-part-and-strip): Add file argument.
17584 (gnus-article-part-wrapper): Add interactive argument.
17585
17586 * gnus-sum.el (gnus-summary-mime-map):
17587 Add `gnus-article-replace-part'.
17588
17589 2005-09-19 Didier Verna <didier@xemacs.org>
17590
17591 The nnml compaction feature:
17592 * nnml.el (nnml-request-compact-group): New function.
17593 * nnml.el (nnml-request-compact): New function.
17594 * gnus-int.el (gnus-request-compact-group): New function.
17595 * gnus-int.el (gnus-request-compact): New function.
17596 * gnus-group.el (gnus-group-compact-group): New function.
17597 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17598 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17599 * gnus-srvr.el (gnus-server-compact-server): New function.
17600 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17601 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17602
17603 2005-09-18 Deepak Goel <deego@gnufans.org>
17604
17605 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17606 format spec.
17607
17608 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17609
17610 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17611
17612 2005-09-15 Romain Francoise <romain@orebokech.com>
17613
17614 * message.el (message-fill-paragraph): Clarify docstring.
17615
17616 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17617
17618 * gnus-art.el (gnus-mime-display-part): Protect against broken
17619 MIME messages.
17620
17621 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17622
17623 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17624 before parsing header.
17625
17626 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17627
17628 * html2text.el (html2text-replace-list): Add new entities.
17629
17630 2005-09-11 Romain Francoise <romain@orebokech.com>
17631
17632 * message.el (message-alternative-emails): Improve docstring.
17633 (message-setup-1): Call `message-use-alternative-email-as-from'
17634 after `message-setup-hook' to give it precedence over posting
17635 styles, etc.
17636 (message-use-alternative-email-as-from): Add docstring.
17637 Remove the original From header if present.
17638
17639 * nnml.el (nnml-compressed-files-size-threshold): New variable.
17640 (nnml-save-mail): Use it.
17641
17642 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17643 articles. Add new argument `silent'.
17644 (gnus-uu-mark-all): Report the total number of marked articles.
17645
17646 2005-09-10 Romain Francoise <romain@orebokech.com>
17647
17648 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17649 (gnus-uu-mark-series): Likewise.
17650
17651 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
17652
17653 * spam-report.el (spam-report-gmane): Fix generation of spam
17654 report URL.
17655
17656 2005-09-10 Simon Josefsson <jas@extundo.com>
17657
17658 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17659 t, based on discussion on the ding list with Robert Epprecht
17660 <epprecht@solnet.ch>.
17661
17662 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
17663
17664 * spam-report.el (spam-report-gmane): Make it work without
17665 X-Report-Spam header. Gmane now only provides Archived-At.
17666 This is only used if `spam-report-gmane-use-article-number' is nil.
17667 (spam-report-gmane-spam-header): Remove. Not used anymore.
17668
17669 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17670 make `gnus-summary-sort-by-recipient' work with threading.
17671
17672 * nnweb.el (nnweb-google-wash-article): Print a message if article
17673 is not available.
17674
17675 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17676
17677 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17678 change. Decode text/* parts content before displaying.
17679
17680 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17681
17682 * mml-smime.el: Remove defvar of gnus-extract-address-components.
17683
17684 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
17685
17686 * mm-view.el (mm-display-inline-fontify): Disable support modes.
17687
17688 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
17689
17690 * message.el (message-tab-body-function): Fix mismatched custom type.
17691
17692 * gnus.el (gnus-group-change-level-function): Ditto.
17693
17694 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17695
17696 * gnus-art.el (gnus-signature-limit)
17697 (gnus-article-mime-part-function): Ditto.
17698
17699 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
17700
17701 * mml.el (mml-mode): Silence the byte compiler.
17702
17703 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17704 using `(sit-for 0)' before moving the point to the specified part;
17705 skip unbuttonized parts.
17706 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17707 return to the summary window if gnus-auto-select-part is non-nil.
17708
17709 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
17710
17711 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17712 New variables.
17713 (mml-dnd-attach-file, mml-mode): Use them.
17714
17715 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17716 Make fetching article by MID work again for Google Groups.
17717 Add FIXME concerning gnus-group-make-web-group.
17718
17719 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17720 Don't depend on Gnus by using mail-extract-address-components if
17721 gnus-extract-address-components is not bound.
17722
17723 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17724
17725 * gnus-art.el (gnus-mime-display-security): Don't display the
17726 signature, but only the signed part.
17727
17728 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
17729
17730 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17731
17732 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17733 list, not listp.
17734
17735 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
17736
17737 * mm-encode.el (mm-encode-content-transfer-encoding):
17738 Likewise when encoding.
17739
17740 * mm-bodies.el (mm-decode-content-transfer-encoding):
17741 De-canonicalize CRLF for all text content types, not just
17742 text/plain.
17743
17744 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17745
17746 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17747 valid article; point arrow and cursor at the MIME button.
17748
17749 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17750
17751 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17752 Suggested by Dan Christensen <jdc@uwo.ca>.
17753
17754 * mm-decode.el (mm-save-part): Enable change of prompt.
17755
17756 2005-08-29 Jari Aalto <jari.aalto@cante.net>
17757
17758 * gnus-msg.el (gnus-inews-add-send-actions):
17759 Make `message-post-method' lambda parameter ARG `&optional'.
17760
17761 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17762
17763 * gnus-sum.el (gnus-summary-mime-map):
17764 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17765 gnus-article-jump-to-part.
17766
17767 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17768 (gnus-article-edit-part): Use it.
17769 (gnus-article-part-wrapper): Add no-handle argument.
17770 (gnus-article-save-part-and-strip, gnus-article-delete-part):
17771 New functions.
17772
17773 2005-08-29 Romain Francoise <romain@orebokech.com>
17774
17775 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17776 docstring.
17777 (gnus-face-from-file): Likewise.
17778
17779 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17780
17781 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17782 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17783 non-nil.
17784 (gnus-auto-select-part): New variable.
17785 (gnus-article-jump-to-part): New function.
17786 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17787 (gnus-mime-delete-part): Allow selecting specified part after
17788 deleting or stripping parts.
17789 (gnus-article-jump-to-part): Don't use `read-number'. Use last
17790 part if argument is bogus.
17791
17792 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17793
17794 * gnus-art.el (w3m-minor-mode-map):
17795 * gnus-spec.el (gnus-newsrc-file-version):
17796 * gnus-util.el (nnmail-active-file-coding-system)
17797 (gnus-original-article-buffer, gnus-user-agent):
17798 * gnus.el (gnus-ham-process-destinations)
17799 (gnus-parameter-ham-marks-alist)
17800 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17801 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17802 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17803 * mm-decode.el (gnus-current-window-configuration):
17804 * mm-extern.el (gnus-article-mime-handles):
17805 * mm-url.el (url-current-object, url-package-name)
17806 (url-package-version):
17807 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17808 (smime-keys, w3m-cid-retrieve-function-alist)
17809 (w3m-current-buffer, w3m-display-inline-images)
17810 (w3m-minor-mode-map):
17811 * mml-smime.el (gnus-extract-address-components):
17812 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17813 (gnus-newsrc-hashtb, message-default-charset)
17814 (message-deletable-headers, message-options)
17815 (message-posting-charset, message-required-mail-headers)
17816 (message-required-news-headers):
17817 * mml1991.el (mc-pgp-always-sign):
17818 * mml2015.el (mc-pgp-always-sign):
17819 * nnheader.el (nnmail-extra-headers):
17820 * rfc1843.el (gnus-decode-encoded-word-function)
17821 (gnus-decode-header-function, gnus-newsgroup-name):
17822 * spam-stat.el (gnus-original-article-buffer): Add defvars.
17823
17824 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
17825
17826 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17827 the end of the date treatments.
17828
17829 2005-08-15 Simon Josefsson <jas@extundo.com>
17830
17831 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17832 it in url-handlers.el and XEmacs in url.el. Reported by Luca
17833 Capello and Romain Francoise.
17834 (pgg-fetch-key-function): Remove, not used?
17835 (pgg-insert-url-with-w3): Require url, to get
17836 url-insert-file-contents regardless of where it is defined.
17837
17838 2005-08-13 Romain Francoise <romain@orebokech.com>
17839
17840 * message.el (message-cite-original-1): New function.
17841 (message-cite-original): Use it.
17842 (message-cite-original-without-signature): Ditto.
17843
17844 2005-08-08 Romain Francoise <romain@orebokech.com>
17845
17846 * message.el (message-yank-empty-prefix): New variable.
17847 (message-indent-citation): Use it.
17848 (message-cite-original-without-signature): Respect X-No-Archive.
17849
17850 2005-08-08 Simon Josefsson <jas@extundo.com>
17851
17852 * pgg.el: Autoload url-insert-file-contents instead of loading
17853 w3/url.
17854 (pgg-insert-url-with-w3): Don't load url here.
17855
17856 2005-08-07 Jesper Harder <harder@phys.au.dk>
17857
17858 * message.el (message-kill-to-signature): Don't insert newline at
17859 bol.
17860 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17861
17862 2005-08-06 Romain Francoise <romain@orebokech.com>
17863
17864 * message.el (message-user-fqdn): Fix typo in docstring.
17865
17866 2005-08-05 Daiki Ueno <ueno@unixuser.org>
17867
17868 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17869
17870 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17871
17872 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17873
17874 * mm-bodies.el (mm-encode-body): Use coding system rather than
17875 charset to encode text.
17876
17877 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17878 number of charsets if utf-8 is available (XEmacs).
17879
17880 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
17881
17882 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17883 taken from `gnus-button-mid-or-mail-regexp'.
17884 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17885 (gnus-button-alist): Improve regexp for domain part of the MIDs
17886 for news:localpart@domain buttons.
17887 (gnus-button-ctan-directory-regexp): Update.
17888
17889 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
17890
17891 * sieve-manage.el (sieve-manage-interactive-login):
17892 Use make-local-variable rather than make-variable-buffer-local.
17893 (sieve-manage-open): Ditto.
17894 (sieve-manage-authenticate): Ditto.
17895
17896 * mml.el (mml-generate-mime-1): Make the content type default to
17897 text/plain if the filename is not specified.
17898
17899 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
17900
17901 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17902 instead of insert-buffer.
17903
17904 * message.el (message-yank-original): Ditto; set the mark at the
17905 end of the yanked message.
17906
17907 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
17908
17909 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17910 lines to scroll rather than to stop it.
17911
17912 * mml.el (mml-generate-default-type): Add doc string.
17913 (mml-generate-mime-1): Use mm-default-file-encoding or make it
17914 default to application/octet-stream when determining the content
17915 type if it is not specified for the part or the mml contents; add
17916 a comment about mml-generate-default-type.
17917
17918 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
17919
17920 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17921 make it default to application/octet-stream when determining the
17922 content type if it is not specified for the external contents.
17923
17924 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17925
17926 * rfc2231.el (rfc2231-parse-string): Take care that not only a
17927 segmented parameter but also other parameters might be there.
17928
17929 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17930
17931 * mm-decode.el (mm-display-external): Delete temp file, directory
17932 and buffer immediately if the external process is exited.
17933
17934 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
17935
17936 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17937 fewer lines than that of scroll-margin.
17938 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17939
17940 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17941
17942 * gnus-art.el (gnus-article-next-page): Revert.
17943 (gnus-article-beginning-of-window): New macro.
17944 (gnus-article-next-page-1): Use it.
17945 (gnus-article-prev-page): Ditto.
17946 (gnus-article-edit-part): Use insert-buffer-substring instead of
17947 insert-buffer.
17948 (gnus-article-edit-exit): Ditto.
17949
17950 * gnus-util.el (gnus-beginning-of-window): Remove.
17951 (gnus-end-of-window): Remove.
17952
17953 2005-07-25 Simon Josefsson <jas@extundo.com>
17954
17955 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17956 to have the url package without w3. Reported by Daiki Ueno
17957 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17958
17959 2005-07-20 Didier Verna <didier@xemacs.org>
17960
17961 * gnus-diary.el: Remove the description comment (nndiary is now
17962 properly documented in the Gnus manual).
17963 Fix the spelling of "Back End".
17964 * nndiary.el: Ditto.
17965 Fix the copyright notice.
17966
17967 2005-07-18 Romain Francoise <romain@orebokech.com>
17968
17969 * gnus-sum.el (gnus-summary-to-prefix)
17970 (gnus-summary-newsgroup-prefix): New variables.
17971 (gnus-summary-from-or-to-or-newsgroups): Use them.
17972
17973 2005-07-17 Romain Francoise <romain@orebokech.com>
17974
17975 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17976 space as it's generally not especially interesting to the user.
17977
17978 2005-07-16 Romain Francoise <romain@orebokech.com>
17979
17980 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17981 nil to avoid prompting and file modification if one of the
17982 messages at the top of the nnfolder file contains a copyright
17983 notice.
17984 Update copyright notice.
17985
17986 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17987 instead of `current-time-string' as the latter creates a time
17988 string that is not RFC 2822 compliant (it lacks the zone).
17989 Update copyright notice.
17990
17991 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17994 for text/rtf. Display default in prompt. Pass default for M-n.
17995
17996 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17997
17998 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17999
18000 * gnus-msg.el (gnus-button-mailto):
18001 Remove save-selected-window-window hackery because it relies on
18002 save-selected-window internals.
18003
18004 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18007 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18008 (gnus-article-prev-page): Ditto.
18009
18010 * gnus-util.el (gnus-beginning-of-window): New function.
18011 (gnus-end-of-window): New function.
18012
18013 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18014
18015 * gnus-score.el (gnus-score-edit-all-score):
18016 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18017 gnus-message.
18018
18019 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18020
18021 * gnus-msg.el (gnus-button-mailto):
18022 Remove save-selected-window-window hackery because it relies on
18023 save-selected-window internals.
18024
18025 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18026
18027 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18028 add-minor-mode.
18029 (gnus-binary-mode): Ditto.
18030
18031 * gnus-topic.el (gnus-topic-mode): Ditto.
18032
18033 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18034
18035 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18036 (gnus-article-prev-page): Take scroll-margin into consideration.
18037
18038 2005-07-04 Lute Kamstra <lute@gnu.org>
18039
18040 Update FSF's address in GPL notices.
18041
18042 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18043
18044 * gnus.el (gnus-exit):
18045 * gnus-group.el (gnus-group-icons):
18046 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18047
18048 * gnus-nocem.el (gnus-nocem):
18049 * message.el (message-various, message-buffers, message-sending)
18050 (message-interface, message-forwarding, message-insertion)
18051 (message-headers, message-news, message-mail):
18052 * pgg-gpg.el (pgg-gpg):
18053 * pgg-parse.el (pgg-parse):
18054 * pgg-pgp.el (pgg-pgp):
18055 * pgg-pgp5.el (pgg-pgp5):
18056 * pop3.el (pop3): Finish `defgroup' description with period.
18057
18058 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18059
18060 * gnus-art.el (article-display-face): Improve the efficiency.
18061 (article-display-x-face): Ditto; remove gray x-face stuff.
18062
18063 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18064
18065 * gnus-art.el (article-display-face): Correct the position in
18066 which Faces are inserted.
18067
18068 2005-06-29 Didier Verna <didier@xemacs.org>
18069
18070 * gnus-art.el (article-display-face): Display faces in correct
18071 order.
18072
18073 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18074
18075 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18076 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18077 (gnus-nocem-check-article): Fetch the Type header.
18078 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18079 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18080 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18081 make sure gnus-nocem-hashtb is initialized.
18082 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18083 (gnus-nocem-unwanted-article-p): Ditto.
18084
18085 * pgg.el (pgg-verify): Return the verification result.
18086
18087 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18088
18089 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18090 is ascii.
18091
18092 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18093
18094 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18095 `show-nonbreak-escape'.
18096
18097 2005-06-23 Lute Kamstra <lute@gnu.org>
18098
18099 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18100
18101 * dig.el (dig-mode):
18102 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18103
18104 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18105
18106 * nnimap.el (nnimap-split-download-body): Fix spellings.
18107
18108 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18109
18110 * gnus-art.el (gnus-article-encrypt-body):
18111 * gnus-cus.el (gnus-score-customize):
18112 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18113 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18114
18115 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18116
18117 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18118 header by looking for magic "MII" at the beginning.
18119
18120 2005-06-16 Miles Bader <miles@gnu.org>
18121
18122 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18123 (assistant-field-face): New backward-compatibility alias for renamed
18124 face.
18125 (assistant-render-text): Use renamed assistant-field face.
18126
18127 * spam.el (spam): Remove "-face" suffix from face name.
18128 (spam-face): New backward-compatibility alias for renamed face.
18129 (spam-face, spam-initialize): Use renamed spam face.
18130
18131 * message.el (message-header-to, message-header-cc)
18132 (message-header-subject, message-header-newsgroups)
18133 (message-header-other, message-header-name)
18134 (message-header-xheader, message-separator, message-cited-text)
18135 (message-mml): Remove "-face" suffix from face names.
18136 (message-header-to-face, message-header-cc-face)
18137 (message-header-subject-face, message-header-newsgroups-face)
18138 (message-header-other-face, message-header-name-face)
18139 (message-header-xheader-face, message-separator-face)
18140 (message-cited-text-face, message-mml-face):
18141 New backward-compatibility aliases for renamed faces.
18142 (message-font-lock-keywords): Use renamed message faces.
18143
18144 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18145 (sieve-test-commands, sieve-tagged-arguments):
18146 Remove "-face" suffix from face names.
18147 (sieve-control-commands-face, sieve-action-commands-face)
18148 (sieve-test-commands-face, sieve-tagged-arguments-face):
18149 New backward-compatibility aliases for renamed faces.
18150 (sieve-control-commands-face, sieve-action-commands-face)
18151 (sieve-test-commands-face, sieve-tagged-arguments-face):
18152 Use renamed sieve faces.
18153
18154 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18155 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18156 (gnus-group-news-3-empty, gnus-group-news-4)
18157 (gnus-group-news-4-empty, gnus-group-news-5)
18158 (gnus-group-news-5-empty, gnus-group-news-6)
18159 (gnus-group-news-6-empty, gnus-group-news-low)
18160 (gnus-group-news-low-empty, gnus-group-mail-1)
18161 (gnus-group-mail-1-empty, gnus-group-mail-2)
18162 (gnus-group-mail-2-empty, gnus-group-mail-3)
18163 (gnus-group-mail-3-empty, gnus-group-mail-low)
18164 (gnus-group-mail-low-empty, gnus-summary-selected)
18165 (gnus-summary-cancelled, gnus-summary-high-ticked)
18166 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18167 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18168 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18169 (gnus-summary-low-undownloaded)
18170 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18171 (gnus-summary-low-unread, gnus-summary-normal-unread)
18172 (gnus-summary-high-read, gnus-summary-low-read)
18173 (gnus-summary-normal-read, gnus-splash):
18174 Remove "-face" suffix from face names.
18175 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18176 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18177 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18178 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18179 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18180 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18181 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18182 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18183 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18184 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18185 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18186 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18187 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18188 (gnus-summary-normal-ticked-face)
18189 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18190 (gnus-summary-normal-ancient-face)
18191 (gnus-summary-high-undownloaded-face)
18192 (gnus-summary-low-undownloaded-face)
18193 (gnus-summary-normal-undownloaded-face)
18194 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18195 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18196 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18197 (gnus-splash-face):
18198 New backward-compatibility aliases for renamed faces.
18199 (gnus-group-startup-message): Use renamed gnus faces.
18200
18201 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18202 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18203 (gnus-server-agent): Remove "-face" suffix from face names.
18204 (gnus-server-agent-face, gnus-server-opened-face)
18205 (gnus-server-closed-face, gnus-server-denied-face)
18206 (gnus-server-offline-face):
18207 New backward-compatibility aliases for renamed faces.
18208 (gnus-server-agent-face, gnus-server-opened-face)
18209 (gnus-server-closed-face, gnus-server-denied-face)
18210 (gnus-server-offline-face): Use renamed gnus faces.
18211
18212 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18213 Remove "-face" suffix from face names.
18214 (gnus-picon-xbm-face, gnus-picon-face):
18215 New backward-compatibility aliases for renamed faces.
18216
18217 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18218 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18219 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18220 (gnus-cite-11): Remove "-face" suffix from face names.
18221 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18222 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18223 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18224 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18225 New backward-compatibility aliases for renamed faces.
18226 (gnus-cite-attribution-face, gnus-cite-face-list)
18227 (gnus-article-boring-faces): Use renamed gnus faces.
18228
18229 * gnus-art.el (gnus-signature, gnus-header-from)
18230 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18231 (gnus-header-content): Remove "-face" suffix from face names.
18232 (gnus-signature-face, gnus-header-from-face)
18233 (gnus-header-subject-face, gnus-header-newsgroups-face)
18234 (gnus-header-name-face, gnus-header-content-face):
18235 New backward-compatibility aliases for renamed faces.
18236 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18237
18238 * gnus-sum.el (gnus-summary-selected-face)
18239 (gnus-summary-highlight): Use renamed gnus faces.
18240 * gnus-group.el (gnus-group-highlight): Likewise.
18241
18242 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18243
18244 * gnus-sieve.el (gnus-sieve-article-add-rule):
18245 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18246 * spam-stat.el (spam-stat-buffer-change-to-spam)
18247 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18248
18249 * message.el (message-is-yours-p):
18250 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18251
18252 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18253
18254 * mm-view.el (mm-inline-text): Withdraw the last change.
18255
18256 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18257
18258 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18259 executing enriched-decode.
18260
18261 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18262
18263 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18264 charset of tar files.
18265
18266 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18267
18268 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18269
18270 2005-06-04 Lute Kamstra <lute@gnu.org>
18271
18272 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18273 information is never recorded.
18274
18275 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18278
18279 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18280
18281 * pop3.el (pop3-apop): Run md5 in the binary mode.
18282
18283 * starttls.el (starttls-set-process-query-on-exit-flag):
18284 Use eval-and-compile.
18285
18286 2005-05-31 Simon Josefsson <jas@extundo.com>
18287
18288 * smime.el (smime-replace-in-string): Define.
18289 (smime-cert-by-ldap-1): Use it.
18290
18291 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18292
18293 * gnus-art.el (article-display-x-face): Replace
18294 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18295
18296 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18297 set-process-query-on-exit-flag or process-kill-without-query.
18298
18299 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18300 loop instead of replace-regexp.
18301
18302 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18303 instead of process-kill-without-query if it is available.
18304
18305 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18306 instead of find-file-hooks if it is available.
18307
18308 * mml1991.el: Bind pgg-default-user-id when compiling.
18309
18310 * mml2015.el: Bind pgg-default-user-id when compiling.
18311
18312 * nndraft.el (nndraft-request-associate-buffer):
18313 Use write-contents-functions instead of write-contents-hooks if it is
18314 available.
18315
18316 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18317 instead of find-file-hooks if it is available.
18318
18319 * nntp.el (nntp-open-connection): Replace
18320 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18321 (nntp-open-ssl-stream): Ditto.
18322 (nntp-open-tls-stream): Ditto.
18323
18324 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18325 set-process-query-on-exit-flag or process-kill-without-query.
18326 (starttls-open-stream-gnutls): Use it instead of
18327 process-kill-without-query.
18328 (starttls-open-stream): Ditto.
18329
18330 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18331
18332 * smime.el (smime-cert-by-ldap-1): Don't use
18333 replace-regexp-in-string.
18334
18335 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18336
18337 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18338
18339 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18340 in PEM format. Adjust to the XEmacs compatibility.
18341
18342 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18343
18344 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18345 by `string-to-number'.
18346 * gnus-agent.el (gnus-agent-regenerate-group)
18347 (gnus-agent-fetch-articles): Ditto.
18348 * gnus-art.el (gnus-button-fetch-group): Ditto.
18349 * gnus-cache.el (gnus-cache-generate-active)
18350 (gnus-cache-articles-in-group): Ditto.
18351 * gnus-group.el (gnus-group-set-current-level)
18352 (gnus-group-insert-group-line): Ditto.
18353 * gnus-score.el (gnus-score-set-expunge-below)
18354 (gnus-score-set-mark-below, gnus-summary-score-effect)
18355 (gnus-summary-score-entry): Ditto.
18356 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18357 (gnus-soup-pack): Ditto.
18358 * gnus-spec.el (gnus-xmas-format): Ditto.
18359 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18360 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18361 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18362 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18363 * nndb.el (nndb-get-remote-expire-response): Ditto.
18364 * nndiary.el (nndiary-parse-schedule-value)
18365 (nndiary-string-to-number, nndiary-request-replace-article)
18366 (nndiary-request-article): Ditto.
18367 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18368 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18369 * nneething.el (nneething-make-head): Ditto.
18370 * nnfolder.el (nnfolder-request-article)
18371 (nnfolder-retrieve-headers): Ditto.
18372 * nnheader.el (nnheader-file-to-number): Ditto.
18373 * nnkiboze.el (nnkiboze-request-article): Ditto.
18374 * nnmail.el (nnmail-process-unix-mail-format)
18375 (nnmail-process-babyl-mail-format): Ditto.
18376 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18377 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18378 (nnmh-request-create-group, nnmh-request-list-1)
18379 (nnmh-request-group, nnmh-request-article): Ditto.
18380 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18381 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18382 * nnsoup.el (nnsoup-make-active): Ditto.
18383 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18384 * nntp.el (nntp-find-group-and-number)
18385 (nntp-retrieve-headers-with-xover): Ditto.
18386 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18387 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18388 (pgg-format-key-identifier): Ditto.
18389 * pop3.el (pop3-last, pop3-stat): Ditto.
18390 * qp.el (quoted-printable-decode-region): Ditto.
18391
18392 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18393 of concat.
18394
18395 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18396
18397 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18398
18399 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18400
18401 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18402
18403 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18404
18405 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18406
18407 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18408
18409 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18410 (gnus-carpal-mode): Ditto.
18411
18412 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18413 (gnus-browse-mode): Ditto.
18414
18415 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18416
18417 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18418
18419 2005-05-29 Richard M. Stallman <rms@gnu.org>
18420
18421 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18422
18423 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * gnus-util.el (gnus-run-mode-hooks): New function.
18426
18427 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18428
18429 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18430
18431 * gnus-agent.el (gnus-agent-make-mode-line-string):
18432 Use mode-line-highlight as mouse-face.
18433
18434 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18435
18436 * canlock.el (canlock): Change the parent group to news.
18437
18438 * deuglify.el (gnus-outlook-deuglify): Add :group.
18439
18440 * dig.el (dig): Add :group.
18441
18442 * dns-mode.el (dns-mode): Add :group.
18443
18444 * encrypt.el (encrypt): Add :group.
18445
18446 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18447 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18448 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18449 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18450 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18451
18452 * gnus-diary.el (gnus-diary): Add :group.
18453
18454 * gnus.el (gnus-group-news-1-face): Add :group.
18455 (gnus-group-news-1-empty-face): Ditto.
18456 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18457 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18458 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18459 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18460 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18461 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18462 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18463 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18464 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18465 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18466 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18467 (gnus-summary-high-ticked-face): Ditto.
18468 (gnus-summary-low-ticked-face): Ditto.
18469 (gnus-summary-normal-ticked-face): Ditto.
18470 (gnus-summary-high-ancient-face): Ditto.
18471 (gnus-summary-low-ancient-face): Ditto.
18472 (gnus-summary-normal-ancient-face): Ditto.
18473 (gnus-summary-high-undownloaded-face): Ditto.
18474 (gnus-summary-low-undownloaded-face): Ditto.
18475 (gnus-summary-normal-undownloaded-face): Ditto.
18476 (gnus-summary-high-unread-face): Ditto.
18477 (gnus-summary-low-unread-face): Ditto.
18478 (gnus-summary-normal-unread-face): Ditto.
18479 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18480 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18481
18482 * hashcash.el (hashcash): New custom group.
18483 (hashcash-default-payment): Add :group.
18484 (hashcash-payment-alist): Ditto.
18485 (hashcash-default-accept-payment): Ditto.
18486 (hashcash-accept-resources): Ditto.
18487 (hashcash-path): Ditto.
18488 (hashcash-extra-generate-parameters): Ditto.
18489 (hashcash-double-spend-database): Ditto.
18490 (hashcash-in-news): Ditto.
18491
18492 * message.el (message-minibuffer-local-map): Add :group.
18493
18494 * netrc.el (netrc): Add :group.
18495
18496 * sieve-manage.el (sieve-manage-log): Add :group.
18497 (sieve-manage-default-user): Diito.
18498 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18499 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18500 (sieve-manage-authenticators): Ditto.
18501 (sieve-manage-authenticator-alist): Ditto.
18502 (sieve-manage-default-port): Ditto.
18503
18504 * sieve-mode.el (sieve-control-commands-face): Add :group.
18505 (sieve-action-commands-face): Ditto.
18506 (sieve-test-commands-face): Ditto.
18507 (sieve-tagged-arguments-face): Ditto.
18508
18509 * smime.el (smime): Add :group.
18510
18511 * spam-report.el (spam-report): Add :group.
18512
18513 * spam.el (spam, spam-face): Add :group.
18514
18515 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18516
18517 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18518 return \n.\n.\n at the end of articles. Protect against that.
18519 (nntp-with-open-group): Allow debugging.
18520
18521 * nnheader.el (mail-header-set-extra): Make into a function
18522 because I just could't understand how to quote the list properly.
18523
18524 * dns.el (query-dns-cached): New function.
18525
18526 2005-05-26 Lute Kamstra <lute@gnu.org>
18527
18528 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18529
18530 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18531
18532 * gnus-art.el: Don't autoload mail-extract-address-components.
18533
18534 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18535 eval-and-compile to evaluate it.
18536
18537 * hashcash.el: Don't autoload executable-find.
18538
18539 * nndb.el: Don't declare the nndb back end two or more times; don't
18540 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18541
18542 * nntp.el: Autoload format-spec instead of format; use
18543 eval-and-compile to evaluate autoload forms.
18544
18545 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18546
18547 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18548
18549 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18550
18551 * gnus.el (gnus-version-number): Bump version.
18552
18553 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18554
18555 * gnus.el: No Gnus v0.3 is released.
18556
18557 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18558
18559 * gnus-art.el (gnus-article-edit-part): Disable undo.
18560
18561 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18562
18563 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18564 gnus-article-date-lapsed-new-header is t if date timer is active;
18565 skip headers in which the original date value is empty.
18566 (gnus-article-save-original-date): Redefine it as a macro.
18567 (gnus-display-mime): Use it.
18568
18569 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18570
18571 * gnus-art.el (article-date-ut): Support converting date in
18572 forwarded parts as well.
18573 (gnus-article-save-original-date): New function.
18574 (gnus-display-mime): Use it.
18575
18576 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18577
18578 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18579 enclosure element of <item>.
18580
18581 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18582
18583 * message.el (message-kill-buffer-query): Rename from
18584 `message-kill-buffer-query-if-modified'. Add :version.
18585
18586 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18587
18588 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18589 window layout.
18590
18591 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18592
18593 * mml.el: Autoload dnd when compiling.
18594
18595 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18596
18597 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18598 x-dnd-*.
18599
18600 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18601
18602 * qp.el (quoted-printable-encode-region): Save excursion.
18603
18604 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18605
18606 * message.el (message-kill-buffer-query-if-modified): Add new variable
18607 so the user can kill a modified message buffer quickly.
18608 (message-kill-buffer): Use it.
18609
18610 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18611
18612 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18613 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18614
18615 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18616
18617 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18618 contained in text because xml.el decodes entities) with LFs.
18619
18620 2005-04-11 Lute Kamstra <lute@gnu.org>
18621
18622 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18623 differently.
18624
18625 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18626
18627 * mm-util.el (mm-detect-coding-region): Typo.
18628
18629 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18630
18631 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18632
18633 2005-04-06 Deepak Goel <deego@gnufans.org>
18634
18635 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18636 user-function allow user modifications of the scores.
18637 (spam-stat-score-buffer-user): New function, to allow
18638 user-computed modifications to the score.
18639 (spam-stat-score-buffer-user-functions): List of additional
18640 scoring functions.
18641 (spam-stat-error-holder): Global temporary error holder.
18642 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18643 variable.
18644
18645 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
18646
18647 * gnus-registry.el (gnus-registry-clean-empty-function)
18648 (gnus-registry-trim, gnus-registry-fetch-groups)
18649 (gnus-registry-delete-group): Groups that match
18650 `gnus-registry-ignored-groups' are removed from the registry
18651 entries, not just ignored for splitting. This helps clean up the
18652 registry. Also, `gnus-registry-fetch-groups' is a convenient way
18653 to get all the groups a message ID is in.
18654
18655 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18656 (spam-stat-split-fancy): Change "threshhold" to "threshold".
18657 (spam-stat-score-buffer-user-functions): Add :number custom type.
18658
18659 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18660
18661 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18662 argument in XEmacs.
18663
18664 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18665 (nnrss-request-group): Decode group name first.
18666 (nnrss-request-article): Make a text/plain article if mml-to-mime
18667 failed.
18668 (nnrss-get-encoding): Return a compatible encoding according to
18669 nnrss-compatible-encoding-alist.
18670 (nnrss-find-el): Use consp instead of listp.
18671 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18672
18673 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18674
18675 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18676 which Emacs 20 doesn't support.
18677 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18678
18679 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18680
18681 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18682 silence the byte compiler inside the defun.
18683
18684 * gnus-demon.el (parse-time-string): Add autoload.
18685
18686 * gnus-delay.el (parse-time-string): Add autoload.
18687
18688 * gnus-art.el (parse-time-string): Add autoload.
18689
18690 * nnultimate.el (parse-time): Require for `parse-time-string'.
18691
18692 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18693
18694 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18695
18696 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18697
18698 * smime.el (smime-ldap-host-list): Add :version.
18699
18700 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18701
18702 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18703 pass it to `gnus-browse-read-group'.
18704 (gnus-browse-read-group): Add NUMBER argument and pass it to
18705 `gnus-group-read-ephemeral-group'.
18706
18707 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18708 argument and pass it to `gnus-group-read-group'.
18709
18710 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
18711
18712 * mm-util.el (mm-xemacs-find-mime-charset): Only call
18713 mm-xemacs-find-mime-charset-1 if we have the mule feature
18714 available at runtime.
18715
18716 2005-03-25 Werner Lemberg <wl@gnu.org>
18717
18718 * nnmaildir.el: Replace `illegal' with `invalid'.
18719
18720 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * gnus-start.el (gnus-display-time-event-handler):
18723 Check display-time-timer at runtime rather than only at load time
18724 in case display-time-mode is turned off in the mean time.
18725
18726 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18727
18728 * nnimap.el (nnimap-open-connection): Print which authinfo file is
18729 used.
18730
18731 * nneething.el (nneething-map-file-directory): Derive from
18732 `gnus-directory'.
18733
18734 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18735 the To/Cc button.
18736
18737 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18738
18739 * nnmaildir.el (nnmaildir-request-accept-article):
18740 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18741
18742 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18743
18744 * gnus-async.el: Require timer-funcs at compile time when in
18745 XEmacs for `run-with-idle-timer'.
18746
18747 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18748
18749 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18750 autoloaded function.
18751
18752 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18755
18756 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
18757
18758 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18759
18760 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18761
18762 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18763 Add gnus-expert-user to default.
18764
18765 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
18766
18767 * nnimap.el (nnimap-open-server): Ditto.
18768
18769 * imap.el (imap-authenticate): Fix typo.
18770
18771 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
18772
18773 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18774 buffer (since IMAP server might return FETCH response out of
18775 order, and the nntp buffer must be sorted).
18776
18777 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
18778
18779 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18780 comparison on string.
18781
18782 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18783 (gnus-agent-score): Rename category keywords to match gnus-cus.
18784 (gnus-agent-summary-fetch-series): Modify to protect against
18785 gnus-agent-summary-fetch-group clearing processable flags.
18786 (gnus-agent-synchronize-group-flags): Update live group buffer as
18787 synchronization may occur due to the user toggle the plugged
18788 status.
18789 (gnus-agent-fetch-group-1): Clear downloadable flag when article
18790 successfully downloaded.
18791 (gnus-agent-expire-group-1): Avoid using markers when the overview
18792 is in ascending order; greatly improves performance.
18793 (gnus-agent-regenerate-group):
18794 Use gnus-agent-synchronize-group-flags to reset read status in both
18795 gnus and server.
18796 (gnus-agent-update-files-total-fetched-for): Fix initial size.
18797
18798 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18799
18800 * message.el: Don't autoload former message-utils variables.
18801 (message-strip-subject-trailing-was): Change doc string.
18802
18803 * nnweb.el: Fixes for `gnus-group-make-web-group'.
18804 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
18805 (nnweb-google-search): Add "hl=en" here.
18806 (nnweb-google-parse-1, nnweb-google-create-mapping):
18807 Don't hardcode URL.
18808
18809 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18810
18811 * message.el (message-get-reply-headers, message-followup):
18812 Mention related variables `message-use-followup-to' and
18813 `message-use-mail-followup-to', in the information buffer.
18814
18815 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18816 of broken groups(-beta).google.com.
18817
18818 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
18819
18820 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18821 parameter to invoked gnus-request-move-article; remove the
18822 redundant gnus-sum-hint-move-is-internal variable; apply the marks
18823 all at once instead of once per article.
18824 (gnus-summary-remove-process-mark): Accept a list of articles as
18825 well as a single article for processing.
18826
18827 * gnus-int.el (gnus-request-move-article): Add move-is-internal
18828 parameter.
18829
18830 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18831
18832 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18833
18834 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18835 parameter.
18836
18837 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18838 parameter.
18839
18840 * nnimap.el (nnimap-request-move-article): Add move-is-internal
18841 parameter and remove the gnus-sum-hint-move-is-internal variable.
18842
18843 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18844 parameter.
18845
18846 * nndraft.el (nndraft-request-move-article): Add move-is-internal
18847 parameter.
18848
18849 * nndiary.el (nndiary-request-move-article): Add move-is-internal
18850 parameter.
18851
18852 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18853
18854 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18855 parameter.
18856
18857 * nnagent.el (nnagent-request-move-article): Add move-is-internal
18858 parameter.
18859
18860 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18863 a more conservative way.
18864
18865 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18866
18867 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18868 buffer, so it moves the window's cursor.
18869
18870 2005-02-26 Arne Jørgensen <arne@arnested.dk>
18871
18872 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18873 `mm-dissect-multipart' and receive the from field as an (optional)
18874 argument from `mm-dissect-multipart'.
18875 (mm-dissect-multipart): Receive the from field as an argument and
18876 pass it on when we call `mm-dissect-buffer' on MIME parts.
18877 Fixes verification/decryption of signed/encrypted MIME parts.
18878
18879 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
18880
18881 * gnus-sum.el (gnus-summary-move-article):
18882 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18883 whatever it calls (right now, only nnimap-request-move article
18884 respects it).
18885
18886 * nnimap.el (nnimap-request-move-article):
18887 When gnus-sum-hint-move-is-internal is set, don't do the extra
18888 nnimap-request-article.
18889
18890 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18891
18892 * nnheader.el (nnheader-find-file-noselect): Add doc string.
18893
18894 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18895 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18896
18897 * gnus-sum.el (gnus-summary-caesar-message):
18898 Apply `gnus-treat-article' after rotation.
18899
18900 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18901 doc string.
18902
18903 2005-02-22 Simon Josefsson <jas@extundo.com>
18904
18905 * encrypt.el (encrypt-password-cache-expiry): Remove (use
18906 `password-cache-expiry' instead). Reported by Arne Jørgensen
18907 <arne@arnested.dk>.
18908 (encrypt): Add password-cache and password-cache-expiry as group
18909 members.
18910
18911 2005-02-22 Arne Jørgensen <arne@arnested.dk>
18912
18913 * smime.el (smime-ldap-host-list): Doc fix.
18914 (smime-ask-passphrase): Use `password-read-and-add' to read (and
18915 cache) password.
18916 (smime-sign-region): Use it.
18917 (smime-decrypt-region): Use it.
18918 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18919 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18920 fails.
18921 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18922 certificate from DER to PEM format rather than calling openssl.
18923
18924 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18925
18926 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18927 for signing/encryption.
18928
18929 * mml.el (mml-parse-1): Use them.
18930
18931 2005-02-21 Arne Jørgensen <arne@arnested.dk>
18932
18933 * nnrss.el (nnrss-verbose): Remove.
18934 (nnrss-request-group): Use `nnheader-message' instead.
18935
18936 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
18937
18938 * nnrss.el (nnrss-verbose): New variable.
18939 (nnrss-request-group): Make it say nnrss is requesting a group.
18940
18941 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18942
18943 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18944 Handle news URL with given port correctly.
18945
18946 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18947
18948 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18949 containing special characters.
18950
18951 * gnus-sum.el (gnus-summary-edit-article): Ditto.
18952
18953 * mml.el (mime-to-mml): Ditto.
18954
18955 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18956 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18957 (rfc2047-decode-region): Quote decoded words containing special
18958 characters when rfc2047-quote-decoded-words-containing-tspecials
18959 is non-nil.
18960
18961 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
18962
18963 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18964
18965 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18966
18967 2005-02-15 Simon Josefsson <jas@extundo.com>
18968
18969 * nnimap.el (nnimap-debug): Doc fix.
18970
18971 * imap.el (imap-debug): Doc fix.
18972
18973 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18974
18975 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18976
18977 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
18978
18979 * gnus.el (spam-contents): Improve docs for spam-contents
18980 parameter in its variable incarnation.
18981
18982 2005-02-14 Simon Josefsson <jas@extundo.com>
18983
18984 * smime-ldap.el: Use require instead of load-library for ldap.
18985 (smime-ldap-search): Indent.
18986 (smime-ldap-search-internal): Shorten line.
18987
18988 * smime.el (smime-cert-by-dns): Add doc-string.
18989 (smime-cert-by-ldap-1): Indent.
18990
18991 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18992 mml-smime-get-dns-ldap.
18993 (mml-smime-encrypt-query): Use new function. Default to ldap.
18994
18995 2005-02-14 Arne Jørgensen <arne@arnested.dk>
18996
18997 * smime.el: Require smime-ldap.
18998 (smime-ldap-host-list): New variable.
18999 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19000
19001 * mml-smime.el (mml-smime-encrypt-query): New function.
19002 (mml-smime-encrypt-query): Use it.
19003
19004 * smime-ldap.el: New file.
19005
19006 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19007
19008 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19009
19010 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19011
19012 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19013 argument in doc string. Make query for type more clear.
19014
19015 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19016
19017 * gnus.el (gnus-group-startup-message): Search for gnus images in
19018 etc/images/gnus.
19019 * mm-util.el (mm-image-load-path): Likewise.
19020 * smiley.el (smiley-data-directory): Search for smilies in
19021 etc/images/smilies.
19022
19023 2005-02-09 Kim F. Storm <storm@cua.dk>
19024
19025 Change Emacs release version from 21.4 to 22.1 throughout.
19026 Change Emacs development version from 21.3.50 to 22.0.50.
19027
19028 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19029
19030 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19031
19032 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19033 non-Mule XEmacs as well.
19034 (mm-decompress-buffer): Signal an error intentionally if it does
19035 not decompress compressed data because auto-compression-mode is
19036 disabled.
19037
19038 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19039
19040 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19041 an ID in the registry even if it has no groups.
19042
19043 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19044
19045 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19046 merge it into mm-decompress-buffer.
19047 (gnus-mime-copy-part): Use the MIME part charset, the value which
19048 a user specified or gnus-newsgroup-charset for decoding, like
19049 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19050 save-buffer what was used. Suggested by Kevin Ryde
19051 <user42@zip.com.au>.
19052 (gnus-mime-inline-part): Allow the name parameter as well as the
19053 filename parameter; force decompressing of compressed data; always
19054 display contents being not decoded as unibyte.
19055
19056 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19057 as well as the filename parameter.
19058
19059 * mm-util.el (mm-decompress-buffer):
19060 Merge gnus-mime-jka-compr-maybe-uncompress.
19061 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19062 of compressed data.
19063
19064 2005-02-08 Simon Josefsson <jas@extundo.com>
19065
19066 * imap.el (imap-log): Doc fix.
19067
19068 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19069
19070 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19071 the coding cookies; decompress compressed parts.
19072
19073 * mml.el (mml-generate-mime-1): Add the charset parameter according
19074 to the value which a user specified manually or the coding cookie.
19075
19076 * mm-util.el (mm-string-to-multibyte): New function.
19077 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19078 (mm-coding-system-to-mime-charset): New function.
19079 (mm-decompress-buffer): New function.
19080 (mm-find-buffer-file-coding-system): New function.
19081
19082 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19083 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19084 parts.
19085
19086 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19087
19088 * mm-view.el (mm-display-inline-fontify): Decode a part according
19089 to the charset parameter.
19090
19091 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19092
19093 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19094 prefix arg is neither nil nor a number, as info specifies.
19095
19096 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19097
19098 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19099 timestamps.
19100
19101 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19102
19103 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19104 groups error checking and notify user.
19105
19106 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19107
19108 * message.el (message-send-mail-function): Check existence of
19109 sendmail-program first before using default value
19110 `message-send-mail-with-sendmail'. Otherwise use more generic
19111 `smtpmail-send-it'.
19112
19113 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19114
19115 * nntp.el (nntp-request-update-info): Always return nil.
19116
19117 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19118
19119 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19120
19121 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19122
19123 * message.el (message-beginning-of-line): Change the behavior when
19124 invoked between BOL and : so that it first moves backward.
19125
19126 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19127
19128 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19129 article buffer when editing of the article is discarded.
19130 (gnus-article-prepare): Revert.
19131
19132 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19133
19134 * gnus-art.el (gnus-article-prepare):
19135 Remove message-strip-forbidden-properties from the local hook.
19136
19137 2005-01-27 Simon Josefsson <jas@extundo.com>
19138
19139 * password.el (password-cache-add): Only start one timer per key.
19140 Reported by Derek Atkins <warlord@MIT.EDU>.
19141
19142 2005-01-26 Steve Youngs <steve@sxemacs.org>
19143
19144 * run-at-time.el: Remove. It is no longer needed as
19145 timer-funcs.el in the xemacs-base package has a working version of
19146 `run-at-time'.
19147
19148 * password.el: Require timer-funcs instead of run-at-time in
19149 XEmacs.
19150 Remove `password-run-at-time' macro.
19151 (password-cache-add): Use `run-at-time' instead of
19152 `password-run-at-time'.
19153
19154 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19155 for `run-with-idle-timer'.
19156
19157 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19158 for `run-at-time'.
19159
19160 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19161 for `with-timeout'.
19162
19163 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19164
19165 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19166 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19167
19168 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19169
19170 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19171 sensitively.
19172
19173 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19174
19175 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19176
19177 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19178
19179 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19180 which will be inserted according to the multibyteness of a buffer
19181 rather than the type of contents. Suggested by ARISAWA Akihiro
19182 <ari@mbf.ocn.ne.jp>.
19183
19184 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19185 of string which old xml.el may return rather than a string.
19186
19187 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19188
19189 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19190
19191 2005-01-16 Simon Josefsson <jas@extundo.com>
19192
19193 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19194 idn/idna.el isn't available.
19195 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19196 <michael@waxrat.com>.
19197
19198 * hashcash.el: Remove non-FSF copyright header.
19199
19200 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19201 (hashcash-generate-payment): Use it.
19202 (hashcash-generate-payment-async): Use it.
19203
19204 2005-01-15 Simon Josefsson <jas@extundo.com>
19205
19206 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19207 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19208
19209 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19210 gnus-summary-idna-message.
19211 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19212 (gnus-summary-idna-message): New function.
19213
19214 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19215
19216 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19217 gnus-novice-user.
19218
19219 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * nnrss.el (nnrss-request-delete-group): Delete entries in
19222 nnrss-group-alist as well.
19223 (nnrss-save-server-data): Insert newline.
19224
19225 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19226
19227 * gnus.el (gnus-user-agent): Use list of symbols instead of
19228 symbols. Display full version number for (S)XEmacs.
19229 Optionally display (S)XEmacs codename.
19230
19231 * gnus-util.el (gnus-emacs-version): Update for new
19232 `gnus-user-agent'.
19233
19234 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19235 Gnus version.
19236
19237 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19238
19239 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19240 which is unreadable in some setups.
19241
19242 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19243
19244 * gnus-spec.el (gnus-update-format-specifications): Flush the
19245 group format spec cache if it doesn't support decoded group names.
19246
19247 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19248
19249 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19250 Allow to apply decay on score files matching a regexp.
19251
19252 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19253
19254 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19255 compatibility in %g and %c.
19256
19257 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19258
19259 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19260 name for only %g and %c.
19261 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19262 of gnus-tmp-group to decoded group name.
19263 (gnus-group-make-rss-group): Exclude `/'s from group names.
19264
19265 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19266
19267 * nnrss.el (nnrss-get-encoding): Fix regexp.
19268
19269 2004-12-27 Simon Josefsson <jas@extundo.com>
19270
19271 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19272 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19273 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19274
19275 2004-12-17 Kim F. Storm <storm@cua.dk>
19276
19277 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19278
19279 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19280
19281 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19282
19283 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19284
19285 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19286
19287 * nnrss.el: Require rfc2047 and mml.
19288 (nnrss-file-coding-system): New variable.
19289 (nnrss-format-string): Redefine it as an inline function.
19290 (nnrss-decode-group-name): New function.
19291 (nnrss-string-as-multibyte): Remove.
19292 (nnrss-retrieve-headers): Decode group name; don't use
19293 nnrss-format-string.
19294 (nnrss-request-group): Decode group name.
19295 (nnrss-request-article): Decode group name; allow a Message-ID as
19296 well as an article number; don't use nnrss-format-string; encode a
19297 Message-ID string which may contain non-ASCII characters; use
19298 mml-to-mime to compose a MIME article.
19299 (nnrss-request-expire-articles): Decode group name.
19300 (nnrss-request-delete-group): Decode group name.
19301 (nnrss-fetch): Clarify error message.
19302 (nnrss-read-server-data): Use insert-file-contents instead of load;
19303 bind file-name-coding-system; use multibyte buffer.
19304 (nnrss-save-server-data): Bind coding-system-for-write to the
19305 value of nnrss-file-coding-system; bind file-name-coding-system;
19306 add coding cookie.
19307 (nnrss-read-group-data): Use insert-file-contents instead of load;
19308 bind file-name-coding-system; use multibyte buffer.
19309 (nnrss-save-group-data): Bind coding-system-for-write to the
19310 value of nnrss-file-coding-system; bind file-name-coding-system.
19311 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19312 make it work with non-ASCII text.
19313 (nnrss-find-el): Make it work with old xml.el as well.
19314
19315 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19316
19317 * nnrss.el (nnrss-get-encoding): New function.
19318 (nnrss-fetch): Use unibyte buffer initially; bind
19319 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19320 decode contents according to the encoding attribute.
19321 (nnrss-save-group-data): Add coding cookie.
19322 (nnrss-mime-encode-string): New function.
19323 (nnrss-check-group): Use it to encode subject and author.
19324
19325 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19326
19327 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19328 imaginary variable.
19329
19330 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19331
19332 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19333 correctly even if there are wide characters.
19334
19335 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19336
19337 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19338 downcased symbol names; make a new cache instead of reusing
19339 bbdb-hashtable.
19340
19341 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19342
19343 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19344 concatenating segments rather than before concatenating them.
19345 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19346
19347 * message.el (message-get-reply-headers): Bind `extra'.
19348
19349 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19350
19351 * message.el (message-extra-wide-headers): New variable.
19352 (message-get-reply-headers): Use it.
19353
19354 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19355
19356 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19357 (gnus-agent-group-pathname): Ditto.
19358
19359 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19360
19361 * gnus-group.el (gnus-group-make-group): Decode group name.
19362 (gnus-group-make-rss-group): Register the group data after opening
19363 the nnrss group.
19364
19365 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19366
19367 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19368 by expiry now get marked as read.
19369
19370 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19371
19372 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19373
19374 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19375
19376 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19377 unify Latin characters in XEmacs.
19378 (mm-find-mime-charset-region): Use it.
19379
19380 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19381
19382 * gnus-util.el (gnus-delete-directory): New function.
19383
19384 * gnus-agent.el (gnus-agent-delete-group): Use it.
19385
19386 * gnus-cache.el (gnus-cache-delete-group): Use it.
19387
19388 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19389
19390 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19391 names.
19392
19393 2004-12-16 Simon Josefsson <jas@extundo.com>
19394
19395 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19396
19397 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19398
19399 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19400
19401 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19402 (gnus-group-set-current-level): Decode group name.
19403
19404 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19405
19406 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19407 failed.
19408
19409 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19410
19411 * gnus-group.el (gnus-group-delete-group): Decode group name.
19412 (gnus-group-make-rss-group): Encode group name.
19413 (gnus-group-catchup-current): Decode group name.
19414 (gnus-group-kill-group): Decode group name.
19415
19416 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19419
19420 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19421
19422 * gnus-group.el (gnus-group-make-rss-group):
19423 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19424
19425 * gnus-start.el (gnus-setup-news): Honor user's setting to
19426 gnus-message-archive-method. Suggested by Lute Kamstra
19427 <lute@gnu.org>.
19428
19429 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19430
19431 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19432 global counterparts of the buffer-local variables.
19433
19434 2004-11-16 Romain Francoise <romain@orebokech.com>
19435
19436 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19437 counterparts of the buffer-local variables.
19438
19439 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19440
19441 * message.el (message-forbidden-properties): Fix typo in doc
19442 string.
19443
19444 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19445
19446 * gnus-util.el (gnus-replace-in-string): Add doc string.
19447
19448 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19449 to avoid problems when splitting mails with many recipients.
19450
19451 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19454 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19455
19456 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19457
19458 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19459 if there is no hashtable in memory or file modification time is
19460 newer than cached timestamp.
19461
19462 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19463
19464 * gnus-sum.el (gnus-summary-limit-to-recipient):
19465 Implement not-matching option.
19466
19467 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19468
19469 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19470 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19471 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19472 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19473 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19474 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19475
19476 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19477
19478 * message.el (message-forward-make-body-mml): Remove headers
19479 according to message-forward-ignored-headers if a message is decoded.
19480
19481 2004-12-02 Romain Francoise <romain@orebokech.com>
19482
19483 * message.el (message-forward-make-body-plain): Always remove
19484 headers according to message-forward-ignored-headers.
19485
19486 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19487
19488 * spam.el (spam-summary-prepare-exit): Remove the
19489 gnus-summary-limit pop for now, it has problems with ham marks for
19490 me.
19491
19492 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19493
19494 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19495 correctly.
19496
19497 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19498
19499 * format-spec.el (format-spec): Message the char.
19500
19501 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19502
19503 * gnus-art.el (gnus-split-methods): Reformat comments.
19504
19505 * spam.el (spam-summary-prepare-exit): Remove article limits
19506 before exiting the summary buffer.
19507
19508 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19509
19510 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19511 order to silence the byte compiler.
19512
19513 * spam.el: Fix the way to silence the byte compiler, which
19514 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19515 bbdb-search-simple, spam-BBDB-register-routine,
19516 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19517 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19518 spam-stat-buffer-is-spam, spam-stat-load,
19519 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19520 spam-stat-save and spam-stat-split-fancy.
19521
19522 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19523
19524 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19525 which may confuse users.
19526 (canlock-password-for-verify): Ditto.
19527
19528 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19529
19530 * gnus-art.el (gnus-emphasis-alist): Ditto.
19531
19532 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19533
19534 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19535
19536 * gnus-start.el (gnus-save-killed-list): Ditto.
19537
19538 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19539 (gnus-sum-thread-tree-root): Ditto.
19540 (gnus-sum-thread-tree-false-root): Ditto.
19541 (gnus-sum-thread-tree-single-indent): Ditto.
19542
19543 * message.el (message-courtesy-message): Ditto.
19544 (message-archive-note): Ditto.
19545 (message-subscribed-address-file): Ditto.
19546 (message-user-fqdn): Ditto.
19547
19548 * spam-report.el (spam-report-gmane-regex): Ditto.
19549
19550 * spam.el (spam-blackhole-good-server-regex): Ditto.
19551
19552 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19553
19554 * mml.el (mml-preview): Widen the message buffer before copying
19555 the contents to the preview buffer; sort headers before previewing.
19556
19557 * message.el (message-hidden-headers): Fix the way to avoid a bug
19558 in the `repeat' widget in Emacs 21.3 or earlier.
19559
19560 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19561
19562 * message.el (message-hidden-headers): Default to "^References:".
19563 Improve customization type. Suggested by Reiner Steib
19564 <Reiner.Steib@gmx.de>.
19565
19566 2004-11-25 Romain Francoise <romain@orebokech.com>
19567
19568 * message.el (message-strip-forbidden-properties): Remove check for
19569 obsolete `message-hidden' text property, hidden headers are not
19570 accessible in the buffer anymore.
19571
19572 2004-11-22 Romain Francoise <romain@orebokech.com>
19573
19574 * message.el (message-header-format-alist): Add `From' in list
19575 so that it can be sorted.
19576 (message-fix-before-sending): Widen and sort headers before
19577 sending.
19578 (message-hide-headers): Use narrowing to hide headers by moving
19579 them to the top of the buffer and narrowing to the region
19580 underneath.
19581
19582 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19583
19584 * message.el (message-strip-forbidden-properties):
19585 Bind buffer-read-only (etc) to nil.
19586
19587 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19588
19589 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19590 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19591
19592 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19593
19594 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19595
19596 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19597
19598 * dns.el (query-dns): Use sit-for to time instead of
19599 accept-process-output, since that doesn't seem to work on udp
19600 sockets.
19601
19602 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19603
19604 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19605
19606 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19607
19608 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19609 doc string. Improve doc string.
19610
19611 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19612
19613 * nntp.el (nntp-request-update-info): Return nil if
19614 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19615 may not call gnus-activate-group which uselessly issues the GROUP
19616 commands for all nntp groups and wastes time. Reported by Romain
19617 Francoise <romain@orebokech.com>.
19618
19619 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19620
19621 2004-11-15 Simon Josefsson <jas@extundo.com>
19622
19623 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19624 headers separately.
19625 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19626 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19627
19628 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19629
19630 * gnus-start.el (gnus-convert-old-newsrc):
19631 Assign legacy-gnus-agent to 5.10.7.
19632
19633 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19634
19635 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19636 start of the lines.
19637
19638 2004-11-14 Magnus Henoch <mange@freemail.hu>
19639
19640 * hashcash.el (hashcash-default-payment): Change default to 20.
19641 (hashcash-default-accept-payment): Change default to 20.
19642 (hashcash-process-alist): New variable.
19643 (hashcash-generate-payment-async): Add.
19644 (hashcash-already-paid-p): Add.
19645 (hashcash-insert-payment): Don't generate payments twice.
19646 (hashcash-insert-payment-async): Add.
19647 (hashcash-insert-payment-async-2): Add.
19648 (hashcash-cancel-async): Add.
19649 (hashcash-wait-async): Add.
19650 (hashcash-processes-running-p): Add.
19651 (hashcash-wait-or-cancel): Add.
19652 (mail-add-payment): New optional argument. Conditionally start
19653 asynchronous calculation.
19654 (mail-add-payment-async): Add.
19655
19656 * message.el (message-send-mail): Wait for asynchronous hashcash
19657 results. Don't clobber existing X-Hashcash headers.
19658 (message-setup-1): Call mail-add-payment-async when
19659 message-generate-hashcash is non-nil.
19660
19661 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19662
19663 * message.el (message-use-alternative-email-as-from): Examine the
19664 From header as well; use message-make-from in order to include a
19665 user's full name.
19666
19667 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
19668
19669 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19670 default; improve customization type.
19671 (gnus-emphasis-custom-with-format): New macro.
19672 (gnus-emphasis-custom-value-to-external): New function.
19673 (gnus-emphasis-custom-value-to-internal): New function.
19674
19675 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19676
19677 * dns.el (query-dns): Resolve reverse addresses.
19678
19679 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19680
19681 * gnus-group.el (gnus-group-get-new-news): Use it.
19682
19683 * gnus-start.el (gnus-check-reasonable-setup): New function.
19684
19685 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
19686
19687 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19688 "Args out of range" error. Reported by Arnaud Giersch
19689 <arnaud.giersch@free.fr>.
19690
19691 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
19692
19693 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19694
19695 2004-11-04 Richard M. Stallman <rms@gnu.org>
19696
19697 * spam.el (spam group): Add :version.
19698
19699 * pgg-def.el (pgg group): Add :version.
19700
19701 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
19702
19703 * gnus-art.el (gnus-article-edit-article): Don't associate the
19704 article buffer with a draft file. This is a temporary measure
19705 against the 2004-08-22 change to gnus-article-edit-mode.
19706
19707 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
19708
19709 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19710 (html2text-format-tags): Remove unused variable `attr'.
19711
19712 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
19713
19714 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19715
19716 * spam-stat.el (spam-stat): Add :version.
19717
19718 * sieve.el (sieve): Add :version.
19719
19720 * sha1.el (sha1): Add :version.
19721 (sha1-use-external): Remove redundant version.
19722
19723 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19724 (nnmail-cache-ignore-groups, nnmail-spool-hook)
19725 (nnmail-split-fancy-match-partial-words)
19726 (nnmail-split-lowercase-expanded): Add :version.
19727
19728 * nndiary.el (nndiary): Add :version.
19729
19730 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19731
19732 * mml-sec.el (mml-default-sign-method)
19733 (mml-default-encrypt-method, mml-signencrypt-style-alist):
19734 Add :version.
19735
19736 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19737
19738 * mm-url.el (mm-url-use-external, mm-url-program)
19739 (mm-url-arguments): Add :version.
19740
19741 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19742 (mm-attachment-file-modes, mm-decrypt-option)
19743 (mm-w3m-safe-url-regexp): Add :version.
19744
19745 * message.el (message-cite-prefix-regexp)
19746 (message-sendmail-envelope-from, message-minibuffer-local-map)
19747 (message-user-fqdn, message-completion-alist): Add :version.
19748
19749 * gnus-win.el (gnus-configure-windows-hook)
19750 (gnus-use-frames-on-any-display): Add :version.
19751
19752 * gnus-art.el (gnus-article-address-banner-alist)
19753 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19754 (gnus-treat-from-picon, gnus-treat-mail-picon)
19755 (gnus-treat-x-pgp-sig): Add :version.
19756
19757 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19758 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19759 (gnus-summary-article-delete-hook)
19760 (gnus-summary-display-while-building): Add :version.
19761
19762 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19763 (gnus-get-top-new-news-hook): Add :version.
19764
19765 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19766 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19767
19768 * gnus-registry.el (gnus-registry): Add :version.
19769
19770 * gnus-spec.el (gnus-use-correct-string-widths)
19771 (gnus-make-format-preserve-properties): Add :version.
19772
19773 * gnus.el (gnus-group-charter-alist)
19774 (gnus-group-fetch-control-use-browse-url)
19775 (gnus-install-group-spam-parameters): Add :version.
19776
19777 * gnus-diary.el (gnus-diary): Add :version.
19778
19779 * gnus-delay.el (gnus-delay): Add :version.
19780
19781 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19782 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19783 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19784 Add :version.
19785
19786 * gnus-agent.el (gnus-agent-max-fetch-size)
19787 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19788 (gnus-agent-prompt-send-queue): Add :version.
19789
19790 * deuglify.el (gnus-outlook-deuglify): Add :version.
19791
19792 * html2text.el: Beautify code. Improve doc strings.
19793 Some checkdoc cleanup.
19794 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19795
19796 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19797
19798 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19799
19800 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
19801
19802 * gnus-registry.el (gnus-registry-hashtb): Create the registry
19803 when package is loaded.
19804
19805 * spam.el (spam-summary-score-preferred-header): Add global preference
19806 for people who want to override the default SpamAssassin over
19807 Bogofilter preference (when both are set).
19808 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19809 (spam-user-format-function-S):
19810 Check spam-summary-score-preferred-header.
19811 (spam-extra-header-to-number): Add X-Bogosity header parsing.
19812 (spam-user-format-function-S): Format the score correctly.
19813
19814 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
19815
19816 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19817 signature file. Suggested by Manoj Srivastava
19818 <srivasta@golden-gryphon.com>.
19819
19820 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19821 iso-2022-jp even in the Japanese language environment.
19822 Suggested by Jason Rumney <jasonr@gnu.org>.
19823
19824 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
19825
19826 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19827 use the same characters as the dummy marks; make it free from
19828 getting affected by the language environment.
19829 (gnus-summary-read-group-1): Update mark positions only when the
19830 format spec is updated.
19831
19832 * gnus-spec.el (gnus-update-format-specifications): Return a list
19833 of updated types.
19834
19835 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
19836
19837 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19838 of boundp to check if display-warning is available.
19839
19840 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
19841
19842 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19843
19844 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19845
19846 * nnspool.el (nnspool-spool-directory): Use news-path if the
19847 news-directory variable is not bound.
19848
19849 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19850 function instead of display-warning if it is not available.
19851
19852 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19853
19854 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19855 v5-10: Use `point-at-bol'.
19856
19857 2004-10-26 Simon Josefsson <jas@extundo.com>
19858
19859 * hashcash.el: Fix URL in comment, reported by Cheng Gao
19860 <chenggao@gmail.com>.
19861
19862 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19863
19864 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
19865 instead.
19866
19867 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
19868
19869 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19870 to remove a server from the nnimap-server-buffer-alist.
19871 (nnimap-open-connection, nnimap-close-server): Use it.
19872
19873 * gnus-encrypt.el: Remove file in favor of encrypt.el.
19874
19875 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
19876
19877 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19878 running the major-mode function.
19879
19880 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19881
19882 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19883 dummy marks in the right way.
19884
19885 2004-10-18 David Edmondson <dme@dme.org>
19886
19887 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19888 excessively.
19889
19890 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
19891
19892 * gnus-util.el (gnus-split-references): Accept a nil references
19893 string and go on blissfully.
19894
19895 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19896 cases where the references string is non-nil but has no references.
19897
19898 * encrypt.el: Add autoload tags.
19899
19900 * spam.el (spam-resolve-registrations-routine): Remove article
19901 from unregistration list too. Reported by David Hanak
19902 <dhanak@isis.vanderbilt.edu>
19903
19904 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
19905
19906 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19907 nil. Change custom type.
19908
19909 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
19910
19911 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19912
19913 * gnus-sum.el (gnus-summary-move-article): Use it.
19914
19915 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
19916
19917 * encrypt.el: Add autoload cookies.
19918
19919 * spam.el (spam-backend-article-list-property)
19920 (spam-backend-get-article-todo-list)
19921 (spam-backend-put-article-todo-list)
19922 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19923 Resolve registrations separately.
19924 (spam-register-routine): Format comments.
19925 (spam-unregister-routine, spam-register-routine): Always call with
19926 specific-articles, no default list.
19927 (spam-summary-prepare-exit): Use the spam-classifications function.
19928
19929 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19930 gnus-encrypt.el.
19931
19932 * encrypt.el: Copied from gnus-encrypt.el.
19933
19934 * gnus-encrypt.el: Commented that it's obsolete.
19935
19936 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19937
19938 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19939 (gnus-score-save): Use it.
19940
19941 * message.el (message-bury): Use `window-dedicated-p'.
19942
19943 2004-10-15 Simon Josefsson <jas@extundo.com>
19944
19945 * pop3.el (top-level): Don't require nnheader.
19946 (pop3-read-timeout): Add.
19947 (pop3-accept-process-output): Add.
19948 (pop3-read-response, pop3-retr): Use it.
19949
19950 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
19951
19952 * spam.el (spam-register-routine): Move comment.
19953 (spam-verify-bogofilter): Use 'unknown for the initial
19954 spam-bogofilter-valid state, not 'never.
19955
19956 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19957 for netrc-machine.
19958
19959 * nnimap.el (nnimap-open-connection):
19960 Use netrc-machine-user-or-password.
19961
19962 2004-10-17 Richard M. Stallman <rms@gnu.org>
19963
19964 * gnus-registry.el (gnus-registry-unload-hook):
19965 Set as a variable with add-hook.
19966
19967 * nnspool.el (nnspool-spool-directory): Use news-directory instead
19968 of news-path.
19969
19970 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19971
19972 * spam.el: Delete duplicate `provide'.
19973 (spam-unload-hook): Set as a variable with add-hook.
19974
19975 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19976
19977 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19978 in the doc string.
19979
19980 * message.el (message-ignored-news-headers)
19981 (message-ignored-supersedes-headers)
19982 (message-ignored-resent-headers)
19983 (message-forward-ignored-headers): Improve custom type.
19984
19985 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
19986
19987 * message.el (message-tokenize-header): Fix 2004-09-06 change
19988 which used point-min in the wrong place.
19989
19990 2004-10-12 Simon Josefsson <jas@extundo.com>
19991
19992 * tls.el (tls-certtool-program): New variable.
19993 (tls-certificate-information): New function, based on
19994 ssl-certificate-information.
19995
19996 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
19997
19998 * compface.el: Move the version of ELisp-based uncompface program
19999 to the contrib directory because of the copyright problem.
20000
20001 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20002
20003 * message.el (message-kill-buffer): Raise the current frame.
20004
20005 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20006
20007 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20008
20009 * gnus.el (message-y-or-n-p): Autoload.
20010
20011 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20012 (pop3-password-required, pop3-authentication-scheme)
20013 (pop3-leave-mail-on-server): Make customizable.
20014 (pop3): New custom group.
20015 (pop3-retr): Remove `sleep-for' statements.
20016 Suggested by Dave Love <fx@gnu.org>.
20017
20018 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20019 Windows/DOS.
20020
20021 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20022 (imap-parse-body): Fix incorrect use of `assert'.
20023 Suggested by Dave Love <fx@gnu.org>.
20024
20025 * mml.el (mml-minibuffer-read-disposition): Require match.
20026 Suggested by Dave Love <fx@gnu.org>.
20027
20028 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20029
20030 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20031 doc string.
20032
20033 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20034
20035 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20036
20037 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20038
20039 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20040 instead of calling `mm-insert-inline', to decode text/* parts
20041 before displaying them.
20042
20043 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20044
20045 * mm-uu.el (mm-uu-text-plain-type): New variable.
20046 (mm-uu-pgp-signed-extract-1): Use it.
20047 (mm-uu-pgp-encrypted-extract-1): Use it.
20048 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20049 bind mm-uu-text-plain-type with that value.
20050 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20051 mm-uu-dissect.
20052
20053 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20054
20055 * gnus-group.el (gnus-update-group-mark-positions):
20056 * gnus-sum.el (gnus-update-summary-mark-positions):
20057 * message.el (message-check-news-body-syntax):
20058 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20059 of string-as-multibyte.
20060
20061 2004-10-05 Juri Linkov <juri@jurta.org>
20062
20063 * gnus-group.el (gnus-update-group-mark-positions):
20064 * gnus-sum.el (gnus-update-summary-mark-positions):
20065 * message.el (message-check-news-body-syntax):
20066 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20067 8-bit unibyte values to a multibyte string for search functions.
20068
20069 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20070
20071 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20072 (mm-uu-dissect-text-parts): New function.
20073
20074 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20075 dissect text parts.
20076
20077 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20078 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20079
20080 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20081
20082 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20083 Use gnus-current-topics instead of gnus-current-topic.
20084
20085 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20086
20087 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20088
20089 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20090
20091 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20092 where appropriate.
20093
20094 * nnml.el (nnml-generate-active-info): do.
20095
20096 * nndiary.el (nndiary-generate-active-info): do.
20097
20098 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20099 (gnus-topic-move): do.
20100
20101 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20102 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20103
20104 * gnus-srvr.el (gnus-server-prepare)
20105 (gnus-server-open-all-servers): do.
20106
20107 * gnus-msg.el (gnus-summary-cancel-article)
20108 (gnus-summary-resend-message)
20109 (gnus-summary-mail-crosspost-complaint): do.
20110
20111 * gnus-move.el (gnus-change-server): do.
20112
20113 * gnus-group.el (gnus-group-unmark-all-groups)
20114 (gnus-group-set-current-level): do.
20115
20116 2004-10-04 Simon Josefsson <jas@extundo.com>
20117
20118 * message.el (message-generate-hashcash): Doc fix.
20119
20120 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20121
20122 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20123 avoid infinite recursion via gnus-get-function.
20124
20125 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20126
20127 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20128
20129 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20130
20131 * nnmail.el (nnmail-split-history): do.
20132
20133 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20134 (nnml-request-delete-group): do.
20135
20136 * nnslashdot.el (nnslashdot-read-groups): do.
20137
20138 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20139 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20140
20141 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20142 (nnspool-sift-nov-with-sed): Use last.
20143 (nnspool-retrieve-headers-with-nov): Use mapc.
20144 (nnspool-request-newgroups): Use dolist.
20145 (nnspool-request-group): Use last.
20146
20147 * nntp.el (nntp-read-server-type): Use dolist.
20148
20149 * nnvirtual.el (nnvirtual-create-mapping)
20150 (nnvirtual-update-read-and-marked): Use dolist.
20151 (nnvirtual-convert-headers): Simplify.
20152
20153 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20154
20155 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20156 Add support for sync'ing tick marks.
20157
20158 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20159
20160 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20161 there's no visible header.
20162
20163 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20164
20165 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20166 When necessary, pass full group name to gnus-request-set-marks.
20167
20168 2004-10-01 Simon Josefsson <jas@extundo.com>
20169
20170 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20171 acroread.
20172
20173 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20174
20175 * spam-report.el (spam-report-gmane): Fix interactive.
20176
20177 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20178
20179 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20180 when writing file.
20181 (gnus-agent-synchronize-flags): Don't default to being
20182 interactive.
20183
20184 2004-09-30 Simon Josefsson <jas@extundo.com>
20185
20186 * message.el (message-generate-hashcash): Add.
20187 (message-send-mail): Use it, call mail-add-payment.
20188
20189 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20190
20191 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20192
20193 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20194
20195 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20196 gnus-request-update-info with explicit code to sync the in-memory
20197 info read flags with the marks being sync'd to the backend.
20198
20199 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20200
20201 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20202
20203 * spam.el (spam-verify-bogofilter): Add new function.
20204 (spam-check-bogofilter)
20205 (spam-bogofilter-register-with-bogofilter): Use it.
20206 (spam-verify-bogofilter): Add small fixes.
20207
20208 2004-09-28 Simon Josefsson <jas@extundo.com>
20209
20210 * hashcash.el (hashcash-generate-payment): Revert.
20211
20212 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20213
20214 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20215 Use gnus-extract-references instead of gnus-split-references.
20216
20217 * gnus-util.el (gnus-extract-references): Add new function, analogous
20218 to gnus-split-references but extracts only the message-ID without
20219 anything extra.
20220
20221 * hashcash.el (hashcash-generate-payment)
20222 (hashcash-check-payment): Do the right thing if hashcash-path is
20223 nil (because the hashcash program could not be found).
20224
20225 * spam.el (spam-use-hashcash): Remove comment.
20226
20227 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20228
20229 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20230 (gnus-cache-enter-article, gnus-cache-remove-article)
20231 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20232
20233 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20234
20235 * gnus-art.el (article-hide-boring-headers)
20236 (article-translate-strings, article-display-face)
20237 (gnus-article-mime-match-handle-first)
20238 (gnus-article-highlight-headers)
20239 (gnus-article-add-buttons-to-head): do.
20240
20241 2004-09-27 Simon Josefsson <jas@extundo.com>
20242
20243 * hashcash.el: New version, from
20244 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20245 ../contrib/.
20246
20247 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20248
20249 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20250
20251 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20252
20253 * gnus-dup.el (gnus-dup-open): Use mapc.
20254 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20255
20256 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20257 Reported by Stefan Wiens <s.wi@gmx.net>.
20258
20259 * gnus.el (gnus-shutdown): Use dolist.
20260
20261 * gnus-undo.el (gnus-undo): Use mapc.
20262
20263 * nnrss.el (nnrss-generate-active): do.
20264
20265 * message.el (message-cite-original-without-signature)
20266 (message-cite-original): Use mapc.
20267 (message-do-actions, message-make-forward-subject): Use dolist.
20268
20269 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20270
20271 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20272 deletion to remove entire duplicate line. Fixes merged article
20273 number bug.
20274
20275 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20276
20277 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20278 servers that are offline. Avoids having gnus-agent-toggle-plugged
20279 first ask if you want to open a server and then, even when you
20280 responded with no, asking if you want to synchronize the server's
20281 flags.
20282 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20283 multi-line expressions.
20284 (gnus-agent-synchronize-group-flags): New internal function.
20285 Updates marks in memory (in the info structure) AND in the
20286 backend.
20287
20288 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20289
20290 * nnagent.el (nnagent-request-set-mark):
20291 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20292 method, to ensure that synchronization updates marks in the
20293 backend and in the info (in memory) structure.
20294
20295 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20296
20297 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20298 convention fully; don't miss the root article of a thread; make
20299 the X-Draft-From header with correct article numbers.
20300
20301 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20302
20303 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20304 unless plugged. Disable the agent so that an open failure causes
20305 an error.
20306
20307 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20308 Revert 2004-09-21 change. The backend must be opened while
20309 synchronizing flags even when the backend stores the flags
20310 locally.
20311
20312 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20313
20314 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20315 in `header' match. Reported by Svend Tollak Munkejord.
20316
20317 * message.el (message-cite-original): Fix use of
20318 `message-cite-articles-with-x-no-archive'.
20319
20320 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20321
20322 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20323 (gnus-window-to-buffer): Ditto.
20324
20325 * mml.el (mml-preview-buffer): New variable.
20326 (mml-preview): Manage window layout with gnus-buffer-configuration.
20327
20328 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20329 X-Draft-From header even if those articles aren't quoted.
20330
20331 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20332
20333 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20334 (gnus-request-set-mark, gnus-request-update-mark): Use new
20335 g-s-t-u-l-m to decide to use backend even when unplugged.
20336
20337 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20338
20339 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20340 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20341
20342 2004-09-20 Simon Josefsson <jas@extundo.com>
20343
20344 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20345 "utf-16-le".
20346
20347 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20350
20351 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20352
20353 * uudecode.el (uudecode-use-external): Add :version.
20354
20355 * smime.el (smime-CA-file, smime-encrypt-cipher)
20356 (smime-dns-server): Add :version.
20357
20358 * smiley.el (gnus-smiley-file-types): Add :version.
20359
20360 * sha1.el (sha1-use-external): Add :version.
20361
20362 * pgg-def.el (pgg-query-keyserver): Add :version.
20363
20364 * nnmail.el (nnmail-fancy-expiry-targets)
20365 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20366 Add :version.
20367
20368 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20369 (nnimap-retrieve-groups-asynchronous): Add :version.
20370 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20371
20372 * mml.el (mml-content-disposition-parameters)
20373 (mml-insert-mime-headers-always): Add :version.
20374
20375 * mm-util.el (mm-coding-system-priorities): Add :version.
20376
20377 * mm-decode.el (mm-inline-text-html-with-images)
20378 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20379 (mm-verify-option): Add :version.
20380 (mm-text-html-renderer): Change :version.
20381
20382 * message.el (message-fcc-externalize-attachments)
20383 (message-required-headers, message-draft-headers)
20384 (message-subject-trailing-was-query)
20385 (message-subject-trailing-was-ask-regexp)
20386 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20387 (message-mark-insert-end, message-archive-header)
20388 (message-archive-note, message-cross-post-default)
20389 (message-cross-post-note, message-followup-to-note)
20390 (message-cross-post-note-function, message-use-mail-followup-to)
20391 (message-subscribed-address-functions)
20392 (message-subscribed-address-file, message-subscribed-addresses)
20393 (message-subscribed-regexps, message-allow-no-recipients)
20394 (message-yank-cited-prefix, message-signature-insert-empty-line)
20395 (message-hidden-headers, message-hierarchical-addresses)
20396 (message-mail-user-agent, message-use-idna)
20397 (message-valid-fqdn-regexp)
20398 (message-strip-special-text-properties, message-header-synonyms)
20399 (message-beginning-of-line, message-tab-body-function): Add :version.
20400 (message-insert-canlock, message-wide-reply-confirm-recipients):
20401 Change :version.
20402
20403 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20404 and :version.
20405 (mail-source-delete-old-incoming-confirm)
20406 (mail-source-movemail-program): Add :version.
20407
20408 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20409 (gnus-agent-cache, gnus-agent): Change :version.
20410
20411 * gnus-util.el (gnus-use-byte-compile): Change :version.
20412
20413 * gnus-sum.el (gnus-summary-make-false-root-always)
20414 (gnus-summary-default-high-score)
20415 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20416 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20417 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20418 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20419 (gnus-sum-thread-tree-single-indent)
20420 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20421 (gnus-sum-thread-tree-leaf-with-other)
20422 (gnus-sum-thread-tree-single-leaf): Add :version.
20423 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20424 (gnus-article-loose-mime): Change :version.
20425
20426 * gnus-start.el (gnus-backup-startup-file)
20427 (gnus-save-startup-file-via-temp-buffer): Add :version.
20428
20429 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20430 (gnus-server-offline-face): Add :version.
20431
20432 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20433
20434 * gnus-msg.el (gnus-gcc-externalize-attachments)
20435 (gnus-debug-files, gnus-debug-exclude-variables)
20436 (gnus-discouraged-post-methods): Change :version.
20437 (gnus-confirm-mail-reply-to-news)
20438 (gnus-confirm-treat-mail-like-news): Add :version.
20439
20440 * gnus-int.el (gnus-server-unopen-status): Add :version.
20441
20442 * gnus-group.el (gnus-group-jump-to-group-prompt)
20443 (gnus-large-ephemeral-newsgroup)
20444 (gnus-fetch-old-ephemeral-headers): Add :version.
20445
20446 * gnus-fun.el (gnus-x-face-directory)
20447 (gnus-convert-pbm-to-x-face-command)
20448 (gnus-convert-image-to-x-face-command)
20449 (gnus-convert-image-to-face-command): Add :version.
20450
20451 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20452
20453 * gnus-cite.el (gnus-cite-blank-line-after-header)
20454 (gnus-article-boring-faces): Add :version.
20455
20456 * gnus-art.el (gnus-buttonized-mime-types)
20457 (gnus-inhibit-mime-unbuttonizing)
20458 (gnus-treat-display-face)
20459 (gnus-treat-body-boundary): Change :version.
20460 (gnus-body-boundary-delimiter, gnus-picon-databases)
20461 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20462 (gnus-treat-date-english, gnus-treat-fold-headers)
20463 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20464 (gnus-treat-mail-picon, gnus-treat-wash-html)
20465 (gnus-article-encrypt-protocol)
20466 (gnus-use-idna, gnus-article-over-scroll)
20467 (gnus-mime-display-multipart-alternative-as-mixed)
20468 (gnus-mime-display-multipart-related-as-mixed)
20469 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20470 (gnus-ctan-url, gnus-button-ctan-handler)
20471 (gnus-button-handle-ctan-bogus-regexp)
20472 (gnus-button-ctan-directory-regexp)
20473 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20474 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20475 (gnus-button-man-level, gnus-button-emacs-level)
20476 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20477
20478 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20479 (gnus-agent-go-online): Change :version.
20480 (gnus-agent-expire-unagentized-dirs)
20481 (gnus-agent-auto-agentize-methods): Add :version.
20482
20483 * flow-fill.el (fill-flowed-display-column)
20484 (fill-flowed-encode-column): Add :version.
20485
20486 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20487 (gnus-outlook-deuglify-unwrap-max)
20488 (gnus-outlook-deuglify-cite-marks)
20489 (gnus-outlook-deuglify-unwrap-stop-chars)
20490 (gnus-outlook-deuglify-no-wrap-chars)
20491 (gnus-outlook-deuglify-attrib-cut-regexp)
20492 (gnus-outlook-deuglify-attrib-verb-regexp)
20493 (gnus-outlook-deuglify-attrib-end-regexp)
20494 (gnus-outlook-display-hook): Add :version.
20495
20496 * binhex.el (binhex-use-external): Add :version.
20497
20498 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20499
20500 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20501 and `invisible'.
20502
20503 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20504
20505 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20506 in gnus-registry-trim.
20507
20508 2004-09-13 Simon Josefsson <jas@extundo.com>
20509
20510 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20511
20512 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20513
20514 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20515 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20516 <yamaoka@jpl.org>.
20517 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20518 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20519 <yamaoka@jpl.org>.
20520
20521 * sieve.el (sieve-manage-mode): Ditto.
20522
20523 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20524
20525 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20526
20527 2004-09-11 Simon Josefsson <jas@extundo.com>
20528
20529 * dns-mode.el: Add.
20530
20531 * mm-view.el (mm-display-dns-inline): Add.
20532
20533 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20534 (mm-automatic-display): Ditto.
20535
20536 * mailcap.el (mailcap-mime-data): Add text/dns.
20537 (mailcap-mime-extensions): Map .soa to text/dns.
20538
20539 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20540
20541 * gnus-art.el (article-decode-mime-words, article-babel)
20542 (gnus-article-highlight-signature, gnus-article-add-buttons)
20543 (gnus-signature-toggle): Remove unnecessary bindings of
20544 `inhibit-read-only' inherited from v5.10 merge.
20545
20546 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20547
20548 * nntp.el (nntp): New customization group.
20549 (nntp-authinfo-file): Add customization group.
20550
20551 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20552
20553 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20554
20555 * gnus.el (to-address, to-list, subscribed)
20556 (large-newsgroup-initial): Ditto.
20557
20558 * flow-fill.el (fill-flowed-display-column)
20559 (fill-flowed-encode-column): Ditto.
20560
20561 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20564 Use point-min rather than 1.
20565 (message-send-mail): Use buffer-size rather than point-max.
20566
20567 * gnus-sum.el (gnus-summary-search-article-forward):
20568 Signal a specific `search-failed' rather than a generic `error'.
20569
20570 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20571 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20572 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20573
20574 2004-09-10 Simon Josefsson <jas@extundo.com>
20575
20576 * nndb.el (require): Remove tcp and duplicate cl.
20577
20578 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20579
20580 * gnus-agent.el (directory-files-and-attributes): Move forward.
20581
20582 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20583
20584 * gnus-agent.el (directory-files-and-attributes):
20585 Optionally defined to support XEmacs.
20586
20587 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20588
20589 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20590 to avoid run-time CL dependencies.
20591 (gnus-agent-unfetch-articles): New function.
20592 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20593 article numbers even when local .overview file is missing.
20594 (gnus-agent-read-article-number): New function. Only accepts
20595 27-bit article numbers.
20596 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20597 Use gnus-agent-read-article-number.
20598 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20599 from backend while recognizing that article numbers in .overview
20600 must be valid.
20601 (gnus-agent-update-files-total-fetched-for):
20602 Use directory-files-and-attributes to improve performance.
20603 * gnus-int.el (gnus-request-move-article):
20604 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20605 improve performance.
20606
20607 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20608 some users confused by references to .newsrc when they only have a
20609 .newsrc.eld file.
20610 (gnus-convert-mark-converter-prompt)
20611 (gnus-convert-converter-needs-prompt): Fix use of property list.
20612 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20613 New function. Used internally to only display 'gnus converting
20614 files' message when actually necessary.
20615
20616 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20617 methods now autoloaded.
20618
20619 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20620
20621 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20622 identifiers.
20623
20624 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20625
20626 * gnus-picon.el: Fix indentation and closing parenthesis.
20627
20628 2004-09-01 Simon Josefsson <jas@extundo.com>
20629
20630 * message.el (message-canlock-generate): Require sha1, not
20631 sha1-el. (Can we get rid of this require altogether? It is ugly
20632 to require within a function. Sadly, if sha1.el isn't loaded, the
20633 let binding in m-c-g will hide the defcustom definition, which is
20634 bad.)
20635
20636 * canlock.el: Require sha1, not sha1-el.
20637
20638 * message.el: Don't autoload sha1 (there is a autoload cookie in
20639 sha1.el).
20640
20641 * sha1-el.el: Rename to sha1.el.
20642
20643 2004-08-30 Juanma Barranquero <lektu@terra.es>
20644
20645 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20646
20647 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20650
20651 2004-08-30 Kim F. Storm <storm@cua.dk>
20652
20653 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20654
20655 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20656 Add :group 'nnimap.
20657
20658 2004-08-30 Andreas Schwab <schwab@suse.de>
20659
20660 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20661 ?* and ?\;.
20662
20663 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20664 and ?\' to symbol instead of whitespace.
20665
20666 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20667
20668 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20669
20670 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20671 instead of re-search-forward.
20672
20673 * gnus-uu.el (gnus-uu-save-article): Ditto.
20674 (gnus-uu-post-encode-uuencode): Ditto.
20675
20676 * html2text.el (html2text-clean-list-items): Ditto.
20677 (html2text-clean-dtdd): Ditto.
20678 (html2text-format-tags): Ditto.
20679
20680 * message.el (message-send-mail-with-sendmail): Fix regexp.
20681 (message-fill-field-general): Use search-forward instead of
20682 re-search-forward.
20683 (unbold-region): Ditto.
20684
20685 * nnrss.el (nnrss-request-article): Ditto.
20686
20687 * nnslashdot.el (nnslashdot-request-article): Ditto.
20688
20689 * nnweb.el (nnweb-gmane-wash-article): Ditto.
20690
20691 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20692 "Unrecognized menu descriptor" error in XEmacs.
20693
20694 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
20695
20696 * gnus-sum.el (gnus-read-header): Don't remove a header for the
20697 parent article of a sparse article in the thread hashtb.
20698
20699 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
20700
20701 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20702 (nnmail-expand-newtext): Lowercase expanded entries if
20703 nnmail-split-lowercase-expanded is non-nil.
20704
20705 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
20706
20707 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20708
20709 * gnus-group.el (gnus-group-line-format-alist): Convert the value
20710 of gnus-tmp-news-method into string under XEmacs. It will be
20711 passed to gnus-correct-length which takes only a string argument.
20712
20713 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
20714
20715 * gnus-util.el (gnus-bind-print-variables): New macro.
20716 (gnus-prin1): Use it.
20717 (gnus-prin1-to-string): Use it.
20718 (gnus-pp): New function.
20719 (gnus-pp-to-string): New function.
20720
20721 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20722 Replace pp-to-string with gnus-pp-to-string.
20723 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20724 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20725 * gnus-msg.el (gnus-debug): Ditto.
20726 * gnus-score.el (gnus-score-save): Ditto.
20727 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20728 gnus-pp-to-string.
20729 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20730 with gnus-pp.
20731 * score-mode.el (gnus-score-pretty-print): Ditto.
20732 * webmail.el (webmail-debug): Ditto.
20733
20734 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
20735
20736 * gnus-art.el (article-display-face, article-display-x-face):
20737 Use buffer-read-only.
20738
20739 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20740
20741 * gnus-art.el (article-hide-list-identifiers):
20742 Bind inhibit-read-only as t.
20743
20744 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
20745
20746 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20747
20748 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20749
20750 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20751 (gnus-narrow-to-page): Don't assume point-min == 1.
20752 (gnus-article-edit-mode): Derive from message-mode.
20753
20754 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20755 point-min == 1.
20756
20757 * imap.el (imap-parse-address-list, imap-parse-body-ext):
20758 Disable incorrect use of `assert'.
20759
20760 * message.el (message-mode): Set comment-start-skip.
20761
20762 2004-08-22 Sam Steingold <sds@gnu.org>
20763
20764 * pop3.el (pop3-leave-mail-on-server): New user variable.
20765 (pop3-movemail): Delete mail only when it is nil.
20766
20767 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
20768
20769 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20770
20771 * mml.el (mml-preview): Use `pop-to-buffer'.
20772
20773 * message.el (message-goto-mail-followup-to): Insert after "To".
20774 (message-carefully-insert-headers): Add comment.
20775
20776 * gnus.el: Remove unused variable `gnus-article-check-size'.
20777
20778 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20779
20780 * gnus-art.el (gnus-button-alist):
20781 Improve `gnus-button-handle-library' entry.
20782
20783 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
20784
20785 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20786 Use downcase, since XEmacs capitalizes error messages differently.
20787
20788 2004-08-18 Jesper Harder <harder@ifa.au.dk>
20789
20790 * nntp.el: Add (require 'gnus) due to reference to
20791 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
20792
20793 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
20794
20795 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20796 Bind `mm-fill-flowed'.
20797
20798 * mm-decode.el (mm-dissect-singlepart): Check it.
20799
20800 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
20801
20802 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20803 'imap' for netrc parsing.
20804
20805 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
20806
20807 * mailcap.el (mailcap-mime-data): Mark as risky.
20808
20809 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
20810
20811 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20812 may be included in the encoded word.
20813 (rfc2047-encode): Don't append a space if the encoded word
20814 includes close parenthesis.
20815
20816 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
20817
20818 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20819 of text within parentheses.
20820
20821 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
20822
20823 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20824 (gnus-encrypt-write-file-contents): Make the password key the file
20825 name PLUS the cipher, not just the cipher. Also remove failed
20826 passwords from the cache.
20827
20828 2004-08-06 Simon Josefsson <jas@extundo.com>
20829
20830 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20831 Doc fix.
20832
20833 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20834
20835 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20836 LWSP.
20837
20838 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
20839
20840 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20841 Try to append in-reply-to: data to the references: header.
20842
20843 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20844 (netrc-parse): Use gnus-encrypt.el functions.
20845
20846 * gnus-encrypt.el: Add new file for encryption support; currently
20847 does only a few GPG ciphers and an internal XOR cipher.
20848
20849 * password.el: Add comments on using password-read-and-add.
20850 (password-read-and-add): Add function to read and add the
20851 password to the cache at once.
20852
20853 2004-07-28 Simon Josefsson <jas@extundo.com>
20854
20855 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20856 parameter (but don't use it, for now).
20857
20858 * imap.el (imap-ssl-open): Use imap-process-connection-type,
20859 instead of hard coding to nil.
20860
20861 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20862
20863 * mm-view.el (mm-inline-image-emacs): Open lines under an image
20864 as mm-inline-image-xemacs does.
20865
20866 2004-07-26 Simon Josefsson <jas@extundo.com>
20867
20868 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20869 Revert part of 2004-07-17 change below.
20870
20871 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20872
20873 * rfc2047.el (rfc2047-encode-region): Don't infloop.
20874 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20875
20876 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20877
20878 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20879 quotes that actually start with ">" at the beginning of the
20880 lines.
20881
20882 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
20883
20884 * rfc2047.el (rfc2047-encode-region): Fix last change.
20885 (rfc2047-encode-parameter): Remove useless concat.
20886
20887 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
20888
20889 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20890 encode special characters; fix some kind of misconfigured headers;
20891 signal a real error if debug-on-quit or debug-on-error is non-nil.
20892 (rfc2047-encode-max-chars): New variable.
20893 (rfc2047-encode-1): Use it.
20894 (rfc2047-encode-parameter): New function.
20895
20896 * mml.el (mml-insert-parameter): Remove an excessive space.
20897
20898 2004-07-17 Simon Josefsson <jas@extundo.com>
20899
20900 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20901 Kai Grossjohann <kai@emptydomain.de>.
20902 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20903 (gnus-group-make-menu-bar): Ditto.
20904
20905 * gnus-util.el (gnus-group-server): Add.
20906
20907 2004-07-16 Jesper Harder <harder@ifa.au.dk>
20908
20909 * message.el (message-clone-locals): Clone sendmail and smtp
20910 variables.
20911
20912 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20913
20914 * rfc2047.el (rfc2047-encode-region): Fix last change.
20915
20916 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20917
20918 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20919 characters as non-special.
20920
20921 2004-07-09 Simon Josefsson <jas@extundo.com>
20922
20923 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20924 Users will lose all flag changes made while unplugged with
20925 e.g. nntp unless flag synchronization happens, thus `nil' is not a
20926 good default. See numerous reports on ding mailing list.
20927
20928 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
20929
20930 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20931 add generate-head-function and generate-article-function to the
20932 rfc822-forward entry.
20933 (nndoc-rfc822-forward-generate-article): New function.
20934 (nndoc-rfc822-forward-generate-head): New function.
20935
20936 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20937
20938 2004-07-06 Dan Christensen <jdc@uwo.ca>
20939
20940 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20941 respect display group parameter and gnus-summary-expunge-below.
20942 (gnus-articles-to-read): Remove unused reference to display group
20943 parameter.
20944
20945 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20946
20947 * nnheader.el (nnheader-uniquify-message-id): New experimental
20948 variable.
20949 (nnheader-nov-read-message-id): Use it.
20950
20951 * spam-report.el (spam-report-gmane): Add interactive.
20952
20953 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
20954
20955 * mm-encode.el (mm-content-transfer-encoding-defaults):
20956 Use qp-or-base64 for the application/* types.
20957
20958 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
20959
20960 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20961
20962 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
20963
20964 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20965 trim value.
20966
20967 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20968
20969 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20970 New macro and function.
20971 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20972
20973 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20974
20975 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20976 after-load-alist.
20977
20978 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20979
20980 * gnus-group.el (gnus-group-get-new-news-this-group):
20981 Don't update info that isn't there.
20982
20983 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
20984
20985 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20986 entry.
20987
20988 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20989
20990 * mm-view.el (mm-inline-render-with-function): Use multibyte
20991 buffer; decode html source by charset.
20992
20993 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20994
20995 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20996 Mule-UCS is loaded under XEmacs.
20997 (mm-mime-mule-charset-alist): Avoid duplicated entries.
20998
20999 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21000
21001 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21002
21003 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21004
21005 * mm-util.el (mm-coding-system-p): Return a coding-system.
21006 (mm-mime-mule-charset-alist): Use shift_jis instead of
21007 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21008 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21009 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21010 instead of japanese-shift-jis and iso-latin-1 respectively in
21011 order to share the default value with both Emacs and XEmacs-mule.
21012 (mm-mule-charset-to-mime-charset):
21013 Make mm-coding-system-priorities effective.
21014 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21015 while predicating of candidates upon the priorities.
21016
21017 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21018
21019 * gnus-sum.el (gnus-summary-make-menu-bar):
21020 Add gnus-uu-invert-processable.
21021
21022 * gnus.el: Autoload gnus-uu-invert-processable.
21023
21024 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21025
21026 * mm-util.el (mm-with-multibyte-buffer): New macro.
21027
21028 * rfc2047.el (rfc2047-encode-string): Use it.
21029 (rfc2047-encode-region): Move point to the end of the region after
21030 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21031
21032 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21033
21034 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21035 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21036
21037 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21038
21039 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21040 (gnus-cite-parse): Ignore quoted envelope From_.
21041 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21042
21043 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21044
21045 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21046 invalid addresses.
21047
21048 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21049
21050 * spam.el: Change section markers, revise TODO list.
21051 (spam-backends): Make new master list of all installed backends.
21052 (spam-summary-exit-behavior): Add new variable to determine how
21053 messages moves are done at summary exit.
21054 (spam-move-spam-nonspam-groups-only)
21055 (spam-process-ham-in-nonham-groups)
21056 (spam-process-ham-in-spam-groups): Remove variables, the
21057 spam-summary-exit-behavior variable should be used to manage this
21058 behavior.
21059 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21060 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21061 and spam-old-spam-articles.
21062 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21063 Add empty variables, placeholders for the backends they represent.
21064 (spam-set-difference): Move, unchanged.
21065 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21066 unless the user has a processor variable.
21067 (spam-classifications, spam-classification-valid-p)
21068 (spam-backend-properties, spam-backend-property-valid-p)
21069 (spam-backend-function-type-valid-p)
21070 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21071 (spam-report-articles-gmane, spam-report-articles-resend):
21072 Remove functions, they are not needed.
21073 (spam-install-backend-super, spam-backend-list)
21074 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21075 (spam-backend-function, spam-backend-ham-registration-function)
21076 (spam-backend-spam-registration-function)
21077 (spam-backend-ham-unregistration-function)
21078 (spam-backend-spam-unregistration-function)
21079 (spam-backend-statistical-p, spam-backend-mover-p)
21080 (spam-install-backend-alias, spam-install-checkonly-backend)
21081 (spam-install-mover-backend, spam-install-nocheck-backend)
21082 (spam-install-backend, spam-install-statistical-backend)
21083 (spam-install-statistical-checkonly-backend): Add backend installation
21084 support.
21085 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21086 (spam-group-processor-p): Use the new backend code and respect the
21087 summary exit behavior.
21088 (spam-mark-spam-as-expired-and-move-routine): Remove.
21089 (spam-summary-prepare): Change to use the new spam-old-articles
21090 variable.
21091 (spam-copy-or-move-routine, spam-copy-spam-routine)
21092 (spam-move-spam-routine, spam-copy-ham-routine)
21093 (spam-move-ham-routine): Add code to copy/move ham or spam.
21094 (spam-fetch-field-fast): Improve doc and code, plus allow the
21095 'number request.
21096 (spam-list-of-checks, spam-list-of-statistical-checks):
21097 Remove variables.
21098 (spam-split, spam-find-spam): Use the new backend code.
21099 (spam-registration-functions): Remove variable.
21100 (spam-unregister-routine): Add convenience wrapper.
21101 (spam-log-undo-registration, spam-register-routine)
21102 (spam-log-processing-to-registry)
21103 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21104 where possible.
21105 (spam-check-gmane-xref, spam-check-regex-headers)
21106 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21107 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21108 (spam-check-bogofilter-headers, spam-check-spamoracle)
21109 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21110 (spam-check-crm114-headers): Use the spam-split-group that
21111 spam-split prepares, no need to determine it every time.
21112
21113 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21114 to the nnheader-parse-naked-head call.
21115
21116 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21117
21118 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21119 the nnheader-nov-read-message-id call.
21120
21121 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21122
21123 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21124 gnus-activate-group twice. Suggested by Markus Peter
21125 <warp@spin.de>.
21126
21127 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21128
21129 * gnus-art.el (gnus-article-time-format): Exchange the order of
21130 day and month in the default value; fix customization type.
21131 (article-date-ut): Use add-text-properties.
21132 (article-make-date-line): Use message-make-date instead of
21133 current-time-string.
21134
21135 * message.el (message-fetch-field): Don't use set-text-properties.
21136 (message-make-date): Simplify.
21137
21138 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21139
21140 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21141 (rfc2047-encode-region): Treat text within parentheses as special;
21142 show the original text when error has occurred.
21143
21144 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21145 already-computed method to gnus-activate-group.
21146
21147 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21148 same select-methods identical Lisp objects.
21149
21150 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21151 object when modifying the info.
21152
21153 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21154
21155 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21156 gnus-opened-servers since it has never been opened with the new
21157 configuration yet.
21158
21159 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21160
21161 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21162 arg to nnheader-generate-fake-message-id.
21163
21164 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21165
21166 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21167 number and build a fake message ID localized to a group and
21168 article number (so it's repeatable from that point on).
21169 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21170 ID format.
21171
21172 * gnus-sum.el (gnus-get-newsgroup-headers):
21173 Call nnheader-generate-fake-message-id with the article number.
21174
21175 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21176
21177 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21178 end-of-buffer.
21179
21180 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21181
21182 * message.el (message-ignored-supersedes-headers): Add Approved.
21183
21184 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21185
21186 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21187 goto-char.
21188 (rfc2047-encode): Fold the line before encoding.
21189
21190 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21191
21192 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21193 folding -- not all headers can be folded, and this should be done
21194 by the message composition mode. Probably. I think.
21195
21196 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21197
21198 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21199 fast.
21200
21201 * gnus-ems.el (gnus-remove-image): Don't use
21202 message-text-with-property; remove only the image found first.
21203
21204 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21205
21206 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21207
21208 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21209
21210 * message.el (message-text-with-property): Make it fast and accept
21211 optional arguments.
21212 (message-strip-forbidden-properties): Use it.
21213 (message-fix-before-sending): Follow the m-t-w-p change.
21214
21215 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21216
21217 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21218
21219 * gnus-art.el (article-hide-headers): Don't change the buffer
21220 mistakenly when performing mml-preview even if
21221 gnus-single-article-buffer is nil.
21222
21223 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21224
21225 * message.el (message-expand-name-databases): New user option.
21226 (message-expand-name): Use it.
21227
21228 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21229
21230 * spam.el (spam-report-articles-resend)
21231 (spam-report-resend-register-routine): Allow ham reporting.
21232 (spam-report-resend-register-ham-routine): Add wrapper.
21233 (spam-registration-functions): Add ham resending functions.
21234 (spam-list-of-processors): Add ham resend processor.
21235
21236 * gnus.el (ham-resend-to): Add new group parameter.
21237 (spam-process): Add ham resend option.
21238
21239 * spam-report.el (spam-report-resend): Allow reporting ham.
21240 (spam-report-resend-ham): Add wrapper.
21241
21242 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21243
21244 * message.el (message-cite-articles-with-x-no-archive):
21245 New variable.
21246 (message-cite-original): Use it.
21247
21248 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21249
21250 * message.el (message-cite-original): Respect X-No-Archive.
21251
21252 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21253
21254 * gnus-art.el (article-hide-headers): Refer to the values for
21255 gnus-ignored-headers and gnus-visible-headers in the summary
21256 buffer since a user may have set them as group parameters.
21257
21258 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21259
21260 * assistant.el (assistant-node-name): Add convenience function.
21261 (assistant-render-text, assistant-render-node): Add error handling,
21262 plus handle multiple next nodes.
21263 (assistant-find-next-node): Comment out for now.
21264 (assistant-find-next-nodes): Add function, returns list of next
21265 nodes.
21266
21267 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21268
21269 * mail-source.el (mail-source-directory): Fix doc-string.
21270
21271 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21272
21273 * assistant.el (assistant-render-text, assistant-eval): Add :set
21274 widget type, which is different because it takes and returns a
21275 list. Much hilarity ensues.
21276
21277 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21278
21279 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21280
21281 * gnus-group.el (gnus-group-get-new-news-this-group):
21282 Add doc-string.
21283
21284 * gnus-start.el (gnus-activate-group): Add doc-string.
21285
21286 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21287
21288 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21289
21290 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21291
21292 * assistant.el (assistant-render-text): Try to add a :set
21293 widget, more to come.
21294
21295 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21296 strings.
21297 (spam-report-articles-resend)
21298 (spam-register-routine): Do registration iff any articles warrant
21299 it.
21300 (spam-summary-prepare-exit): Change log message for nil group
21301 destinations.
21302
21303 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21304
21305 * spam.el (spam-report-resend-register-routine):
21306 Allow spam-report-resend-to to be a group parameter or a global value.
21307
21308 2004-05-26 Simon Josefsson <jas@extundo.com>
21309
21310 * starttls.el: Merge with my GnuTLS based starttls.el.
21311 (starttls-gnutls-program, starttls-use-gnutls)
21312 (starttls-extra-arguments, starttls-process-connection-type)
21313 (starttls-connect, starttls-failure, starttls-success):
21314 New variables.
21315 (starttls-program, starttls-extra-args): Doc fix.
21316 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21317 New functions.
21318 (starttls-negotiate, starttls-open-stream):
21319 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21320 function if it is set.
21321
21322 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21323
21324 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21325 structured fields.
21326
21327 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21328
21329 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21330
21331 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21332
21333 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21334 Add variable.
21335 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21336 assigning the spam-mark to new messages.
21337
21338 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21339
21340 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21341
21342 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21343
21344 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21345 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21346 default.
21347
21348 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21349
21350 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21351 correct data.
21352
21353 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21354
21355 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21356 (spam-group-processor-p): Fix function.
21357 (spam-group-processor-multiple-p)
21358 (spam-group-spam-processor-report-gmane-p)
21359 (spam-group-spam-processor-report-resend-p)
21360 (spam-group-spam-processor-bogofilter-p)
21361 (spam-group-spam-processor-blacklist-p)
21362 (spam-group-spam-processor-ifile-p)
21363 (spam-group-ham-processor-ifile-p)
21364 (spam-group-spam-processor-spamoracle-p)
21365 (spam-group-spam-processor-crm114-p)
21366 (spam-group-ham-processor-bogofilter-p)
21367 (spam-group-spam-processor-stat-p)
21368 (spam-group-ham-processor-stat-p)
21369 (spam-group-ham-processor-whitelist-p)
21370 (spam-group-ham-processor-BBDB-p)
21371 (spam-group-ham-processor-spamoracle-p)
21372 (spam-group-ham-processor-copy-p): Remove functions with some
21373 prejudice against unneeded code.
21374 (spam-report-articles-resend)
21375 (spam-report-resend-register-routine): Allow the group/topic
21376 spam-resend-to value to override spam-report-resend-to.
21377 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21378 properly now.
21379
21380 * gnus.el (spam-resend-to): Add group/topic parameter.
21381 (spam-process): Move the OBSOLETE processors to the end of the
21382 choices.
21383
21384 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21385
21386 * spam-report.el (spam-report-resend-to, spam-report-resend):
21387 Start with resend-to set to nil, and then ask the user if necessary.
21388 (spam-report-resend): spam-report-resend takes a list of articles, not
21389 separate article numbers.
21390
21391 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21392
21393 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21394 addition to emacs-w3m.
21395
21396 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21397
21398 * assistant.el (assistant-authinfo-data): New function.
21399 (assistant-eval): Eval for entire assistant.
21400
21401 * netrc.el (netrc-services-file): New variable.
21402 (netrc-parse-services): New function.
21403 (netrc-find-service-name): New function.
21404 (netrc-find-service-number): New function.
21405 (netrc-port-equal): New function.
21406 (netrc-machine): Use it.
21407
21408 * nnimap.el (nnimap-open-connection): Use netrc.
21409
21410 * gnus-util.el (gnus-netrc-get): Remove aliases.
21411
21412 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21413
21414 * assistant.el (wid-edit): Fix compilation.
21415
21416 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21417
21418 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21419
21420 * gnus-util.el (gnus-set-file-modes): New function. (small
21421 patch).
21422
21423 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21424
21425 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21426
21427 * assistant.el (assistant-render-node): Fix up rendering and
21428 read-only text.
21429 (assistant-render-node): Reset.
21430 (assistant-make-read-only): Not sticky.
21431
21432 2004-05-20 Danny Siu <dsiu@adobe.com>
21433
21434 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21435 centered even when gnus-auto-center-summary is t.
21436
21437 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21438
21439 * dns.el (dns-get-txt-answer): New function.
21440 (dns-read-txt): Ditto.
21441 (query-dns): Use it.
21442
21443 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21444
21445 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21446 active for foreign groups even if the group level is higher than
21447 the specified value.
21448
21449 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21450
21451 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21452 non-active groups.
21453
21454 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21455
21456 2004-05-20 Magnus Henoch <mange@freemail.hu>
21457
21458 * dns.el (dns-read-type): Add support for SVR. (small patch)
21459
21460 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21461
21462 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21463 (spam-crm114-header, spam-crm114-spam-switch)
21464 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21465 (spam-crm114-positive-spam-header)
21466 (spam-crm114-database-directory, spam-list-of-processors)
21467 (spam-group-spam-processor-crm114-p)
21468 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21469 (spam-generic-score, spam-list-of-checks)
21470 (spam-list-of-statistical-checks, spam-registration-functions)
21471 (spam-check-crm114-headers, spam-crm114-score)
21472 (spam-check-crm114, spam-crm114-register-with-crm114)
21473 (spam-crm114-register-spam-routine)
21474 (spam-crm114-unregister-spam-routine)
21475 (spam-crm114-register-ham-routine)
21476 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21477
21478 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21479
21480 * gnus.el: Add spam-use-crm114.
21481
21482 * spam.el (spam-list-of-processors, spam-registration-functions):
21483 Add spam-use-resend.
21484 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21485 (spam-report-articles-gmane): Add doc fix.
21486 (spam-report-articles-resend, spam-report-resend-register-routine):
21487 Add wrappers around spam-report-resend-to.
21488
21489 * spam-report.el (spam-report-resend-to, spam-report-resend):
21490 Add support for resending spam.
21491 (spam-report-gmane): Fix line length >80.
21492
21493 * gnus.el (spam-process): Add spam-use-resend.
21494
21495 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21496
21497 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21498 number of processed spam messages.
21499 (spam-ham-copy-or-move-routine): Return the number of processed
21500 ham messages.
21501 (spam-summary-prepare-exit): Use the above values to decide
21502 whether status messages shouled be displayed.
21503
21504 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21505
21506 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21507 `rfc2047-encoding-function-alist' in order to avoid conflicting
21508 with the old version.
21509 (rfc2047-encode-region): Concatenate words containing non-ASCII
21510 characters in structured fields; don't encode space-delimited
21511 ASCII words even in unstructured fields; don't break words at
21512 char-category boundaries.
21513 (rfc2047-encode-1): New function.
21514 (rfc2047-encode): Use it; encode text so that it occupies the
21515 maximum width within 76-column; work correctly on Q encoding for
21516 iso-2022-* charsets.
21517 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21518 sure not to break a line just after the header name.
21519 (rfc2047-b-encode-region): Remove.
21520 (rfc2047-b-encode-string): New function.
21521 (rfc2047-q-encode-region): Remove.
21522 (rfc2047-q-encode-string): New function.
21523
21524 * mm-util.el (mm-replace-in-string): New function.
21525
21526 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21527
21528 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21529 Really get it right.
21530 (gnus-inews-make-draft): Really.
21531
21532 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21533
21534 * nnmh.el (nnmh-request-list-1): Don't check the link count
21535 before descending. (small patch)
21536
21537 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21538
21539 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21540 stuff.
21541
21542 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21543 Match on real group name.
21544
21545 * gnus-art.el (gnus-signature-limit): Doc fix.
21546
21547 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21548
21549 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21550
21551 * gnus-draft.el (gnus-draft-send):
21552 Bind rfc2047-encode-encoded-words.
21553
21554 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21555 (rfc2047-encodable-p): Say that =? needs encoding.
21556 (rfc2047-encode-encoded-words): New variable.
21557
21558 * gnus-group.el (gnus-group-select-group): Doc fix.
21559
21560 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21561
21562 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21563 to nil.
21564
21565 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21566
21567 * nnheader.el (nnheader-get-lines-and-char): New function.
21568
21569 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21570
21571 * gnus-msg.el (gnus-summary-followup-with-original):
21572 Document yanking of region when active.
21573
21574 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21575
21576 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21577 groups if the group level is higher than the specified value.
21578
21579 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21580
21581 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21582 (gnus-group-jump-to-group): Add prefix argument using
21583 `gnus-group-jump-to-group-prompt'. Query before jumping to
21584 non-active group.
21585
21586 * compface.el (uncompface): Be verbose when changing
21587 `uncompface-use-external'.
21588
21589 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21590 handle manual section.
21591
21592 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21593
21594 * gnus-art.el (gnus-button-alist): Revert previous change.
21595
21596 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21597
21598 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21599
21600 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21601
21602 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21603 whether backend can accept message.
21604
21605 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21606
21607 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21608
21609 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21610 Avoid creating directory when nntp-marks-is-evil is true.
21611 Reported by Reiner Steib.
21612
21613 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21614
21615 * gnus-picon.el (gnus-picon-insert-glyph):
21616 Add optional `nostring' argument.
21617
21618 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21619
21620 * gnus-picon.el (gnus-picon-style): New variable.
21621 (gnus-picon-transform-address): Support `gnus-picon-style'.
21622
21623 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21624
21625 * message.el (message-fill-field): Return point.
21626 (message-generate-headers): Go to end of field.
21627
21628 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21629 stuff for non-living groups.
21630
21631 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21632
21633 * gnus-art.el (gnus-article-followup-with-original)
21634 (gnus-article-reply-with-original): gnus-mark-active-p ->
21635 gnus-region-active-p.
21636
21637 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
21638
21639 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21640 only when there is spam or ham to be processed.
21641
21642 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21643
21644 * mail-source.el (mail-source-delete-crash-box): Refactor.
21645 (mail-source-fetch): Use it.
21646 (mail-source-fetch-file): Ditto.
21647 (mail-source-fetch-directory): Run PostScript in loop.
21648 (mail-source-fetch-pop): Delete.
21649 (mail-source-fetch-maildir): Ditto.
21650 (mail-source-fetch-imap): Ditto.
21651
21652 * imap.el (imap-authenticators): Comment out sasl.
21653
21654 * message.el (message-skip-to-next-address): New function.
21655 (message-fill-header-address): Refactor.
21656 (message-fill-address): Use it.
21657 (message-delete-address): Use it.
21658 (message-fill-header-general): Refactor.
21659 (message-fill-field-address): Rename.
21660 (message-narrow-to-field): Find the start of the header.
21661 (message-header-format-alist): Don't pre-fill.
21662 (message-fill-header): Remove.
21663 (message-insert-header): New function.
21664 (message-shorten-references): Use it.
21665
21666 * rfc2047.el (rfc2047-field-value): Strip props.
21667
21668 * mail-parse.el (mail-header-make-address): New alias.
21669
21670 * ietf-drums.el (ietf-drums-make-address): New function.
21671
21672 * imap.el: Add compiler directives.
21673
21674 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21675
21676 * gnus-art.el (article-decode-idna-rhs): Don't use
21677 message-idna-inside-rhs-p.
21678
21679 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21680
21681 * message.el (message-idna-inside-rhs-p): Remove.
21682 (message-idna-to-ascii-rhs-1): Use proper address parsing.
21683
21684 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21685 false positives.
21686
21687 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21688
21689 * imap.el (imap-sasl-make-mechanisms): Use sasl.
21690
21691 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21692
21693 * nneething.el (nneething-file-name): Don't create spurious
21694 files.
21695
21696 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21697 (gnus-inews-do-gcc): Remove sleep.
21698
21699 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21700 part under point.
21701
21702 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21703 (gnus-agent-regenerate-group): Using nil messages aren't valid.
21704
21705 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
21706
21707 * spam.el (spam-summary-prepare-exit): Fix (length).
21708
21709 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
21710
21711 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21712 as expired without moving it" message when there are spam
21713 messages left.
21714
21715 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
21716
21717 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21718 header is not nil.
21719
21720 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
21721
21722 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21723 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21724 (nntp-marks-changed-p): New arg SERVER.
21725 (nntp-request-update-info): Adjust caller.
21726
21727 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
21728
21729 * nntp.el (nntp-save-marks): Pass missing arg.
21730
21731 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
21732
21733 * nntp.el: Support marks.
21734 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21735 (nntp-marks-modtime, nntp-marks-directory): New variables.
21736 (nntp-request-set-mark, nntp-request-update-info)
21737 (nntp-possibly-create-directory, nntp-marks-changed-p)
21738 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21739 New functions.
21740
21741 2004-05-12 Jesper Harder <harder@ifa.au.dk>
21742
21743 * gnus-score.el (gnus-score-insert-help):
21744 Use gnus-select-lowest-window.
21745
21746 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21747 appt-select-lowest-window and rename to gnus-select-lowest-window.
21748
21749 * gnus.el: do.
21750
21751 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21752
21753 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21754 encodings of MIME-encoded words, in order to improve
21755 interoperability with several broken MUAs.
21756
21757 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21758
21759 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21760 tags, only when charsets are not specified in headers.
21761 (mm-inline-text-html-render-with-w3m): Ditto.
21762
21763 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21764
21765 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21766 instead of MIME-decoded from fields when checking
21767 `gnus-article-address-banner-alist'.
21768
21769 2004-05-03 Jesper Harder <harder@ifa.au.dk>
21770
21771 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21772 description rather than subject.
21773
21774 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21775
21776 * gnus.el (gnus-version-number): Bump.
21777
21778 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21779
21780 * gnus.el: No Gnus v0.2 is released.
21781
21782 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21783
21784 * gnus-agent.el (gnus-agent-read-agentview):
21785 Inline gnus-uncompress-range.
21786
21787 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21788
21789 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21790 `exec-installed-p'.
21791
21792 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21793
21794 * gnus.el (spam-process, spam-autodetect-methods):
21795 Add bsfilter and bsfilter-headers.
21796
21797 * spam.el (spam-bsfilter): New customize group.
21798 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21799 (spam-bsfilter-header, spam-bsfilter-probability-header)
21800 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21801 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21802 (spam-bsfilter-database-directory): New options.
21803 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21804 (spam-list-of-statistical-checks, spam-registration-functions):
21805 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21806 (spam-bsfilter-score): New command.
21807 (spam-check-bsfilter-headers, spam-check-bsfilter)
21808 (spam-bsfilter-register-with-bsfilter)
21809 (spam-bsfilter-register-spam-routine)
21810 (spam-bsfilter-unregister-spam-routine)
21811 (spam-bsfilter-register-ham-routine)
21812 (spam-bsfilter-unregister-ham-routine): New functions.
21813 (spam-generic-score): Support bsfilter; Accept an optional argument
21814 to recalcurate spam score even if scoring header has already been
21815 added.
21816 (spam-bogofilter-score, spam-spamassassin-score): Accept an
21817 optional argument to recalcurate spam score even if scoring header
21818 has already been added.
21819
21820 2004-04-29 Jesper Harder <harder@ifa.au.dk>
21821
21822 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21823 strings! Reported by David D. Smith <davidsmith@acm.org>.
21824 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21825 link is missing.
21826
21827 2004-04-28 Jesper Harder <harder@ifa.au.dk>
21828
21829 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21830 (html2text-get-attr): Rewrite.
21831
21832 * message.el (message-setup-1): Remove redundant put-text-property
21833 on mail-header-separator.
21834
21835 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
21836
21837 * gnus-registry.el (gnus-registry-cache-whitespace)
21838 (gnus-registry-action, gnus-registry-spool-action)
21839 (gnus-registry-split-fancy-with-parent): Change message levels
21840 from 5 to 3 or 7, as needed.
21841
21842 * spam.el (spam-summary-prepare-exit)
21843 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21844 (spam-split, spam-find-spam, spam-log-undo-registration)
21845 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21846 level from 5 to 6.
21847
21848 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
21849
21850 * gnus-ems.el: Autoload appt-select-lowest-window (revert
21851 2004-03-04 change).
21852
21853 2004-04-25 Jesper Harder <harder@ifa.au.dk>
21854
21855 * sieve-manage.el (sieve-manage-open):
21856 * nnweb.el (nnweb-insert-html):
21857 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21858 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21859 * nnspool.el (nnspool-request-group):
21860 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21861 * nnml.el (nnml-request-update-info):
21862 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21863 (nnmh-request-create-group, nnmh-update-gnus-unreads):
21864 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21865 (nnimap-request-set-mark):
21866 * nnfolder.el (nnfolder-request-update-info):
21867 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21868 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21869 * gnus-uu.el (gnus-uu-find-articles-matching):
21870 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21871 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21872 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21873 * gnus-nocem.el (gnus-nocem-scan-groups):
21874 * gnus-int.el (gnus-start-news-server):
21875 * gnus-group.el (gnus-group-make-kiboze-group)
21876 (gnus-group-browse-foreign-server):
21877 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21878 Use mapc when appropriate.
21879
21880 2004-04-22 Dan Christensen <jdc@uwo.ca>
21881 Adam Sjøgren <asjo@koldfront.dk>
21882 Wes Hardaker <wes@hardakers.net>
21883 Michael Shields <shields@msrl.com>
21884
21885 * spam.el (spam-necessary-extra-headers): Get the extra headers we
21886 may need for spam sorting and scoring.
21887 (spam-user-format-function-S): Add user format function suitable for
21888 general use.
21889 (spam-article-sort-by-spam-status): Add sorting function for summary
21890 sorting.
21891 (spam-extra-header-to-number): Add function to get a score from a
21892 header.
21893 (spam-summary-score): Add function to get a numeric score from the
21894 headers.
21895 (spam-generic-score): Fix function doc, was in wrong place.
21896 (spam-initialize): Take symbols when it's run, and install the
21897 extra headers that spam-necessary-extra-headers thinks we need.
21898
21899 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
21900
21901 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21902 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21903
21904 2004-04-17 Jesper Harder <harder@ifa.au.dk>
21905
21906 * gnus-sum.el (gnus-set-global-variables)
21907 (gnus-build-all-threads, gnus-get-newsgroup-headers)
21908 (gnus-article-get-xrefs, gnus-summary-best-group)
21909 (gnus-summary-next-article, gnus-summary-enter-digest-group)
21910 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21911 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21912 Use with-current-buffer.
21913
21914 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
21915
21916 * spam.el (spam-summary-prepare-exit): Simplify logic.
21917 (spam-fetch-article-header): Read the article header if it's not
21918 available.
21919 (spam-list-articles): Simplify logic.
21920 (spam-filelist-register-routine): Fix bug with unregister-list.
21921
21922 * gnus-registry.el: Fix comments at beginning.
21923
21924 2004-04-16 Jesper Harder <harder@ifa.au.dk>
21925
21926 * message.el (message-cater-to-broken-inn): Remove.
21927 (message-shorten-references): Make sure the total folded length of
21928 References is shorter than 998 characters to cater to a bug in INN
21929 2.3. Also, don't pretend that references aren't folded -- this
21930 hasn't worked for a while.
21931
21932 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21933
21934 * gnus-agent.el (gnus-agentize):
21935 gnus-agent-send-mail-real-function no longer set to current value
21936 of message-send-mail-function but rather a lambda that calls
21937 message-send-mail-function. The change makes the agent real-time
21938 responsive to user changes to message-send-mail-function.
21939
21940 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21941
21942 * legacy-gnus-agent.el
21943 (gnus-agent-convert-to-compressed-agentview): Fix typos with
21944 help from Florian Weimer <fw@deneb.enyo.de>
21945
21946 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
21947
21948 * nnmail.el (nnmail-cache-insert): Revert last change.
21949
21950 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
21951
21952 * nnmail.el (nnmail-cache-insert): Always check whether
21953 nnmail-cache-ignore-groups matches a group name.
21954
21955 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
21956
21957 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21958 (spam-find-spam, spam-log-processing-to-registry)
21959 (spam-log-registered-p, spam-log-unregistration-needed-p)
21960 (spam-log-undo-registration): Use gnus-message instead of
21961 gnus-error, none of these errors are fatal.
21962
21963 * gnus-registry.el (gnus-registry-clean-empty-function)
21964 (gnus-registry-clean-empty): Remove only empty entries without
21965 extra data.
21966
21967 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
21968
21969 * spam-stat.el (spam-stat-buffer-change-to-spam)
21970 (spam-stat-buffer-change-to-non-spam): Change (error) to
21971 (gnus-message 8) invocation.
21972
21973 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21974
21975 * nntp.el (nntp-via-netcat-command): New variable.
21976 (nntp-via-netcat-switches): New variable.
21977 (nntp-open-via-rlogin-and-netcat): New function.
21978 (nntp-open-connection-function): Doc fix.
21979 (nntp-telnet-command): Doc fix.
21980 (nntp-end-of-line): Doc fix.
21981 (nntp-via-rlogin-command): Doc fix.
21982 (nntp-via-user-name): Doc fix.
21983 (nntp-via-address): Doc fix.
21984
21985 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
21986
21987 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21988 error in Emacs 21.1.
21989
21990 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
21991
21992 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21993
21994 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
21995
21996 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21997 (gnus-agent-with-refreshed-group): New macro.
21998 (gnus-agent-rename-group): New function.
21999 (gnus-agent-delete-group): New function.
22000 (gnus-agent-save-group-info): Use gnus-command-method when
22001 `method' parameter is nil. Don't write nil entries into the
22002 active file.
22003 (gnus-agent-get-group-info): New function.
22004 (gnus-agent-fetch-articles):
22005 Use gnus-agent-update-files-total-fetched-for to increment disk space
22006 used.
22007 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22008 Use gnus-agent-update-view-total-fetched-for to increment disk space
22009 used.
22010 (gnus-agent-get-local): Add optional parameters to avoid calling
22011 gnus-group-real-name and gnus-find-method-for-group.
22012 (gnus-agent-set-local): Delete stored entry if either min, or max,
22013 are nil.
22014 (gnus-agent-fetch-session): Reworded error/quit messages.
22015 On quit, use gnus-agent-regenerate-group to record existence of any
22016 articles fetched to disk before the quit occurred.
22017 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22018 gnus-agent-update-view-total-fetched-for, and
22019 gnus-agent-update-files-total-fetched-for to decrement disk space
22020 used.
22021 (gnus-agent-retrieve-headers):
22022 Use gnus-agent-update-view-total-fetched-for to increment disk space
22023 used.
22024 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22025 with gnus-agent-update-files-total-fetched-for to decrement disk
22026 space and fresh group buffer.
22027 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22028 (gnus-agent-need-update-total-fetched-for): New variable.
22029 (gnus-agent-update-files-total-fetched-for): New function.
22030 (gnus-agent-update-view-total-fetched-for): New function.
22031 (gnus-agent-total-fetched-for): New function.
22032
22033 * gnus-cache.el (gnus-cache-save-buffers):
22034 Use gnus-cache-update-overview-total-fetched-for to change disk space
22035 used by this group.
22036 (gnus-cache-possibly-enter-article):
22037 Use gnus-cache-update-file-total-fetched-for to increment disk space
22038 used by this group.
22039 (gnus-cache-possibly-remove-article):
22040 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22041 used by this group.
22042 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22043 (gnus-cache-rename-group): New function.
22044 (gnus-cache-delete-group): New function.
22045 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22046 (gnus-cache-need-update-total-fetched-for): New variable.
22047 (gnus-cache-with-refreshed-group): New macro.
22048 (gnus-cache-update-file-total-fetched-for): New function.
22049 (gnus-cache-update-overview-total-fetched-for): New function.
22050 (gnus-cache-rename-group-total-fetched-for): New function.
22051 (gnus-cache-delete-group-total-fetched-for): New function.
22052 (gnus-cache-total-fetched-for): New function.
22053
22054 * gnus-group.el: Require gnus-sum and autoload functions to
22055 resolve warnings when gnus-group.el compiled alone.
22056 (gnus-group-line-format): Documented new %F.
22057 (size of Fetched data) group line format; identifies disk space
22058 used by agent and cache.
22059 (gnus-group-line-format-alist): Defined new F format.
22060 (gnus-total-fetched-for): New function.
22061 (gnus-group-delete-group): No longer update
22062 gnus-cache-active-altered as gnus-request-delete-group now keeps
22063 the cache in sync.
22064 (gnus-group-list-active): Let the agent store a server's active
22065 list if currently plugged.
22066
22067 * gnus-int.el (gnus-request-delete-group):
22068 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22069 local disk in sync with the server.
22070 (gnus-request-rename-group):
22071 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22072 local disk in sync with the server.
22073
22074 * gnus-start.el (gnus-get-unread-articles):
22075 Cosmetic simplification to logic.
22076
22077 * gnus-util.el (gnus-rename-file): New function.
22078
22079 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22080
22081 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22082
22083 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22084
22085 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22086 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22087
22088 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22089
22090 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22091 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22092
22093 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22094
22095 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22096
22097 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22098
22099 * spam.el (spam-set-difference): Add function to replace
22100 gnus-set-difference in spam.el.
22101 (spam-summary-prepare-exit): Use spam-set-difference.
22102
22103 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22104
22105 * gnus-registry.el (gnus-registry-cache-file): Update to use
22106 gnus-dribble-directory OR gnus-home-directory OR ~.
22107 (gnus-registry-split-fancy-with-parent): Fix doc.
22108
22109 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22110
22111 * message.el (message-exchange-point-and-mark):
22112 Use message-mark-active-p. Suggested by Jesper Harder
22113 <harder@ifa.au.dk>.
22114
22115 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22116
22117 * message.el (message-exchange-point-and-mark): Don't activate
22118 region if it was inactive. Suggested by Hiroshi Fujishima
22119 <pooh@nature.tsukuba.ac.jp>.
22120
22121 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22122
22123 * gnus-art.el (article-display-face): Display Faces in the same
22124 order as X-Faces.
22125
22126 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22127
22128 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22129
22130 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22131
22132 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22133 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22134 (gnus-article-mime-hierarchy): Remove.
22135 (gnus-article-mime-hierarchy-next): Remove.
22136 (gnus-article-mode): Revert 2004-03-19 change.
22137 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22138 (gnus-insert-mime-button): Revert 2004-03-19 change.
22139 (gnus-mime-accumulate-hierarchy): Remove.
22140 (gnus-mime-enter-multipart): Remove.
22141 (gnus-mime-leave-multipart): Remove.
22142 (gnus-mime-display-part): Revert 2004-03-19 change.
22143 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22144
22145 * mml.el (mml-preview): Revert 2004-03-19 change.
22146
22147 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22148
22149 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22150
22151 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22152
22153 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22154 t while entering a file name using the mm-with-multibyte macro.
22155 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22156
22157 * mm-util.el (mm-with-multibyte): New macro.
22158
22159 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22160
22161 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22162 New user option.
22163 (gnus-mime-multipart-functions): Doc and customization fix.
22164 (gnus-article-mime-hierarchy): New variable.
22165 (gnus-article-mime-hierarchy-next): New variable.
22166 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22167 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22168 gnus-article-mime-hierarchy-next to nil.
22169 (gnus-insert-mime-button): Show hierarchy numbers.
22170 (gnus-mime-accumulate-hierarchy): New function.
22171 (gnus-mime-enter-multipart): New function.
22172 (gnus-mime-leave-multipart): New function.
22173 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22174 (gnus-mime-display-alternative): Show hierarchy numbers.
22175
22176 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22177 gnus-article-mime-hierarchy-next to nil.
22178
22179 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22180
22181 * dns.el: Don't require gnus-xmas.
22182
22183 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22184
22185 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22186 inline PGP.
22187 (mml-menu): Disable mml-quote-region if mark is inactive.
22188
22189 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22190
22191 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22192 when the group's active is not available.
22193
22194 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22195
22196 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22197 error.
22198
22199 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22200
22201 * imap.el (imap-store-password): New variable.
22202 (imap-interactive-login): Use it.
22203 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22204
22205 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22206
22207 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22208 window-start and hscroll to summary window.
22209
22210 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22211
22212 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22213 conversion message to newsrc-dribble when an actual conversion is
22214 performed.
22215
22216 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22217
22218 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22219
22220 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22221
22222 * mm-decode.el (mm-complicated-handles): New function reviving
22223 former definition of mm-multiple-handles.
22224
22225 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22226 (gnus-mime-delete-part): Use it.
22227
22228 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22229
22230 * gnus-agent.el (gnus-agent-read-local):
22231 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22232 avoid the implicit assumption that they will always be equal.
22233 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22234 coding-system-for-write, as the with-temp-file macro first prints
22235 to a buffer then saves the buffer.
22236
22237 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22238
22239 * gnus-art.el (gnus-article-edit-part): New function.
22240 (gnus-mime-save-part-and-strip): Use it; do query instead of
22241 signaling an error; don't use mm-multiple-handles.
22242 (gnus-mime-delete-part): Ditto.
22243
22244 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22245
22246 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22247 old file versions.
22248 (gnus-group-prepare-hook): Remove function that converted list
22249 form of gnus-agent-expire-days to group properties.
22250
22251 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22252 (gnus-request-accept-article): Re-indented.
22253
22254 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22255 converters to handle old agent file formats. Add logic for a
22256 "backup before upgrading warning".
22257 (gnus-convert-mark-converter-prompt): Developers can mark
22258 functions as needing (default), or not needing,
22259 gnus-convert-old-newsrc's "backup before upgrading warning".
22260 (gnus-convert-converter-needs-prompt): Tests whether the user
22261 should be protected from potentially irreversable changes by the
22262 function.
22263
22264 * legacy-gnus-agent.el: New. Provides converters that are only
22265 loaded when gnus-convert-old-newsrc needs to call them.
22266
22267 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22268
22269 * mail-source.el (mail-source-touch-pop): Doc fix.
22270
22271 * message.el (message-smtpmail-send-it): Doc fix.
22272
22273 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22274
22275 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22276
22277 * nnmail.el (nnmail-split-fancy): do.
22278
22279 * gnus-kill.el (gnus-kill, gnus-execute): do.
22280
22281 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22282
22283 * gnus-sum.el (gnus-widget-reversible-match)
22284 (gnus-widget-reversible-to-internal)
22285 (gnus-widget-reversible-to-external): New functions.
22286 (gnus-widget-reversible): New widget.
22287 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22288
22289 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22290
22291 * gnus-sum.el (gnus-thread-sort-functions)
22292 (gnus-article-sort-functions): Document `(not F)' items.
22293
22294 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22295
22296 * spam.el (spam-use-gmane-xref): Add new backend.
22297 (spam-gmane-xref-spam-group): Add variable to control the name of the
22298 Gmane spam group.
22299 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22300 (spam-regex-headers-spam, spam-regex-headers-ham)
22301 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22302 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22303 backends and checks.
22304 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22305
22306 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22307 an autodetect method.
22308
22309 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22310
22311 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22312 articles are being added to a group.
22313 (gnus-request-replace-article): Inform the agent that articles
22314 need to be uncached as the cached contents are no longer valid.
22315
22316 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22317
22318 * binhex.el: Don't autoload executable-find.
22319
22320 * canlock.el: Don't autoload mail-fetch-field.
22321
22322 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22323
22324 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22325 rmail-dont-reply-to and rmail-output.
22326
22327 * gnus-score.el: Don't autoload ffap-string-at-point.
22328
22329 * gnus-setup.el: Don't autoload sc-cite-original.
22330
22331 * imap.el: Don't autoload base64-decode-string,
22332 base64-encode-string and md5.
22333
22334 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22335 and rmail-msg-restore-non-pruned-header.
22336
22337 * mm-decode.el: Don't autoload executable-find.
22338
22339 * mm-url.el: Don't autoload executable-find.
22340
22341 * mm-view.el: Don't autoload diff-mode.
22342
22343 * nndb.el: Don't autoload news-reply-mode, news-setup,
22344 cancel-timer and telnet.
22345
22346 * password.el: Don't autoload run-at-time for Emacs.
22347
22348 * sha1-el.el: Don't autoload executable-find.
22349
22350 * sieve-mode.el: Don't autoload c-mode.
22351
22352 * uudecode.el: Don't autoload executable-find.
22353
22354 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22355
22356 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22357 (gnus-agent-possibly-alter-active): Avoid null in numeric
22358 comparison.
22359 (gnus-agent-set-local): Refuse to save null in local object table.
22360 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22361 list of articles that will be marked as unread.
22362
22363 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22364
22365 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22366
22367 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22368
22369 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22370 language tags.
22371
22372 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22373
22374 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22375 Don't bind "obarray".
22376
22377 * gnus-sum.el (gnus-thread-sort-functions):
22378 Add `gnus-thread-sort-by-most-recent-number' and
22379 `gnus-thread-sort-by-most-recent-date'.
22380 Reported by Kai Grossjohann <kai@emptydomain.de>.
22381
22382 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22383
22384 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22385
22386 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22387
22388 * gnus-cus.el (gnus-agent-customize-category):
22389 Remove ignore-errors macro reference that required cl to be loaded at
22390 run-time.
22391
22392 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22393 single-interval range of the form (min . max). Previously the
22394 range had to look like ((min . max)). Likewise, return
22395 (min . max) rather than ((min . max)).
22396 (gnus-range-map): Use gnus-range-normalize to accept
22397 single-interval range.
22398
22399 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22400 the cache, but not the agent, now appear with their usual face.
22401
22402 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22403
22404 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22405 w3m-safe-url-regexp variable buffer-local.
22406
22407 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22408
22409 2004-02-27 Simon Josefsson <jas@extundo.com>
22410
22411 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22412 gnus-group-real-prefix.
22413 (gnus-summary-move-article): Use it, instead of
22414 gnus-group-real-prefix.
22415
22416 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22417
22418 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22419 w3m-safe-url-regexp variable buffer-local and set it as the value
22420 of mm-w3m-safe-url-regexp.
22421
22422 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22423
22424 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22425 parsing gnus-posting-styles when the message is not for replying.
22426
22427 * nnrss.el (nnrss-opml-export):
22428 Use mm-set-buffer-file-coding-system instead of
22429 set-buffer-file-coding-system.
22430
22431 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22432
22433 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22434 of checkdoc.el).
22435 * nnrss.el: do.
22436 * gnus-mlspl.el: do.
22437 * gnus-ml.el: do.
22438 * gnus-srvr.el: do.
22439
22440 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22441
22442 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22443
22444 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22445 Corrections to custom-manual links.
22446
22447 * gnus-art.el (gnus-article): Ditto.
22448
22449 * mm-decode.el (mime-display, mime-security): Ditto.
22450
22451 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22452
22453 * flow-fill.el: Typo.
22454
22455 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22456
22457 * spam-wash.el: New file.
22458
22459 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22460
22461 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22462
22463 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22464
22465 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22466 to be run with new-articles as LIST1, not LIST2.
22467 (spam-registration-functions): Add spam-use-ham-copy as a nil
22468 registration backend.
22469
22470 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22471
22472 * spam-stat.el (spam-stat-washing-hook): New option.
22473 (spam-stat-buffer-words): Use it.
22474 (spam-stat-process-directory, spam-stat-test-directory):
22475 Use insert-file-contents-literally.
22476 (spam-stat-coding-system): New variable.
22477 (spam-stat-load, spam-stat-save): Use it.
22478
22479 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22480
22481 * spam-report.el (spam-report-plug-agent):
22482 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22483
22484 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22485
22486 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22487 Allow / in mailto URLs.
22488
22489 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22490
22491 * spam-report.el (spam-report-process-queue): Fix interactive use.
22492 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22493 (spam-report-unplug-agent): Doc fixes.
22494 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22495 (spam-report-agentize, spam-report-deagentize):
22496 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22497
22498 * message.el (message-setup-fill-variables): Add mml tags to
22499 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22500 <ajk@iu.edu>.
22501 (message-mode): Don't modify paragraph-separate there.
22502
22503 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22504
22505 * compface.el (uncompface-use-external): Default to undecided.
22506 (uncompface-use-external-threshold): New variable.
22507 (uncompface-float-time): New macro.
22508 (uncompface): Determine whether to use the external decoder if
22509 uncompface-use-external is undecided.
22510
22511 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22512
22513 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22514 after images.
22515
22516 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22517
22518 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22519
22520 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22521
22522 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22523
22524 * gnus-sum.el (gnus-summary-limit-to-age)
22525 (gnus-summary-limit-children): do.
22526
22527 * gnus-int.el (gnus-request-scan): do.
22528
22529 * gnus-group.el (gnus-group-suspend): do.
22530
22531 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22532
22533 * gnus-cite.el (gnus-cite-parse-attributions): do.
22534
22535 * gnus-agent.el (gnus-summary-set-agent-mark)
22536 (gnus-agent-regenerate-group): do.
22537
22538 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22539
22540 * binhex.el (binhex-decode-region-internal): do.
22541
22542 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22543
22544 * gnus-fun.el (gnus-face-properties-alist): New user option.
22545 (gnus-display-x-face-in-from): Use it.
22546
22547 * gnus-art.el (article-display-face): Ditto.
22548
22549 * compface.el (uncompface-use-external): Default to nil.
22550
22551 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22552
22553 * nntp.el (nntp-erase-buffer): New function.
22554 (nntp-retrieve-data, nntp-send-command)
22555 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22556 (nntp-possibly-change-group): Use it.
22557
22558 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22559 Use with-current-buffer.
22560
22561 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22562
22563 * compface.el: Merge the ELisp-based uncompface program.
22564 (compface): New customization group.
22565 (uncompface-use-external): New user option.
22566 (uncompface): Call uncompface-internal if uncompface-use-external
22567 is nil.
22568 (uncompface-internal): New function. Note that there are also
22569 some other functions and variables added for this function.
22570
22571 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22572
22573 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22574 if necessary.
22575
22576 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22577
22578 * spam-report.el (spam-report-unplug-agent)
22579 (spam-report-plug-agent, spam-report-deagentize)
22580 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22581 Add support for the Agent in spam-report: when unplugged, report to a
22582 file; when plugged, submit all the requests.
22583
22584 * spam.el (spam-register-routine): Fix message about
22585 registration.
22586
22587 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22588
22589 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22590 dependencies.
22591 (rfc2047-encode): Use it.
22592
22593 * gnus-art.el (gnus-button-marker-list): Move before first
22594 reference.
22595
22596 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22597 (imap-parse-body): Fix format string mismatch.
22598
22599 * gnus-score.el (gnus-summary-increase-score): do.
22600
22601 * nnrss.el (nnrss-close): New function.
22602
22603 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22604
22605 * nnrss.el (nnrss-make-filename): New function.
22606 (nnrss-request-delete-group, nnrss-read-server-data)
22607 (nnrss-save-server-data, nnrss-read-group-data)
22608 (nnrss-save-group-data): Use it.
22609 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22610 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22611 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22612
22613 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22614
22615 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22616
22617 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22618
22619 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22620 files.
22621
22622 * message.el (message-generate-headers-first): Don't quote nil
22623 and t in docstrings.
22624
22625 * imap.el (imap-id): do.
22626
22627 * gnus-agent.el (gnus-agent-consider-all-articles)
22628 (gnus-agent-queue-mail): do.
22629
22630 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
22631
22632 * spam-report.el (spam-report-process-queue): New function.
22633 Process requests from `spam-report-requests-file'.
22634 (spam-report-process-queue): Doc fix.
22635
22636 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
22637
22638 * spam.el (spam-register-routine)
22639 (spam-log-processing-to-registry, spam-log-registered-p)
22640 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22641 Change "check" to "spam-check" for semi-clarity.
22642
22643 2004-02-05 Jesper Harder <harder@ifa.au.dk>
22644
22645 * pop3.el: Require nnheader.
22646
22647 * mml-smime.el: Require cl. Autoload message-fetch-field.
22648
22649 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22650
22651 * gnus-picon.el: Require cl.
22652
22653 * gnus-fun.el: Require gnus-ems and gnus-util.
22654
22655 * gnus.el (gnus-method-to-server): Move defsubst before first use.
22656
22657 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
22658
22659 * gnus-art.el (gnus-article-edit-mode): Define before first
22660 reference.
22661
22662 2004-02-04 Jesper Harder <harder@ifa.au.dk>
22663
22664 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22665 (gnus-uu-post-encoded): Use point-at-bol.
22666
22667 * gnus-topic.el (gnus-group-active-topic-p): do.
22668
22669 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22670
22671 * gnus-group.el (gnus-group-kill-region): do.
22672
22673 * gnus-art.el (article-date-ut): do.
22674
22675 * message.el (message-fetch-field): Remove redundant
22676 case-fold-search binding.
22677 (message-narrow-to-field): Simplify.
22678
22679 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
22680
22681 * spam.el (spam-directory): Derive from `gnus-directory'.
22682
22683 * spam-report.el (spam-report-url-to-file)
22684 (spam-report-requests-file): New function and variable for offline
22685 reporting.
22686 (spam-report-url-ping-function): Add `spam-report-url-to-file'
22687 and user defined function.
22688 (spam-report-url-ping-mm-url): Remove doubled slash.
22689
22690 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
22691
22692 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22693
22694 2004-02-03 Jesper Harder <harder@ifa.au.dk>
22695
22696 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22697 Fix format string mismatch.
22698
22699 * sieve.el (sieve-deactivate-all): do.
22700
22701 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22702
22703 * nnlistserv.el (nnlistserv-kk-wash-article): do.
22704
22705 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22706
22707 * mm-bodies.el (mm-7bit-chars): Don't include \r.
22708
22709 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
22710
22711 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22712 the list of checks.
22713
22714 2004-01-31 Jesper Harder <harder@ifa.au.dk>
22715
22716 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22717 padding.
22718
22719 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
22720
22721 * mm-view.el (mm-fill-flowed): New variable.
22722 (mm-inline-text): Use it.
22723
22724 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
22725
22726 * spam.el (spam-spamassassin-register-ham-routine)
22727 (spam-spamassassin-register-spam-routine): Fix function names.
22728
22729 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
22730
22731 * gnus.el (gnus-tmp-grouplens): Remove.
22732 (gnus-summary-line-format): Remove grouplens.
22733
22734 * gnus-group.el (gnus-group-line-format): Ditto.
22735
22736 * gnus-spec.el (gnus-format-specs): Ditto.
22737 (gnus-update-format-specifications): Flush the group format spec
22738 cache if there's the grouplens stuff.
22739 (gnus-parse-simple-format): Replace %l with the empty string.
22740
22741 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
22742
22743 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22744 omission.
22745
22746 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
22747
22748 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22749 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22750
22751 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22752
22753 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22754 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22755 New macros and functions.
22756 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22757 Handle > NLINK_MAX messages.
22758 * nnmaildir.el (nnmaildir-request-set-mark):
22759 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22760
22761 2004-01-25 Alex Schroeder <alex@gnu.org>
22762
22763 * spam-stat.el (spam-stat-process-directory-age): New option.
22764 (spam-stat-process-directory): Use it.
22765
22766 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
22767
22768 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22769 (spam-stat-save): Accept prefix argument.
22770
22771 2004-01-23 Paul Jarc <prj@po.cwru.edu>
22772
22773 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22774 links" error.
22775
22776 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22777
22778 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22779 compatibility with old .newsrc.eld files.
22780
22781 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22782
22783 * gnus-start.el (gnus-1): do.
22784
22785 * gnus-group.el (gnus-group-line-format-alist): do.
22786
22787 * gnus.el (gnus-use-grouplens, gnus-visual): do.
22788
22789 * gnus-gl.el: Remove.
22790
22791 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
22792
22793 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22794 marks consisting of a single range {for example, (3 . 5)} rather
22795 than a list of a single range { ((3 . 5)) }.
22796
22797 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22798
22799 * spam-stat.el (spam-stat-store-gnus-article-buffer):
22800 Use with-current-buffer.
22801 (spam-stat-store-current-buffer): Use insert-buffer-substring to
22802 avoid consing a string.
22803
22804 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22805 Remove obsolete entries for big5 and gb2312.
22806
22807 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
22808
22809 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22810 uncompressed list.
22811
22812 2004-01-22 Jesper Harder <harder@ifa.au.dk>
22813
22814 * spam-stat.el (spam-stat-strip-xref): New function.
22815 (spam-stat-process-directory): Use it.
22816
22817 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22818 here -- it's done in message-fetch-field.
22819
22820 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
22821
22822 * gnus-agent.el (gnus-agent-queue-mail)
22823 (gnus-agent-prompt-send-queue): New variables.
22824 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22825 * gnus-draft.el (gnus-group-send-queue): Pass the group name
22826 "nndraft:queue" along to gnus-draft-send.
22827 Use gnus-agent-prompt-send-queue.
22828 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22829 is "nndraft:queue". Suggested by Gaute Strokkenes
22830 <gs234@srcf.ucam.org>
22831
22832 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22833 (agent-enable-undownloaded-faces): Add.
22834 (gnus-agent-cat-groups): Use eval-and-compile, not
22835 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22836 method of gnus-agent-cat-groups even when the buffer has been
22837 evalled.
22838 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22839 delete gnus-agent-save-active-1.
22840 (gnus-agent-save-groups): Delete. Identical to
22841 gnus-agent-save-active.
22842 (gnus-agent-write-active): No longer adjust agent's copy of active
22843 file as agent's adjustments are now stored in their own
22844 file. Remove optional parameter.
22845 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22846 servers. Add use of min/max range limits from server's local
22847 file.
22848 (gnus-agent-save-alist): Remove unused optional argument.
22849 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22850 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22851 (gnus-agent-set-local): A per-server file that keeps min/max range
22852 limits for articles known to the agent. Provides a fast mechanism
22853 for altering many active ranges.
22854 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22855 active file (local makes it unnecessary).
22856 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22857
22858 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22859 (agent-enable-undownloaded-faces): Add.
22860
22861 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22862 disable it when sending to "nndraft:queue".
22863 (gnus-group-send-queue): Add safety check to avoid sending queue
22864 when unplugged.
22865
22866 * gnus-group.el (gnus-group-catchup): Use new
22867 gnus-sequence-of-unread-articles, not
22868 gnus-list-of-unread-articles, to avoid exhausting memory with huge
22869 numbers of articles. Use gnus-range-map to avoid having to
22870 uncompress the unread list.
22871 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22872 Fix invalid ange-ftp reference.
22873
22874 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22875 (gnus-sorted-range-intersection): Intersection of two ranges
22876 without requiring that they first be uncompressed.
22877
22878 * gnus-start.el (gnus-activate-group): Unless blocked by the
22879 caller, possibly expand the active range to include both cached
22880 and agentized articles.
22881 (gnus-convert-old-newsrc): Rewrote in anticipation of having
22882 multiple version-dependent converters.
22883 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22884 gnus-agent-save-active.
22885 (gnus-save-newsrc-file): Save dirty agent range limits.
22886
22887 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22888 gnus-agent-possibly-alter-active.
22889 (gnus-adjust-marked-articles): Faster handling of simple lists.
22890
22891 2004-01-21 Jesper Harder <harder@ifa.au.dk>
22892
22893 * spam-stat.el (spam-stat-test-directory): New optional argument
22894 displays a list of files detected. Suggested by Andrew Cohen
22895 <cohen@andy.bu.edu>.
22896 (spam-stat-buffer-words-with-scores): Don't narrow and change
22897 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
22898
22899 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
22900
22901 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22902 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22903 (spam-spamassassin-arguments)
22904 (spam-spamassassin-spam-flag-header)
22905 (spam-spamassassin-positive-spam-flag-header)
22906 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22907 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22908 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22909 (spam-list-of-processors, spam-list-of-checks)
22910 (spam-list-of-statistical-checks, spam-registration-functions)
22911 (spam-check-spamassassin-headers, spam-check-spamassassin)
22912 (spam-spamassassin-score)
22913 (spam-spamassassin-register-with-sa-learn)
22914 (spam-spamassassin-register-spam-routine)
22915 (spam-spamassassin-register-ham-routine)
22916 (spam-assassin-register-spam-routine)
22917 (spam-assassin-register-ham-routine): Add SpamAssassin support.
22918 (spam-bogofilter-score): Fix to show article before scoring.
22919
22920 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
22921
22922 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22923 default scoring function.
22924 (spam-generic-score): Call spam-spamassassin-score if
22925 spam-use-spamassassin or spam-use-spamassassin-headers is on;
22926 spam-bogofilter-score otherwise.
22927
22928 * gnus.el (spam-process, spam-autodetect-methods):
22929 Add spamassassin and spamassassin-headers.
22930
22931 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
22932
22933 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22934 Suppress unnecessary messages.
22935
22936 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22937
22938 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22939 make-hash-table.
22940
22941 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
22942
22943 * canlock.el (base64-encode-string): Don't autoload it.
22944
22945 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
22946
22947 * run-at-time.el: Remove useless (require 'itimer),
22948 eval-and-compile and (featurep 'xemacs).
22949
22950 2004-01-16 Jesper Harder <harder@ifa.au.dk>
22951
22952 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22953 GROUP is a virtual group.
22954
22955 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
22956
22957 * gnus.el: Autoload `message-y-or-n-p'.
22958
22959 2004-01-15 Jesper Harder <harder@ifa.au.dk>
22960
22961 * pgg-parse.el: Remove unnecessary (require 'custom).
22962
22963 * pgg-def.el: do.
22964
22965 * nnmail.el: do.
22966
22967 * gnus-undo.el: do.
22968
22969 * gnus-picon.el: do.
22970
22971 * gnus-util.el: do.
22972
22973 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
22974
22975 * gnus-sum.el (gnus-pick-line-number): Add autoload.
22976
22977 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
22978
22979 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22980 handle, as well as a list.
22981
22982 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22983 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22984 (mm-w3m-cid-retrieve): Simplify.
22985
22986 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
22987
22988 * message.el (message-kill-to-signature): Allow prefix arg to
22989 specify number of lines to keep before signature.
22990
22991 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
22992
22993 * message.el (message-kill-to-signature): Change docstring.
22994
22995 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
22996
22997 * canlock.el: Always require sha1-el.
22998 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22999
23000 * message.el: Autoload sha1 only when compiling.
23001
23002 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23003
23004 * message.el (message-canlock-generate): Require sha1-el.
23005
23006 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23007
23008 * message.el (message-expand-name): Silence the byte compiler.
23009
23010 2004-01-13 Simon Josefsson <jas@extundo.com>
23011
23012 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23013 Invoke gnus-score-mode.
23014 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23015
23016 * gnus-range.el (gnus-compress-sequence): Doc fix.
23017 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23018
23019 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23020
23021 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23022
23023 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23024
23025 * spam.el (spam-get-article-as-string): Update to use
23026 gnus-request-article-this-buffer, much simpler.
23027 (spam-get-article-as-buffer): Remove.
23028
23029 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23030
23031 * message.el (message-expand-name): Use EUDC if the user uses that.
23032
23033 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23034
23035 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23036 character for the encoding to avoid consing a string.
23037
23038 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23039 unnecessarily.
23040
23041 * mm-util.el (mm-replace-chars-in-string): Remove.
23042
23043 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23044 of mm-replace-chars-in-string.
23045
23046 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23047
23048 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23049
23050 * mm-util.el (mm-subst-char-in-string): Support inplace.
23051
23052 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23053 a new string in every iteration. Use shy groups.
23054
23055 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23056
23057 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23058 * gnus-soup.el (gnus-soup-group-brew):
23059 * gnus-msg.el (gnus-put-message):
23060 * gnus-move.el (gnus-group-move-group-to-server):
23061 * gnus-kill.el (gnus-batch-score):
23062 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23063 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23064 (gnus-group-update-group, gnus-group-read-group)
23065 (gnus-group-make-group, gnus-group-make-help-group)
23066 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23067 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23068 (gnus-group-sort-by-unread, gnus-group-catchup)
23069 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23070 (gnus-group-yank-group, gnus-group-set-info)
23071 (gnus-group-list-groups):
23072 * gnus.el (gnus-generate-new-group-name):
23073 * gnus-delay.el (gnus-delay-send-queue):
23074 * nnvirtual.el (nnvirtual-catchup-group):
23075 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23076 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23077 (gnus-group-prepare-topics, gnus-topic-check-topology):
23078 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23079 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23080 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23081 (gnus-group-make-articles-read):
23082 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23083 (gnus-group-change-level, gnus-kill-newsgroup)
23084 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23085 (gnus-get-unread-articles, gnus-make-articles-unread)
23086 (gnus-make-ascending-articles-unread): Use accessor
23087 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23088 to get group information for improved readability.
23089
23090 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23091
23092 * gnus-art.el (article-decode-mime-words, article-babel)
23093 (gnus-article-highlight-signature, gnus-article-add-buttons)
23094 (gnus-signature-toggle): Use gnus-with-article-buffer.
23095
23096 * gnus-art.el (gnus-article-highlight-headers)
23097 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23098
23099 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23100 (gnus-article-set-globals, gnus-request-article-this-buffer)
23101 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23102 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23103 (gnus-mime-display-alternative): Use with-current-buffer.
23104
23105 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23106
23107 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23108 also under 80 char limit, and call gnus-error if needed.
23109 (spam-fetch-article-header): Fix - it was a
23110 buffer-local variable (gnus-newsgroup-data).
23111 (spam-find-spam): Use spam-generate-fake-headers, forget about
23112 spam-insert-fake-headers.
23113 (spam-insert-fake-headers): Remove.
23114
23115 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23116
23117 * deuglify.el (gnus-article-outlook-unwrap-lines)
23118 (gnus-outlook-rearrange-article)
23119 (gnus-outlook-repair-attribution-outlook)
23120 (gnus-outlook-repair-attribution-block)
23121 (gnus-outlook-repair-attribution-other): Remove redundant
23122 save-excursion.
23123
23124 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23125
23126 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23127 (spam-fetch-field-subject-fast)
23128 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23129 (spam-fetch-article-header): Add functions to deal with Gnus
23130 internals for fast retrieval of article header data.
23131 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23132
23133 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23134
23135 * pop3.el (pop3-md5): Remove.
23136 (pop3-apop): Replace pop3-md5 with md5.
23137
23138 * mm-bodies.el: base64 is always built-in.
23139
23140 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23141 Use with-current-buffer.
23142
23143 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23144
23145 * canlock.el (canlock-insert-header): Remove excessive grouping in
23146 regexp.
23147
23148 * gnus-sum.el (gnus-summary-read-document): Ditto.
23149
23150 * gnus-uu.el (gnus-uu-part-number): Ditto.
23151
23152 * html2text.el (html2text-remove-tags): Ditto.
23153 (html2text-format-tags): Ditto.
23154 (html2text-format-single-elements): Ditto.
23155
23156 * mml.el (mml-parse-1): Ditto.
23157
23158 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23159
23160 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23161
23162 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23163
23164 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23165
23166 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23167
23168 2003-11-15 Simon Josefsson <jas@extundo.com>
23169
23170 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23171 (pgg-gpg-lookup-key): Use regexp match instead of
23172 split-string (split-string is different between emacs 21.2 and
23173 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23174
23175 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23176
23177 * gnus-art.el (gnus-mime-view-all-parts)
23178 (gnus-article-part-wrapper, gnus-article-view-part):
23179 Use with-current-buffer.
23180
23181 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23182
23183 * spam.el (spam-disable-spam-split-during-ham-respool)
23184 (spam-spamoracle-database, spam-cache-lookups)
23185 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23186 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23187 (spam-group-ham-marks, spam-group-spam-marks)
23188 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23189 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23190 also add spam-use-blackholes to the statistical checks.
23191 (spam-fetch-field-fast): Add interface to fetching fields, may
23192 become a macro.
23193 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23194 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23195 (spam-insert-fake-headers): Fake an article when needed.
23196 (spam-find-spam): Fake article when possible.
23197 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23198 (spam-check-bogofilter-headers): Use message-fetch-field instead
23199 of nnmail-fetch-field.
23200
23201 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23202
23203 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23204
23205 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23206
23207 * spam.el (spam-split): Do not require spam-use-CHECK to be
23208 enabled if that check is passed to spam-split explicitly; also
23209 fix so 'spam doesn't get converted to spam-split-group when
23210 spam-split-symbolic-return is t.
23211 (spam-find-spam): Find registrations of the article and use those
23212 instead of re-running spam-split to find the spam/ham
23213 classification of the article.
23214 (spam-log-processing-to-registry, spam-log-registered-p)
23215 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23216 Use gnus-error instead of gnus-message.
23217 (spam-log-registration-type): Add function to determine the
23218 classification of a message based on registry entries; will
23219 return nil if both 'spam and 'ham are found.
23220 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23221 a reasonably fast local cache without the loading errors.
23222 (spam-cache-lookups): Set to t by default.
23223 (spam-find-spam): Don't try to guess spam-cache-lookups.
23224 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23225 spam-caches entry.
23226 (spam-filelist-build-cache, spam-filelist-check-cache):
23227 Fix caching of whitelist/blacklist entries.
23228 (spam-check-whitelist, spam-check-blacklist):
23229 Invoke spam-from-listed-p with a type, not a cache variable.
23230 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23231
23232 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23233
23234 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23235
23236 * nnmail.el (nnmail-split-fancy): do.
23237
23238 * mml.el (mml-parse): do.
23239
23240 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23241 (gnus-score-adaptive): do.
23242
23243 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23244
23245 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23246 (gnus-mime-button-map): Don't set keymap parent.
23247 (gnus-button-ctan-directory-regexp): Use shy grouping.
23248 (gnus-prev-page-map): Don't set keymap parent.
23249 (gnus-prev-page-map): Remove duplicated one.
23250 (gnus-next-page-map): Don't set keymap parent.
23251 (gnus-mime-security-button-map): Ditto.
23252
23253 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23254 version number.
23255
23256 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23257
23258 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23259
23260 * canlock.el (canlock-sha1-function): Remove.
23261 (canlock-sha1-function-for-verify): Remove.
23262 (canlock-openssl-program): Remove.
23263 (canlock-openssl-args): Remove.
23264 (canlock-ignore-errors): Remove.
23265 (canlock-sha1-with-openssl): Remove.
23266 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23267 (canlock-verify): Don't use canlock-ignore-errors.
23268
23269 * sha1-el.el (sha1-string-external): Make it can return a string
23270 in binary form.
23271 (sha1-region-external): Ditto.
23272 (sha1-string-internal): Ditto.
23273 (sha1-region-internal): Ditto.
23274 (sha1-region): Ditto.
23275 (sha1-string): Ditto.
23276 (sha1): Ditto.
23277
23278 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23279
23280 * spam.el (spam-report-articles-gmane): New command.
23281
23282 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23283
23284 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23285
23286 * run-at-time.el (run-at-time-saved): Remove.
23287 (run-at-time): Doc fix.
23288
23289 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23290
23291 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23292 (gnus-summary-limit-map): Add it.
23293 (gnus-summary-make-menu-bar): do.
23294
23295 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23296
23297 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23298 Make attempt at some caching support (done for BBDB only now).
23299 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23300 addresses to be checked.
23301 (spam-clear-cache-BBDB): Add function, to be invoked by
23302 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23303 (spam-check-BBDB): Check and use the caches, if
23304 spam-cache-lookups is on, remove superfluous (provide).
23305
23306 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23307
23308 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23309
23310 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23311
23312 * run-at-time.el (run-at-time-saved): Move to after the definition
23313 of `run-at-time'.
23314
23315 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23316
23317 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23318 mm-w3m-local-map-property.
23319
23320 * mm-view.el (mm-w3m-mode-map): Remove.
23321 (mm-w3m-local-map-property): Remove.
23322 (mm-inline-text-html-render-with-w3m): Don't use
23323 mm-w3m-local-map-property.
23324
23325 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23326
23327 * run-at-time.el: New file.
23328
23329 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23330 of gnus-set-text-properties.
23331
23332 * gnus-uu.el (gnus-uu-save-article): Ditto.
23333
23334 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23335
23336 * gnus-cite.el (gnus-cite-parse): Ditto.
23337
23338 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23339 of gnus-.
23340
23341 * gnus.el: Change calls to nnheader-run-at-time and
23342 password-run-at-time throughout to use run-at-time directly.
23343
23344 * password.el: Remove definition of run-at-time.
23345
23346 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23347
23348 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23349 in prompt.
23350
23351 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23352
23353 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23354 XEmacs version.
23355
23356 * dns.el (dns-make-network-process): Use `open-network-stream'
23357 instead of `gnus-xmas-open-network-stream'.
23358
23359 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23360
23361 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23362
23363 * gnus-art.el (gnus-mime-display-alternative)
23364 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23365 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23366 Don't use gnus-local-map-property.
23367
23368 * gnus-util.el (gnus-local-map-property): Remove.
23369
23370 * mm-view.el (mm-view-pkcs7-decrypt):
23371 Replace gnus-completing-read-maybe-default with completing-read.
23372
23373 * gnus-util.el (gnus-completing-read): do.
23374 (gnus-completing-read-maybe-default): Remove.
23375
23376 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23377
23378 * password.el: Only autoload `run-at-time' if not XEmacs.
23379 Only autoload the itimer functions if XEmacs.
23380
23381 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23382
23383 * gnus-art.el (gnus-read-string): Remove.
23384 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23385 read-string.
23386
23387 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23388
23389 * netrc.el: Autoload password-read.
23390 (netrc): Add configuration group.
23391 (netrc-encoding-method, netrc-openssl-path):
23392 Add variables for encoding and decoding of files with symmetric
23393 ciphers.
23394 (netrc-encode): Add assistant function to encode a file with
23395 netrc-encoding-method.
23396 (netrc-parse): Add interactive parameter, added optional
23397 decoding if netrc-encoding-method is non-nil but otherwise
23398 behavior is standard.
23399 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23400 Do s/encode/encrypt/ everywhere.
23401
23402 * spam.el: Remove executable-find autoload.
23403
23404 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23405
23406 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23407
23408 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23409
23410 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23411
23412 * gnus-art.el (gnus-treat-ansi-sequences)
23413 (article-treat-ansi-sequences): New variable and function.
23414 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23415
23416 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23417 Use it.
23418
23419 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23420
23421 * mm-util.el (mm-quote-arg): Remove.
23422
23423 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23424 shell-quote-argument.
23425
23426 * gnus-uu.el (gnus-uu-command): do.
23427
23428 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23429
23430 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23431 with make-char.
23432
23433 * mm-util.el (mm-make-char): Remove.
23434
23435 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23436 add-minor-mode.
23437
23438 * gnus-undo.el (gnus-undo-mode): do.
23439
23440 * gnus-topic.el (gnus-topic-mode): do.
23441
23442 * gnus-sum.el (gnus-dead-summary-mode): do.
23443
23444 * gnus-start.el (gnus-slave-mode): do.
23445
23446 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23447
23448 * gnus-ml.el (gnus-mailing-list-mode): do.
23449
23450 * gnus-gl.el (gnus-grouplens-mode): do.
23451
23452 * gnus-draft.el (gnus-draft-mode): do.
23453
23454 * gnus-dired.el (gnus-dired-mode): do.
23455
23456 * gnus-ems.el (gnus-add-minor-mode): Remove.
23457
23458 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23459 Replace gnus-char-width with char-width.
23460
23461 * gnus-ems.el (gnus-char-width): Remove.
23462
23463 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23464 Replace gnus-char-width with char-width.
23465
23466 * gnus-ems.el (gnus-char-width): Remove.
23467
23468 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23469 definition.
23470 Remove Emacs 20 hash table compatibility code.
23471
23472 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23473 20 compatibility code.
23474
23475 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23476
23477 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23478
23479 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23480 Replace with point-at-{eol,bol}.
23481
23482 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23483
23484 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23485
23486 * flow-fill.el (fill-flowed-point-at-bol)
23487 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23488
23489 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23490 Replace with point-at-{eol,bol} throughout all files.
23491
23492 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23493
23494 * ntlm.el (ntlm-string-as-unibyte): New macro.
23495 (ntlm-build-auth-response): Use it.
23496
23497 Remove Emacs 20 stuff:
23498 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23499 of delq and copy-sequence.
23500 * gnus-art.el (popup-menu): Remove the compiler macro.
23501 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23502 Emacs 20.
23503
23504 2004-01-05 Simon Josefsson <jas@extundo.com>
23505
23506 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23507 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23508 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23509 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23510 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23511 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23512 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23513 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23514 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23515 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23516 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23517 string-xor into ntlm-string-xor.
23518 Suggested by Jesper Harder <harder@myrealbox.com>.
23519
23520 * ntlm.el: Don't include poem.
23521
23522 * md4.el (print-int32, print-string-hexa): Remove.
23523 Suggested by Jesper Harder <harder@myrealbox.com>.
23524
23525 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23526
23527 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23528 probably breaks emacs with DL patch, but do we care? Is anyone
23529 still using the DL stuff?)
23530
23531 * sieve-manage.el: Use the password package.
23532 (sieve-manage-read-passwd): Remove.
23533 (sieve-manage-interactive-login): Use password. Re-add
23534 condition-case around loop.
23535
23536 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23537 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23538 Use the password package.
23539
23540 2003-02-19 Simon Josefsson <jas@extundo.com>
23541
23542 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23543 token.
23544
23545 2002-08-07 Simon Josefsson <jas@extundo.com>
23546
23547 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23548 (sieve-manage-authenticators):
23549 (sieve-manage-authenticator-alist): Add some SASL mechs.
23550 (sieve-sasl-auth): New function.
23551 (sieve-manage-cram-md5-auth):
23552 (sieve-manage-plain-auth): Rewrite using SASL library.
23553 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23554 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23555 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23556 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23557
23558 2004-01-05 Simon Josefsson <jas@extundo.com>
23559
23560 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23561 New files.
23562
23563 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23564
23565 * gnus-group.el (gnus-no-groups-message): Update.
23566
23567 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23568
23569 2003-11-09 Simon Josefsson <jas@extundo.com>
23570
23571 * imap.el: Support for ID IMAP extension (RFC 2971).
23572 (imap-local-variables): Add imap-id.
23573 (imap-id): New variable.
23574 (imap-id): New function.
23575 (imap-parse-response): Parse untagged ID response.
23576 * nnimap.el (nnimap-id): New variable.
23577 (nnimap-open-connection): Use it.
23578
23579 2003-12-28 Simon Josefsson <jas@extundo.com>
23580
23581 * gnus-score.el (gnus-score-edit-all-score): New.
23582 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23583
23584 2004-01-04 Simon Josefsson <jas@extundo.com>
23585
23586 * password.el: Add.
23587
23588 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23589
23590 * dns.el (dns-query-types): Fix typo.
23591 (dns-query-types): New function.
23592 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23593 PTR and SOA replies, see RFC 1035.
23594
23595 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23596
23597 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23598
23599 * Move to Changelog.2.
23600
23601 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23602
23603 * gnus.el (gnus-version-number): Bump version.
23604
23605 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23606
23607 * gnus.el: No Gnus v0.1 is released.
23608
23609 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23610
23611 * gnus.el: No Gnus v0.0 is released.
23612
23613 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23614
23615 * gnus.el (gnus-version-number): Bump.
23616 (gnus-version): No.
23617
23618 See ChangeLog.2 for earlier changes.
23619
23620 Copyright (C) 2004-2013 Free Software Foundation, Inc.
23621
23622 This file is part of GNU Emacs.
23623
23624 GNU Emacs is free software: you can redistribute it and/or modify
23625 it under the terms of the GNU General Public License as published by
23626 the Free Software Foundation, either version 3 of the License, or
23627 (at your option) any later version.
23628
23629 GNU Emacs is distributed in the hope that it will be useful,
23630 but WITHOUT ANY WARRANTY; without even the implied warranty of
23631 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23632 GNU General Public License for more details.
23633
23634 You should have received a copy of the GNU General Public License
23635 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23636
23637 ;; Local Variables:
23638 ;; coding: utf-8
23639 ;; fill-column: 79
23640 ;; add-log-time-zone-rule: t
23641 ;; End: