Update copyright notices for 2013.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
4 non-string posting styles (bug#13285).
5
6 2012-12-27 Glenn Morris <rgm@gnu.org>
7
8 * plstore.el (plstore-passphrase-callback-function):
9 Fix file/buffer typo. (Bug#13264)
10
11 2012-12-24 Andreas Schwab <schwab@linux-m68k.org>
12
13 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
14 group is nil.
15
16 2012-12-23 Andreas Schwab <schwab@linux-m68k.org>
17
18 * shr.el (shr-tag-em): Render as italic, not bold.
19
20 2012-12-02 Andreas Schwab <schwab@linux-m68k.org>
21
22 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
23 to TAB, not [tab].
24 (gnus-summary-article-map): Likewise.
25
26 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
27 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
28
29 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
30
31 * gnus-score.el (gnus-score-body):
32 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
33 scoring by body.
34
35 2012-11-13 Glenn Morris <rgm@gnu.org>
36
37 * gnus-diary.el (nndiary-request-create-group-functions)
38 (nndiary-request-update-info-functions)
39 (gnus-subscribe-newsgroup-functions)
40 (nndiary-request-accept-article-functions):
41 Use new names for hooks rather than obsolete aliases.
42
43 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * nndiary.el (nndiary-request-create-group-functions)
46 (nndiary-request-update-info-functions)
47 (nndiary-request-accept-article-functions):
48 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
49 "-hooks" suffix.
50
51 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
52
53 * starttls.el (starttls-extra-arguments): Doc fix.
54
55 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
56
57 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
58 it.
59
60 2012-10-06 Glenn Morris <rgm@gnu.org>
61
62 * gnus-notifications.el (gnus-notifications):
63 Add missing group :version tag.
64 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
65 (gnus-gcc-post-body-encode-hook):
66 * gnus-sync.el (gnus-sync-lesync-name)
67 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
68
69 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
72 a user about whether to delete temp files if once a user answered as n.
73
74 2012-09-17 Richard Stallman <rms@gnu.org>
75
76 * message.el (message-in-body-p): Don't set mark or modify buffer.
77
78 * mml.el (mml-attach-file): Doc fix.
79 (mml-attach-external, mml-attach-buffer, mml-attach-file):
80 Set mail-encode-mml when in Mail mode.
81 Simplify code to set HEAD and move back to HEAD.
82 (mml-insert-multipart, mml-insert-part):
83 Set mail-encode-mml when in Mail mode.
84
85 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
86
87 * gnus-util.el (gnus-timer--function): New function.
88
89 * gnus-art.el (gnus-article-stop-animations): Use it.
90
91 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
92
93 Fix glitches caused by addition of psec to timers.
94 * gnus-art.el (gnus-article-stop-animations): Use timer--function
95 rather than raw access to timer vector.
96
97 2012-09-11 Julien Danjou <julien@danjou.info>
98
99 * gnus-notifications.el (gnus-notifications): Check for nil values in
100 ignored addresses check.
101
102 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
105
106 2012-09-07 Chong Yidong <cyd@gnu.org>
107
108 * gnus-util.el
109 (gnus-put-text-property-excluding-characters-with-faces): Restore.
110
111 * gnus-salt.el (gnus-tree-highlight-node):
112 * gnus-sum.el (gnus-summary-highlight-line):
113 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
114
115 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
116
117 * gnus-util.el: Fix compilation error on XEmacs 21.4.
118
119 2012-09-06 Juri Linkov <juri@jurta.org>
120
121 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
122 scheme for buffer names to be more consistent with other group and
123 article buffer names in Gnus.
124
125 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
126
127 * gnus-util.el
128 (gnus-put-text-property-excluding-characters-with-faces): Remove.
129
130 * gnus-compat.el: Define compat function `add-face' from Wolfgang
131 Jenkner.
132
133 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
134
135 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
136
137 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
138
139 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
140
141 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
142 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
143
144 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
145 string-prefix-p in Emacs >=23.2.
146
147 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
148 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
149 instead of string-match-p.
150 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
151
152 2012-09-06 Kenichi Handa <handa@gnu.org>
153
154 * qp.el (quoted-printable-decode-region): Fix previous change; handle
155 lowercase a..f.
156
157 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
158
159 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
160
161 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
162
163 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
164 TIME is set.
165
166 2012-09-05 Juri Linkov <juri@jurta.org>
167
168 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
169 than one group at a time (bug#11961).
170
171 2012-09-05 Julien Danjou <julien@danjou.info>
172
173 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
174 this hide the real reason with a message giving absolutely no hint.
175
176 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
177
178 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
179 to the backend (bug#11804).
180
181 * message.el (message-insert-newsgroups): Don't insert newsgroup
182 duplicates (bug#12275).
183
184 2012-09-05 John Wiegley <johnw@newartisans.com>
185
186 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
187 sieve rules.
188
189 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
190
191 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
192 function.
193
194 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
195
196 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
197
198 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
199
200 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
201 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
202 This should make nnmaildir more usable with offlineimap.
203
204 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
205
206 * gnus-notifications.el (gnus-notifications-notify): Use it.
207
208 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
209 warnings on XEmacs.
210
211 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
212
213 Better seeds for (random).
214 * gnus-sync.el (gnus-sync-lesync-setup):
215 * message.el (message-canlock-generate, message-unique-id):
216 Change (random t) to (random), now that the latter is more random.
217
218 2012-08-31 Dave Abrahams <dave@boostpro.com>
219
220 * auth-source.el (auth-sources): Fix macos keychain access.
221
222 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
223 allow the backend `request-head' function to determine the group
224 name on its own.
225 (gnus-request-expire-articles): Filter out negative article numbers
226 during expiry (Bug#11980).
227
228 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
229 O(N^2) to O(N). This makes warping into huge groups tolerable.
230
231 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
232 you've found the article when you haven't.
233
234 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
237
238 2012-08-30 Julien Danjou <julien@danjou.info>
239
240 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
241 `gnus-notifications-timeout'.
242 (gnus-notifications-timeout): Add.
243 (gnus-notifications-action): New function.
244 (gnus-notifications-notify): Add :action using
245 `gnus-notifications-action'.
246 (gnus-notifications-id-to-msg): New variable.
247 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
248 notifications id to messages.
249
250 2012-08-30 Kenichi Handa <handa@gnu.org>
251
252 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
253 once.
254
255 2012-08-29 Julien Danjou <julien@danjou.info>
256
257 * gnus-notifications.el: New file.
258 (gnus-notifications-notify): New function.
259 (gnus-notifications): Use `gnus-notifications-notify'.
260
261 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
262
263 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
264 transfer encoding first; bind gnus-newsgroup-charset to the charset
265 that the article specifies (Bug#12209).
266
267 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
270 (gnus-group-customize-done): Encode values posting-style holds.
271
272 * gnus-msg.el (gnus-summary-resend-message)
273 (gnus-configure-posting-styles): Decode values posting-style group
274 parameter holds.
275
276 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
279 `name' and `address' in Resent-From header.
280
281 2012-08-14 Chong Yidong <cyd@gnu.org>
282
283 * gnus-art.el (article-display-face): Handle failure in
284 gnus-create-image (Bug#11802).
285
286 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
289 Use defsetf.
290
291 2012-08-10 Daiki Ueno <ueno@unixuser.org>
292
293 * auth-source.el: (auth-source-plstore-search)
294 (auth-source-secrets-search): Ignore :require and :type in search spec.
295
296 2012-08-06 Julien Danjou <julien@danjou.info>
297
298 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
299 Remove autoload, already handled by gnus.el.
300
301 2012-08-05 Julien Danjou <julien@danjou.info>
302
303 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
304 Add autoload.
305
306 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
307
308 * gnus.el (gnus-valid-select-methods): Fix custom type.
309
310 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
311
312 * auth-source.el (auth-sources, auth-source-backend-parse)
313 (auth-source-macos-keychain-search)
314 (auth-source-macos-keychain-search-items)
315 (auth-source-macos-keychain-result-append)
316 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
317 auth-source.el through the /usr/bin/security utility.
318 (auth-sources): Fix syntax error.
319 (auth-source-macos-keychain-result-append): Fix variable name.
320 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
321
322 2012-07-27 Julien Danjou <julien@danjou.info>
323
324 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
325 Emacs < 24.1
326
327 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
328
329 * message.el (message-kill-address): Don't kill last newline.
330 (message-skip-to-next-address): Don't move to the next header.
331 (message-fill-field-address): Work properly.
332
333 2012-07-25 Julien Danjou <julien@danjou.info>
334
335 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
336
337 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
338
339 * nnimap.el (nnimap-get-responses): Don't remove, still used.
340
341 2012-07-24 Julien Danjou <julien@danjou.info>
342
343 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
344
345 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
346 (nntp-async-timer-handler): Remove, unused.
347
348 * nnimap.el (nnimap-get-responses): Remove, unused.
349
350 * nnheader.el (mail-header-set-extra): Remove, unused.
351
352 * mm-view.el (mm-view-sound-file): Remove, unused.
353
354 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
355 (mm-url-encode-multipart-form-data): Remove, unused.
356
357 * message.el (message-remove-signature, message-make-host-name)
358 (message-fill-address): Remove, unused.
359
360 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
361 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
362 unused.
363
364 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
365
366 * gnus-util.el (gnus-extract-address-component-name)
367 (gnus-extract-address-component-email, gnus-sortable-date)
368 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
369 (gnus-process-live-p): Remove, unused.
370
371 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
372
373 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
374 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
375 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
376 function.
377
378 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
379
380 * gnus-score.el (gnus-summary-score-crossposting)
381 (gnus-score-regexp-bad-p): Remove, unused.
382
383 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
384
385 * gnus-range.el (gnus-sublist-p): Remove, unused.
386
387 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
388 unused.
389
390 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
391
392 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
393 (gnus-request-associate-buffer): Remove, unused.
394
395 * gnus-group.el (gnus-group-set-method-info)
396 (gnus-group-set-params-info): Remove, unused.
397
398 * gnus-fun.el (gnus-shell-command-to-string)
399 (gnus-shell-command-on-region): Remove, unused.
400
401 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
402
403 * gnus-art.el (gnus-article-text-type-exists-p)
404 (article-translate-characters, gnus-article-hide-text-of-type)
405 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
406 Remove, unused.
407
408 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
409
410 * nnir.el ("nnir"): Revert last change, that's premature to merge from
411 Gnus master.
412
413 2012-07-22 Andrew Cohen <cohen@bu.edu>
414
415 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
416
417 2012-07-21 Julien Danjou <julien@danjou.info>
418
419 * message.el (message-dont-reply-to-names): Replace deprecated
420 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
421 (message-get-reply-headers): Ditto.
422
423 2012-07-18 Julien Danjou <julien@danjou.info>
424
425 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
426 `sieve-upload-and-kill'.
427
428 * sieve.el (sieve-bury-buffer): Remove function.
429 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
430 (sieve-upload-and-kill): New function, mapped to C-c C-c.
431
432 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
433
434 * shr.el (shr-expand-url): Handle URL starting with `//'.
435
436 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
437 2012-07-13 Chong Yidong <cyd@gnu.org>
438
439 * smime.el (smime-certificate-info): Set buffer-read-only directly,
440 instead of calling toggle-read-only with a (bogus) argument.
441
442 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
443
444 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
445 of initial input when reading the author to restrict the summary to.
446
447 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
448
449 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
450 buffer exists, which it doesn't if we haven't started Gnus.
451
452 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
453
454 * mm-decode.el (mm-shr):
455 Allow overriding charset by mm-charset-override-alist.
456
457 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * gnus-art.el (gnus-article-view-part):
460 Toggle subparts of multipart/alternative part.
461
462 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * gnus-sync.el: Simply require json.
465
466 * registry.el: Simply require eieio and eieio-base.
467
468 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
469
470 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
471
472 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * shr.el (shr-render-buffer): New command.
475 (shr-visit-file): Use it.
476
477 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
478
479 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
480 Set no-byte-compile and no-update-autoloads.
481
482 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
483
484 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
485
486 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
489 being bound to a lambda form.
490
491 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
492
493 * gnus-picon.el (gnus-picon-properties): New defcustom.
494 (gnus-picon-create-glyph): Use it.
495
496 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
497
498 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
499 locales.
500
501 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
502 on a handle.
503
504 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
505 address as the default.
506
507 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
508 It makes no sense to query the user about internal files.
509
510 * gnus-spec.el: Remove all the byte-compilation stuff, since
511 benchmarking shows that it doesn't help when entering large summary
512 buffers.
513
514 * gnus-util.el (gnus-byte-code): Remove.
515
516 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
517 grouplens stuff.
518
519 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
520
521 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
522 (bug#11514).
523
524 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
525
526 * message.el (message-buffers): Return all buffers derived from Message
527 to make `gnus-dired-attach' work with mu4e.
528
529 2012-06-26 Daiki Ueno <ueno@unixuser.org>
530
531 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
532 (mm-dissect-singlepart): Don't guess the MIME type of
533 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
534 set.
535 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
536 toplevel MIME type is multipart/encrypted.
537
538 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
539
540 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
541 In particular, add an optional argument and a docstring.
542
543 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
544
545 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
546 current before calling `gnus-groups-to-gnus-format'.
547 Note that this was already the case for `gnus-active-to-gnus-format'.
548
549 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
552
553 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
554
555 * mm-decode.el (mm-dissect-buffer): Doc fix.
556
557 * gnus-sum.el (gnus-handle-ephemeral-exit):
558 Avoid creating the group buffer if it doesn't exist.
559
560 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
561 is given, mark the group as ephemeral with the current window conf.
562
563 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
564 buffer exists, which it doesn't if we haven't started Gnus.
565 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
566
567 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
568
569 * mml.el (mml-generate-mime):
570 Allow specifying what the top-level part type is.
571
572 * gnus-sum.el (gnus-auto-center-summary):
573 `scroll-margin' isn't defined on XEmacs.
574
575 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
576
577 * gnus-sum.el (gnus-auto-center-summary):
578 Set default to respect `scroll-margin'.
579
580 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
581
582 * gnus-cite.el (gnus-dissect-cited-text): A single line without
583 citation prefix within a block of cited text should be considered
584 part of that block *only* if it is a blank line.
585
586 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
589 before kinsoku-bol characters nor within kinsoku-eol characters.
590
591 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
592
593 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
594 (gnus-topic-create-topic, gnus-topic-enter-dribble):
595 Silence compiler.
596 (gnus-sync-read): Use mapc instead of mapcar.
597
598 * mm-archive.el: Require mm-decode for some macros.
599 (gnus-recursive-directory-files, mailcap-extension-to-mime):
600 Silence the byte compiler.
601 (mm-archive-decoders): New function that returns the value of
602 the mm-archive-decoders variable.
603
604 * mm-decode.el:
605 Don't require mm-archive; autoload mm-archive functions instead.
606 (mm-dissect-singlepart): Use the function mm-archive-decoders.
607
608 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
609
610 2012-06-26 Peter Munster <pmrb@free.fr>
611
612 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
613 (gnus-demon-cancel): Ditto.
614 (gnus-demon-run-callback): When function cannot be called due to low
615 idleness, call it when idleness reaches the expected value, instead
616 of waiting another timer period.
617 (gnus-demon-init): Add `time' to arguments of call-back.
618
619 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
620
621 * gnus.el: Register gnus-registry functions.
622
623 * gnus-registry.el (gnus-try-warping-via-registry):
624 Move here and indent.
625
626 * gnus-int.el (gnus-warp-to-article):
627 Check whether the registry is enabled before warping.
628
629 2012-06-26 Dave Abrahams <dave@boostpro.com>
630
631 * gnus-sum.el (gnus-summary-insert-subject): Record information
632 in the registry about each article retrieved.
633
634 * gnus-int.el (gnus-select-group-with-message-id): New function.
635 (gnus-try-warping-via-registry): Ditto.
636 (gnus-warp-to-article): Fall back on the registry.
637
638 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
639
640 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
641
642 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
645 gnus-gcc-self-resent-messages may be a group parameter.
646 (gnus-summary-resend-message):
647 Don't encode encoded words in header when Gcc'ing resent message.
648
649 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * shr.el (shr-insert): Treat non-breaking space just like normal
652 space. This seems to produce more pleasing results.
653 (shr-insert):
654 Only insert a blank line if we're starting from an image.
655 (shr-tag-br):
656 Allow <br> to end lines or to make a single blank line.
657 (shr-ensure-paragraph): Consider lines with white space to be blank.
658
659 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
660
661 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
662 and gnus-gcc-post-body-encode-hook.
663
664 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
665
666 * mm-decode.el (mm-dissect-singlepart):
667 Guess what the type of application/octet-stream parts really is.
668
669 * gnus-sum.el (gnus-propagate-marks): Remove.
670
671 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
672
673 * nntp.el (nntp-coding-system-for-read): Remove.
674 (nntp-coding-system-for-write): Ditto.
675 (nntp-open-connection): Just use `binary' directly.
676
677 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
678
679 * registry.el (registry-usage-test, registry-persistence-test):
680 Move to tests/gnustest-registry.el.
681 (registry-make-testable-db, registry-match-test)
682 (registry-instantiation-test): Move to tests/gnustest-registry.el.
683
684 * gnus-registry.el (gnus-registry-misc-test)
685 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
686
687 * tests/gnustest-registry.el:
688 New file with the registry and gnus-registry ERT tests.
689
690 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
691
692 * gnus-msg.el (gnus-summary-resend-message):
693 Make gnus-summary-resend-message-insert-gcc be last item in
694 message-header-setup-hook.
695
696 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
697
698 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
699 (nnfolder-marks, nnfolder-marks-file-suffix)
700 (nnfolder-marks-modtime): Remove.
701 (nnfolder-open-server): Don't use marks.
702 (nnfolder-request-delete-group): Ditto.
703 (nnfolder-request-rename-group): Ditto.
704 (nnfolder-request-set-mark, nnfolder-request-marks)
705 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
706 (nnfolder-save-marks, nnfolder-open-marks): Remove.
707
708 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
709 (nnml-marks-modtime): Remove.
710 (nnml-request-delete-group): Don't use marks.
711 (nnml-request-rename-group): Ditto.
712 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
713 (nnml-save-marks, nnml-open-marks): Remove.
714
715 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
716 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
717 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
718 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
719 (nntp-server-to-method-cache): Remove.
720
721 * shr.el (shr-rescale-image): Fix wrong merge.
722
723 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
724
725 * shr.el (shr-remove-trailing-whitespace):
726 Really delete the padding on too-wide lines.
727
728 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
729
730 * mm-archive.el (mm-archive-dissect-and-inline): New function.
731 (mm-archive-dissect-and-inline): Fix up the undisplayer.
732
733 * mm-decode.el (mm-display-external): Output the text from
734 the command in the buffer after the command finished.
735 This makes text-based commands behave better.
736
737 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
738
739 * message.el (smtpmail-smtp-user): Silence compiler warning.
740
741 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
742
743 * message.el (message-multi-smtp-send-mail): Also allow specifying
744 the SMTP user name.
745
746 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
747
748 * gnus-sum.el (gnus-summary-article-map): Fix typo.
749
750 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
751
752 * message.el (message-multi-smtp-send-mail): New function.
753 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
754 header to implement multi-SMTP functionality.
755
756 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
757 (gnus-agentize): Don't set it.
758 (gnus-agent-send-mail): Don't use it.
759
760 * gnus-sum.el (gnus-summary-widget-backward):
761 New function and keystroke.
762
763 * shr.el (shr-put-image): Remove underlines from sliced images.
764 (shr-zoom-image): Compute the region to be replaced more correctly.
765
766 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
767
768 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
769 (gnus-summary-resend-message-insert-gcc): New function.
770 (gnus-summary-resend-message): Modify message-header-setup-hook and
771 message-sent-hook to make it work for Gcc.
772 (gnus-inews-do-gcc): Update the number of unread articles of groups
773 that messages are Gcc'd to.
774
775 * message.el (message-resend): Run message-sent-hook to do Gcc.
776
777 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
778
779 * gnus-registry.el (gnus-registry-fixup-registry):
780 Move the message to a higher level to silence compilation.
781
782 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
783 parameter to allow controlling the scaling.
784
785 * shr.el (shr-zoom-image): New command and keystroke.
786 (shr-put-image): Take a `size' flag to say how to scale the image.
787
788 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
789 Use recursive deletion.
790 (mm-dissect-archive): Add support for zip files.
791
792 * gnus-util.el (gnus-recursive-directory-files): New function.
793
794 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
795 (mm-archive-decoders): Add tgz support.
796
797 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
798 Otherwise inserting text into the Gnus buffer can look odd.
799
800 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
801
802 * mm-archive.el (mm-archive-decoders): Add support for tar.
803
804 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
805
806 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
807
808 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
809
810 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
811
812 * mm-archive.el: New file.
813
814 * mm-decode.el (mm-dissect-singlepart):
815 Use it to decode ms-tnef files.
816
817 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
818
819 * message.el (message-goto-*): Make all the `message-goto-*' commands
820 push the mark before moving point. This makes it easier to go back
821 to where you came from after editing whatever you jumped to.
822
823 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
824
825 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
826 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
827 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
828
829 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
830
831 * spam.el: Move BBDB autoloads.
832 (spam-exists-in-BBDB-p):
833 New function to do the BBDB search directly in BBDB 2 and 3.
834 (spam-check-BBDB): Use it.
835 (spam-enter-ham-BBDB): Use it.
836
837 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
838
839 * gnus-group.el (gnus-group-get-new-news):
840 New parameter `one-level' for scanning exactly one level.
841
842 * gnus-start.el (gnus-get-unread-articles): Ditto.
843
844 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
845
846 * gnus-sync.el: More commentary about setup.
847
848 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
849
850 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
851
852 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * gnus-sync.el: Improve docs about CouchDB admins.
855
856 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
857
858 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
859 not needed. Provide xmlplistread list function to produce XML plist
860 output for non-Gnus LeSync clients.
861
862 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
863
864 * gnus-sync.el: Add LeSync synchronization backend and logic to read
865 and save against it. Group subscriptions, read marks, other marks,
866 subscription levels, topic names, and topic offsets (the group's
867 position within the topic) are saved. This is an experimental
868 backend and may change significantly. Load json.el from
869 the gnus-fallback-lib if it's not available otherwise.
870 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
871
872 2012-06-26 David Engster <dengste@eml.cc>
873
874 * tests/gnustest-nntp.el: New file for simple NNTP testing.
875
876 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
877
878 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
879
880 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
881
882 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
883 is an integer to avoid later problems.
884
885 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
886
887 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
888 locales.
889
890 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
891
892 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
893 articles when fetch-old is non-nil (bug#11370).
894
895 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
897 * gnus-group.el (gnus-group-get-new-news):
898 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
899
900 2012-06-10 Dave Abrahams <dave@boostpro.com>
901
902 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
903 groups (bug#11641).
904
905 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
906
907 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
908 (bug#11514).
909
910 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * nntp.el: Stop the `letf' madness.
913 (nntp--report-1): New var.
914 (nntp-report): Merge nntp-report-1 into it.
915 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
916 the nntp-report function.
917
918 * auth-source.el: Fix comment-style to follow the convention.
919
920 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
921
922 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
923 a string so that Gcc works (bug#11514).
924
925 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
928 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
929
930 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
931
932 * gnus-win.el (gnus-configure-frame): Don't signal an error when
933 jumping to *Server* from a dedicated *Group* window.
934 (gnus-configure-frame): CSE.
935
936 * gnus-registry.el: Minor style cleanup.
937 (gnus-registry--set/remove-mark): New function, extracted from
938 gnus-registry-install-shortcuts.
939 (gnus-registry-install-shortcuts): Use it.
940
941 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
942
943 * nnspool.el (news-path): Use eval-and-compile.
944
945 2012-05-24 Glenn Morris <rgm@gnu.org>
946
947 * nnspool.el (news-directory, news-path, news-inews-program):
948 Move here from paths.el. Don't see a need for these to be autoloaded.
949
950 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
951 Merge in doc from paths.el version. Don't see any need for this to be
952 autoloaded, or for the warning about users not setting it.
953
954 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
955
956 Fix minor Y10k bug.
957 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
958
959 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
962 message once it's actually open.
963
964 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * auth-source.el (auth-source--aput-1, auth-source--aput)
967 (auth-source--aget): New functions and macros.
968 Use them instead of aput/aget.
969
970 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
971
972 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
973
974 2012-04-26 Daiki Ueno <ueno@unixuser.org>
975
976 * plstore.el (plstore-called-interactively-p): New compat macro copied
977 from message.el.
978 (plstore-mode): Use it.
979
980 2012-04-26 Daiki Ueno <ueno@unixuser.org>
981
982 * plstore.el: Revive the editing feature.
983 (plstore-mode): New mode to edit plstore file.
984 (plstore-mode-toggle-display, plstore-mode-original)
985 (plstore-mode-decoded): New command.
986 (plstore--encode, plstore--decode, plstore--write-contents-functions)
987 (plstore--insert-buffer, plstore--make): New function.
988 (plstore-open, plstore-save): Simplify by using them.
989
990 2012-04-16 Glenn Morris <rgm@gnu.org>
991
992 * nndraft.el (nndraft-request-list): Fix declaration.
993
994 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
995
996 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
997 don't have a current group.
998
999 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1000 have a group name.
1001
1002 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1003 a multibyte buffer (bug#7410).
1004 (article-wash-html): Parse the original article buffer to get the
1005 unencoded data (bug#7410).
1006
1007 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1008 .newsrc.el files.
1009
1010 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1013 would have gotten if we posted to the group, and use that to compare
1014 against the message we want to cancel (bug#10808).
1015
1016 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1017
1018 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1019 "#" to avoid having them interpreted as comments.
1020
1021 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1022
1023 * shr.el (shr-insert): Update the text state properly to avoid
1024 inserting spurious paragraph starts.
1025
1026 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1029 requested (bug#10961).
1030
1031 * shr.el (shr-table-widths): Divide the extra width more fairly over
1032 the TDs (bug#10973).
1033 (shr-render-td): Don't delete too much padding.
1034 (shr-natural-width): Compute the natural width more correctly.
1035 (shr-insert): Allow the natural width to be computed for tables again.
1036 (shr-tag-table-1): Rework how the natural widths are computed by
1037 rendering the table a third time.
1038 (shr-natural-width): Remove.
1039 (shr-buffer-width): New function.
1040 (shr-expand-newlines): Use it.
1041
1042 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1043 using a `gnus-use-full-window' setup (bug#11013).
1044
1045 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1046
1047 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1048 24.1 release.
1049
1050 2012-03-10 David Edmondson <dme@dme.org>
1051
1052 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1053 'Forwarded Message' header and the start of the message.
1054
1055 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1056
1057 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1058 isn't running (bug#10897).
1059
1060 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1061
1062 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1063
1064 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1065
1066 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1067
1068 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1069
1070 * mm-decode.el (mm-shr): Remove "soft hyphens".
1071
1072 * nnimap.el (nnimap-request-list): Return the group names encoded as
1073 utf8. Otherwise non-European group names don't work.
1074 (nnimap-request-newgroups): Ditto.
1075
1076 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1077 the default in `read-string' (bug#10757).
1078
1079 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1080 topics (bug#10843).
1081
1082 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1083 buffer. Suggested by Herbert Valerio Riedel.
1084 (nnimap-request-move-article): Delete the message from the correct IMAP
1085 server.
1086
1087 2012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
1088
1089 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1090 Reported by Peter Münster.
1091
1092 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1093
1094 * shr.el (shr-image-fetched): Make sure we really kill the right
1095 buffer.
1096
1097 2012-02-16 Leo Liu <sdl.web@gmail.com>
1098
1099 * gnus-start.el (gnus-1): Avoid duplicate entries.
1100
1101 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1102
1103 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1104 too-wide lines.
1105
1106 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 * shr.el (shr-rescale-image): Undo previous change; see
1109 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1110
1111 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1112
1113 * nnimap.el (nnimap-record-commands): New variable.
1114 (nnimap-log-command): Use it.
1115 (nnimap-make-process-buffer): Add a space to the process buffer.
1116 (nnimap-transform-headers): Don't bug out on header lines containing
1117 stuff that look like IMAP length encodings.
1118
1119 * shr.el (shr-rescale-image): Allow viewing large images.
1120
1121 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1122
1123 * nnml.el (nnml-request-compact-group): Delete the marks file after
1124 compaction (bug#10800).
1125
1126 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1127 group exit.
1128
1129 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1130 QRESYNC/FETCH output.
1131
1132 2012-02-11 Glenn Morris <rgm@gnu.org>
1133
1134 * sieve-manage.el (sieve-manage-default-stream):
1135 * shr.el (shr):
1136 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1137 (nnir-retrieve-headers-override-function)
1138 (nnir-imap-default-search-key, nnir-notmuch-program)
1139 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1140 (nnir-method-default-engines):
1141 * message.el (message-cite-reply-position):
1142 * gssapi.el (gssapi-program):
1143 * gravatar.el (gravatar):
1144 * gnus-sum.el (gnus-refer-thread-use-nnir):
1145 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1146 (gnus-registry-max-pruned-entries):
1147 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1148 * gnus-int.el (gnus-after-set-mark-hook)
1149 (gnus-before-update-mark-hook):
1150 * gnus-async.el (gnus-async-post-fetch-function):
1151 * auth-source.el (auth-source-cache-expiry):
1152 Add missing :version tags to new defcustoms and defgroups.
1153
1154 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1155
1156 * message.el (message-default-send-mail-function): Made into own
1157 function for reuse by emacsbug.el.
1158
1159 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1162 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1163
1164 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1165
1166 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1167 running.
1168
1169 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1170
1171 * gnus.el (gnus-server-extend-method): Don't add an -address component
1172 if the method already has one (bug#9676).
1173
1174 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1175
1176 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1177 of an initial-input for consistency (bug#10757).
1178
1179 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1180
1181 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1182
1183 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1184
1185 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1186 lines that are narrower than the window width. Otherwise background
1187 "blocks" will look less readable.
1188
1189 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1190
1191 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1192
1193 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1194
1195 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1196 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1197 have newlines within the strings, and where the UID comes after the
1198 BODYSTRUCTURE element (bug#10537).
1199
1200 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1201 (bug#10732).
1202
1203 * shr.el (shr-insert-document): Add doc string.
1204 (shr-visit-file): Ditto.
1205 (shr-remove-trailing-whitespace): New function.
1206 (shr-insert-document): Use it to clean up trailing whitespace as the
1207 final step (bug#10714).
1208
1209 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1210
1211 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1212 buffer if `gnus-kill-summary-on-exit' is nil.
1213
1214 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1215
1216 * gnus-sum.el (gnus-summary-show-thread):
1217 next-single-char-property-change may return nil in XEmacs.
1218
1219 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1220
1221 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1222 when just reading a single group from "without" Gnus.
1223
1224 2012-02-06 Chong Yidong <cyd@gnu.org>
1225
1226 * gnus-sum.el (gnus-summary-show-thread):
1227 next-single-char-property-change never returns nil (Bug#8657).
1228
1229 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1230
1231 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1232 without reconnecting.
1233 (nnimap-possibly-change-group): Ditto.
1234 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1235 connection has died before being called.
1236
1237 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1238
1239 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1240 an initial sync unless we're really doing one.
1241
1242 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1243 address parameter if one already exists (bug#9676).
1244
1245 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1246 not the prefix, as documented (bug#10689).
1247
1248 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1249
1250 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1251 the "server".
1252
1253 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1254 the real error message with the useless "previously known to be down".
1255 Which isn't even correct.
1256
1257 * nntp.el (nntp-open-connection): Report the error message if the nntp
1258 server can't be reached.
1259
1260 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1261 groups we do a total scan for.
1262 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1263 doing that.
1264
1265 2012-01-31 Jim Meyering <jim@meyering.net>
1266
1267 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1268 Correct a comment (insert "not") and hide nominally-doubled "to".
1269
1270 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1271
1272 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1273 section in the manual.
1274
1275 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1276
1277 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1278 words.
1279 (rfc2047-encode-string): Ditto.
1280 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1281 understand folded filename="..." parameters, for instance.
1282
1283 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1284 the message for greater debuggability.
1285
1286 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1287
1288 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1289 instead of setting it locally, since the latter doesn't seem to have
1290 any effect (most of the time).
1291
1292 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1293
1294 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1295 function call.
1296
1297 2012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
1298
1299 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1300 seconds, and make the repeat clause with HH:MM specs work as
1301 documented.
1302
1303 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1304
1305 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1306 so that previous errors don't prohibit getting new news.
1307
1308 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1309
1310 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1311
1312 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1315 bound globally in old Emacsen and XEmacsen.
1316
1317 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1318
1319 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1320 buffer, not of the string which is its name.
1321
1322 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1323
1324 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1325 non-server-marks groups.
1326 (gnus-group-make-articles-read): Ditto.
1327
1328 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1329 methods (bug#9676).
1330
1331 * gnus.el (gnus-method-ephemeral-p): New function.
1332
1333 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1336 left-to-right.
1337
1338 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1339
1340 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1341 warning.
1342
1343 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1344
1345 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1346 macroexpand the nnir things, since they haven't been defined yet, and
1347 nnir requires gnus-sum.
1348
1349 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1350
1351 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1352
1353 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1354
1355 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1356 logical server name in addition to the actual machine address.
1357
1358 * auth-source.el (auth-source-user-and-password): Add convenience
1359 wrapper to search by just host and optionally user.
1360
1361 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
1363 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1364 after rendering.
1365
1366 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1367
1368 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1369 (bug#9693).
1370 (gnus-summary-setup-buffer): Document return value (bug#9697).
1371
1372 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1373 since ido doesn't work on symbols (bug#9632).
1374
1375 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1376 when getting a single value as when getting all the values. This means
1377 that atoms like `gcc-self' work cumulatively, like variable settings,
1378 instead of getting the value from the last matching clause.
1379 (gnus-group-find-parameter): Protect against the group buffer not
1380 existing (bug#9585).
1381
1382 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1383
1384 * gnus-start.el (gnus-activate-group): Document more parameters
1385 (bug#9694).
1386
1387 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1388 (bug#9692).
1389
1390 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1391 article was fetched, so that it can be expired later (bug#9958).
1392 (gnus-agent-summary-fetch-series): Add doc string.
1393 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1394 (bug#9517).
1395
1396 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1397 retrieval is happening.
1398
1399 * gnus.el (gnus-parameters): Doc fix.
1400
1401 2012-01-06 Dave Abrahams <dave@boostpro.com>
1402
1403 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1404 show the thread after expansion.
1405
1406 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
1408 * gnus-art.el (article-narrow-to-head): If the head is completely
1409 empty, narrow to the empty region (bug#9764).
1410
1411 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1412 read, and then mark them as unread only when the unread mark is used.
1413 This makes `C-- T k' actually work, even though it's confusing.
1414
1415 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1416 alive before we try to find its window.
1417
1418 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1419
1420 * mm-decode.el (mm-display-external): Use a longer timeout for the
1421 deletion to allow slow programs to display the file.
1422
1423 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1424
1425 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1426 prompt to be less confusing.
1427
1428 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1429 argument to `message-reply'. This broke `special-display-*' frame
1430 pop-uping (bug#10238).
1431
1432 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433
1434 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1435 systems, since these allegedly don't work there.
1436
1437 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1438
1439 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1440 live buffer.
1441
1442 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1443
1444 * nnir.el (nnir-retrieve-headers): Protect against the article not
1445 existing on the server (bug#10335).
1446
1447 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1448
1449 * gnus-agent.el (gnus-agent-load-local):
1450 Recompute gnus-agent-article-local on changing method.
1451
1452 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1453
1454 * gnus.el (gnus-parameters): Note precedence.
1455
1456 2012-01-04 Leo Liu <sdl.web@gmail.com>
1457
1458 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1459 in the group buffer.
1460
1461 2012-01-04 Julien Danjou <julien@danjou.info>
1462
1463 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1464 change.
1465
1466 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1467
1468 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1469 too.
1470
1471 * nntp.el (nntp-retrieve-group-data-early): Use it.
1472
1473 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1474
1475 * nntp.el (nntp-retrieval-in-progress): New variable.
1476 (nntp-make-process-buffer): Make it buffer-local.
1477
1478 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1479 2010.
1480 (gnus-demon-init): Use it to compute the time if time is on the form
1481 "04:23".
1482
1483 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1484
1485 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1486 status in the correct buffer.
1487
1488 2012-01-03 Leo Liu <sdl.web@gmail.com>
1489
1490 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1491 when opening topics (bug#10407).
1492
1493 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * mm-view.el (mm-display-inline-fontify): Add comment.
1496
1497 2011-12-15 Juri Linkov <juri@jurta.org>
1498
1499 * mm-decode.el (mm-inline-media-tests): Add missing
1500 `mm-handle-media-subtype'.
1501
1502 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1503
1504 * message.el (message-valid-fqdn-regexp): Update with newly approved
1505 top-level domain names ".tel" and ".asia".
1506
1507 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1508
1509 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1510 unconditionally.
1511
1512 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1513
1514 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1515 pop-to-buffer-same-window for old Emacsen.
1516
1517 2011-12-04 Chong Yidong <cyd@gnu.org>
1518
1519 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1520 change (Bug#10200).
1521
1522 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1523
1524 * compface.el (uncompface):
1525 * gnus-art.el (gnus-article-x-face-command): Update the header format
1526 of icon data for the most recent icontopbm program.
1527
1528 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1529
1530 * gnus-msg.el (gnus-inews-do-gcc):
1531 * message.el (message-send-mail):
1532 * mml.el (mml-generate-mime): Share the value of the buffer-local
1533 `message-options' variable between a draft buffer and temprary working
1534 buffers.
1535
1536 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1539
1540 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1543 for Cygwin.
1544
1545 2011-11-24 Glenn Morris <rgm@gnu.org>
1546
1547 * starttls.el: Fix case of "GnuTLS".
1548
1549 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * gnus-group.el (gnus-group-highlight): Fix typo.
1552
1553 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1554
1555 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1556 value of `delete-file', that returns nil for a local file but returns t
1557 for a remote file using ssh.
1558
1559 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1560
1561 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1562 avoid later breakage.
1563
1564 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1565
1566 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1567 article buffers' name.
1568
1569 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1570
1571 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1572 by Paul Eggert's spellfixes two days ago.
1573
1574 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1575
1576 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1577 buffer-local instead of binding them to avoid warnings. Also demote
1578 errors (bug#10063).
1579 (font-lock-mode-hook): Shut up byte compiler.
1580
1581 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1582
1583 * mm-util.el (mm-charset-after): Fix typo.
1584
1585 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * gnus-sum.el (gnus-summary-make-menu-bar):
1588 * gnus-uu.el (gnus-uu-decode-postscript)
1589 (gnus-uu-decode-postscript-and-save):
1590 * mailcap.el (mailcap-print-command):
1591 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1592 Fix typos.
1593
1594 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * gnus-art.el (gnus-article-part-wrapper):
1597 * shr-color.el (shr-color-visible-distance-min)
1598 (shr-color-relative-to-absolute, set-minimum-interval)
1599 (shr-color-visible): Fix typos.
1600
1601 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1604 slightly clearer.
1605
1606 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1607
1608 * message.el (message-send-and-exit): Document `arg'.
1609
1610 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1613
1614 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1615
1616 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1617 we don't use `bound-and-true-p'.
1618
1619 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * gnus-util.el (gnus-bound-and-true-p): Remove.
1622 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1623 * nnir.el: Use it.
1624 * nnmairix.el: Use it.
1625
1626 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1627
1628 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1629 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1630 for reasons unknown.
1631 * nnir.el: Use it.
1632 * nnmairix.el: Use it.
1633
1634 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1635 * nnir.el: Ditto.
1636 * nnmairix.el: Ditto.
1637
1638 * gnus-registry.el (gnus-registry-enabled): Default to nil.
1639
1640 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * message.el (message-completion-function): Make sure
1643 message-tab-body-function is not attempted if one of
1644 message-completion-alist fails to find a completion (bug#9158).
1645
1646 2011-10-26 Daiki Ueno <ueno@unixuser.org>
1647
1648 * mml.el (mml-quote-region): Quote <#secure> tag.
1649 (mml-generate-mime-1): Unquote <#secure> tag.
1650
1651 2011-10-20 Chong Yidong <cyd@gnu.org>
1652
1653 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1654 calling a minor mode from Lisp with nil arg enables it, so we have to
1655 make the wording a bit ambiguous here).
1656
1657 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1658
1659 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1660 * nnir.el (nnir-mode): Use it.
1661 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1662 Use it.
1663
1664 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1665 * nnmairix.el (gnus-registry-enabled): Ditto.
1666
1667 2011-10-17 Dave Abrahams <dave@boostpro.com>
1668
1669 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
1670 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1671 only while we need to find out if it should be t or nil.
1672 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1673 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1674 the registry is installed. Set it to nil when it's unloaded.
1675 (gnus-registry-install-p): Provide user guidance for the initial value
1676 of `gnus-registry-install' when it's 'ask, otherwise return its value.
1677 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1678 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1679 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1680 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1681 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1682 `gnus-registry-install'.
1683
1684 2011-10-17 Daiki Ueno <ueno@unixuser.org>
1685
1686 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1687 previous change.
1688 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1689 primary key is marked as disabled.
1690
1691 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
1692
1693 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1694 primary key is marked as disabled.
1695
1696 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
1697
1698 * html2text.el (html2text-clean-anchor): Check for quotes around
1699 `href' value.
1700
1701 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1702
1703 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1704 searching. Drop `bbdb-cache'.
1705
1706 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1707
1708 * message.el (message-signed-or-encrypted-p): Exclude header when
1709 checking if there is signed or encrypted body in text/plain message.
1710
1711 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
1712
1713 * html2text.el (html2text-get-attr): Correctly handle attribute values
1714 containing "=".
1715
1716 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
1717
1718 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1719 handle bindings.
1720
1721 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1722
1723 * gnus-win.el (gnus-configure-windows): Protect against reading
1724 ephemeral groups outside of Gnus.
1725
1726 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1727
1728 * shr.el (shr-tag-img): Don't get images displayed in tables.
1729
1730 2011-10-03 Glenn Morris <rgm@gnu.org>
1731
1732 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1733 the "maintainer" version of debbugs.gnu.org reports.
1734
1735 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1738 make asynchronous adjacent image insertion work better.
1739
1740 2011-09-27 Daiki Ueno <ueno@unixuser.org>
1741
1742 * plstore.el (plstore-select-keys, plstore-encrypt-to):
1743 Clarify documentation.
1744
1745 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1748 `gnus-asynchronous' isn't shadowed.
1749
1750 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1751
1752 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1753 (nnimap-insert-partial-structure): The charset parameter isn't
1754 case-sensitive.
1755
1756 * nnheader.el (nnheader-message-maybe): New function.
1757
1758 * shr.el (shr-tag-table): Render totally broken tables better.
1759
1760 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1761 computing the boundary.
1762
1763 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * pop3.el (pop3-number-of-responses): Remove.
1766 (pop3-wait-for-messages): Rewrite to take linear time instead of
1767 exponential time.
1768
1769 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1770
1771 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1772 re-fetch images.
1773
1774 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1775 re-fetch images when hitting `g' in Gnus.
1776
1777 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * mml.el (mml-inhibit-compute-boundary): New internal variable.
1780 (mml-compute-boundary): Don't check collision if it is non-nil.
1781 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1782 before checking collision.
1783
1784 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1785
1786 * message.el (message-indent-citation): Really make sure there's a
1787 newline at the end.
1788
1789 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1790 Fix suggested by John Wiegley.
1791
1792 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1793
1794 * gnus-art.el (gnus-treat-hide-citation): Add doc.
1795
1796 * message.el (message-default-send-rename-function): Break out into its
1797 own function.
1798
1799 * ecomplete.el (ecomplete-display-matches): Revert patch since it
1800 doesn't work under XEmacs.
1801
1802 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1803 of "imaps" to word around Windows problems.
1804 (nnimap-open-connection-1): Use it.
1805
1806 * message.el (message-indent-citation): Revert last change which made
1807 `F' not work.
1808
1809 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
1810
1811 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1812 terminal as well.
1813
1814 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1817 because it displays images using overlays that aren't easy to copy to
1818 the article buffer.
1819
1820 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
1821
1822 * message.el (message-indent-citation): Fix empty line removal at the
1823 end of the citation.
1824
1825 2011-09-20 Julien Danjou <julien@danjou.info>
1826
1827 * auth-source.el (auth-source-netrc-create): Use default value for
1828 password if specified. Evaluate default.
1829 (auth-source-plstore-create): Ditto.
1830 (auth-source-plstore-create, auth-source-netrc-create): Fix default
1831 value evaluation.
1832 (auth-source-netrc-create): Typo fix.
1833 (auth-source-plstore-create): Ditto.
1834
1835 * auth-source.el (auth-source-format-cache-entry): New function.
1836
1837 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
1838
1839 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1840
1841 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1844
1845 2011-09-19 Julien Danjou <julien@danjou.info>
1846
1847 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
1848 which work with things that are not ASCII.
1849
1850 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1851
1852 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
1853
1854 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1855
1856 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
1857 message level.
1858
1859 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1860
1861 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
1862
1863 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1864
1865 * gnus.el (gnus-interactive-exit): Update defcustom spec.
1866
1867 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
1870 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
1871
1872 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
1873
1874 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
1875 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
1876 articles.
1877
1878 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
1879
1880 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
1881 (message-mail-other-window, message-mail-other-frame)
1882 (message-news-other-window, message-news-other-frame):
1883 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
1884 instead of setting buffer display variables.
1885
1886 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1887
1888 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
1889
1890 * gnus-sum.el (gnus-fetch-headers): Bump message level.
1891
1892 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
1895 duplicates" to a higher level.
1896
1897 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
1898 most egregious messages.
1899
1900 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1901
1902 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
1903
1904 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
1905
1906 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
1907 up the file (bug#9351).
1908
1909 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1910
1911 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
1912 it does with all other backends, but decode the names immediately after
1913 getting them.
1914
1915 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
1916 decoding nnimap groups.
1917
1918 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
1919 newsrc file. It doesn't seem like an important optimization any more.
1920
1921 2011-09-10 Dave Abrahams <dave@boostpro.com>
1922
1923 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
1924 overflows.
1925
1926 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1927
1928 * gnus.el (gnus-article-mark-lists): Remove `recent'.
1929 (gnus-interactive-exit): Extend to `quiet'.
1930
1931 * gnus-sum.el (gnus-offer-save-summaries): Use it.
1932
1933 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
1934 string.
1935
1936 * plstore.el (plstore--get-buffer): Silence compiler warnings by
1937 renaming function arguments from `this'.
1938
1939 * gnus-sum.el (gnus-newsgroup-recent): Remove.
1940
1941 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
1942 has been renamed.
1943 (gnus-lrm-string-p): Include RLM and PDF, too.
1944
1945 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
1946 (bug#9225).
1947
1948 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1949
1950 Add autoload cookies for functions used by sendmail.el.
1951 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
1952
1953 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
1954
1955 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1956
1957 * gnus-art.el (article-date-ut): Work properly even when there are
1958 things like Date header in the body; work for forwarded parts.
1959
1960 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
1961
1962 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
1963 original-article-buffer.
1964
1965 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
1966
1967 * nnir.el (nnir-compose-result): Fix matching of server type.
1968 (nnir-run-swish++): Ditto.
1969 (nnir-run-namazu): Ditto.
1970 (nnir-run-notmuch): Ditto.
1971
1972 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1973
1974 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
1975 (bug#9405).
1976
1977 * gnus-score.el (gnus-summary-increase-score): Doc clarification
1978 (bug#9421).
1979
1980 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1981 (bug#9425).
1982
1983 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1984 thing (bug#9426).
1985
1986 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1987
1988 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1989 the error message.
1990
1991 2011-09-02 Eli Zaretskii <eliz@gnu.org>
1992
1993 * message.el (message-setup-1): Return t (Bug#9392).
1994
1995 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
1996
1997 * gnus-sum.el: When adding article headers to a summary buffer also
1998 update gnus-newsgroup-articles (bug#9386).
1999
2000 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002 * auth-source.el: Autoload help-mode.
2003
2004 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2005
2006 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2007 names.
2008
2009 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2010
2011 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2012 mm-replace-in-string for compatibility issues.
2013 * mml2015.el (mml2015-epg-verify): Ditto.
2014
2015 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2018
2019 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2020
2021 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2022
2023 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2024 continue on and do the clean-up phase (bug#9188).
2025
2026 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2027 just ignore groups that can't be opened instead of erroring out
2028 (bug#9225).
2029
2030 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2031 nil since some many people are fuddy-duddies.
2032
2033 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2034 images.
2035
2036 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2037 instead.
2038
2039 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2040
2041 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2042
2043 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2044 processing.
2045
2046 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2047 buffer to avoid warnings.
2048
2049 2011-08-20 Simon Josefsson <simon@josefsson.org>
2050
2051 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2052 specified to reduce precision.
2053
2054 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055
2056 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2057 bodystructures (bug#9314).
2058
2059 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2062 Make button keymap non-sticky after buttons.
2063
2064 2011-08-18 David Engster <dengste@eml.cc>
2065
2066 * nnmairix.el (nnmairix-request-set-mark)
2067 (nnmairix-goto-original-article): Remove adding of article to registry,
2068 since `gnus-registry-add-group' isn't available anymore.
2069 (nnmairix-determine-original-group-from-registry):
2070 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2071 available anymore.
2072
2073 2011-08-12 Simon Josefsson <simon@josefsson.org>
2074
2075 * starttls.el (starttls-any-program-available): Define as obsolete
2076 function.
2077
2078 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2079
2080 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2081 versions which Gnus use when appropriate.
2082
2083 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2084 a pretty destructive command.
2085
2086 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2087
2088 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
2090 * message.el (message-fix-before-sending): Make a different warning
2091 about NUL characters (bug#9270).
2092
2093 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2094 from custom (bug#9260).
2095
2096 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2097 things work in Emacs 22 and XEmacs, too.
2098
2099 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2100 default From.
2101
2102 * gnus-spec.el (gnus-lrm-string-p): New macro.
2103 (gnus-lrm-string): New constant.
2104 (gnus-summary-line-format-spec): LRM-ify the from.
2105 (gnus-tilde-max-form): LRM-ify string chopping.
2106
2107 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2108
2109 * message.el (message-is-yours-p): Allow disabling canlock checking
2110 (bug#9295).
2111 (message-shoot-gnksa-feet): Add `canlock-verify'.
2112 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2113 message directory isn't writable (bug#9304).
2114
2115 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2116 non-world-readable.
2117
2118 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2119
2120 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2121 articles.
2122
2123 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2124
2125 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2126 copy-list.
2127
2128 2011-08-12 Sam Steingold <sds@gnu.org>
2129
2130 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2131 in the reverse order to avoid modifying the cache with `nreverse'.
2132 (gnus-all-score-files): Do not modify the value returned by
2133 `gnus-score-find-alist' because it lives in a cache variable.
2134 (gnus-current-home-score-file): No need to `nreverse' the return value
2135 of `gnus-score-find-alist', it is already in the correct order.
2136
2137 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2138
2139 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2140 type MESSAGE and subtype RFC822 is slightly different from those of
2141 type TEXT.
2142
2143 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2144
2145 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2146 This allows article-referral to work from an nnir group.
2147
2148 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2149
2150 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2151
2152 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2153
2154 * mml1991.el (mml1991-epg-find-usable-key)
2155 (mml1991-epg-find-usable-secret-key): New function.
2156 (mml1991-epg-sign): Check if signing key is usable.
2157 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2158
2159 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2160
2161 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2162 server-variables only. This should fix a bug introduced with commit
2163 e1889675b7f4adf057833c5513c9374134c4e053.
2164 (nnir-run-query): 'nnir-search-engine should not be set from the global
2165 environment.
2166
2167 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2168
2169 * nnir.el (nnir-search-thread): Position point on referring article
2170 line.
2171 (nnir-warp-to-article): Clean up summary buffers.
2172
2173 * nnimap.el (nnimap-request-thread): Whitespace fix.
2174
2175 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2176
2177 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2178
2179 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2180
2181 * starttls.el (starttls-available-p): Rename from
2182 `starttls-any-program-available' and changed return convention.
2183
2184 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2185
2186 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2187 `unix-sync' unless it's defined.
2188
2189 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2190
2191 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2192 `aref' for XEmacs compatibiltiy.
2193
2194 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2195
2196 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2197
2198 2011-07-31 Dave Abrahams <dave@boostpro.com>
2199
2200 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2201 closures, quote the form properly (bug#9194).
2202
2203 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2204
2205 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2206 (gnus-summary-insert-new-articles): Protect against servers that are
2207 down.
2208
2209 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2210
2211 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2212 in mm handle if none is specified.
2213
2214 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2215
2216 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2217
2218 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2219
2220 * nnir.el (nnir-search-thread): New function to make an nnir group
2221 based on a thread query.
2222
2223 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2224 of nnir in thread referral.
2225 (gnus-summary-refer-thread): Use it.
2226
2227 * nnimap.el (nnimap-request-thread): Use it.
2228
2229 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * shr.el (shr-tag-comment): Ignore HTML comments.
2232
2233 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2234
2235 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2236 argument.
2237 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2238 Use `nnir-address' to handle server info rather than passing an arg.
2239
2240 * nnimap.el (nnimap-make-thread-query): New utility function to format
2241 an imap thread search query.
2242 (nnimap-request-thread): Use it.
2243
2244 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2245 right select-method if we are not going back to the group buffer.
2246
2247 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2248
2249 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2250 enter invalid buffer configurations into the quit form (bug#9107).
2251 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2252 unplugged/plugged.
2253
2254 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2255 keep track of which ones are unread (bug#9061).
2256
2257 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2258 (bug#9055).
2259
2260 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2261 (bug#9041).
2262
2263 * gnus-html.el (mm-util): Require (bug#9073).
2264
2265 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2266 (gnus-summary-refer-thread): Use it to remove duplicates in the
2267 un-threaded view (bug#9053).
2268 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2269
2270 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2271
2272 * nnir.el (nnir-read-server-parm): Use default value from global
2273 variable. Without this the default search engine parameters aren't
2274 used at all.
2275
2276 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
2278 * message.el (message-unique-id): Don't use the undocumented return
2279 value from (random t) (bug#9118).
2280
2281 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2282
2283 * message.el (message-auto-save-directory): If the ~/Mail directory
2284 doesn't exist, use ~ as the auto-save directory (bug#4432).
2285
2286 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2287 hasn't already been started.
2288
2289 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
2291 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2292
2293 * message.el (message-reply): Work around mysterious bug where
2294 `message-mode' seems to overwrite the locally bound `subject' variable.
2295
2296 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2297
2298 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2299 correct group.
2300
2301 * gnus-int.el (gnus-request-thread): Add group argument.
2302
2303 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2304
2305 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2306
2307 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2308 renamed to `debbugs-gnu-*'.
2309
2310 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2311
2312 * plstore.el: Revert the editing feature since it is not urgent.
2313 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2314 (plstore-mode-decoded): Remove.
2315
2316 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2317
2318 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2319 isn't very interesting any more, and it leaks potentially secret data.
2320 (gnus-debug): Remove.
2321
2322 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2323 use of :custom-show.
2324
2325 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2326
2327 * plstore.el: Add documentation.
2328 (plstore-mode): New mode to edit plstore file.
2329 (plstore-mode-toggle-display, plstore-mode-original)
2330 (plstore-mode-decoded): New command.
2331 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2332 (plstore--insert-buffer, plstore--make): New function.
2333 (plstore-open, plstore-save): Simplify by using them.
2334
2335 2011-07-06 Glenn Morris <rgm@gnu.org>
2336
2337 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2338
2339 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340
2341 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2342 no longer is much used.
2343 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2344 Articles".
2345
2346 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2347
2348 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2349 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2350 `notmuch' backend.
2351
2352 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2353
2354 * mm-decode.el (mm-text-html-renderer): Doc fix.
2355
2356 * gnus-msg.el (gnus-bug): Fix the MML tag.
2357
2358 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2359
2360 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2361
2362 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2363 secondary methods if started with `gnus-no-server'.
2364
2365 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * message.el (message-return-action): Fix typo in docstring.
2368
2369 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2370
2371 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2372 bug reports at once.
2373
2374 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2375
2376 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2377
2378 * nndraft.el: Require gnus-group.
2379 (nndraft-request-list): Declare.
2380
2381 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2382 no unread article unless it matches gnus-permanently-visible-groups.
2383
2384 * nndraft.el (nndraft-update-unread-articles): New function.
2385 (nndraft-request-associate-buffer): Use it to update the number of
2386 unread articles for the nndraft groups in the group buffer when saving
2387 or killing a draft message.
2388
2389 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2392 systems to binary before writing and reading the mbox files.
2393
2394 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2395 instead of trying to list them all (bug#8978).
2396
2397 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2398
2399 * pop3.el (pop3-open-server): Use :end-of-capability.
2400
2401 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2404 the id is always a number.
2405
2406 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2407 debbugs mode, if possible.
2408
2409 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2410
2411 * auth-source.el (auth-source-token-passphrase-callback-function):
2412 Reindent.
2413 (epg-context-operation): Remove unnecessary autoload.
2414
2415 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
2417 * gnus.el (gnus-list-debbugs): New command.
2418
2419 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2420 mboxstat instead of the maintbox, since the stat seems to be fuller.
2421
2422 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2423 summary buffers.
2424
2425 * message.el (message-get-reply-headers): Delete all duplicates,
2426 instead of the first.
2427 (message-get-reply-headers): Ensure that we have progress while
2428 deleting duplicates.
2429
2430 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2431 gnus-posting-style value from the summary buffer to make it easier to
2432 make that a per-buffer conf.
2433
2434 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2435
2436 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2437 found by setting `shortcut' in 'query.
2438 (nnir-request-article): Use `shortcut' setting when requesting article
2439 by Message-ID.
2440
2441 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2442
2443 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2444 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2445 Bring the pseudo-headers back too.
2446
2447 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2448
2449 * auth-source.el (auth-source-token-passphrase-callback-function):
2450 Simplify and remove EPA dependency.
2451
2452 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2453
2454 * nnir.el (nnir-request-article): Fix error message text.
2455
2456 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2457
2458 * auth-source.el (plstore-delete): Autoload.
2459 (auth-source-plstore-search): Support delete operation.
2460 * plstore.el (plstore-delete): New function.
2461
2462 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2465 mark actually existing articles as unread rather than the ones that
2466 active asserts.
2467
2468 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 * nntp.el (nntp-record-command):
2471 * gnus-util.el (gnus-message-with-timestamp-1):
2472 Use format-time-string rather than decoding time stamps by hand.
2473 This is simpler and insulates the code from potential changes to
2474 current-time format.
2475
2476 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2479
2480 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2481
2482 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2483 (plstore-save): Support public key encryption.
2484 (plstore--init-from-buffer): New function.
2485 (plstore-open): Use it; fix error when opening a non-existent file.
2486 (plstore-revert): Use plstore--init-from-buffer.
2487
2488 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2489
2490 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2491
2492 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2493
2494 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2495 for old Emacsen.
2496
2497 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2498
2499 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2500 is not fully working.
2501
2502 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
2504 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2505 quit window configuration.
2506
2507 * auth-source.el (epg-context-set-passphrase-callback):
2508 Remove duplicate autoload.
2509
2510 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2511
2512 * nnir.el (nnir-request-article): Allow requesting articles by
2513 Message-ID with nnimap.
2514
2515 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2516 current server.
2517
2518 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2519
2520 * auth-source.el: Autoload EPA/EPG functions.
2521 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2522 changed when EPA/EPG is not available.
2523 (auth-source-backend): Rename "arg" member to "data".
2524 (auth-source-backend-parse, auth-source-plstore-search)
2525 (auth-source-plstore-create): Use it.
2526
2527 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2528
2529 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2530 `gnus-refer-article-methods'.
2531
2532 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2533
2534 * auth-source.el: Require EPA and EPG.
2535 (auth-source-passphrase-alist): New variable.
2536 (auth-source-passphrase-callback-function)
2537 (auth-source-token-passphrase-callback-function): Callbacks for the
2538 netrc field encryption (GPG tokens).
2539 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2540 Symmetric encryption and decryption of the netrc GPG tokens.
2541 (auth-source-netrc-normalize): Use them, simplifying the closure.
2542
2543 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2544
2545 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2546 non-nil, and `nnimap-split-methods' is nil, use the former.
2547
2548 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2549
2550 * plstore.el (plstore-revert): New function.
2551 (plstore-open): Use it; hide the buffer from user.
2552
2553 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2554
2555 * auth-source.el (auth-source-backend): New member "arg".
2556 (auth-source-backend-parse): Handle new backend 'plstore.
2557 * plstore.el: New file.
2558
2559 2011-06-30 Glenn Morris <rgm@gnu.org>
2560
2561 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2562
2563 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2564
2565 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2568 expiring articles to.
2569
2570 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2571 variations as ASCII (bug#5458).
2572
2573 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2576
2577 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * message.el (message-point-in-header-p): Tweak the function to default
2580 to saying that we're not in the headers if there is no separator at
2581 all. This makes it possible to use the Message version of `M-q' in
2582 buffers with no headers (bug#7987).
2583 (message-point-in-header-p): Fix last checkin to work with an empty
2584 mail-header-separator, too.
2585
2586 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2587 again, save the choice via customize.
2588
2589 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2590
2591 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2592
2593 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2594 ended the connection, bail out before waiting infinitely on a new
2595 connection.
2596
2597 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2598
2599 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2600 reports.
2601
2602 * gnus.el (gnus-bug-package): Use "gnus."
2603 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2604
2605 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2606
2607 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2608 animations going on at article exit time.
2609
2610 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2611 since removing it breaks people upgrading.
2612
2613 * shr.el (shr-put-image): Use the new interface for animating images.
2614 (shr-put-image): Animate for 60 seconds.
2615
2616 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2617 error with `find-file-hooks' on Emacs 22.
2618 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2619 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2620 on all architectures.
2621
2622 * spam.el (spam-stat): Require in a normal fashion without binding
2623 `spam-stat-install-hooks' to avoid compilation warnings.
2624
2625 * spam-stat.el (spam-stat-install-hooks): Remove.
2626 (spam-stat-install-hooks): Don't run automatically.
2627
2628 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2629
2630 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2631 and keystroke.
2632
2633 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2634
2635 * auth-source.el (auth-source-netrc-cache): Move forward.
2636
2637 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2638
2639 * auth-source.el (auth-source-netrc-create): Don't query the bits that
2640 we already know.
2641 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2642 (auth-source-netrc-create): Don't prompt for the stuff we already know.
2643
2644 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2647 %S format, since that looks odd.
2648 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2649 file, especially when saving.
2650
2651 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
2652
2653 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
2654 article found.
2655
2656 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
2657
2658 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2659 `auth-source-save-secrets' with a more sensitive alist that can be
2660 configured per file. Experimental, so defaults to 'never.
2661 (auth-source-netrc-create): Use it. Still experimental code.
2662 (with-auth-source-epa-overrides): Use `find-file-hooks' if
2663 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2664
2665 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
2666
2667 * auth-source.el (auth-source-save-secrets): New variable to control if
2668 secret tokens should be saved encrypted.
2669 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2670 to `auth-source-netrc-normalize'.
2671 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
2672 on the EPA variables being defined.
2673 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2674 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2675 the lexical-let closure.
2676 (auth-source-netrc-create): Create "gpg:" tokens according to
2677 `auth-source-save-secrets'.
2678
2679 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2680
2681 * gnus-group.el (gnus-group-update-group): Add new argument
2682 `info-unchanged' that stops updating dribble buffer.
2683
2684 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2685 deletes lines matching to it in dribble buffer.
2686
2687 * gnus-agent.el (gnus-agent-fetch-group-1):
2688 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2689 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2690 * gnus-start.el (gnus-group-change-level):
2691 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2692
2693 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2694 if newsgroup info is not changed.
2695
2696 * gnus-group.el (gnus-group-get-new-news-this-group):
2697 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2698 Don't update dribble buffer.
2699
2700 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2701
2702 * gnus-registry.el (gnus-registry-remove-ignored): New function to
2703 remove entries with groups we ignore.
2704
2705 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2708 the underline comes at the bottom.
2709
2710 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2711
2712 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2713 `gnus-registry-user-format-function-M' and declare the latter obsolete.
2714 (gnus-registry-article-marks-to-names): Rename from
2715 `gnus-registry-user-format-function-M2'.
2716
2717 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
2718
2719 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2720 ephemeral group.
2721
2722 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2723
2724 * shr.el (shr-browse-image): Copy the URL if called interactively.
2725
2726 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2729 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
2730 done, then unselected articles may be marked as read.
2731
2732 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2733 since not doing this seems to lead to a race condition in pop3-logon.
2734
2735 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2736 so that the call chain it correct when we call "upwards".
2737
2738 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2739 in read-only groups.
2740
2741 * gnus-group.el (gnus-group-mark-article-read): Ditto.
2742
2743 * message.el (message-cite-reply-position): Doc string fix.
2744
2745 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2746 avoid regexp overflow.
2747 (nnimap-transform-split-mail): Ditto.
2748
2749 * pop3.el (pop3-retr): Error out if the server closes the connection.
2750
2751 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2754 mm-with-unibyte-current-buffer. The buffer should not contain any
2755 multibyte chars anyway at this stage.
2756
2757 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2758
2759 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2760 at the end of lines.
2761
2762 2011-05-29 Julien Danjou <julien@danjou.info>
2763
2764 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2765
2766 2011-05-27 Glenn Morris <rgm@gnu.org>
2767
2768 * gnus-group.el (gnus-bug-group-download-format-alist):
2769 Use the "maintainer" version of debian reports as well.
2770
2771 2011-05-26 Glenn Morris <rgm@gnu.org>
2772
2773 * gnus-group.el (gnus-bug-group-download-format-alist):
2774 Use the "maintainer" version of debbugs.gnu.org reports.
2775
2776 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2777
2778 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2779
2780 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2781
2782 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2783 the thread moves us backwards and so we loop forever.
2784
2785 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
2786
2787 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2788 whitespace in base64 data lines.
2789
2790 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
2791
2792 * gnus-registry.el (gnus-registry-user-format-function-M):
2793 Use `mapconcat'.
2794 (gnus-registry-user-format-function-M2): Use to see the full text of
2795 the marks. Make "," the mark text separator.
2796
2797 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2798 authentication with auth-source.
2799
2800 2011-05-17 Glenn Morris <rgm@gnu.org>
2801
2802 * gnus-group.el (gnus-import-other-newsrc-file):
2803 Use insert-file-contents.
2804
2805 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
2806
2807 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2808 1000 iterations.
2809
2810 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2811
2812 * nntp.el (nntp-open-connection): Check if process-type is available.
2813
2814 2011-05-16 Julien Danjou <julien@danjou.info>
2815
2816 * shr.el (shr-tag-del): Add support for del tag.
2817
2818 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
2819
2820 * gnus-html.el (gnus-html-put-image): Register a displayer.
2821
2822 * shr.el (shr-image-displayer): Don't remove text props from alt text.
2823
2824 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
2825
2826 * registry.el (prune-factor): New initialization parameter defaulting
2827 to 0.1.
2828 (registry-prune-hard): Use it.
2829
2830 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
2831 0.1 expicitly.
2832
2833 2011-05-13 Glenn Morris <rgm@gnu.org>
2834
2835 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
2836 is bound, since this function requires sendmail.
2837
2838 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
2839
2840 * registry.el (registry-usage-test): Disable pruning test.
2841
2842 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * registry.el (registry-prune-hard-candidates)
2845 (registry-prune-soft-candidates): Helper methods for registry pruning.
2846 (registry-prune): Use them. Make the sort function optional.
2847
2848 2011-05-10 Jim Meyering <meyering@redhat.com>
2849
2850 * shr.el (shr-colorize-region): Fix typo "on on -> on".
2851
2852 2011-05-10 Julien Danjou <julien@danjou.info>
2853
2854 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
2855 symbol and not a list.
2856
2857 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2858
2859 * gnus-art.el (gnus-article-mode): Move binding of
2860 shr-put-image-function here from gnus-article-prepare-display.
2861
2862 * shr.el (shr-put-image-function): New variable.
2863 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
2864 (shr-put-image): Return scaled image.
2865
2866 * gnus-art.el (gnus-shr-put-image): New function.
2867 (gnus-article-prepare-display): Bind shr-put-image-function to it.
2868
2869 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
2870 original ones, as deletable.
2871
2872 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * nntp.el (nntp-open-connection): Set TCP keepalive option.
2875
2876 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2877
2878 * registry.el (registry-full): Add convenience method. Fix logic.
2879 (registry-insert): Use it. Fix logic here too.
2880
2881 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
2882 `registry-prune' if `registry-full' returns t.
2883 (gnus-registry-handle-action)
2884 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
2885 (gnus-registry-usage-test): Use it.
2886
2887 2011-05-07 Julien Danjou <julien@danjou.info>
2888
2889 * shr.el (shr-link): Make shr-link inherit from link by default.
2890
2891 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
2892
2893 * shr.el (shr-urlify, shr-link): Fix shr-link face.
2894
2895 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2896
2897 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
2898 error out because the face is not a list.
2899
2900 2011-05-05 Glenn Morris <rgm@gnu.org>
2901
2902 * gnus-start.el (gnus-propagate-marks): Declare.
2903
2904 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2905
2906 * registry.el (registry-reindex): Fix percentage message.
2907
2908 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
2909
2910 * shr.el: Add shr-link face for links.
2911 (shr-urlify): Use it.
2912
2913 * registry.el (registry-insert): Make error message more helpful.
2914
2915 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2916
2917 * gnus-html.el (gnus-html-schedule-image-fetching):
2918 Use url-queue-retrieve, if it exists.
2919
2920 * shr.el (shr-tag-img): Ditto.
2921
2922 * gnus.el: Autoload more gnus-agent functions.
2923
2924 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
2925 agent if we haven't already (bug#8502).
2926
2927 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
2928 into the Agent, too.
2929
2930 * gnus-agent.el (gnus-agent-store-article): New function.
2931
2932 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
2933 and moved from that file for reuse.
2934
2935 * pop3.el (pop3-open-server): Error messages are "-ERR".
2936
2937 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
2940 (open-tls-stream): Remove superfluous tls/starttls autoloads.
2941
2942 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
2945 buffer has moved to a different frame.
2946
2947 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
2950 to get the conversion from unibyte to multibyte buffers to work on
2951 Emacs 22.
2952
2953 * nntp.el (nntp-request-article): Slight clean-up.
2954
2955 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2956
2957 * shr.el (shr-strike-through): New face.
2958 (shr-tag-s): Use it to provide <s> support.
2959 (shr-tag-s): Remove duplicate definition.
2960
2961 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2962
2963 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
2964 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
2965
2966 2011-04-23 Glenn Morris <rgm@gnu.org>
2967
2968 * gnus-sum.el (gnus-extra-headers): Bump :version.
2969
2970 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2971
2972 * shr.el (shr-tag-sup): New function.
2973 (shr-tag-sub): Ditto.
2974
2975 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
2976
2977 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2978 for the case where `gnus-registry-ignored-groups' is a list of lists,
2979 and don't call `gnus-parameter-registry-ignore' otherwise.
2980
2981 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2982
2983 * nnimap.el (nnimap-user): New backend variable.
2984 (nnimap-open-connection-1): Use it.
2985 (nnimap-credentials): Accept user parameter so it's explicit what user
2986 name is desired.
2987
2988 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2989 default.
2990
2991 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2992 not gnus-registry.el.
2993
2994 * gnus-registry.el: Mention in comments how to modify
2995 `gnus-extra-headers' for proper recipient tracking and that it may
2996 already have To and Cc recently, which it does as of this commit.
2997 (gnus-registry-ignored-groups): Remove defcustom.
2998 Explain why in comments.
2999 (gnus-registry-action): Fix data-header reference to use the extra
3000 headers. Explain in package commentary how to add To and Cc headers to
3001 the gnus-extra-headers.
3002 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3003 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3004 parameter list or a string list in `gnus-registry-ignored-groups'.
3005 Fix logic error.
3006
3007 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3008
3009 * shr.el (shr-expand-url): Protect against null urls.
3010
3011 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3012
3013 * shr.el (shr-base): New binding.
3014 (shr-tag-base): Keep track of <base>.
3015 (shr-expand-url): New function used throughout.
3016
3017 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3018
3019 * gnus-registry.el
3020 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3021 (gnus-registry-ignored-groups): New variable.
3022 (gnus-registry-ignore-group-p): Use it.
3023 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3024 set the destination group to nil (same as delete) if it's ignored.
3025
3026 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3027
3028 * gnus-registry.el (gnus-registry-action)
3029 (gnus-registry-fetch-header-fast):
3030 Don't use mail-header that looks an internal function of mailheader.el.
3031
3032 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3033
3034 * gnus-registry.el: Eliminate cl functions.
3035 (gnus-registry-sort-addresses): New function that replaces mapcan.
3036 (gnus-registry-action, gnus-registry-spool-action)
3037 (gnus-registry-split-fancy-with-parent)
3038 (gnus-registry-fetch-recipients-fast): Use it.
3039 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3040
3041 * registry.el (initialize-instance, registry-lookup)
3042 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3043 (registry-lookup-secondary-value, registry-search, registry-delete)
3044 (registry-insert, registry-reindex, registry-size, registry-prune):
3045 Use eval-and-compile.
3046
3047 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3048
3049 * registry.el (registry-reindex): New method to recreate the secondary
3050 registry indices.
3051
3052 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3053 tracked field changes.
3054 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3055 (gnus-registry-action, gnus-registry-spool-action)
3056 (gnus-registry-handle-action)
3057 (gnus-registry--split-fancy-with-parent-internal)
3058 (gnus-registry-split-fancy-with-parent)
3059 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3060 move, and delete actions, and for fancy splitting with parent.
3061 (gnus-registry-extract-addresses)
3062 (gnus-registry-fetch-recipients-fast)
3063 (gnus-registry-fetch-header-fast): Convenience functions.
3064 (gnus-registry-misc-test): ERT test of
3065 `gnus-registry-extract-addresses'.
3066
3067 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3068
3069 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3070 Track by subject first, then sender.
3071
3072 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3075
3076 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3077 Lisp.
3078
3079 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3080 (gnus-draft-send): Use it to avoid popping
3081 up frames from gnus-group-send-queue.
3082
3083 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3084
3085 * gnus-registry.el: Updated gnus-registry docs.
3086
3087 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3088
3089 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3090 Fix logic bug.
3091 (gnus-registry-post-process-groups): Fix logging of no results and
3092 quote sender and subject.
3093
3094 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3095
3096 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3097 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3098 we had no early-data returned.
3099 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3100 two async commands to the same server at the same time.
3101
3102 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3103
3104 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3105
3106 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3107
3108 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3109 "warning" level.
3110
3111 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3112 (mm-url-insert-file-contents): Don't set the package names.
3113
3114 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3115
3116 * gnus-registry.el (gnus-registry-action): Remove properties and
3117 simplify subject in `gnus-registry-handle-action'.
3118 (gnus-registry-spool-action): Get subject and sender from message if
3119 they are not passed in.
3120 (gnus-registry-handle-action): Remove properties and simplify subject
3121 consistently.
3122
3123 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * registry.el: Require CL before using defmacro*.
3126
3127 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * gnus-art.el (article-treat-date): Assume that
3130 gnus-article-date-headers may be a group parameter.
3131
3132 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3133
3134 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3135
3136 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3137 interactively so the newsrc file can contain foreign groups too.
3138 Useful for debugging but not much for users.
3139
3140 2011-04-07 David Engster <dengste@eml.cc>
3141
3142 * registry.el (registry-usage-test): Only do
3143 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3144 lexical binding.
3145
3146 2011-04-06 David Engster <dengste@eml.cc>
3147
3148 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3149 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3150
3151 2011-04-06 David Engster <dengste@eml.cc>
3152
3153 * registry.el (initialize-instance): Change :after to :AFTER to be
3154 compatible with old EIEIO version in XEmacs.
3155
3156 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3157
3158 * gnus-registry.el (gnus-registry-post-process-groups)
3159 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3160 and provide better messaging.
3161
3162 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3163
3164 * gnus-registry.el: Don't use ERT if it's not available. Load it
3165 unconditionally anyway, discarding errors.
3166 (gnus-registry-delete-entries): New convenience function.
3167 (gnus-registry-import-eld): Import from old .eld registry.
3168
3169 * registry.el: Don't use ERT if it's not available. Load it
3170 unconditionally anyway, discarding errors.
3171
3172 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3173 version from the Claudio Bley GnuTLS patch (extra optional parameters
3174 and host name).
3175
3176 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3177
3178 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3179 fixup the parameters that can be customized by the user between
3180 save/read cycles.
3181 (gnus-registry-read): Use it.
3182 (gnus-registry-make-db): Use it.
3183 (gnus-registry-spool-action, gnus-registry-handle-action):
3184 Fix messaging.
3185 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3186 Map references to actual group names with sender and subject tracking.
3187 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3188 (gnus-registry-usage-test): Add subject lookup test.
3189
3190 * registry.el (registry-db, initialize-instance): Set up constructor
3191 instead of :initform arguments for the sake of older Emacsen.
3192 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3193 pre-lexbind merge bug.
3194 (registry-usage-test): Use it.
3195 (initialize-instance, registry-db): Move the non-function initforms
3196 back to the class definition.
3197
3198 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3199
3200 * registry.el: New library to manage gnus-registry-style data.
3201
3202 * gnus-registry.el: Use it (major rewrite).
3203
3204 * nnregistry.el: Use it.
3205
3206 * spam.el: Use it.
3207
3208 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3209
3210 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3211 marks on non-selected articles.
3212
3213 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3214
3215 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3216
3217 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3218 parameter to open-protocol-stream.
3219
3220 2011-04-01 Julien Danjou <julien@danjou.info>
3221
3222 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3223 fundamental-mode.
3224
3225 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
3227 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3228 servers.
3229
3230 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3231
3232 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3233 made marks not propagate, again.
3234
3235 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3238 Make this the default type.
3239 (proto-stream-open-plain): Rename from proto-stream-open-default.
3240 (open-protocol-stream, proto-stream-open-starttls)
3241 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3242 with `plain'.
3243
3244 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3245 value.
3246
3247 * nntp.el (nntp-open-connection-function): Document the fact that some
3248 values are not functions but are instead handled specially.
3249 Recognize nntp-open-plain-stream value.
3250 (nntp-open-connection): Recognize that value.
3251
3252 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3255 stuff.
3256
3257 * gnus-score.el (gnus-score-string): Fix calling convention of
3258 `gnus-simplify-buffer-fuzzy' after last patches.
3259
3260 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3261 server for articles we didn't get any headers for. This is a sanity
3262 check.
3263
3264 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3265
3266 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3267 new CAPABILITY, use it.
3268
3269 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3270
3271 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3272 downloading anything.
3273
3274 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3275
3276 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3277
3278 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3279 colors.
3280 (gnus-splash-svg-color-symbols): New function.
3281
3282 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3283
3284 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3285 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3286 (gnus-simplify-subject-fuzzy): Use the local
3287 gnus-simplify-subject-fuzzy-regex instead of the global one.
3288 This makes using this variable in group parameters work.
3289
3290 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3291
3292 * gnus-registry.el (gnus-registry-unfollowed-groups):
3293 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3294 archive:sent-YYYY-MM-DD groups).
3295 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3296 tracking if there are more than `gnus-registry-max-track-groups'
3297 matches.
3298
3299 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * message.el (message--yank-original-internal): New function to do the
3302 insertion cleanly inside eval in `message-yank-original'.
3303 (message-yank-original): Use it.
3304
3305 2011-03-29 Julien Danjou <julien@danjou.info>
3306
3307 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3308 local variables disabled rather than `normal-mode'.
3309
3310 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3313 with open-network-stream.
3314 (proto-stream-always-use-starttls): Option removed.
3315 (open-protocol-stream): Return a process object by default. Provide a
3316 new parameter :return-list specifying a list-type return value, which
3317 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3318 :type `network' to `try-starttls', and `network-only' to `default'.
3319 Make `default' the default, for compatibility with open-network-stream.
3320 Handle the no-parameter case exactly as open-network-stream, with no
3321 additional stream processing. Search plists using plist-get.
3322 Explicitly add :end-of-commend parameter if it is missing.
3323 (proto-stream-open-default): Rename from
3324 proto-stream-open-network-only. Return 'default as the type.
3325 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3326 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3327 failed. Always return a list with a (possibly dead) process as the
3328 first element, for compatibility with open-network-stream.
3329 (proto-stream-open-tls): Use plist-get. Always return a list.
3330 (proto-stream-open-shell): Return `default' as connection type.
3331 (proto-stream-capability-open): Use plist-get.
3332 (proto-stream-eoc): Function deleted.
3333
3334 * nnimap.el (nnimap-stream, nnimap-open-connection)
3335 (nnimap-open-connection-1): Handle renaming of :type parameter for
3336 open-protocol-stream.
3337 (nnimap-open-connection-1): Pass a :return-list parameter
3338 open-protocol-stream to obtain a list return value. Parse this list
3339 using plist-get.
3340
3341 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3342 for open-protocol-stream. Accept open-protocol-stream return value
3343 that is a subprocess object instead of a list. Handle the case of a
3344 dead returned process.
3345
3346 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3347
3348 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3349
3350 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3351
3352 2011-03-21 Julien Danjou <julien@danjou.info>
3353
3354 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3355 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3356 query.
3357 (mm-inline-text): Render normal text with fontification whenever
3358 possible.
3359
3360 * gnus-sum.el (gnus-summary-save-parts-1):
3361 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3362 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3363 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3364 Use `mm-handle-filename'.
3365
3366 * mm-util.el (mm-handle-filename): New function, return the filename of
3367 an handle.
3368
3369 2011-03-18 Julien Danjou <julien@danjou.info>
3370
3371 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3372 (gnus-buffer-live-p): Check that buffer is not nil.
3373
3374 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3375
3376 * gnus-art.el: Require mouse, which the build bot seems to say is
3377 needed.
3378
3379 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3380 XEmacs, since it doesn't have url-retrieve-synchronously.
3381
3382 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3383
3384 * gnus-group.el (gnus-group-list-ticked): New function.
3385 (gnus-group-make-menu-bar): Provide a menu entry for it.
3386 (gnus-group-list-map): Provide a binding for it.
3387
3388 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * shr.el (shr-visit-file): New command.
3391
3392 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3393
3394 2011-03-17 Bjørn Mork <bjorn@mork.no>
3395
3396 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3397 servers.
3398
3399 2011-03-16 Julien Danjou <julien@danjou.info>
3400
3401 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3402 inline.
3403
3404 * gnus-art.el (article-hide-list-identifiers):
3405 Use gnus-group-get-list-identifiers.
3406
3407 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3408 (gnus-summary-remove-list-identifiers):
3409 Use gnus-group-get-list-identifiers to get regexp.
3410 (gnus-select-newsgroup, gnus-summary-insert-subject)
3411 (gnus-summary-insert-articles):
3412 Call gnus-summary-remove-list-identifiers unconditionally.
3413
3414 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3415
3416 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3417 we're selecting a group with unread articles.
3418
3419 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3420
3421 * gssapi.el: New file separated out from imap.el to provide a general
3422 Kerberos 5 connection facility for Emacs.
3423
3424 * message.el (message-elide-ellipsis): Document the format spec
3425 ellipsis.
3426
3427 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3428
3429 * message.el (message-elide-region): Allow the ellipsis to say how many
3430 lines were removed.
3431
3432 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3435 window configurations containing buffers that are now dead.
3436
3437 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3438 parsing to avoid integer overflows.
3439 (nnimap-parse-flags): Simplify the last change.
3440 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3441 too large for 32-bit Emacsen.
3442
3443 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * auth-source.el (auth-source-netrc-create):
3446 * message.el (message-yank-original): Fix use of `case'.
3447
3448 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3449
3450 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3451 XEmacs, which was one character too wide.
3452
3453 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3454
3455 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3456 default number of articles to display.
3457 (gnus-articles-to-read): Use pretty names for prompt.
3458
3459 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * gnus-int.el (gnus-open-server): Ditto.
3462
3463 * gnus-start.el (gnus-activate-group): Give a backtrace if
3464 debug-on-quit is set and the user hits `C-g'.
3465 (gnus-read-active-file): Ditto.
3466
3467 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3468
3469 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3470
3471 * message.el (message-yank-original): Use cond instead of CL case.
3472
3473 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * auth-source.el (auth-source-netrc-create): Use usual format for the
3476 default in prompts.
3477
3478 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3479
3480 * auth-source.el (auth-source-netrc-create): Show the default in the
3481 prompt when prompting for token creation.
3482
3483 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3484
3485 * auth-source.el (auth-source-format-prompt): Always convert the value
3486 to a string to avoid evaluating non-string arguments.
3487 (auth-source-netrc-create): Offer default properly, not as initial
3488 content in `read-string'.
3489 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3490 of line to determine if we've been run before. If so, don't run again,
3491 but print a trivial message to indicate the cache was hit instead.
3492
3493 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3494
3495 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3496 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3497 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3498 Gnus.
3499
3500 2011-03-11 Julien Danjou <julien@danjou.info>
3501
3502 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3503 modified file".
3504
3505 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3506
3507 * auth-source.el (auth-source-read-char-choice): New function to read a
3508 character choice using `dropdown-list', `read-char-choice', or
3509 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3510 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3511 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3512 (auth-source-netrc-saver): Use it.
3513 (auth-source-pick-first-password): New convenience function.
3514
3515 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3516
3517 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3518 parameter in the credentials.
3519 (nnimap-open-connection-1): Use it after a successful login.
3520 (nnimap-credentials): Add IMAP-specific user and password prompt.
3521
3522 * auth-source.el (auth-source-search): Add :require parameter, taking a
3523 list. Document it and the :save-function return token. Pass :require
3524 down. Change the CREATED message from a warning to a debug statement.
3525 (auth-source-search-backends): Pass :require down.
3526 (auth-source-netrc-search): Pass :require down.
3527 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3528 Change save prompt to indicate all modifications saved here are
3529 deletions.
3530 (auth-source-netrc-create): Take user login name as default in user
3531 prompt. Move all the save functionality to a lexically bound function
3532 under the :save-function token in the returned list. Set up clearer
3533 default prompts for user, host, port, and secret.
3534 (auth-source-netrc-saver): New function, intended to be wrapped for
3535 :save-function.
3536
3537 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * Version 23.3 released.
3540
3541 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3542
3543 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3544 lines to be spaces instead.
3545
3546 2011-03-07 Julien Danjou <julien@danjou.info>
3547
3548 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3549 (sieve-sasl-auth): Check that auth-source-search did return something,
3550 or just return an empty string.
3551
3552 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3553
3554 * gnus.el (gnus-interactive): Use read-directory-name.
3555
3556 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3557 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3558 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3559 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3560 Likewise.
3561
3562 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3563
3564 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3567 onto the list of killed groups, too. This makes killed nnimap groups,
3568 for instance, more reliably not reappear.
3569
3570 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3571 the parent.
3572
3573 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3574
3575 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3576 really have server-side marks.
3577
3578 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3579 since most backends do not usefully have server-side marks.
3580 (gnus-update-read-articles): Propagate marks to all backends that
3581 really have server-side marks.
3582
3583 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3584
3585 * message.el (message-cite-reply-position, message-cite-style):
3586 New variables.
3587 (message-yank-original): Use the new citation styles.
3588
3589 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3590
3591 * message.el (message-options): Revert the change that's a workaround
3592 for XEmacs buffer-local issue; don't mark it buffer-local when running
3593 under XEmacs.
3594
3595 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3596
3597 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3598 numbers too big to be `read'.
3599
3600 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3601
3602 * message.el (message-options): Make buffer-local two ways to attempt
3603 to fix a XEmacs bug.
3604
3605 2011-03-02 Julien Danjou <julien@danjou.info>
3606
3607 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3608
3609 2011-03-01 Julien Danjou <julien@danjou.info>
3610
3611 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3612 group.
3613 (article-hide-list-identifiers): Use list-identifier group parameter.
3614
3615 2011-02-28 Julien Danjou <julien@danjou.info>
3616
3617 * sieve.el (sieve-buffer-script-name): New local variable to store
3618 sieve script name.
3619 (sieve-edit-script): Store sieve script name.
3620 (sieve-upload): Use sieve script name when uploading.
3621 (sieve-upload): Use substitute-command-keys.
3622 (sieve-edit-script): Use substitute-command-keys.
3623 (sieve-refresh-scriptlist): Use substitute-command-keys.
3624 (sieve-manage-mode-map): Define keymap properly.
3625 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3626 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3627 Remove commented code about cvs.
3628 (sieve-manage-quit): New function.
3629 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3630
3631 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3634
3635 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
3636
3637 * auth-source.el (auth-source-search): Cache empty result sets.
3638
3639 * auth-source.el (auth-source-save-behavior): New variable to replace
3640 `auth-source-never-create'.
3641 (auth-source-netrc-create): Use it.
3642 (auth-source-never-save): Remove.
3643
3644 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
3645
3646 * nnimap.el (nnimap-stream): Doc fix.
3647 (nnimap-open-connection-1): Reverse the order of the ports to that the
3648 prompted-for port is first.
3649
3650 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3651 retrieval by the no-group selection.
3652
3653 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3654 numerical parameters.
3655
3656 2011-02-25 Julien Danjou <julien@danjou.info>
3657
3658 * gnus-gravatar.el: Use gnus-with-article-buffer.
3659
3660 * gnus-art.el (gnus-with-article-buffer): Check that the
3661 gnus-article-buffer is alive.
3662
3663 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
3664
3665 * auth-source.el (auth-source-creation-prompts): New variable to manage
3666 creation-time prompts.
3667 (auth-source-search): Document it.
3668 (auth-source-format-prompt): Add utility function.
3669 (auth-source-netrc-create): Don't default the user name to
3670 user-login-name. Use `auth-source-creation-prompts' and some default
3671 prompts for user, host, port, and password (the default generic prompt
3672 remains ugly).
3673 (auth-source-never-save): Add customizable option to never save info.
3674 (auth-source-netrc-create): Use it and improve save prompts. Fix help
3675 mode excursion.
3676
3677 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3678
3679 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3680 argument that XEmacs doesn't support.
3681
3682 2011-02-23 Julien Danjou <julien@danjou.info>
3683
3684 * gnus-art.el (article-make-date-line): Ignore errors if time is
3685 invalid and not convertible.
3686 (article-make-date-line): Only add lapsed time if time is not nil.
3687
3688 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
3689
3690 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3691 `read-char-choice' for backwards compatibility.
3692 (auth-source-netrc-element-or-first): New function to DTRT for
3693 parameter extraction.
3694 (auth-source-netrc-create): Use it and fix multiple parameter print
3695 bug. Use the default passed from above (given-default) or the
3696 built-in (user-login-name for :user).
3697
3698 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
3699
3700 * gnus-start.el (gnus-dribble-read-file):
3701 Set buffer-save-without-query, since we always want to save the dribble
3702 file, probably.
3703
3704 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3705 nnimap.
3706
3707 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3708 -summary- since it's a user-visible variable.
3709
3710 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3711 first time you use the new Gnus.
3712
3713 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3714
3715 * auth-source.el: Don't load netrc.el.
3716 (auth-sources): Search ~/.netrc as well by default.
3717 (auth-source-debug): Add 'trivia option for extra output.
3718 (auth-source-do-trivia): Use it.
3719 (auth-source-search): Simplify logic to use
3720 `auth-source-search-backends'. Use `auth-source-do-trivia' where
3721 appropriate. Don't keep a running count at this level. Layer :create
3722 and :delete options appropriately on the first and second passes.
3723 Don't track the backend with the search results.
3724 (auth-source-search-backends): New function to search a list of
3725 backends for a processed spec.
3726 (auth-source-netrc-parse): Cache all netrc files, making
3727 auth-source-netrc-cache an alist keyed by the file name and using the
3728 file mtime as the caching criterion. Keep the obfuscated data secret
3729 with a lexical bind.
3730 (auth-source-netrc-search): Don't calculate the length of the results
3731 unnecessarily.
3732 (auth-source-search-backends): Fix bug.
3733 (auth-source-netrc-create): Rework prompts.
3734
3735 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
3736
3737 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
3738 Lower case names of search constraints.
3739 (nnir-run-query): Cache and reuse search constraints for all imap
3740 servers.
3741
3742 2011-02-22 Sam Steingold <sds@gnu.org>
3743
3744 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
3745
3746 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
3747
3748 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
3749 after exit.
3750 (gnus-setup-message): Define missing variable from last checkin.
3751
3752 * gnus-sum.el (gnus-summary-show-article): When called with t as the
3753 value, show the raw article.
3754
3755 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3756
3757 * nnimap.el (nnimap-open-connection-1): Revert last change, since
3758 auth-source now accepts numbers.
3759
3760 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
3761 spec, too.
3762 (auth-source-ensure-strings): New function.
3763
3764 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
3765 (gnus-article-setup-buffer): Always restart the date timer so that user
3766 changes to the frequency is respected.
3767
3768 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
3769 port numbers, so make sure it gets that if nnimap-server-port is
3770 explicit.
3771
3772 2011-02-21 Simon Josefsson <simon@josefsson.org>
3773
3774 * nnimap.el (nnimap-inbox): Doc fix.
3775
3776 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * shr-color.el (shr-color->hexadecimal): Use renamed function names
3779 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
3780 color-lab-to-srgb.
3781
3782 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3783
3784 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
3785 given method as in the group name if we're using an extended method.
3786 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
3787 command, if we're using that, instead of waiting for the beginning.
3788
3789 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
3790 we're sure to get unique server names, and we don't output two async
3791 commands in the same buffer. This fixes an NNTP hang for some users.
3792
3793 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
3794
3795 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
3796 summary buffer before reading going to the next buffer. This avoids
3797 putting the point in the group buffer if you `C-g' the command.
3798
3799 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
3800 cache (for now) to make ~/.authinfo.gpg files usable.
3801
3802 * nnfolder.el (copyright-update): Define for the compiler.
3803
3804 * auth-source.el (auth-source-search): Fix unbound variable.
3805
3806 2011-02-19 Glenn Morris <rgm@gnu.org>
3807
3808 * gnus.el (gnus-meta): Doc fix.
3809
3810 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
3813 in case it's not yet loaded.
3814
3815 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3816
3817 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
3818 line we're waiting for.
3819
3820 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
3821
3822 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
3823 face with line-width greater than zero will cause RET in gnus summary
3824 buffer to scroll down article page-wise because auto vscroll happens,
3825 it should be temporally disabled when doing a scroll-up.
3826
3827 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
3828
3829 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
3830 outputs from the server.
3831
3832 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3833
3834 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
3835 later so that bbdb can hook in easier.
3836
3837 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3838
3839 * auth-source.el (auth-source-search): Don't try to create credentials
3840 if the caller doesn't want that.
3841 (auth-source-search): If we don't find a match, don't bug out on
3842 non-bound variables.
3843 (auth-source-search): Only ask a single backend to create the
3844 credentials.
3845
3846 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
3847 logging.
3848 (nnimap-credentials): Protect against auth-source-search returning nil.
3849 (nnimap-request-list): Protect against not being able to open the
3850 server.
3851
3852 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
3853
3854 * auth-source.el (auth-source-search): Do a two-phase search, one with
3855 no :create to get the responses from all backends.
3856
3857 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
3858 when getting credentials.
3859
3860 * gnus-util.el (gnus-delete-duplicates): New function.
3861
3862 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3863
3864 * nnimap.el (nnimap-credentials): Instead of picking the first port as
3865 a creation default, pass the whole port list down. It will be
3866 completed.
3867
3868 * auth-source.el (auth-source-search): Updated docs to talk about
3869 multiple creation choices.
3870 (auth-source-netrc-create): Accept a list as a value (from the search
3871 parameters) and do completion on that list. Keep a separate netrc line
3872 with the password obscured for showing the user.
3873
3874 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
3875 first choice to `auth-source-search' so it will be used for entry
3876 creation instead of the server's Gnus-specific name.
3877 (nnimap-credentials): Rely on the auth-source library to select which
3878 port is actually wanted in the new netrc entry, so don't override
3879 `auth-source-creation-defaults'.
3880
3881 * auth-source.el (auth-source-netrc-parse): Use :port instead of
3882 :protocol and accept a missing user, host, or port as a wildcard match.
3883 (auth-source-debug): Default to off.
3884
3885 (auth-source-netrc-search, auth-source-netrc-create)
3886 (auth-source-secrets-search, auth-source-secrets-create)
3887 (auth-source-user-or-password, auth-source-backend, auth-sources)
3888 (auth-source-backend-parse-parameters, auth-source-search): Use :port
3889 instead of :protocol.
3890
3891 * nnimap.el (nnimap-credentials): Pass a port default to
3892 `auth-source-search' in case an entry needs to be created.
3893 (nnimap-open-connection-1): Use :port instead of :protocol.
3894
3895 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
3898 instead of delete-dups that is not available in XEmacs 21.4.
3899
3900 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
3901
3902 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
3903 nil means that nnimap doesn't get updated.
3904
3905 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
3906
3907 * auth-source.el (auth-source-netrc-create): Return a synthetic search
3908 result when the user doesn't want to write to the file.
3909 (auth-source-netrc-search): Expect a synthetic result and proceed
3910 accordingly.
3911 (auth-source-cache-expiry): New variable to override
3912 `password-cache-expiry'.
3913 (auth-source-remember): Use it.
3914
3915 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
3916 parameter. Create entry if necessary by using :create t.
3917 (nnimap-open-connection-1): Don't pass `inhibit-create'.
3918
3919 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
3920
3921 * auth-source.el (auth-source-debug): Enable by default and don't
3922 mention the obsolete `auth-source-hide-passwords'.
3923 (auth-source-do-warn): New function to debug unconditionally.
3924 (auth-source-do-debug): Use it.
3925 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
3926 and for Secrets API entries when the secrets.el library is not
3927 available.
3928
3929 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3930
3931 * gnus-sum.el (gnus-propagate-marks): Default to nil.
3932 (gnus-summary-exit): Kill the correct article buffer on exit from a
3933 `C-d' group.
3934
3935 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
3936 gnus-propagate-marks.
3937
3938 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
3939 before killing the buffers so that a non-full window conf gets handled
3940 correctly.
3941 (gnus-summary-exit): Ditto.
3942 (gnus-summary-read-group-1): Ditto.
3943
3944 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
3945 async code again so that we can debug it properly.
3946
3947 * message.el (message-reply): Take an optional switch-buffer parameter
3948 so that Gnus window confs are respected better.
3949
3950 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3951
3952 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
3953 `plist-get' to accept non-list parameters (XEmacs issue).
3954 Fix docstring.
3955 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
3956 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
3957 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
3958 Login collection is "Login" and not "login".
3959
3960 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3961
3962 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
3963 multiple headers.
3964
3965 * nnimap.el (nnimap-inhibit-logging): New variable.
3966 (nnimap-log-command): Don't log login commands.
3967
3968 * auth-source.el (auth-source-netrc-search): The asserts seem to want
3969 to have more parameters.
3970
3971 * nnimap.el (nnimap-send-command): Mark the command time for each
3972 command, so that we don't get NOOPs stepping on our toes.
3973
3974 * gnus-art.el (article-date-ut): Get the date from the Date header on
3975 `t'.
3976
3977 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
3978
3979 * auth-source.el (auth-source-search): Use copy-sequence instead of
3980 the cl.el copy-list.
3981
3982 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
3983
3984 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3985 Improve prompt.
3986
3987 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3988
3989 * gnus-art.el (gnus-article-mode-line-format): Remove the article
3990 washing status from the default format. It isn't very informative.
3991
3992 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
3993
3994 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3995 Fix Gcc processing on imap.
3996
3997 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * message.el (message-bury): Don't pop up a new window when selected
4000 window is dedicated.
4001
4002 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4003
4004 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4005
4006 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4007
4008 * sieve-manage.el: Autoload `auth-source-search'.
4009 (sieve-sasl-auth): Use it.
4010
4011 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4012
4013 * nnimap.el: Autoload `auth-source-forget+'.
4014 (nnimap-open-connection-1): Use it if the connection fails.
4015
4016 * auth-source.el: Require `password-cache'.
4017 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4018 obsolete.
4019 (auth-source-magic): Marker for `password-cache' keys.
4020 (auth-source-do-cache): Update docstring.
4021 (auth-source-search): Use and check cache.
4022 (auth-source-forget-all-cached, auth-source-remember)
4023 (auth-source-recall, auth-source-forget, auth-source-forget+)
4024 (auth-source-specmatchp): Caching support functions.
4025 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4026 Remove and obsolete.
4027 (auth-source-user-or-password): Remove caching to further discourage
4028 using it. Always hide passwords.
4029
4030 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4031
4032 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4033 code for now, since it doesn't work for all users.
4034
4035 2011-02-09 Julien Danjou <julien@danjou.info>
4036
4037 * message.el (message-options): Make message-options really buffer
4038 local.
4039
4040 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4041
4042 * mail-source.el: Autoload `auth-source-search'.
4043 (mail-source-keyword-map): Note order matters.
4044 (mail-source-set-1): Get all the mail-source source values and
4045 defaults and search auth-source on those if needed. This can all
4046 probably be simplified.
4047
4048 * nnimap.el: Autoload `auth-source-search'.
4049 (nnimap-credentials): Use it.
4050 (nnimap-open-connection-1): Ask for the virtual server and physical
4051 address in one shot.
4052
4053 * nntp.el: Autoload `auth-source-search'.
4054 (nntp-send-authinfo): Use it. Note TODO.
4055
4056 2011-02-08 Julien Danjou <julien@danjou.info>
4057
4058 * shr.el (shr-tag-body): Add support for text attribute in body
4059 markups.
4060
4061 * message.el (message-options): Make message-options a local variable.
4062
4063 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4064
4065 * auth-source.el (auth-source-secrets-search)
4066 (auth-source-user-or-password): Use `append' instead of `nconc'.
4067 (auth-source-user-or-password): Build return list better and protect
4068 against nil :secret.
4069
4070 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4071
4072 * nnimap.el (nnimap-update-info): Refactor slightly.
4073 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4074 (nnimap-update-info): Clean up slightly.
4075 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4076 characters.
4077 (nnimap-process-quirk): Rename function to avoid collision.
4078 (nnimap-update-info): Fix macrology bug-out.
4079 (nnimap-update-info): Simplify split history test.
4080
4081 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * auth-source.el (top): Require 'eieio unconditionally.
4084 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4085 (auth-source-secrets-search): Limit search when `max' is greater than
4086 number of results.
4087
4088 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4089
4090 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4091 part not returning any data.
4092
4093 * proto-stream.el (open-protocol-stream): Document the return value.
4094
4095 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4096
4097 * auth-source.el (auth-source-secrets-search): Add examples.
4098
4099 2011-02-06 Julien Danjou <julien@danjou.info>
4100
4101 * message.el (message-setup-1): Handle message-generate-headers-first
4102 set to t.
4103
4104 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4105
4106 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4107 API with a string "secrets:collection-name" and with 'default.
4108 (auth-source-backend-parse): Parse "secrets:collection-name" and
4109 'default. Recurse on parses instead of repeating code. Use the
4110 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4111 message when ignoring a source.
4112 (auth-source-search): List ignored search keys at the top level.
4113 (auth-source-netrc-create): Use `case' instead of `cond'.
4114 (auth-source-secrets-search): Created with TODOs.
4115 (auth-source-secrets-create): Created with TODOs.
4116 (auth-source-retrieve, auth-source-create, auth-source-delete)
4117 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4118 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4119 (auth-source-user-or-password-sftp)
4120 (auth-source-user-or-password-smtp): Remove.
4121 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4122 around `auth-source-search'. Not tested thoroughly.
4123
4124 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4125
4126 * auth-source.el: Bring in assoc and eioeio libraries.
4127 (secrets-enabled): New variable to track the status of the Secrets API.
4128 (auth-source-backend): New EIOEIO class to represent a backend.
4129 (auth-source-creation-defaults): New variable to set prompt defaults
4130 during token creation (see the `auth-source-search' docstring for
4131 details).
4132 (auth-sources): Simplify to allow a simple string as a netrc backend
4133 spec.
4134 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4135 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4136 (auth-source-search): Main auth-source API entry point.
4137 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4138 (auth-source-search-collection): Helper function for searching.
4139 (auth-source-netrc-parse, auth-source-netrc-normalize)
4140 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4141 Supports search, create, and delete.
4142 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4143 backend stubs.
4144 (auth-source-user-or-password): Call `auth-source-search' but it's not
4145 ready yet.
4146
4147 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4148
4149 * message.el (message-setup-1): Remove the read-only stuff, since it
4150 doesn't work under XEmacs, for some reason.
4151
4152 * gnus-sum.el (gnus-user-date): Rename back from
4153 gnus-summary-user-date since user code refers to it.
4154
4155 * shr.el (shr-render-td): Store the actual background color used.
4156
4157 * message.el (message-setup-1): Don't bind the constant
4158 -forbidden-properties.
4159 (message-setup-1): Revert previous change, since it needs to bind the
4160 props to insert them.
4161 (message-resend): Allow removing the read-only separator line.
4162
4163 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4164
4165 * nnimap.el (nnimap-request-accept-article): Give an error message if
4166 the APPEND wasn't successful.
4167
4168 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4169
4170 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4171 that have no groups.
4172
4173 2011-02-03 Julien Danjou <julien@danjou.info>
4174
4175 * gnus-draft.el: Remove progn around gnus-draft-setup.
4176
4177 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4178
4179 * gnus-start.el (gnus-read-active-for-groups): This function is never
4180 called with a nil `infos', so clean that up.
4181 (gnus-get-unread-articles): Request active files from primary/secondary
4182 methods that have no groups (yet).
4183
4184 2011-02-03 Julien Danjou <julien@danjou.info>
4185
4186 * message.el (message-setup-1): Always generate References first.
4187 (message-mail): Return the return value of message-setup, not always t.
4188 (message-setup-1): Insert mail-header-separator with read-only and
4189 intangible properties set.
4190
4191 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4192 user-date in docstring.
4193
4194 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4195
4196 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4197 docstring.
4198
4199 * gnus.el (gnus-user-date-format-alist): Change default value.
4200 Use defcustom, with type and group. Move from gnus-util.el.
4201 Rename to gnus-summary-user-date-format-alist.
4202
4203 2011-02-03 Glenn Morris <rgm@gnu.org>
4204
4205 * nnimap.el (gnus-fetch-headers): Declare.
4206
4207 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4208
4209 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4210
4211 * message.el (message-forward-make-body-digest-plain)
4212 (message-followup, message-reply): Clean up things noted by Stefan.
4213
4214 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4215 gnus-article-update-date-headers is nil.
4216 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4217 it didn't really work with defcustom.
4218 (article-update-date-lapsed): Make sure the window start doesn't move,
4219 either.
4220
4221 2011-02-01 Julien Danjou <julien@danjou.info>
4222
4223 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4224 format.
4225
4226 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4227 standard in Emacs nowadays.
4228
4229 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * message.el (message-expand-name): Don't trust the return value of
4232 bbdb-complete-name.
4233 (message-check-news-header-syntax): Remove unused var `start'.
4234 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4235 (message-inhibit-body-encoding): Move to before first use.
4236 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4237 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4238 (Organization, Message-ID, Date, mh-previous-window-config):
4239 Defvar the vars using dynamic scoping.
4240
4241 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4242
4243 * shr.el (shr-render-td): Only do colors at the final rendering.
4244 Should be slightly faster.
4245 (shr-insert-table): Fix up TD background colors when doing the
4246 vertical padding.
4247
4248 * gnus-art.el (article-date-ut): Protect against articles with no Date
4249 header.
4250 (article-update-date-lapsed): Don't use current-column to find the
4251 horizontal position. It's fragile in the presence of \003 characters.
4252
4253 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4254
4255 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4256
4257 * gnus-art.el (article-transform-date): Rewrite to still work when
4258 there are several rfc2822 parts.
4259 (article-transform-date): Fix infinite recursion.
4260 (article-date-ut): Replace infinitely many Date headers with a single
4261 one when called interactively.
4262
4263 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4264 secure manner.
4265
4266 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4267 move around by not using save-window-excursion. It seems to work...
4268
4269 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4270
4271 * gnus-art.el (article-make-date-line): Work for user-defined format.
4272
4273 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4274
4275 * nntp.el (nntp-retrieve-group-data-early)
4276 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4277 fetching functions.
4278
4279 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4280 thoroughly for all backends that have no known groups. This should
4281 allow new nnml methods to retrieve mail.
4282
4283 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4284 that Gnus doesn't know exists again.
4285
4286 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4287 (gnus-treat-date-ut): Ditto.
4288 (gnus-article-update-date-header): Rename.
4289 (gnus-treat-date-local): Remove.
4290 (gnus-treat-date-english): Remove.
4291 (gnus-treat-date-lapsed): Remove.
4292 (gnus-treat-date-combined-lapsed): Remove.
4293 (gnus-treat-date-original): Remove.
4294 (gnus-treat-date-iso8601): Remove.
4295 (gnus-treat-date-user-defined): Remove.
4296 (gnus-article-date-headers): New variable to control all the date
4297 header options.
4298 (article-date-ut): Rewrite to allow using the new way to format date
4299 headers(s).
4300
4301 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4302
4303 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4304 method.
4305 (nnmail-article-group): A better test for fanciness.
4306
4307 * nnimap.el (nnimap-request-head): Protect against not finding the
4308 article by Message-ID.
4309
4310 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4311
4312 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4313 keep point at the "same place".
4314
4315 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4316
4317 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4318 data if the group is inactive.
4319
4320 2011-01-28 Julien Danjou <julien@danjou.info>
4321
4322 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4323 (gnus-all-windows-visible-p): Remove old compatibility code.
4324 (gnus-window-top-edge): Add docstring.
4325
4326 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4327
4328 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4329
4330 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4331 older request-update-info.
4332
4333 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4334
4335 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4336
4337 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4338 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4339
4340 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4341
4342 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4343 groups. This makes the nndraft:queue group pop up if it's not already
4344 there.
4345
4346 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4347 messages" logic, which was reversed.
4348
4349 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4350 the "same place" even if point is on the line being replaced.
4351 (article-update-date-lapsed): Allow updating both the combined lapsed
4352 and the lapsed headers.
4353 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4354 (article-make-date-line): Limit the number of segments dynamically to
4355 avoid too-long lines.
4356
4357 2011-01-27 Julien Danjou <julien@danjou.info>
4358
4359 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4360 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4361
4362 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4363
4364 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4365 Use plist-get instead of the cl function getf.
4366
4367 2011-01-27 Glenn Morris <rgm@gnu.org>
4368
4369 * gnus-util.el (float-time): Get rid of compiler warning, again.
4370
4371 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4372
4373 * shr.el (shr-put-color): Special-case background colors: Do put them
4374 at the blank parts at the front of the lines.
4375
4376 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4377 exit hook to nix out all data on readedness on group exit.
4378
4379 * gnus-util.el (float-time): If float-time is bound, always use it on
4380 all Emacsen. It's unclear why the subrp check was there.
4381 (time-date): Require to make some autoload issues on XEmacs go away.
4382
4383 * shr.el (shr-put-color): Don't do the box padding in tables, since
4384 they're already padded.
4385
4386 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4387
4388 * gnus-art.el (gnus-article-next-page): When the last line of the
4389 article is displayed, scroll down once more instead of going to the
4390 next article at once.
4391 (article-lapsed-string): Refactor out and allow specifying how many
4392 segments you want.
4393 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4394 (gnus-article-update-lapsed-header): New variable.
4395
4396 * shr.el: Revert change that made headings use different-sized faces.
4397 The Emacs display engine isn't advanced enough that, for instance,
4398 tables can comfortably use differently-sized faces.
4399
4400 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4401
4402 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4403 used.
4404 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4405 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4406 we're using an encrypted connection.
4407
4408 * proto-stream.el: Alter the interface functions to also return the
4409 actual stream type used: network or TLS.
4410
4411 2011-01-25 Julien Danjou <julien@danjou.info>
4412
4413 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4414 (mm-display-javascript-inline): New function.
4415
4416 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4417 viewing function.
4418
4419 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4420
4421 * shr.el (shr-expand-newlines): Fix variable name.
4422
4423 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4424
4425 * shr.el (shr-expand-newlines): Make nested boxes work.
4426
4427 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4428
4429 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4430 backgrounds.
4431 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4432 in a more sensible manner.
4433
4434 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4435
4436 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4437 if EPG is loaded.
4438
4439 2011-01-24 Julien Danjou <julien@danjou.info>
4440
4441 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4442 tags.
4443
4444 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4445
4446 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4447 commands.
4448
4449 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4450 in the article buffer.
4451 (gnus-gravatar-insert): Use blank space from the current buffer to
4452 avoid breaking text properties. This makes X-Sent updating work again.
4453
4454 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4455
4456 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4457
4458 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4459 fix the bug in url-http.el instead.
4460
4461 * shr.el (shr-image-fetched): Ditto.
4462
4463 * shr.el (shr-image-fetched): Avoid having point move in the article
4464 buffer.
4465
4466 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4467 buffer after being called. It's apparently being killed by url.el, and
4468 killing it made point move to end-of-buffer in a random buffer.
4469
4470 * shr.el (shr-image-fetched): Ditto.
4471
4472 2011-01-23 Julien Danjou <julien@danjou.info>
4473
4474 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4475
4476 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4477 text/x-org.
4478
4479 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4480
4481 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4482 (i.e., nnimap) returning nil as the article number.
4483
4484 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4485
4486 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4487 "DelSp" parameter in RFC3676.
4488
4489 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4490
4491 * message.el (message-check-recipients): Display the encoded version of
4492 the bogus address if they differ.
4493
4494 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4495 after sending.
4496
4497 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4498
4499 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4500
4501 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4502 group buffer after sending the queue.
4503
4504 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4505
4506 2011-01-22 Julien Danjou <julien@danjou.info>
4507
4508 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4509
4510 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4511
4512 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4513 nested related parts.
4514
4515 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4516 unexpired articles. This fixes the regression that led expiry marks to
4517 disappear from nnfolder groups.
4518
4519 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4522 Don't confuse the "ret" of "retrograde" with RET.
4523
4524 2011-01-21 Julien Danjou <julien@danjou.info>
4525
4526 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4527 than mm-insert-inline.
4528
4529 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4530
4531 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4532 Widen article buffer.
4533
4534 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4537 the temp buffer.
4538 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4539
4540 2011-01-20 Julien Danjou <julien@danjou.info>
4541
4542 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4543
4544 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4545 than mm-insert-inline to insert inline part: this respect
4546 mm-inline-media-tests displayers.
4547
4548 * mm-view.el (mm-display-shell-script-inline): New function.
4549
4550 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4551
4552 * mm-uu.el (mm-uu-type-alist): Add org block.
4553 (mm-uu-org-src-code-block-extract): New function.
4554
4555 * mm-view.el (mm-display-org-inline): New function.
4556
4557 * mm-decode.el (mm-automatic-display): Add text/org.
4558
4559 * mailcap.el (mailcap-mime-extensions): Add .org.
4560
4561 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4562
4563 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4564 gnus-article-add-buttons.
4565
4566 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4567
4568 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4569 From header with a date and "nobody" as the sender.
4570
4571 2011-01-19 Julien Danjou <julien@danjou.info>
4572
4573 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4574 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4575 if you have the same regexp several times.
4576 (gnus-button-push): Fix matching when regexp is symbol.
4577
4578 2011-01-15 Glenn Morris <rgm@gnu.org>
4579
4580 * message.el (message-mail): A compose-mail function should
4581 accept headers as strings.
4582
4583 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4586 Add :vert-only tags.
4587 (message-mail): New arg RETURN-ACTION.
4588 (message-return-action): New var.
4589 (message-bury): Use it.
4590 (message-mode): Make it buffer-local.
4591 (message-send-and-exit): Always call message-bury.
4592
4593 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4594 message-mail.
4595
4596 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
4598 * nnimap.el (nnimap-convert-partial-article): Protect against
4599 zero-length body parts.
4600
4601 * mm-decode.el (mm-preferred-alternative-precedence):
4602 Discourage showing empty parts.
4603
4604 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4605 and stuff if the backend didn't return the article number. This fixes
4606 an Exchange-related nnimap bug.
4607
4608 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4609 group window, because it does the wrong thing when a separate frame
4610 displays the group buffer.
4611
4612 * proto-stream.el (open-protocol-stream): Protect against the low-level
4613 transport functions returning nil.
4614
4615 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4616
4617 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4618 (mml2015-epg-find-usable-secret-key): New function.
4619 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4620 mml2015-epg-find-usable-key (Bug#7797).
4621 (mml2015-epg-encrypt): Ditto.
4622
4623 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4624
4625 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4626
4627 2011-01-03 Glenn Morris <rgm@gnu.org>
4628
4629 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4630
4631 * sieve.el (sieve-open-server): Give a more explicit error if
4632 sieve-manage-open returns nil. (Bug#7720)
4633
4634 2011-01-02 Karl Fogel <kfogel@red-bean.com>
4635
4636 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4637
4638 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4639
4640 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4641 This avoids sending passwords in plain text over non-encrypted
4642 channels.
4643
4644 * shr.el (shr-rescale-image): Display all GIF images as animated images.
4645
4646 * nnimap.el (nnimap-login): Refactored out into own function, and
4647 implement CRAM-MD5.
4648 (nnimap-wait-for-line): Refactored out.
4649
4650 * mm-view.el (mml-smime): Require.
4651
4652 2010-12-20 David Engster <deng@eml.cc>
4653
4654 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4655 use EPG to decrypt S/MIME messages instead of openssl.
4656
4657 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4658
4659 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4660
4661 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4662 status is the group clearly is unreachable.
4663
4664 * auth-source.el (auth-source-create): Add the optional second
4665 parameter to `local-variable-p' to be compatible with XEmacs.
4666
4667 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4668
4669 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4670 work when using a compressed nnml folder.
4671
4672 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4673
4674 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4675 backends after sanitising on entry, because this never makes sense:
4676 If the articles have gone missing, then the data no longer exists on
4677 the backend, and if they haven't, then Gnus is wrong, and shouldn't
4678 overwrite anything anyway.
4679
4680 * shr.el (shr-insert-document): Bind shr-width dynamically to
4681 window-width if it's nil.
4682
4683 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
4684
4685 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4686 with the meaning of using the full emacs window width for rendering.
4687
4688 2010-12-27 Daiki Ueno <ueno@unixuser.org>
4689
4690 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4691 case when sender is not given.
4692
4693 2010-12-23 Julien Danjou <julien@danjou.info>
4694
4695 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4696 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4697 the addresses, otherwise we might misplaced the gravatar.
4698
4699 2010-12-21 Daiki Ueno <ueno@unixuser.org>
4700
4701 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4702 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4703 obsolete in Emacs.
4704
4705 2010-12-20 Julien Danjou <julien@danjou.info>
4706
4707 * gnus-util.el (gnus-rescale-image): Revert last change.
4708
4709 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710
4711 * gnus-group.el (gnus-group-delete-articles): New command.
4712
4713 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4714
4715 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4716
4717 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
4720 here, since it's up to the backends to do CRLF removal if their
4721 protocol has it.
4722
4723 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
4724
4725 2010-12-17 Julien Danjou <julien@danjou.info>
4726
4727 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
4728 they are from file. Can also scale up.
4729
4730 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4731
4732 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
4733 Restore gnus-use-agent.
4734 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
4735
4736 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
4737
4738 2010-12-17 Julien Danjou <julien@danjou.info>
4739
4740 * gravatar.el (gravatar-retrieve-synchronously): New function.
4741 (gravatar-get-data): Make more robust.
4742
4743 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4744
4745 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4746 to really consider the last line.
4747
4748 2010-12-16 Daiki Ueno <ueno@unixuser.org>
4749
4750 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4751 list of recipient keys, or use symmetric encryption if not a list.
4752 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
4753 EPA override, replacing the call to `netrc-store-data'.
4754
4755 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
4756
4757 * gnus-srvr.el: Avoid passing nil regexp argument to
4758 delete-matching-lines.
4759
4760 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
4763 fetching stops when Gnus exits.
4764
4765 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
4766 function.
4767 (nnfolder-request-expire-articles): Save all the buffers after doing
4768 expiry.
4769
4770 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
4771 the last article", since that led to serious performance regressions
4772 when expiring nnml groups.
4773
4774 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
4775
4776 * nnir.el: Improve customizations.
4777
4778 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
4780 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
4781
4782 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
4783 group has been killed.
4784 (gnus-group-yank-group): Ditto.
4785
4786 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
4787
4788 * nnimap.el (nnimap-request-update-group-status): New function.
4789
4790 * gnus-int.el (gnus-request-update-group-status): New interface
4791 function.
4792
4793 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
4794 copying read-ness to the backends.
4795
4796 * nnimap.el (nnimap-quirk): New function.
4797 (nnimap-retrieve-group-data-early): Use it.
4798 (nnimap-quirks): New alist.
4799
4800 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
4801
4802 * shr.el (shr-insert): Set shr-start after deleting trailing space;
4803 don't delete it within indentation.
4804
4805 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4806
4807 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
4808 previous line.
4809
4810 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
4813 QRESYNC command by deleting a superfluous space which broke Cyrus
4814 servers. This change will break other servers that are buggy the other
4815 way around.
4816
4817 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4818
4819 * spam.el: Reindent and fix long lines.
4820 (spam-copy-or-move-routine): Exclude invalid move destinations.
4821
4822 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
4823
4824 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
4825 installed the registry.
4826
4827 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4828
4829 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
4830 groupname doesn't contain "gmane".
4831
4832 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4833
4834 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
4835 (gnus-1): Don't create the nndrafts group twice.
4836 (gnus-setup-news): There's no need to read the active file here, since
4837 that's done again later on a per-backend basis.
4838 (gnus-start-draft-setup): Make sure that the new group is started out
4839 empty.
4840
4841 * gnus-agent.el (gnus-agentize): Don't create the queue group
4842 automatically on startup. It'll be created later, if needed.
4843
4844 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
4845 of automatically subscribed groups.
4846 (gnus-auto-subscribed-categories): New variable.
4847 (gnus-matches-options-n): Use it.
4848 (gnus-default-subscribed-newsgroups): Remove unused variable.
4849 (gnus-start-draft-setup): Message a bit less.
4850
4851 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
4852
4853 * nnir.el (nnir-run-imap): Return article list in order of increasing
4854 UID.
4855
4856 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4857
4858 * gnus-sum.el (gnus-summary-enter-digest-group):
4859 Mention gnus-auto-select-on-ephemeral-exit.
4860
4861 * proto-stream.el (proto-stream-open-network-only): Fix the calling
4862 convention of the network-only option.
4863
4864 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * proto-stream.el (proto-stream-open-network-only): New function to
4867 have a way to specify non-STARTTLS upgrade connections.
4868
4869 2010-12-10 Julien Danjou <julien@danjou.info>
4870
4871 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
4872 email address is nil.
4873
4874 * message.el (message-bogus-recipient-p): Set address to "" if nil.
4875
4876 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
4877
4878 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
4879 deletion.
4880 (nnir-run-imap): Only need to parse list once.
4881
4882 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4883
4884 * shr.el (shr-tag-script): Ignore <script>.
4885 (shr-tag-label): Add <label> support.
4886
4887 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
4888
4889 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
4890
4891 * shr.el (shr-image-displayer): Work for images lined side by side.
4892
4893 2010-12-08 Robert Pluim <rpluim@gmail.com>
4894
4895 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
4896 parameter, since XEmacs doesn't accept t as a parameter.
4897
4898 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
4899
4900 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
4901 ids.
4902 (nnir-run-gmane): Simplify groupspec formatting.
4903 (nnir-request-expire-articles): New function.
4904
4905 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4906
4907 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
4908 overflow, possibly.
4909
4910 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
4911 (shr-render-td): Handle td style="" better.
4912 (shr-tag-table): Use the color from the style sheet.
4913 (shr-render-td): Make sure we copy over all the overlays, too.
4914
4915 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
4916
4917 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
4918 (nnir-request-article): Improve article retrieval.
4919
4920 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4921
4922 * mm-util.el (mm-extra-numeric-entities): New variable.
4923
4924 * mm-url.el (mm-url-decode-entities):
4925 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
4926
4927 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * message.el: Use completion-at-point.
4930 (message-completion-function): New fun, extracted from message-tab.
4931 (message-mode): Use it for completion-at-point-functions.
4932 (message-tab): Use it and completion-at-point.
4933
4934 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
4937 character if a non-breakable character follows.
4938
4939 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4942 any stream.
4943
4944 * shr.el (shr-tag-font): Colorize the region.
4945 (shr-tag-body): Ditto.
4946 (shr-tag-font): Actually let the styles be inherited instead of
4947 overwriting them.
4948 (shr-tag-font): Get the background color right.
4949 (shr-tag-style): Ignore all <style> tags for the moment.
4950
4951 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
4952 a Message-ID to avoid having nnimap depend on gnus-sum.
4953
4954 * shr.el (shr-descend): Only colorize something if we have a node that
4955 sets colors.
4956
4957 2010-12-06 Julien Danjou <julien@danjou.info>
4958
4959 * shr.el (shr-render-td): Render td content with shr-descend, so style
4960 will be applied to <td> too.
4961 (shr-colorize-region): Colorize region even if we only have a background.
4962 (shr-tag-body): Fix color and background color inheritance.
4963 Do not recolorize after shr-generic.
4964 (shr-tag-font): Let shr-generic colorize via inheritance.
4965
4966 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4967
4968 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
4969
4970 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
4971
4972 * nnir.el (nnir-request-move-article): Remove obsolete code.
4973
4974 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
4975
4976 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4977
4978 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4979
4980 * gnus-sum.el (gnus-summary-respool-article): The completion function
4981 expects a list instead of an alist.
4982
4983 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4984 string as the parameter.
4985
4986 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4987
4988 * shr.el (shr-stylesheet): New dynamic variable for cascading the
4989 styles.
4990 (shr-colorize-region): New function.
4991 (shr-insert-background-overlay): Remove.
4992 (shr-render-td): Background setting should be taken care of on a higher
4993 level.
4994 (shr-tag-body): Use post-hoc colorizations.
4995 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4996 (shr-put-color-1): Don't overwrite old colors.
4997 (shr-colorize-region): When the background color isn't explicit, use
4998 a fixed background.
4999
5000 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5001 nnmail variables.
5002
5003 2010-12-05 Bjørn Mork <bjorn@mork.no>
5004
5005 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5006 unless necessary.
5007
5008 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5009
5010 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5011 server.
5012
5013 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5016 so that TAB works.
5017
5018 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5019 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5020
5021 * shr.el (shr-urlify): Show the URL before the title to avoid
5022 misleading URLs.
5023
5024 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5025
5026 * shr.el (shr-urlify): Display the title in <a> tags.
5027
5028 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5029
5030 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5031
5032 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5033
5034 * nnir.el: Rearrange code to allow macros to be autoloaded by
5035 gnus-sum.el.
5036 (nnir-retrieve-headers-override-function): Make this variable
5037 customizable.
5038 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5039
5040 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5041 from nnir.el.
5042
5043 2010-12-03 Julien Danjou <julien@danjou.info>
5044
5045 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5046
5047 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5048
5049 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5050 allow optional argument `environment'.
5051
5052 2010-12-03 Glenn Morris <rgm@gnu.org>
5053
5054 * mm-extern.el (message-goto-body): Update declaration.
5055
5056 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5057
5058 * gnus-util.el (gnus-macroexpand-all): New function.
5059
5060 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5061 instead of macroexpand-all that is unavailable in XEmacs.
5062
5063 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5064
5065 * nnir.el (nnir-summary-line-format): New variable.
5066 (nnir-mode): Use it.
5067 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5068 (nnir-article-ids): Reimplement as defsubst.
5069 (nnir-retrieve-headers): Don't mangle the subject header.
5070 (nnir-run-imap): Use 100 as RSV score.
5071 (nnir-run-find-grep): Fix for full server searching.
5072 (nnir-run-gmane): Better restriction to gmane groups.
5073
5074 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5075 summary buffers.
5076
5077 2010-12-02 Julien Danjou <julien@danjou.info>
5078
5079 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5080
5081 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5082
5083 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5084 support.
5085
5086 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5087
5088 * nnir.el: Update to handle the registry better.
5089 (autoload): Silence byte-compiler.
5090 (nnir-open-server): Add a hook for nnir groups.
5091 (nnir-request-move-article): Don't mangle the header. Better to use
5092 formatting variables (which will be added in the future).
5093 (nnir-registry-action): Update the registry using the original article
5094 group name.
5095 (nnir-mode): Install nnir-specific hooks for updating the registry.
5096
5097 * gnus-sum.el
5098 (gnus-article-original-subject,gnus-newsgroup-original-name):
5099 Remove obsolete variables.
5100 (gnus-summary-move-article): Remove use of obsolete variables.
5101 (gnus-summary-local-variables): Make move and delete hooks local to
5102 summary buffers.
5103
5104 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * rtree.el: New file.
5107
5108 2010-12-01 Julien Danjou <julien@danjou.info>
5109
5110 * message.el (message-user-organization): Do not use
5111 gnus-local-organization.
5112
5113 * gnus.el: Remove gnus-local-organization.
5114
5115 * gnus-msg.el: Remove nastygram thing.
5116
5117 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5118
5119 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5120 funcall.
5121
5122 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5123
5124 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5125 names.
5126
5127 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5128 characters.
5129
5130 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5131 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5132 Suggested by Štěpán Němec <stepnem@gmail.com>.
5133 (gnus-gravatar-transform-address): Use mail-extract-address-components
5134 that supports non-ASCII names rather than mail-header-parse-addresses.
5135
5136 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5137
5138 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5139 handled by the network handler.
5140
5141 2010-11-30 Julien Danjou <julien@danjou.info>
5142
5143 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5144 (nnimap-open-connection-1): Fix PREAUTH.
5145
5146 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5147
5148 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5149
5150 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5151 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5152 (shr-insert): Use them.
5153 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5154
5155 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5156
5157 * nnir.el (nnir-request-move-article): Bail out if original group
5158 doesn't support article moves.
5159 (nnir-get-active): Improve active list retrieval.
5160
5161 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5164
5165 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5166
5167 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5168 seem to accept strings-with-numbers as port numbers.
5169
5170 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5171
5172 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5173 change the registry.
5174
5175 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5176
5177 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5178 delete-dups that is not available in XEmacs 21.4.
5179
5180 * mm-util.el (mm-delete-duplicates): Add comment.
5181
5182 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5183
5184 * nnir.el (nnir-ignored-newsgroups): New variable.
5185 (nnir-get-active): Use it.
5186
5187 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5188
5189 * proto-stream.el (proto-stream-open-network): Add some comments.
5190
5191 * nntp.el (nntp-open-connection): Provide a :success condition.
5192
5193 * nnimap.el (nnimap-open-connection-1): Ditto.
5194
5195 * proto-stream.el (proto-stream-open-network): See what the response to
5196 the STARTTLS command is.
5197
5198 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5199 backwards compatibility).
5200 (nnimap-open-connection-1): Really respect nnimap-server-port.
5201
5202 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5203 TLS upgrades we don't really care about the identity of the peer.
5204 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5205 that what we've checked for.
5206 (proto-stream-always-use-starttls): Only default to t if
5207 open-gnutls-stream exists.
5208 (proto-stream-open-network): If STARTTLS failed, then just open a
5209 normal connection.
5210 (proto-stream-open-network): Wait until the greeting before doing
5211 STARTTLS.
5212
5213 * nntp.el (nntp-open-connection): Report what the connection error is.
5214
5215 * proto-stream.el (open-protocol-stream): Rename from
5216 open-proto-stream.
5217
5218 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * nnimap.el (nnimap-stream): Change default to `undecided'.
5221 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5222 first, and then network.
5223 (nnimap-open-connection-1): Respect nnimap-server-port.
5224 (nnimap-open-connection): Be more backwards-compatible.
5225
5226 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5227 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5228 (proto-stream-open-starttls): Folded back into the main function.
5229 (proto-stream-open-network): Fix typo in the GnuTLS path.
5230 (proto-stream-command): Refactor out.
5231
5232 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5233
5234 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5235 starttls.el STARTTLS.
5236
5237 * color.el (color-lab->srgb): Fix function call name.
5238
5239 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5240 if we're using tls.el.
5241 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5242 built in, then don't try to establish a STARTTLS connection.
5243
5244 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5245 servers.
5246
5247 * proto-stream.el (open-proto-stream): Use network, not stream.
5248 (open-proto-stream): Add a way to specify what the end of a command is.
5249
5250 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5251 connections types.
5252 (nntp-open-network-stream): Remove.
5253 (nntp-open-ssl-stream): Remove.
5254 (nntp-open-tls-stream): Remove.
5255 (nntp-ssl-program): Remove.
5256
5257 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5258
5259 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5260
5261 * nnir.el: Fix typos.
5262 (nnir-retrieve-headers-override-function): Rename variable to reflect
5263 new semantics.
5264 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5265 macros.
5266 (nnir-request-article, nnir-request-move-article): Use them.
5267 (nnir-categorize): New function.
5268 (nnir-run-query): Use it.
5269 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5270 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5271 sorted.
5272 (nnir-group-full-name): Use gnus-group-full-name instead.
5273 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5274 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5275
5276 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5277
5278 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5279
5280 * proto-stream.el: New library to provide protocol-specific
5281 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5282 protocols.
5283 (open-proto-stream): Complete the documentation.
5284 (proto-stream-open-network): Fix some typos.
5285
5286 * nnimap.el (nnimap-open-connection): Use it.
5287
5288 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5289
5290 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5291 negotiation.
5292
5293 2010-11-26 Julien Danjou <julien@danjou.info>
5294
5295 * color.el: Rename various rgb functions to srgb.
5296
5297 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5298
5299 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5300 names.
5301
5302 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * shr.el (shr-insert): Revert last change.
5305 (shr-find-fill-point): Never leave point being at bol;
5306 relax the kinsoku limitation when rendering tables.
5307
5308 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5309
5310 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5311 results from -accept-article.
5312
5313 * shr-color.el: Require cl when compiling.
5314
5315 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5316 checkin.
5317
5318 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5319
5320 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5321
5322 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5323 'add and 'delete to set backend marks.
5324
5325 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5326
5327 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5328
5329 * nntp.el (nntp-request-set-mark): Use it.
5330
5331 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5332
5333 * nnml.el (nnml-request-set-mark): Ditto.
5334
5335 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5336 introduces regressions in article selection.
5337 (nnimap-find-uid-response): New function.
5338 (nnimap-request-accept-article): Use the UID returned, if any.
5339 (nnimap-request-move-article): Use the UID returned, if any.
5340 (nnimap-get-groups): Reimplement to work with folded lines.
5341 (nnimap-find-uid-response): The UID is the last element in the list.
5342 (nnimap-request-set-mark): Extend syntax with 'set.
5343
5344 * nnml.el (nnml-request-set-mark): Ditto.
5345
5346 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5347
5348 * nntp.el (nntp-request-set-mark): Ditto.
5349
5350 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * message.el (message-called-interactively-p): A temporary macro.
5353 (message-goto-body): Use it temporarily.
5354
5355 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5358 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5359 (nnimap-last-response-string): Fix last unfolding fix.
5360
5361 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5362
5363 * shr.el (shr-insert): Fix the way to fold lines.
5364
5365 2010-11-25 Julien Danjou <julien@danjou.info>
5366
5367 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5368
5369 * color.el: Rename from color-lab.el
5370 (color-rgb->hex): Add.
5371 (color-complement): Add.
5372 (color-complement-hex): Add.
5373
5374 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5375
5376 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * shr-color.el (shr-color-visible): Don't bug out if the color names
5379 don't exist.
5380
5381 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5382
5383 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5384 assuming that article displaying or another mml-preview may be
5385 interrupted for an error or for the like.
5386
5387 * shr.el (shr-get-background): Fix argument name.
5388
5389 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5390
5391 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5392
5393 * gnus-sum.el (gnus-summary-include-articles): New function.
5394
5395 * message.el (message-goto-body): called-interactively-p needs a
5396 parameter, so use `any'.
5397
5398 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5399 clear marks before moving, since they're synced from the Gnus side
5400 first.
5401
5402 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5403 (gnus-summary-move-article): Copy over all marks before moving, so that
5404 IMAP doesn't think a new article has arrived.
5405
5406 2010-11-24 Julien Danjou <julien@danjou.info>
5407
5408 * shr.el (shr-insert-background-overlay): Fix typo.
5409 (shr-render-td): Copy the background before rendering.
5410
5411 * shr-color.el (shr-color-visible): Fix docstring.
5412
5413 * shr.el (shr-tag-table): Add bgcolor support.
5414 (shr-render-td): Add bgcolor support.
5415 (shr-get-background): Add.
5416 (shr-insert-foreground-overlay): Use shr-get-background.
5417
5418 * message.el (message-goto-body): Use called-interactively-p.
5419 (message-in-body-p): message-goto-body returns point.
5420
5421 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5422
5423 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5424 Fixes something or other in Emacs 23, and is backwards compatible.
5425
5426 * message.el (message-goto-body): Remove the <#secure special-casing,
5427 which is too special.
5428
5429 * shr.el (shr-parse-style): Drop !important from styles.
5430
5431 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5432
5433 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5434 this function to return incorrect results when calling it with an
5435 explicit article argument different from
5436 (gnus-summary-article-number).
5437
5438 2010-11-24 Julien Danjou <julien@danjou.info>
5439
5440 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5441 (shr-tag-body): Add background support.
5442 (shr-descend): Add background support.
5443 (shr-tag-title): Add.
5444
5445 * shr-color.el (shr-color-visible): Really return original background
5446 if fixed.
5447
5448 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * shr.el (shr-color-check): Protect against non-existent color names.
5451
5452 2010-11-24 Julien Danjou <julien@danjou.info>
5453
5454 * color-lab.el: Require 'cl when compiling.
5455
5456 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5457
5458 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5459 matched part.
5460
5461 * color-lab.el: Fix all expt calls to use float type.
5462
5463 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5464
5465 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5466 expression to shr-color-check as is.
5467
5468 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5469
5470 * color-lab.el: Add coding cookie.
5471 (float-pi): Use eval-and-compile.
5472
5473 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5474
5475 * shr.el (shr-insert-color-overlay): Split stuff like
5476 "#444444 !important" to find the real color.
5477 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5478 parse <font color="red"> entries.
5479
5480 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5481
5482 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5483 point when parsing headers.
5484
5485 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5486 is positioned properly when parsing headers.
5487
5488 2010-11-23 Julien Danjou <julien@danjou.info>
5489
5490 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5491
5492 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5493
5494 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5495
5496 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5497 Use shr-color-hue-to-rgb.
5498 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5499
5500 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5501
5502 * shr.el (shr-color->hexadecimal): Autoload.
5503 (shr-descend): Add color to all tags.
5504
5505 2010-11-22 Julien Danjou <julien@danjou.info>
5506
5507 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5508 shr-color->hexadecimal.
5509
5510 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5511 RGB() or HSL() color representation.
5512
5513 * shr.el (shr-tag-font): Add.
5514 (shr-tag-color-check): New function to get better colors.
5515 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5516 tag-span.
5517
5518 * shr-color.el: New file.
5519
5520 * color-lab.el: New file.
5521
5522 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5523
5524 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5525
5526 * nnir.el: Fix typo in comments.
5527 (nnir-run-imap): Simplify code. No need to reverse artlist.
5528 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5529
5530 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531
5532 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5533
5534 * nnimap.el (nnimap-get-capabilities): Refactor out.
5535 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5536
5537 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5538
5539 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5540 appearing when `mm-uu-hide-markers' is nil.
5541
5542 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5543
5544 * nnimap.el (nnimap-unselect-group): Make into its own function.
5545 (nnimap-request-rename-group): Unselect group before renaming.
5546 This had gotten lost somewhere.
5547 (nnimap-request-accept-article): Keep track of examined groups, and
5548 unselect the group before APPENDing to read-only groups.
5549 (nnimap-request-move-article): Clear flags before moving so that they
5550 can be re-set later.
5551
5552 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5553
5554 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5555 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5556
5557 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * gnus-art.el (gnus-mime-display-single):
5560 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5561 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5562 parameter.
5563
5564 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5565
5566 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5567 (shr-table-vertical-line): New variable.
5568 (shr-insert-table): Use it.
5569
5570 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5571
5572 * gnus-html.el (gnus-html-wash-images): Don't display images if
5573 gnus-inhibit-images is non-nil; register displayer for cid images.
5574 (gnus-html-display-image): Work for cid image.
5575 (gnus-html-insert-image): Allow arguments.
5576 (gnus-html-put-image): Inhibit read-only.
5577 (gnus-html-prefetch-images): Don't prefetch images if
5578 gnus-inhibit-images is non-nil.
5579
5580 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5581
5582 * shr.el (shr-put-image): Break lines when inserting big pictures.
5583
5584 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5585
5586 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5587 sender, thanks Katsumi Yamaoka.
5588
5589 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5590
5591 * nnir.el (nnir-run-imap): Reverse the article list for each group
5592 rather than the whole list.
5593
5594 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * shr.el (shr-image-displayer): Protect function against non-existent
5597 image source.
5598
5599 * gnus-art.el (gnus-inhibit-images): New user option.
5600 (gnus-mime-display-single): Don't display image if it is non-nil.
5601
5602 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5603 gnus-inhibit-images.
5604
5605 * shr.el (shr-image-displayer): New function.
5606 (shr-tag-img): Use it.
5607
5608 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5609
5610 * mml2015.el (mml2015-epg-sign): Use From header.
5611
5612 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5613
5614 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5615
5616 * gnus-util.el (gnus-find-text-property-region): Return markers.
5617
5618 * shr.el (shr-tag-img): Put a displayer in the text property.
5619
5620 * gnus-util.el (gnus-find-text-property-region): New utility function.
5621
5622 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5623 (gnus-html-show-images): Remove.
5624
5625 * gnus-art.el (gnus-article-show-images): New, more general function.
5626
5627 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5628 image url text properties.
5629
5630 * shr.el: Ditto.
5631
5632 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5633 gnus-agent-auto-agentize-methods is set. Which it isn't.
5634
5635 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5636
5637 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5638 work for two or more articles.
5639
5640 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5641
5642 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5643 divide an image that's in an html article to two or more when washing
5644 non-ASCII characters in alt text of it.
5645
5646 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5647
5648 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5649 smime-decrypt-region using function argument.
5650 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5651
5652 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5653
5654 * smime.el (smime-decrypt-region): Catch it.
5655
5656 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * smime.el (smime-mode-map): Move initialization into declaration.
5659 (gnus-run-mode-hooks): Don't autoload.
5660 (smime-mode): Use define-derived-mode.
5661
5662 2010-11-11 Glenn Morris <rgm@gnu.org>
5663
5664 * smime.el (from): Restrict declaration to XEmacs.
5665
5666 * nnir.el (gnus-group-topic-name): Autoload.
5667
5668 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5669
5670 * shr.el (shr-insert): Don't break long line if it is because of
5671 kinsoku-bol characters in the line end.
5672
5673 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
5674
5675 * nnir.el (nnir-request-move-article): Fix to provide original group
5676 and subject.
5677 (nnir-warp-to-article): Don't fail on articles whose headers haven't
5678 been retrieved.
5679
5680 * gnus-sum.el (gnus-summary-move-article): Use original group and
5681 subject for virtual articles such as those in an nnir summary buffer.
5682
5683 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5684
5685 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5686 least 21.5).
5687
5688 * smime.el (from): Declare it again for XEmacs.
5689
5690 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5691
5692 * message.el (message-resend): Don't disable encoding unless it's
5693 already encoded.
5694
5695 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5696 low-numbered articles.
5697
5698 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5699
5700 * rfc2047.el (rfc2047-syntax-table): Simplify.
5701
5702 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5703 set-char-table-range for XEmacs.
5704
5705 2010-11-10 Glenn Morris <rgm@gnu.org>
5706
5707 * smime.el (from): Remove unused declaration.
5708
5709 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5710 (gnus-float-time): On Emacs, always an alias.
5711
5712 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5713 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5714
5715 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
5718
5719 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5720
5721 * shr.el (browse-url-mailto): Autoload.
5722
5723 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
5724
5725 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
5726 regexp doesn't need quoting.
5727
5728 2010-11-09 Sven Joachim <svenjoac@gmx.de>
5729
5730 * message.el (message-subject-trailing-was-ask-regexp)
5731 (message-subject-trailing-was-regexp): Match was: in addition to was.
5732
5733 2010-11-09 Glenn Morris <rgm@gnu.org>
5734
5735 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
5736 (nnbabyl-check-mbox): Use point-at-bol.
5737
5738 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739
5740 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
5741
5742 * message.el (message-mailto): New function.
5743 (message-mailto): Should accept other parameters.
5744 (message-mailto): Remove since it duplicates browse-url-mailto
5745 functionality.
5746
5747 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5748
5749 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
5750 methods.
5751 (gnus-read-active-file): Ditto.
5752
5753 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
5754 ": " from the prompt.
5755 (gnus-group-make-group): Ditto.
5756
5757 2010-11-07 Glenn Morris <rgm@gnu.org>
5758
5759 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
5760 (gnus-bookmark-kill-line): Use point-at-eol.
5761
5762 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
5763
5764 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
5765 asterisks in From header.
5766
5767 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5768
5769 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
5770 string to avoid making the From headers syntactically invalid.
5771
5772 * message.el (message-send-mail): Don't insert courtesy messages if the
5773 message already has List-Post and List-ID messages.
5774
5775 2010-11-06 Glenn Morris <rgm@gnu.org>
5776
5777 * gnus-art.el (gnus-treat-article): Give dynamic local variables
5778 `condition', `type', `length' a prefix.
5779 (gnus-treat-predicate): Update for above name changes.
5780
5781 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
5782
5783 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
5784 binding. Handled by `gnus-summary-refer-thread' instead.
5785 (nnir-warp-to-article): New backend function.
5786
5787 * nnimap.el (nnimap-request-thread): Force dependency updating.
5788
5789 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
5790 (gnus-summary-refer-thread): Rework to improve thread-referral.
5791
5792 * gnus-int.el (gnus-warp-to-article): New function.
5793
5794 * gnus-sum.el (gnus-summary-article-map): Bind it.
5795
5796 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
5797
5798 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
5799 gnus-summary-refer-thread.
5800
5801 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
5802 headers.
5803 (gnus-summary-limit-include-thread): Prevent articles in thread from
5804 being cut in gnus-cut-threads.
5805 (gnus-summary-refer-thread): Limit retrieved headers to those in
5806 thread.
5807
5808 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5809
5810 * message.el (message-send-mail): Use the value of
5811 message-courtesy-message from the message buffer.
5812
5813 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
5814
5815 * shr.el (shr-browse-url): Implement mailto: URLs.
5816
5817 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
5818 "raw".
5819
5820 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
5821 if it's already selected.
5822
5823 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
5824
5825 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
5828 to measure the length and truncate alt text.
5829
5830 2010-11-03 Glenn Morris <rgm@gnu.org>
5831
5832 * nndiary.el (nndiary-generate-nov-databases-1)
5833 (nndiary-generate-active-info): Rename dynamic variable `files' to
5834 something less generic.
5835
5836 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
5837
5838 * nnir.el (nnir-request-move-article): Call the underlying backend to
5839 move articles from nnir.
5840
5841 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5842
5843 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
5844
5845 2010-11-02 Julien Danjou <julien@danjou.info>
5846
5847 * nnir.el: Remove wais support.
5848
5849 2010-11-02 Glenn Morris <rgm@gnu.org>
5850
5851 * gnus-html.el: Reorder requirements to quieten compiler.
5852
5853 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
5854
5855 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
5856 properly for XEmacs as well.
5857 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
5858 (gnus-article-natural-long-line-p): Use window-width rather than
5859 frame-width.
5860
5861 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
5862
5863 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
5864 (nnir-read-parms): Don't modify query.
5865 (nnir-run-query): Add ability to search topic on current line.
5866 (nnir-get-active): Clean up.
5867
5868 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5869
5870 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
5871 degenerate articles.
5872
5873 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
5874 (gnus-print-buffer): Just print the buffer as is, without any copying
5875 to a buffer and then re-highlighting.
5876
5877 * nnimap.el (nnimap-request-group): Store the new updated info.
5878 (nnimap-request-group): Select the group when we don't know whether it
5879 exists or not.
5880
5881 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
5882 groups.
5883
5884 * gnus-group.el (gnus-group-find-new-groups): Display all the new
5885 groups.
5886
5887 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
5888 groups.
5889
5890 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
5891 long-lines case by only filling the long lines.
5892
5893 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
5894 (bug #7311).
5895
5896 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5897
5898 * shr.el: No need to declare `declare-function' since shr.el is for
5899 only Emacsen that provide `libxml-parse-html-region'.
5900
5901 2010-11-01 Glenn Morris <rgm@gnu.org>
5902
5903 * mm-util.el (gnus-completing-read): Autoload.
5904 (mm-read-coding-system): Simplify Emacs definition.
5905
5906 * nnmail.el (gnus-activate-group):
5907 * nnimap.el (gnutls-negotiate):
5908 * nntp.el (netrc-parse): Fix declarations.
5909
5910 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5911
5912 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
5913 string-match-p in Emacs >=23.
5914
5915 * gnus-msg.el (gnus-configure-posting-styles):
5916 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
5917
5918 2010-11-01 Glenn Morris <rgm@gnu.org>
5919
5920 * nnir.el (declare-function): Add compat stub.
5921 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
5922 (nnir-run-gmane): Require 'mm-url.
5923
5924 * mm-util.el (mm-string-to-multibyte): Simplify.
5925
5926 * shr.el (declare-function): Add compat stub.
5927 (url-cache-create-filename): Declare.
5928 (mm-disable-multibyte, widget-convert-button): Autoload.
5929
5930 * smime.el (ldap-search): Declare.
5931 (smime-cert-by-ldap-1): Require ldap on Emacs.
5932
5933 * nnimap.el: Require nnmail, and gnus-sum when compiling.
5934 (nnimap-keepalive): Use gnus-float-time.
5935
5936 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
5937 (mail-source-delete-crash-box): Use gnus-float-time.
5938
5939 * gnus-dired.el (gnus-completing-read): Autoload.
5940
5941 * mm-view.el (gnus-rescale-image): Autoload.
5942
5943 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
5944
5945 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
5946
5947 * sieve-manage.el: Require 'cl when compiling.
5948
5949 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
5950 (gnus-iswitchb-completing-read): Require iswitchb.
5951 (gnus-select-frame-set-input-focus): Silence compiler.
5952
5953 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5954
5955 * message.el (message-subject-trailing-was-query): Change default to t,
5956 since I think that's what most people want.
5957
5958 * nnimap.el (nnimap-request-accept-article): Erase buffer before
5959 appending for easier debugging.
5960 (nnimap-wait-for-connection): Take a regexp.
5961 (nnimap-request-accept-article): Wait for the continuation line before
5962 sending anything unless we're streaming.
5963
5964 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
5965 leave the header washing to take place.
5966
5967 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5968
5969 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
5970 regular expression match and replace in posting styles.
5971
5972 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
5973
5974 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
5975 an entire server.
5976 (nnir-get-active): New function.
5977 (nnir-run-imap): Use it.
5978 (nnir-run-gmane): Who knew, gmane search returns an article score!
5979
5980 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5981 server on the current line with nnir.
5982
5983 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
5985 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5986 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5987 left edge.
5988 (gnus-article-foldable-buffer): Skip past the prefix when determining
5989 raggedness.
5990
5991 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5992 the raw article, and change `C-u g' to show the article without doing
5993 treatments.
5994
5995 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5996 on to `gnus-treat-article'.
5997 (gnus-inhibit-article-treatments): New variable.
5998
5999 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6000
6001 * gnus-art.el (gnus-treatment-function-alist): Have
6002 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6003 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6004 sections.
6005
6006 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6007 parameter.
6008 (gnus-article-fill-cited-long-lines): New function.
6009 (gnus-article-fill-cited-article): Allow filling only long sections.
6010
6011 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6012 and non-punctuation (like after the apostrophe in "'We").
6013
6014 * gnus-sum.el (gnus-summary-select-article): Make sure
6015 gnus-original-article-buffer is alive.
6016
6017 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6018 reflect the order they are in the digest.
6019
6020 * gnus.el (gnus-group-startup-message): Move point to the start of the
6021 buffer.
6022
6023 * nnimap.el (nnimap-capability): New function.
6024 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6025 is set.
6026
6027 2010-10-31 David Engster <dengste@eml.cc>
6028
6029 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6030 conform with changes to gnus-completing-read.
6031
6032 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6033
6034 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6035
6036 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6037
6038 * nnir.el: Move defvar, defcustom around to keep file organized
6039 and keep byte-compiler quiet.
6040 (nnir-read-parms): Accept search-engine as arg.
6041 (nnir-run-query): Pass search-engine as arg.
6042 (nnir-search-engine): Remove.
6043
6044 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
6046 * shr.el (shr-generic): The text nodes should be text, not :text.
6047
6048 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6049 later in the file.
6050
6051 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6052
6053 * nnir.el: General clean up. Allow searching with multiple engines.
6054 Allow separate extra-parameters for each engine.
6055 Batch queries when possible.
6056 (nnir-imap-default-search-key,nnir-method-default-engines):
6057 Add customize interface.
6058 (nnir-run-gmane): New engine.
6059 (nnir-engines): Use it. Qualify all prompts with engine name.
6060 (nnir-search-engine): Remove global variable.
6061 (nnir-run-hyrex): Restore for now.
6062 (nnir-extra-parms,nnir-search-history): New variables.
6063 (gnus-group-make-nnir-group): Use them.
6064 (nnir-group-server): Remove in favor of gnus-group-server.
6065 (nnir-request-group): Avoid searching twice.
6066 (nnir-sort-groups-by-server): New function.
6067
6068 2010-10-30 Julien Danjou <julien@danjou.info>
6069
6070 * gnus-group.el: Remove gnus-group-fetch-control.
6071
6072 * gnus-start.el (gnus-find-new-newsgroups):
6073 Remove gnus-check-first-time-used.
6074
6075 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6076
6077 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6078
6079 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6080 set on groups that don't have \* permanentflags.
6081
6082 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6083
6084 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6085 control the background color.
6086 (shr-tag-img): Ignore very small web bug type images.
6087 (shr-put-image): Add help-echo alt texts to the images.
6088 (shr-tag-video): Show the video poster image.
6089
6090 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6091
6092 * shr.el (shr-table-depth): New variable.
6093 (shr-tag-table-1): Only insert the images after the top-level table.
6094
6095 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6096
6097 * gnus-util.el (gnus-list-memq-of-list): New function.
6098
6099 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6100 selected.
6101 (nnimap-unsplittable-articles): New slot.
6102 (nnimap-new-articles): Use it.
6103
6104 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6105
6106 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6107 move to the previous line on `M-g'.
6108
6109 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6110
6111 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6112 *-request-group, which seems unnecessary.
6113
6114 * nnimap.el (nnimap-quote-specials): Function copied over from
6115 imap.el.
6116 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6117 they support that. Suggested by Tom Regner.
6118
6119 2010-10-29 Julien Danjou <julien@danjou.info>
6120
6121 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6122 defalias.
6123 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6124
6125 * gnus.el: Remove `gnus-nntp-service' variable.
6126 (gnus-secondary-servers): Make obsolete.
6127 (gnus-nntp-server): Make obsolete.
6128
6129 * gnus-start.el (gnus-1): Remove x-splash calls.
6130
6131 * gnus-ems.el (gnus-x-splash): Remove.
6132
6133 * gnus.el (gnus-group-startup-message): Simplify/update code.
6134
6135 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6136 capability before doing anything.
6137 (gnus-group-insert-group-line): Remove useless
6138 gnus-group-remove-excess-properties.
6139
6140 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6141
6142 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6143
6144 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
6146 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6147 config after reselecting.
6148
6149 2010-10-28 Julien Danjou <julien@danjou.info>
6150
6151 * shr.el (shr-put-image): Use point even if only inserting text.
6152 (shr-put-image): Save excursion when inserting alt text on non-graphic
6153 display, so the behavior is the same when we are on a graphic display.
6154
6155 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6156
6157 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6160 (gnus-mime-copy-part): Check coding system, not charset.
6161 (gnus-mime-view-part-externally): Never remove part.
6162 (gnus-mime-view-part-internally): Don't remove part here.
6163 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6164 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6165 multipart/alternative.
6166
6167 * mm-decode.el (mm-display-part): Take optional arg `force'.
6168
6169 2010-10-26 Julien Danjou <julien@danjou.info>
6170
6171 * gnus-group.el (gnus-group-default-list-level): Add this function to
6172 compute the default list level.
6173 (gnus-group-default-list-level): Add possibility to use a function.
6174
6175 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6176
6177 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6178
6179 * gnus-group.el (gnus-group-completing-read)
6180 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6181 gnus-replace-in-string.
6182
6183 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6184
6185 * shr.el (shr-tag-div): Add.
6186
6187 2010-10-25 Julien Danjou <julien@danjou.info>
6188
6189 * gnus-util.el: Remove `gnus-with-local-quit'.
6190
6191 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6192
6193 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6194
6195 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6196 the original article buffer.
6197
6198 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6199
6200 * nnimap.el (nnimap-request-head): New function.
6201 (nnimap-request-move-article): Try to be slightly faster by not
6202 requesting the entire message when moving.
6203 (nnimap-transform-headers): Don't bug out on bodiless articles.
6204 (nnimap-send-command): Have no outstanding messages if the IMAP server
6205 doesn't support streaming.
6206 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6207
6208 2010-10-24 Julien Danjou <julien@danjou.info>
6209
6210 * message.el (message-default-headers): Fix type.
6211
6212 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6213
6214 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6215 prefetching images.
6216
6217 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6218 backend for unknown groups. This is mainly useful for nnimap groups.
6219
6220 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6221 group isn't covered by the agent.
6222
6223 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6224
6225 * nnir.el (nnir-method-default-engines): New variable.
6226 (nnir-run-query): Use it.
6227 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6228 (gnus-summary-nnir-goto-thread): Change group if needed.
6229
6230 * gnus-group.el (gnus-group-group-map): Add key binding for
6231 gnus-group-make-nnir-group.
6232
6233 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6234
6235 * shr.el (shr-tag-object): Add.
6236
6237 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6238 original article buffer live.
6239 (gnus-summary-select-article-buffer):
6240 Mention gnus-widen-article-buffer.
6241
6242 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6243
6244 * shr.el (shr-tag-strong): Add.
6245
6246 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6247
6248 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6249 group names. They mess up the group buffer badly.
6250
6251 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6252
6253 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6254 instead of the summary one.
6255
6256 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * mml.el (mml-preview): Work properly when editing article.
6259
6260 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6261 gnus-have-read-active-file if it's already been in.
6262
6263 2010-10-22 Tom Tromey <tromey@redhat.com>
6264
6265 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6266 gnus-group-completing-read.
6267
6268 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6269
6270 * message.el (message-mode-map): Don't bind M-; to comment region, to
6271 allow the global comment-dwim to work.
6272
6273 2010-10-21 Julien Danjou <julien@danjou.info>
6274
6275 * message.el (message-setup-1): Allow message-default-headers to be a
6276 function.
6277
6278 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6279
6280 * shr.el (shr-tag-table): Simplify.
6281
6282 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6283
6284 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6285 to avoid trying to snarf invalid stuff.
6286
6287 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6288
6289 * gnus.el (gnus-message-archive-group): Quote value.
6290 (gnus-message-archive-group): Mark as changed.
6291
6292 * shr.el (shr-add-font): Don't put the font properties on the newline
6293 or the indentation.
6294
6295 * message.el (message-fix-before-sending): Change options when sending
6296 non-printable characters.
6297
6298 * gnus.el (gnus-message-archive-method): Change the default to
6299 monthly outgoing groups.
6300
6301 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6302 that have gotten new numbers.
6303
6304 * nnimap.el (nnimap-request-replace-article): New function.
6305
6306 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6309 (nnrss-request-article): Don't use special html washing code.
6310
6311 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * shr.el (shr-tag-table): Remove useless nconc.
6314
6315 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6316
6317 * gnus-art.el (article-wash-html): Simplify and remove the charset
6318 stuff. Use the normal html rendering code instead of the special html
6319 washing code.
6320
6321 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6322 `gnus-w3m' symbols.
6323 (mm-text-html-washer-alist): Remove.
6324
6325 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6326 (mm-inline-media-tests): Remove use.
6327 (mm-text-html-renderer): Change default to the `shr' symbol.
6328
6329 * mm-view.el (mm-inline-text-html): Remove use.
6330
6331 * gnus-art.el (gnus-blocked-images): New function. Allow the
6332 `gnus-blocked-images' to be a function.
6333 (gnus-article-wash-function): Remove.
6334
6335 2010-10-20 Julien Danjou <julien@danjou.info>
6336
6337 * spam.el (spam-list-of-processors): Mark as obsolete.
6338
6339 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6340 (nnimap-insert-partial-structure): Fix boundary detection.
6341
6342 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6343
6344 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6345 run file-truename on remote files. This can be expensive and even
6346 prevent one from editing drafts if some unrelated buffer has a stale
6347 connection.
6348
6349 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6350
6351 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6352 kinsoku-eol regardless of shr-kinsoku-shorten.
6353 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6354 (shr-tag-table): Support caption, thead, and tfoot.
6355
6356 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6357
6358 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6359 lines.
6360 (shr-save-contents): New command and keystroke.
6361
6362 * nndoc.el (nndoc-type-alist): Add git support.
6363 (nndoc-git-type-p): New function.
6364 (nndoc-transform-git-article): Ditto.
6365 (nndoc-transform-git-headers): Ditto.
6366 (nndoc-transform-git-headers): Generate Subject headers.
6367
6368 * shr.el (shr-parse-style): New function.
6369 (shr-tag-span): Ditto.
6370
6371 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6372 to `G G' to avoid collisions.
6373
6374 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * shr.el: Load kinsoku if necessary.
6377 (shr-kinsoku-shorten): New internal variable.
6378 (shr-find-fill-point): Make kinsoku shorten text line if
6379 shr-kinsoku-shorten is bound to non-nil.
6380 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6381 shr-indentation too when testing if table is wider than frame width.
6382 (shr-insert-table): Use `string-width' instead of `length' to measure
6383 text width.
6384 (shr-insert-table-ruler): Make sure indentation is done at bol.
6385
6386 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6389 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6390 undecoded network data.
6391
6392 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6393
6394 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6395 name in the mode line spec so that the mode line menu works
6396 (bug #2431).
6397
6398 * message.el (message-get-reply-headers): If we're fed `to-address',
6399 then always use that.
6400
6401 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6402 aren't so wide as to need to switch off the edit menu.
6403
6404 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6405 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6406
6407 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6408 `M-g'.
6409 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6410 the permanent marks.
6411
6412 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6413
6414 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6415 Splitting according to references/in-reply-to obeys the ignore-groups
6416 variable, while splitting by sender and subject do not.
6417
6418 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6419
6420 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6421 alist, so that we can look for non-Unicode chars.
6422 (article-translate-strings): Allow both character and string maps.
6423
6424 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6425
6426 * shr.el (shr-insert): Don't insert space behind a wide character
6427 categorized as kinsoku-bol, or between characters both categorized as
6428 nospace.
6429
6430 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6431
6432 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6433 headers to gnus-newsgroup-headers.
6434
6435 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436
6437 * shr.el (shr-tag-img): Don't align images -- since we're not
6438 rescaling, this often leads to ugly displays.
6439
6440 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6441
6442 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6443 duplicates.
6444
6445 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6446
6447 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6448 call.
6449
6450 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6451
6452 * gnus.el: Autoload gnus-html-show-images.
6453
6454 * nnimap.el: Use nnheader-message throughout.
6455
6456 * shr.el (shr-tag-img): Ignore images with no data.
6457
6458 2010-10-15 Julien Danjou <julien@danjou.info>
6459
6460 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6461 a possibility to disable format=flow encoding when using hard newlines.
6462
6463 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * shr.el (shr-insert): Remove space inserted before or after a
6466 breakable character or at the beginning or the end of a line.
6467 (shr-find-fill-point): Do kinsoku; find the second best point or give
6468 it up if there's no breakable point.
6469
6470 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471
6472 * nnimap.el (nnimap-open-connection): Message when opening connection
6473 for debugging purposes.
6474
6475 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6476 on every setup buffer call to allow this to change from article to
6477 article.
6478
6479 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6480 buffers where we have a wide table.
6481
6482 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6483
6484 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6485 uses *-request-thread.
6486
6487 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6488
6489 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6490 incantation, which is no longer valid.
6491
6492 2010-10-14 Julien Danjou <julien@danjou.info>
6493
6494 * shr.el: Fix defcustom type (char -> character).
6495
6496 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6497
6498 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6499 programs.
6500
6501 2010-10-14 Julien Danjou <julien@danjou.info>
6502
6503 * shr.el (shr-tag-a): Use url-link as widget type.
6504
6505 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6506 `gnus-group-get-icon'.
6507
6508 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6509
6510 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6511 This should make server editing work better.
6512
6513 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6514
6515 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6516 (nnimap-parse-flags): Fix regexp.
6517
6518 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6519 probably work for CJVK text, too.
6520
6521 * nnimap.el (nnimap-extend-tls-programs): Remove.
6522 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6523
6524 2010-10-13 Julien Danjou <julien@danjou.info>
6525
6526 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6527 responses.
6528
6529 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6530
6531 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6532
6533 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6534 anything in Emacs.
6535
6536 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6537
6538 2010-10-13 Julien Danjou <julien@danjou.info>
6539
6540 * shr.el (shr-width): Make shr-width a defcustom with default to
6541 fill-column.
6542 (shr-tag-img): Use shr-width rather than fill-column.
6543
6544 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6545
6546 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6547
6548 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6549 position when (X-)Faces exist.
6550 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6551 avatars when called interactively.
6552
6553 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6554
6555 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6556 gnus-article-x-face-too-ugly is bound.
6557
6558 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6559
6560 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6561
6562 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6563 mailbox that doesn't exist.
6564
6565 2010-10-12 Julien Danjou <julien@danjou.info>
6566
6567 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6568 (shr-get-image-data): Encode URL properly when fetching from cache.
6569 (shr-tag-img): Use aligned-to spaces to align correctly images.
6570
6571 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6572 before inserting the Gravatar.
6573
6574 * shr.el (shr-tag-img): Add align attribute support for <img>.
6575
6576 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * gnus-gravatar.el (gnus-art): Require.
6579
6580 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6581 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6582 Remove long obsoleted functions.
6583
6584 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6585
6586 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6587
6588 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6589 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6590 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6591 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6592 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6593 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6594 Fix comment for declare-function.
6595
6596 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6597
6598 * nnimap.el (nnimap-request-rename-group): Select group read-only
6599 before renaming it.
6600
6601 * shr.el (shr-insert): Fix up the white space only regexp.
6602
6603 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6604 bodies. Protect against this. Reported by Michael Welsh Duggan.
6605
6606 * shr.el (shr-current-column): New function.
6607 (shr-find-fill-point): New function.
6608
6609 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6610
6611 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6612 numbers.
6613
6614 2010-10-11 Julien Danjou <julien@danjou.info>
6615
6616 * shr.el (shr-hr-line): Add.
6617 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6618 display hr lines.
6619 (shr-max-columns): Do not change state to nil if we just inserting
6620 spaces.
6621
6622 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6623
6624 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6625 select the last group.
6626
6627 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6628
6629 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6630
6631 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6632
6633 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6634 for Gnus.
6635 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6636 (nnimap-update-qresync-info): Mark \Seen articles as read.
6637
6638 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6639 non-variable, too.
6640
6641 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6642 available.
6643 (nnimap-update-info): Rely more on the current active than the param
6644 active to avoid marking articles as read too much.
6645
6646 * auth-source.el (auth-source-create): Use (user-login-name) for the
6647 user name default.
6648
6649 * nnimap.el (nnimap-update-info): If the server doesn't return any
6650 useful info, just use the previous info.
6651 (nnimap-update-info): Prefer old info over start-article.
6652 (nnimap-update-qresync-info): Finish implementing QRESYNC.
6653
6654 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
6655
6656 * nnir.el (autoload): Clean up autoloads.
6657 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6658 Use key rather than value.
6659 (nnir-imap-search-other): New variable.
6660 (nnir-read-parm): Use it.
6661 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6662 (gnus-summary-nnir-goto-thread): Modify to work with imap.
6663
6664 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6667 the process, too.
6668
6669 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6670
6671 * spam.el (gnus-summary-mode-map): Bind to "$".
6672 Suggested by Russ Allbery.
6673
6674 * shr.el: Rework the way things are indented by <li> slightly.
6675
6676 * gnus.el (gnus-group-set-parameter): Fix typo.
6677
6678 * nnimap.el: Start implementing QRESYNC support.
6679
6680 2010-10-09 Julien Danjou <julien@danjou.info>
6681
6682 * nnir.el (nnir-engines): Fix too many arguments.
6683
6684 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6685
6686 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6687 group is the "last", so that the backends like nnfolder actually save
6688 their folders.
6689
6690 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6691 try to use that for the TLS stream.
6692 (nnimap-retrieve-group-data-early): Rework the marks code to heed
6693 UIDVALIDITY and find out which groups are read-only and not.
6694 (nnimap-get-flags): Use the same marks parsing code as the rest of
6695 nnimap.
6696
6697 2010-10-09 Julien Danjou <julien@danjou.info>
6698
6699 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6700
6701 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6702 retrieving gravatars.
6703
6704 * shr.el (shr-table-corner): Add.
6705 (shr-table-line): Add.
6706 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6707
6708 2010-10-08 Julien Danjou <julien@danjou.info>
6709
6710 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6711
6712 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
6713
6714 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6715
6716 * gnus-sum.el (gnus-mark-article-as-unread)
6717 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
6718 (gnus-summary-set-bookmark): Use it.
6719
6720 * gnus-msg.el (gnus-setup-message): Use it.
6721
6722 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6723
6724 * gnus.el (gnus-group-remove-parameter): Use it.
6725
6726 * gnus-group.el (gnus-group-make-web-group): Use it.
6727
6728 * gnus-demon.el (gnus-demon-remove-handler): Use it.
6729
6730 * nnregistry.el: Update docs to mention manual.
6731
6732 * gnus-registry.el: Update docs to mention nnregistry.el.
6733 (gnus-registry-initialize): Don't install nnregistry refer method
6734 automatically.
6735 (gnus-registry-install-nnregistry): Remove it.
6736
6737 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738
6739 * shr.el (shr-insert): Don't insert double spaces.
6740
6741 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * gnus-gravatar.el (gnus-treat-from-gravatar)
6744 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
6745 called interactively.
6746
6747 * gnus-art.el (gnus-mime-view-part-externally)
6748 (gnus-mime-view-part-internally): Make predicate function passed to
6749 gnus-mime-view-part-as-type assume argument is a mime type, not a list
6750 of a mime type.
6751
6752 * shr.el (shr-table-widths): Don't use cl function `reduce'.
6753
6754 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6755
6756 * shr.el (require): Require cl when compiling.
6757 (shr-tag-hr): New function.
6758
6759 * nnimap.el (nnimap-update-info): Remove double setting of high.
6760 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
6761 This makes nnimap work properly on Courier again.
6762
6763 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
6764 the variable for backwards compatibility.
6765
6766 * mm-decode.el (mm-save-part): If given a non-directory result, expand
6767 the file name before using to avoid setting mm-default-directory to
6768 nil.
6769
6770 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
6771 bidning gnus-agent variables.
6772
6773 * shr.el (shr-render-td): Use a cache for the table rendering function
6774 to avoid getting an exponential rendering behavior in nested tables.
6775 (shr-insert): Rework the line-breaking algorithm.
6776 (shr-insert): Don't leave trailing spaces.
6777 (shr-insert-table): Also insert empty TDs.
6778 (shr-tag-blockquote): Ensure paragraphs after </ul>.
6779
6780 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * gnus-sum.el (gnus-number): Rename from `number'.
6783 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
6784 (gnus-summary-limit-children): Update uses correspondingly.
6785
6786 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
6789 (gnus-gravatar-transform-address): Don't show avatars of people of
6790 which mail addresses match gnus-gravatar-too-ugly.
6791
6792 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6793
6794 * shr.el (shr-table-widths): Expand TD elements to fill available
6795 space.
6796
6797 2010-10-07 Julien Danjou <julien@danjou.info>
6798
6799 * nnimap.el (nnimap-request-rename-group): Add this method.
6800
6801 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
6804 name from XEmacs' function-arglist.
6805
6806 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
6807 gravatar under XEmacs.
6808
6809 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
6810
6811 * auth-source.el: Update docs with TODO items.
6812
6813 * gnus-sync.el: Update docs to explain state and plans.
6814
6815 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6816 Hooks for mark updates.
6817 (gnus-request-set-mark, gnus-request-update-mark): Use them.
6818
6819 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
6820 hooks with arguments, which is needed for mark update hooks.
6821
6822 2010-10-06 Julien Danjou <julien@danjou.info>
6823
6824 * gnus.el (gnus-expand-group-parameter): Only return and act on what
6825 was matched.
6826
6827 * sieve-manage.el: Update example in `Commentary'.
6828
6829 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
6830
6831 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
6832 not 2000.
6833 (sieve-manage-authenticate): Re-add function.
6834
6835 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836
6837 * shr.el (shr-insert): Get 'space transition right.
6838 (shr-render-td): Only delete space at the end of the TD.
6839
6840 * nnimap.el (nnimap-open-connection): Prepare to support
6841 open-gnutls-stream.
6842
6843 * shr.el: Rearrange function order to be more logical.
6844
6845 2010-10-06 Julien Danjou <julien@danjou.info>
6846
6847 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
6848 (nnrss-discover-feed): Remove 404 URL in docstring.
6849
6850 * nnir.el: Fix Swish-E URL.
6851 Fix Namazu URL.
6852
6853 * message.el (message-change-subject): Remove 404 URL in a comment.
6854
6855 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
6856
6857 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
6858 called interactively.
6859
6860 * gnus-util.el (gnus-remove-if): Allow hash table.
6861 (gnus-remove-if-not): New function.
6862
6863 * gnus-art.el (gnus-mime-view-part-as-type):
6864 * gnus-score.el (gnus-summary-score-effect):
6865 * gnus-sum.el (gnus-read-move-group-name):
6866 Replace remove-if-not with gnus-remove-if-not.
6867
6868 * gnus-group.el (gnus-group-completing-read):
6869 Regard collection as a hash table if it is not a list.
6870
6871 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6872
6873 * shr.el (shr-render-td): Allow blank/missing <TD>s.
6874
6875 * shr.el: Document the table-rendering algorithm.
6876
6877 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
6878 invalid URLs.
6879
6880 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
6881 line-broken.
6882 (shr-tag-img): Ignore image fetching errors.
6883 (shr-overlays-in-region): Compute overlay positions correctly.
6884
6885 * mm-decode.el (mm-shr): Require shr.
6886
6887 * gnus-art.el (gnus-blocked-images): Move variable here.
6888
6889 * shr.el (shr-insert-table): Bind free variable.
6890
6891 * mm-decode.el (mm-shr): Bind shr-content-function.
6892
6893 * shr.el (shr-content-function): New variable.
6894
6895 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
6896 added for symmetry.
6897
6898 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
6899
6900 * gnus-group.el (gnus-group-make-group): Doc fix.
6901
6902 * nnimap.el (nnimap-request-newgroups): Return success.
6903
6904 * shr.el (shr-find-elements): New function.
6905 (shr-tag-table): Put all the images after the table.
6906 (shr-tag-table): Really inhibit images inside the table.
6907 (shr-collect-overlays): Copy over overlays from the TD elements to the
6908 main document.
6909
6910 * mm-decode.el (mm-shr): Bind shr-blocked-images to
6911 gnus-blocked-images.
6912
6913 2010-10-05 Julien Danjou <julien@danjou.info>
6914
6915 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
6916
6917 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
6918 (gnus-html-maximum-image-size): Add this function.
6919 (gnus-html-put-image): Use gnus-html-maximum-image-size.
6920
6921 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
6922 server-value of the capability is nil.
6923
6924 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6925
6926 * shr.el (shr-tag-em): Add <EM> tag.
6927
6928 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
6929
6930 * sieve-manage.el (sieve-manage-default-stream): Make default stream
6931 customizable.
6932
6933 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
6934 handing broken links to browse-url.
6935
6936 2010-10-05 Julien Danjou <julien@danjou.info>
6937
6938 * gnus-util.el (gnus-emacs-completing-read)
6939 (gnus-iswitchb-completing-read): Use autoload rather than require.
6940
6941 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
6942
6943 * gnus-util.el (gnus-completing-read-function): Exclude
6944 gnus-icompleting-read and gnus-ido-completing-read from candidates for
6945 XEmacs since iswitchb.el is very old and ido.el is unavailable in
6946 XEmacs.
6947
6948 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
6949 not to use `delete-dups' that is unavailable in XEmacs 21.4.
6950
6951 * gnus-html.el: Don't require help-fns under XEmacs.
6952 (gnus-html-schedule-image-fetching): Work for XEmacs.
6953
6954 * mm-decode.el (mm-shr): Decode contents by charset.
6955
6956 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6957
6958 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
6959 unknown.
6960
6961 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
6962 (shr-get-image-data): Ensure against the cache file missing.
6963
6964 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
6965 for data.
6966
6967 * spam-report.el (spam-report-url-ping-plain): Don't query about
6968 killing the process.
6969
6970 * shr.el (shr-render-td): Protect against too-wide text.
6971
6972 2010-10-04 Julien Danjou <julien@danjou.info>
6973
6974 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
6975 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6976
6977 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6978 retrieved.
6979
6980 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6981
6982 * shr.el (browse-url): Require.
6983 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6984 lines.
6985 (shr-show-alt-text, shr-browse-image): New commands.
6986 (shr-browse-url, shr-copy-url): New commands.
6987
6988 * gnus-sum.el (gnus-widen-article-window): New variable.
6989 (gnus-summary-select-article-buffer): Use it.
6990
6991 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6992 without @ signs.
6993
6994 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6995
6996 * nnir.el (nnir-run-imap): Remove spurious space in search string.
6997
6998 2010-10-04 Julien Danjou <julien@danjou.info>
6999
7000 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7001 for XEmacs.
7002
7003 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7004
7005 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7006
7007 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7008 (nnimap-close-server): Implement.
7009
7010 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7011 (shr-insert): Tweak line breaking.
7012 (shr-insert): Handle <pre> better.
7013 (shr-tag-li): Get <li> indentation right.
7014 (shr-tag-li): Get <li> indentation even righter.
7015 (shr-tag-blockquote): Ensure paragraph start.
7016 (shr-make-table): Tweak table generation.
7017 (shr-make-table): Fix typo.
7018
7019 * shr.el: Implement table rendering.
7020
7021 2010-10-04 Julien Danjou <julien@danjou.info>
7022
7023 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7024
7025 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7026
7027 * shr.el (shr-insert): Use string anchors instead of line anchors.
7028
7029 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7030
7031 * shr.el: Add headings.
7032 (shr-ensure-paragraph): Actually work.
7033 (shr-tag-li): Make <ul> prettier.
7034 (shr-insert): Get white space at the beginning/end of elements right.
7035 (shr-tag-p): Collapse subsequent <p>s.
7036 (shr-ensure-paragraph): Don't insert double line feeds after blank
7037 lines.
7038 (shr-insert): \t is also space.
7039 (shr-tag-s): Fix "s" tag name function.
7040 (shr-tag-s): Fix face prop name.
7041
7042 2010-10-03 Julien Danjou <julien@danjou.info>
7043
7044 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7045
7046 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7047 gnus-window-inside-pixel-edges.
7048
7049 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7050 gnus-ems.
7051
7052 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7053
7054 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7055 function.
7056
7057 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7058 resize choice.
7059
7060 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7061
7062 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7063 beginning of the buffer.
7064
7065 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7066 article buffer again.
7067
7068 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7069
7070 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7071 when it's at the start of the buffer.
7072
7073 * shr.el (shr-tag-blockquote): Convert name.
7074 (shr-rescale-image): Use the right image-size variant.
7075
7076 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7077 buffer isn't shown, then select the current article first instead of
7078 bugging out.
7079 (gnus-summary-select-article-buffer): Show both the article and summary
7080 buffers again.
7081
7082 * shr.el (shr-fontize-cont): Protect against regions with no text.
7083 Rename tag functions to shr-tag-* for enhanced security.
7084 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7085
7086 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * shr.el (shr-insert):
7089 * pop3.el (pop3-movemail):
7090 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7091 loaded.
7092
7093 2010-10-03 Glenn Morris <rgm@gnu.org>
7094
7095 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7096
7097 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7098
7099 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7100
7101 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7102
7103 * gnus-util.el (gnus-make-local-hook): Simplify.
7104
7105 2010-10-02 Julien Danjou <julien@danjou.info>
7106
7107 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7108 (gnus-ido-completing-read): New function.
7109 (gnus-emacs-completing-read): New function.
7110 (gnus-completing-read): Use gnus-completing-read-function.
7111 Add gnus-completing-read-function.
7112
7113 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7114
7115 * shr.el (shr-insert-document): Autoload.
7116 (shr-img): Be silent.
7117 (shr-insert): Add a newline after every picture before text.
7118 (shr-add-font): Use overlays for combining faces.
7119 (shr-insert): Pass upwards the text start point.
7120
7121 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7122 possible.
7123 (mm-shr): New function.
7124
7125 2010-10-02 Julien Danjou <julien@danjou.info>
7126
7127 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7128 should go backward.
7129
7130 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * shr.el (shr): Fix typo in provide call.
7133
7134 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7135
7136 * shr.el: New file.
7137
7138 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7139
7140 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7141 completing read.
7142
7143 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7144
7145 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7146 we're being queried about. Suggested by Dan Jacobson.
7147
7148 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7149 Suggested by Jason Eisner.
7150
7151 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7152 table, too. Suggested by Stefan Wiens.
7153 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7154 the table unnecessary. Suggested by Stefan Wiens.
7155
7156 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7157 longer needed, and probably doesn't work either, as pointed out by
7158 Stefan Wiens.
7159 (gnus-summary-exit): Remove call to the clearing function.
7160 (gnus-summary-exit-no-update): Ditto.
7161
7162 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7163 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7164 Reported by Stefan Monnier.
7165 (gnus-summary-save-in-rmail): Ditto.
7166
7167 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7168 article buffer, instead of both the article buffer and the summary
7169 buffer. Sort of suggested by Dan Jacobson.
7170
7171 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7172
7173 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7174 Suggested by Dan Jacobson.
7175
7176 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7177 documentation clearer.
7178
7179 * message.el (message-shorten-references): Comment on the number "21".
7180 Suggested by Stefan Monnier.
7181
7182 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7183 Suggested by Dan Jacobson.
7184
7185 * gnus.el (gnus-large-newsgroup):
7186 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7187
7188 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7189 externalize attachments. Bug reported by Steve Wen.
7190
7191 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7192 really message anything to the user.
7193
7194 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7195 directly.
7196
7197 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7198 messages in empty groups.
7199
7200 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7201
7202 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7203 non-UIDNEXT group.
7204
7205 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7206
7207 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7208 not the value from the collection.
7209
7210 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7211 values. This sometimes happens on some groups that have no info.
7212 (nnimap-request-newgroups): New function.
7213
7214 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7215
7216 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7217 check into `gnus-registry-initialize'.
7218 (gnus-registry-initialize): Ditto.
7219 Fix and extend header docs.
7220
7221 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7222
7223 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7224 regexp backtrace overflows.
7225
7226 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7227 for starttls that tls.el implements; i.e. openssl.
7228
7229 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7230
7231 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7232 (gravatar-create-image): New function that's an alias to
7233 gnus-xmas-create-image, gnus-create-image, or create-image.
7234 (gravatar-data->image): Use it.
7235
7236 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7237
7238 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7239 install the nnregistry refer method.
7240 (gnus-registry-install-hooks): Use it.
7241 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7242 unfollowed groups.
7243
7244 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7245
7246 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7247 expanding threads.
7248
7249 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7250
7251 * nnir.el: Use the server names without suffixes (bug #7009).
7252
7253 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7254 unencrypted to STARTTLS, if possible.
7255
7256 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7257
7258 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7259 headers before superseding.
7260
7261 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7262
7263 * nnrss.el (nnrss-use-local): Add documentation.
7264
7265 * nnimap.el (nnimap-extend-tls-programs): New function.
7266 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7267 (nnimap-wait-for-connection): Accept the greeting from the stupid
7268 output from openssl s_client -starttls, too.
7269
7270 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7271 article number.
7272 (nnimap-split-fancy): New variable.
7273 (nnimap-split-incoming-mail): Use it.
7274
7275 * nntp.el (nntp-server-list-active-group): Document.
7276
7277 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7278 SELECT to get the message-id.
7279
7280 * mail-source.el (mail-sources): Remove webmail support.
7281 (defvar): Ditto.
7282 (mail-source-fetcher-alist): Ditto.
7283 (mail-source-fetch-webmail): Remove.
7284
7285 * webmail.el: Remove -- doesn't seem relevant any more.
7286
7287 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7288
7289 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7290 the \r.
7291
7292 2010-09-30 Julien Danjou <julien@danjou.info>
7293
7294 * gnus-agent.el (gnus-agent-add-group): Fix call to
7295 gnus-completing-read.
7296
7297 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7298
7299 * nndoc.el (nndoc-retrieve-groups): New function.
7300
7301 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7302 `default', use nnmail-split-methods.
7303 (nnimap-request-article): Downcase the NILs so that they are nil.
7304
7305 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7306 symbol.
7307
7308 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7309 code, since if the user has requested network, that's what they ought
7310 to get.
7311 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7312 (nnimap-split-rule): Mark as obsolete.
7313
7314 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7315 New variable.
7316
7317 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7318 correct slot, too.
7319
7320 2010-09-29 Julien Danjou <julien@danjou.info>
7321
7322 * gnus.el (gnus-local-domain): Declare variable obsolete.
7323
7324 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7325 Fix history computing.
7326 (gnus-ido-completing-read): Require ido.
7327
7328 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7329
7330 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7331 build Gnus.
7332
7333 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7334 when interpreting the structures.
7335 (nnimap-request-accept-article): Add \r\n to the lines to make this
7336 work with Cyrus.
7337
7338 * nndraft.el (nndraft-request-expire-articles): Use the group name
7339 instead if "nndraft". Fix found by Nils Ackermann.
7340
7341 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7342
7343 * nnregistry.el: Add.
7344
7345 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * nnmail.el (group, group-art-list, group-art):
7348 Remove unneeded directives.
7349
7350 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7351
7352 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7353 (mm-mime-charset):
7354 * rfc2047.el (rfc2047-syntax-table):
7355 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7356
7357 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7358 rather than `insert-file-contents' and `eval-region'.
7359
7360 2010-09-29 Julien Danjou <julien@danjou.info>
7361
7362 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7363 replacement of `gnus-gravatar-relief' to mimic
7364 `gnus-faces-properties-alist'.
7365 Add :version property.
7366
7367 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7368
7369 * mail-source.el (mail-source-report-new-mail):
7370 * message.el (message-default-mail-headers):
7371 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7372
7373 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7374
7375 2010-09-28 Julien Danjou <julien@danjou.info>
7376
7377 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7378 mail-address contains the same string as real-name.
7379
7380 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7381 non-blank in header, otherwise it'll get stripped.
7382
7383 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7384 real-name, and then for mail address rather than doing : or , search.
7385
7386 2010-09-27 Julien Danjou <julien@danjou.info>
7387
7388 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7389 right completing-read function.
7390 (gnus-use-ido): New variable
7391 (gnus-completing-read-with-default): Remove.
7392 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7393 (gnus-agent-add-group):
7394 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7395 * mm-view.el (mm-view-pkcs7-decrypt):
7396 * mm-util.el (mm-codepage-setup):
7397 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7398 * mml-smime.el (mml-smime-openssl-sign-query):
7399 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7400 (mml-insert-multipart):
7401 * gnus-msg.el (gnus-summary-yank-message):
7402 * gnus-int.el (gnus-start-news-server):
7403 * mm-decode.el (mm-interactively-view-part):
7404 * gnus-dired.el (gnus-dired-attach):
7405 * gnus.el (gnus-read-method):
7406 * gnus-bookmark.el (gnus-bookmark-jump):
7407 * gnus-art.el (gnus-mime-view-part-as-type)
7408 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7409 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7410 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7411 * nnmairix.el (nnmairix-create-server-and-default-group)
7412 (nnmairix-update-groups, nnmairix-get-server)
7413 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7414 (nnmairix-get-group-from-file-path):
7415 * nnrss.el (nnrss-find-rss-via-syndic8):
7416 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7417 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7418 (gnus-group-browse-foreign-server):
7419 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7420 (gnus-summary-execute-command, gnus-summary-respool-article)
7421 (gnus-read-move-group-name):
7422 * gnus-score.el (gnus-summary-increase-score)
7423 (gnus-summary-score-effect):
7424 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7425
7426 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7427
7428 * nnimap.el (auth-source-forget-user-or-password)
7429 (auth-source-user-or-password): Autoload.
7430
7431 * message.el (message-from-style, message-interactive)
7432 (message-signature): Remove comment.
7433 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7434 always.
7435 (message-sendmail-envelope-from): Comment fix.
7436 (message-yank-prefix): Default to mail-yank-prefix always.
7437 (message-indentation-spaces):
7438 Default to mail-indentation-spaces always.
7439 (message-signature-file): Default to mail-signature-file always.
7440
7441 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7442
7443 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7444 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7445 new articles.
7446
7447 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7448 parts.
7449 (nnimap-request-article): Work with the t setting, too.
7450
7451 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7452 that you don't get flashes of other buffers.
7453 (gnus-summary-show-complete-article): Intern before setting.
7454
7455 2010-09-27 David Engster <dengste@eml.cc>
7456
7457 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7458 well as HEADERS.
7459 (nnmairix-retrieve-headers): Provide new argument for the above.
7460
7461 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7462
7463 * gnus-sum.el (gnus-summary-move-article): Don't alter
7464 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7465 group.
7466
7467 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7468
7469 * message.el (message-cite-prefix-regexp): Revert my last edit.
7470
7471 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7472 variable instead of the Gnus variable.
7473
7474 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7475
7476 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7477
7478 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7479 since some servers don't like it.
7480 (nnimap-open-connection): Forget credentials if the server says the
7481 password was wrong.
7482 (nnimap-parse-line): Protect against invalid data.
7483
7484 * gnus-sum.el (gnus-summary-move-article): Add comment.
7485 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7486 nothing alters it while scanning for new messages.
7487
7488 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7489 which may or may not help.
7490 (nnimap-open-connection): If we're doing a stream connection, and then
7491 discover we're on a STARTTLS-capable server, then open a STARTTLS
7492 connection instead.
7493
7494 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7495
7496 * nnimap.el (utf7): Require.
7497
7498 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7499 prefix.
7500
7501 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7502
7503 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7504
7505 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7506
7507 * nnimap.el (nnimap-request-accept-article): Message the error on
7508 error.
7509
7510 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7513
7514 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
7516 * nndoc.el (nndoc-request-list): Return success always.
7517
7518 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7519 `fetch-old' -- we only want to fetch the articles we've requested.
7520 The rest are in the agent, probably.
7521 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7522 disappeared server" to something low. It's not important.
7523
7524 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7525 arrived before the FETCH data.
7526
7527 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7528 target here, because we don't know the Gnus name of the group.
7529
7530 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7531 for the correct group.
7532
7533 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7534
7535 * gnus.el (gnus): Give a final warning after startup.
7536
7537 * gnus-util.el (gnus-action-message-log): New variable.
7538 (gnus-message): Use it.
7539 (gnus-final-warning): New function.
7540
7541 * nnimap.el (nnimap-open-connection): Record the greeting.
7542 (nnimap): Add greeting.
7543
7544 2010-09-26 Julien Danjou <julien@danjou.info>
7545
7546 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7547 arguments.
7548 (gnus-html-wash-images): Fix spec computing to include start/end.
7549
7550 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7551
7552 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7553
7554 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7555 deletion.
7556 (nnimap-retrieve-headers): Don't select the group, because that's
7557 already done by nnimap-possibly-change-group.
7558
7559 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7560 (gnus-picon-transform-address): Use it.
7561
7562 * mail-source.el (mail-source-value): Revert previous patch.
7563
7564 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7565 on failure.
7566 (nnimap-open-connection): Look up both virtual and physical server name
7567 credentials.
7568
7569 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7570
7571 2009-02-08 Dave Love <fx@gnu.org>
7572
7573 * gnus-win.el (gnus-window-to-buffer-helper)
7574 (gnus-all-windows-visible-p): Function needn't be a symbol.
7575
7576 * mail-source.el (mail-source-value): Function needn't be a symbol.
7577
7578 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579
7580 * message.el (message-cite-prefix-regexp): Remove } from the cite
7581 prefix.
7582
7583 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7584 highlight again, so that the highlight is correct.
7585
7586 * gnus-picon.el (gnus-picon): Remove again.
7587 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7588
7589 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7590 doing the header highlightling, so that the background color of the
7591 picon is correct.
7592
7593 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7594 (gnus-picon): Ditto.
7595 (gnus-picon): Reinstate. The background color for picons is white.
7596 (gnus-picon-insert-glyph): Make the background white.
7597
7598 * nnml.el (nnml-open-nov): Don't return dead buffers.
7599
7600 * auth-source.el (auth-source-create): Query the user for whether to
7601 store the credentials.
7602
7603 * auth-source.el (auth-source-user-or-password): Use the existing auth
7604 sources, if any, for creation.
7605
7606 * gnus.el (gnus-group-fast-parameter): Return the last matching
7607 parameter instead of the first matching parameter.
7608
7609 2010-09-26 Julien Danjou <julien@danjou.info>
7610
7611 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7612
7613 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7614
7615 * mml2015.el (mml2015-use): Remove gpg support.
7616
7617 * mml1991.el (mml1991-function-alist): Remove gpg function.
7618 (mml1991-gpg-sign): Remove.
7619
7620 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7621
7622 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7623 (gnus-browse-unsubscribe-current-group): Document it.
7624 (gnus-browse-unsubscribe-group): Use it.
7625
7626 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7629 address to the To list for easier response.
7630
7631 * gnus.el (gnus-play-startup-jingle): Remove.
7632 (gnus-splash): Don't play jingle.
7633 (gnus): Silence gnus-load message.
7634
7635 * gnus-art.el (gnus-treat-play-sounds): Remove.
7636
7637 * gnus.el (gnus-play-jingle): Remove audio support.
7638
7639 * gnus-cus.el (gnus-score-customize): Remove audio reference.
7640
7641 * earcon.el: Remove -- no users.
7642
7643 * gnus-audio.el: Remove -- no users of this package.
7644
7645 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7646
7647 * gnus-start.el (gnus-setup-news): Remove nocem support.
7648
7649 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7650
7651 * gnus.el (gnus-use-nocem): Remove.
7652
7653 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7654 Remove.
7655
7656 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
7657 uses NoCeM any more.
7658
7659 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7660 (gnus-button-ctan-handler): Ditto.
7661 (gnus-button-handle-ctan-bogus-regexp): Ditto.
7662 (gnus-button-ctan-directory-regexp): Ditto.
7663 (gnus-button-handle-ctan): Ditto.
7664 (gnus-button-tex-level): Ditto.
7665 (gnus-button-alist): Remove CTAN stuff.
7666
7667 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7668
7669 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7670 nnimap-streaming test.
7671
7672 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7673 servers twice.
7674
7675 * nnimap.el (nnimap-open-connection): Add more error reporting when
7676 nnimap fails early.
7677
7678 * nnheader.el (nnheader-get-report-string): New function.
7679 (nnheader-get-report): Use it.
7680
7681 * gnus-int.el (gnus-check-server): Say what the error was when opening
7682 failed.
7683
7684 * nnimap.el (nnimap-wait-for-response): Search further when we're not
7685 using streaming.
7686
7687 2010-09-25 Julien Danjou <julien@danjou.info>
7688
7689 * gnus-html.el (gnus-html-rescale-image): Use our defalias
7690 gnus-window-inside-pixel-edges.
7691
7692 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7693
7694 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7695
7696 * mm-decode.el (mm-save-part): Allow saving to other directories the
7697 normal Emacs way.
7698
7699 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7700 Suggested by Jay Berkenbilt.
7701
7702 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7703 there isn't a single byte.
7704
7705 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7706 just do it. It doesn't really seem to matter what the user responds
7707 here, I think, so it's just a confusing question.
7708
7709 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7710 non-streaming case.
7711
7712 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7713 (gnus-article-encrypt-body): Use it.
7714
7715 * gnus-sum.el (gnus-summary-show-complete-article): New command and
7716 keystroke.
7717
7718 * nnimap.el (nnimap-find-wanted-parts-1):
7719 Use gnus-fetch-partial-articles.
7720
7721 * gnus-art.el (gnus-fetch-partial-articles): New variable.
7722
7723 * nnimap.el (nnimap-insert-partial-structure): New function.
7724 (nnimap-get-partial-article): New function.
7725 (nnimap-request-article): Use it.
7726 (nnimap-wait-for-response): Return whether the wait was successful.
7727 (nnimap-finish-retrieve-group-infos): Don't do anything if the
7728 retrieval wasn't successful.
7729 (nnimap-retrieve-group-data-early): Allow throttling servers.
7730 (nnimap-streaming): New variable.
7731 (nnimap-fetch-partial-articles): Remove.
7732
7733 * mm-decode.el (mm-with-part): Protect against killed buffers.
7734
7735 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
7736 for prettier summary display.
7737
7738 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
7739
7740 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
7741
7742 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7743
7744 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
7745 apparently third-party libraries depend on it.
7746
7747 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
7748 before starting negotiation.
7749
7750 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
7751 privacy reasons.
7752 (gnus-treat-mail-gravatar): Ditto.
7753
7754 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
7755 buffer when inserting images. Inserting text into the headers, for
7756 instance, can make them invalid.
7757
7758 2010-09-25 Julien Danjou <julien@danjou.info>
7759
7760 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
7761 variables.
7762
7763 * nnheader.el: Remove useless variables news-reply-yank-from and
7764 news-reply-yank-message-id.
7765
7766 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
7767 variables.
7768
7769 * mml1991.el: Remove useless mml1991-verbose.
7770
7771 * gnus.el: Remove useless variable gnus-use-generic-from.
7772 Remove obsolete variable gnus-topic-indentation.
7773
7774 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
7775
7776 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
7777
7778 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
7779
7780 * gnus-group.el: Remove useless gnus-group-icon-cache.
7781 Remove useless gnus-ephemeral-group-server.
7782
7783 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
7784
7785 * mml2015.el: Remove useless mml2015-verbose.
7786
7787 * mml-smime.el: Remove useless mml-smime-verbose.
7788
7789 * gnus.el: Remove useless gnus-local-domain.
7790
7791 * gnus-gravatar.el (gnus-gravatar-transform-address):
7792 Use gnus-gravatar-size.
7793
7794 * gnus-art.el: Remove useless gnus-treat-translate.
7795
7796 2010-09-24 Julien Danjou <julien@danjou.info>
7797
7798 * gnus-sum.el: Add support for Gravatars.
7799
7800 * gnus-art.el: Add support for Gravatars.
7801
7802 * gnus-gravatar.el: Add this file.
7803
7804 * gravatar.el: Add this file.
7805
7806 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7807
7808 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
7809
7810 * gnus-group.el (gnus-group-fetch-faq): Remove.
7811
7812 * gnus.el (gnus-group-faq-directory): Remove.
7813
7814 * gnus-group.el (gnus-group-fetch-charter): Remove.
7815
7816 * gnus.el (gnus-group-charter-alist): Remove.
7817
7818 * gnus-group.el (gnus-group-archive-directory): Remove.
7819 (gnus-group-recent-archive-directory): Ditto.
7820 (gnus-group-make-archive-group): Remove.
7821
7822 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
7823
7824 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
7825 use the same article number for all the cached articles.
7826
7827 * nnimap.el (nnimap-command): Register the last command time so
7828 that we can use it for idling NOOPs.
7829 (nnimap-open-connection): Start the keeplive timer.
7830 (nnimap-make-process-buffer): Store all the process buffers.
7831 (nnimap-keepalive): New function.
7832
7833 * starttls.el (starttls-open-stream): Add autoload cookie.
7834
7835 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7836
7837 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
7838 handling.
7839
7840 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7841
7842 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
7843 its data structures.
7844
7845 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
7846 instead of the cl.el copy-list.
7847 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
7848 equalp.
7849
7850 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
7853 and tool-bar-local-item-from-menu.
7854
7855 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
7856 mode-line-highlight face for Emacs.
7857
7858 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
7859 loading gnus-sum.elc; fix comment for canlock-verify.
7860 (gnus-article-jump-to-part): Use read-number.
7861 (gnus-insert-mime-button, gnus-insert-mime-security-button):
7862 Remove Emacs pre-21 compatible code for help-echo.
7863 (gnus-article-next-page-1): No need to adjust the number of lines.
7864 (gnus-article-describe-bindings): Always use help-buffer.
7865
7866 * gnus-audio.el (gnus-audio-inline-sound):
7867 * gnus-cus.el (gnus-custom-mode):
7868 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
7869
7870 * gnus-sum.el (gnus-remove-overlays): Doc fix.
7871
7872 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
7873 compatible code.
7874
7875 2010-09-24 Glenn Morris <rgm@gnu.org>
7876
7877 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
7878 visiting the fcc file in rmail-mode.
7879
7880 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
7881
7882 * nnir.el: Silence the byte compiler.
7883
7884 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
7885 alias to browse-url-url-encode-chars if any.
7886 (gnus-html-encode-url): Use it.
7887
7888 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7889
7890 * gnus-start.el (gnus-use-backend-marks): New variable.
7891 (gnus-get-unread-articles-in-group): Use it.
7892
7893 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
7894 makeover.
7895
7896 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7897
7898 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
7899
7900 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7901
7902 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7903 Remove.
7904 (gnus-setup-news-hook):
7905 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
7906
7907 * gnus-int.el (gnus-request-update-info): Protect against backends not
7908 having the function.
7909
7910 * nnimap.el (nnimap-stream): Mention STARTTLS.
7911 (nnimap-open-connection): Add STARTTLS support.
7912
7913 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
7914
7915 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
7916
7917 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7918
7919 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
7920 BODYSTRUCTUREs.
7921 (nnimap-transform-headers): Unfold quoted {42} headers.
7922
7923 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
7924 the info.
7925 (gnus-get-unread-articles): Only call updatep on backends that support
7926 it.
7927
7928 * nnweb.el (nnweb-request-update-info): NOOP.
7929
7930 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
7931
7932 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
7933 since it only deals with marks.
7934
7935 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
7936 gnus-request-marks, and make a new gnus-request-update-info.
7937
7938 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
7939 the active instead of the high number, which is usually too low.
7940
7941 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
7942
7943 * encrypt.el: Remove.
7944
7945 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7946
7947 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
7948 server in symbolic form.
7949
7950 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
7951
7952 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7953
7954 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
7955 (nnimap-update-info): Fix up code slightly.
7956
7957 * gnus-int.el (gnus-open-server): Add tracing for performance
7958 debugging.
7959
7960 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
7961 (gnus-group-insert-group-line): Pass the real group name so that it
7962 gets the right data.
7963
7964 * gnus-start.el (gnus-get-unread-articles): Don't have
7965 `gnus-get-unread-articles-in-group' update info, since that can be
7966 really slow and doesn't seem to be needed?
7967
7968 2010-09-22 Julien Danjou <julien@danjou.info>
7969
7970 * gnus-group.el (gnus-group-insert-group-line):
7971 Call gnus-group-highlight-line.
7972 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
7973 default hook list.
7974 (gnus-group-update-eval-form): Add new function.
7975 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7976 (gnus-group-get-icon): Use gnus-group-update-eval-form.
7977
7978 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7979
7980 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7981 immediate, then expire all articles.
7982 (nnimap-update-info): Fix off-by-one errors.
7983 (nnimap-flags-to-marks): Would return no marks lists for group with no
7984 flags. Instead return the other data.
7985
7986 2010-09-22 Julien Danjou <julien@danjou.info>
7987
7988 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7989 Only return an icon.
7990 (gnus-group-insert-group-line): Compute icon to return.
7991
7992 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7993 (gnus-html-image-fetched): Only cache if
7994 gnus-html-image-automatic-caching is set.
7995 (gnus-html-image-fetched): Check for errors.
7996
7997 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7998
7999 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8000 once per method on `g'. This ensures that backends like nnfolder don't
8001 open all their folders.
8002
8003 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8004 (nnimap-request-list): Nix out group in the correct buffer.
8005 (nnimap-parse-flags): Implement by using `read' instead of
8006 hand-parsing.
8007 (nnimap-flags-to-marks): Pass on permanent-flags.
8008 (nnimap-make-process-buffer): Record the server name.
8009 (nnimap-parse-flags): Fix typo.
8010 (nnimap-request-scan): Run split on the server in general, not just a
8011 single group.
8012
8013 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8014 parameter, and propagate this downwards.
8015
8016 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8017 since EXAMINE changes it on the server.
8018
8019 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8020 this command might take a while.
8021
8022 2010-09-22 Julien Danjou <julien@danjou.info>
8023
8024 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8025 harmful if you have 2 images side-by-side, they can't be properly
8026 update on text deletion. Using text-property is safer here.
8027 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8028 data.
8029
8030 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8031
8032 * nnimap.el (nnimap-expunge-inbox): Remove.
8033 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8034 (nnimap-expunge): Flip default to t.
8035
8036 * gnus.el (gnus-method-to-server): Don't push things to the cache
8037 unless it's unique.
8038 (gnus-server-to-method): Ditto.
8039
8040 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8041
8042 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8043
8044 2010-09-22 Julien Danjou <julien@danjou.info>
8045
8046 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8047 get the start of data.
8048 (gnus-html-encode-url): Add this function to encode special chars in
8049 URL.
8050 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8051 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8052
8053 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8054 default.
8055 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8056
8057 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8058 images alt-text.
8059 (gnus-html-put-image): Put alt-text as help-echo.
8060
8061 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8062
8063 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8064 * mm-util.el (mm-decompress-buffer):
8065 * nnir.el (nnir-run-find-grep):
8066 * pop3.el (pop3-list): Use 3rd arg of split-string.
8067
8068 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8069
8070 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8071 outside the active range. Suggested by Dan Christensen.
8072
8073 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8074 slightly later to avoid double-getting it.
8075
8076 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8077 previous patch.
8078
8079 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8080
8081 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8082
8083 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8084
8085 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8086
8087 * gnus-int.el (gnus-open-server): Give a better error message in the
8088 "go offline" case.
8089
8090 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8091 marks for nnimap, which is seldom the right thing to do.
8092
8093 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8094 (gnus-same-method-different-name): New function.
8095
8096 * nnimap.el (parse-time): Require.
8097
8098 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8099 method in the presence of many similar methods.
8100
8101 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8102
8103 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8104 nnml-inhibit-expiry.
8105
8106 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8107 find out whether methods are equal.
8108
8109 * nnimap.el (nnimap-find-expired-articles): New function.
8110 (nnimap-process-expiry-targets): New function.
8111 (nnimap-request-move-article): Request the article before looking at
8112 what the Message-ID is. Fix found by Andrew Cohen.
8113 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8114
8115 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8116 for oldness in addition to being a predicate.
8117
8118 * nnimap.el (nnimap-request-group): When we have zero articles, return
8119 the right data to Gnus.
8120 (nnimap-request-expire-articles): Only delete articles immediately if
8121 the target is 'delete.
8122
8123 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8124 method, this would bug out.
8125
8126 * gnus-group.el (gnus-group-expunge-group): Rename from
8127 gnus-group-nnimap-expunge, and implemented as a normal interface
8128 function.
8129
8130 * gnus-int.el (gnus-request-expunge-group): New function.
8131
8132 * nnimap.el (nnimap-request-create-group): Implement.
8133 (nnimap-request-expunge-group): New function.
8134
8135 2010-09-21 Julien Danjou <julien@danjou.info>
8136
8137 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8138 (gnus-html-cache-expired): Add new function.
8139 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8140 wethever we should display image for fetch it.
8141 Compute alt-text earlier to pass it to the fetching function too.
8142 (gnus-html-schedule-image-fetching): Change function argument to only
8143 get one image at a time, not a list.
8144 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8145 cache.
8146 (gnus-html-get-image-data): New function to retrieve image data from
8147 cache.
8148 (gnus-html-put-image): Change buffer argument to use image data rather
8149 than file, and place image above region rather than inserting a new
8150 one. Do not take alt-text as argument, since it's useless now: we place
8151 the image above alt-text.
8152 (gnus-html-prune-cache): Remove.
8153 (gnus-html-show-images): Start to fetch image when we find one, do not
8154 push into a temporary list.
8155 (gnus-html-prefetch-images): Only fetch image if they have expired.
8156 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8157 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8158
8159 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8160
8161 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8162
8163 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8164
8165 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8166 spec inser "*" if the group isn't active instead of 0.
8167
8168 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8169 opening the server.
8170 (nnimap-request-delete-group): Implement group deletion.
8171 (nnimap-transform-headers): Return the size of the entire message in
8172 the Bytes header, not just the size of the first part.
8173 (nnimap-request-move-article): When moving an article from nnimap,
8174 request the article first so the accepting form has an article to
8175 accept. Reported by Dan Christensen.
8176 (nnimap-command): Make sure that the error message doesn't error out.
8177
8178 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8179
8180 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8181 we haven't requested anything.
8182
8183 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8184
8185 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8186 "". Fix found by Andrew Cohen.
8187
8188 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8189 instead of -encode-string.
8190
8191 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8194
8195 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8196 by mm-subst-char-in-string.
8197
8198 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8199
8200 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8201 waiting for the connection string.
8202
8203 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8204 arriving.
8205
8206 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8207 bogus characters. This allows selecting certain Gmail groups.
8208
8209 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8210 (nnimap-fetch-partial-articles): New variable.
8211 (nnimap-open-connection): When looking for credentials, also use the
8212 nnimap-server-port.
8213 (nnimap-request-article): Return the group/article number, so that Gnus
8214 `^' works as expected.
8215 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8216
8217 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8218 comments.
8219 (gnus-methods-sloppily-equal): New function.
8220 (gnus): When using the development version of Gnus, load the gnus-load
8221 file.
8222
8223 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8224 `gnus-open-server' on each method before trying to scan them etc.
8225 This ensures that all the backend parameters are set correctly.
8226
8227 * nnimap.el (nnimap-authenticator): New variable.
8228 (nnimap-open-connection): Allow anonymous login.
8229 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8230 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8231
8232 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8233 patch, found by Knut Anders Hatlen.
8234
8235 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8236
8237 * gnus-agent.el (gnus-agent-batch-confirmation)
8238 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8239 to gnus-message.
8240 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8241 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8242 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8243 * gnus-int.el (gnus-open-server): Likewise.
8244 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8245 (gnus-score-check-syntax): Likewise.
8246 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8247 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8248 Likewise.
8249 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8250
8251 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8252
8253 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8254 calling conventions so that prefetch doesn't bug out.
8255
8256 2010-09-19 Julien Danjou <julien@danjou.info>
8257
8258 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8259 rather than `subst-char-in-region' in order to be able to replace ASCII
8260 char by UTF-8 ones.
8261
8262 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8263 than curl.
8264 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8265 the right URL and ALT text on images.
8266 (gnus-html-wash-tags): Fix tag case.
8267 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8268 (gnus-article-html): Add -o display_ins_del=2 option.
8269 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8270
8271 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8272
8273 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8274 the extra mail headers, which sometimes seem to happen for unknown
8275 reasons.
8276
8277 * mail-parse.el (mail-header-encode-parameter): Define as
8278 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8279 (or most, perhaps?) mail readers don't understand the latter, but do
8280 understand the former.
8281
8282 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8283 to nil, so that no methods are automatically agentized. I think this
8284 is probably what most users want.
8285
8286 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8287 from url-retrieve, for instance about invalid URLs.
8288
8289 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8290 groups that have no articles.
8291 (nnimap-request-article): Check that we really got an article when we
8292 requested one.
8293
8294 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8295 doesn't exist.
8296
8297 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8298 nntp buffer so the agent can save it.
8299 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8300 that CRLF doesn't get translated to \n.
8301 (nnimap-open-connection): Don't make 'shell commands only send \n.
8302
8303 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8306 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8307 Update var name.
8308 (nnml-generate-nov-file): Use dolist.
8309 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8310 Use with-current-buffer.
8311
8312 2010-09-18 Julien Danjou <julien@danjou.info>
8313
8314 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8315 parallel.
8316
8317 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8318
8319 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8320 the range update right.
8321 (nnimap-request-group): Don't make `M-g' bug out on group with no
8322 marks.
8323 (nnoo): Require, so that other packages can require nnimap.
8324 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8325 command we're looking for. This helps when the server sends more
8326 responses after we've gotten everything we expected.
8327 (nnimap): Add a `newlinep' field to keep track of end-of-line
8328 conventions.
8329 Don't send CRLF to things that don't want it.
8330 (nnimap-request-accept-article): Ditto.
8331
8332 2010-09-18 Julien Danjou <julien@danjou.info>
8333
8334 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8335 than curl to retrieve images.
8336
8337 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8338
8339 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8340 the marks.
8341 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8342 (nnimap-wait-for-connection): New function.
8343 (nnimap-open-connection): If we have PREAUTH, don't query for login
8344 credentials.
8345 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8346 when doing a partial update.
8347
8348 2010-09-18 Julien Danjou <julien@danjou.info>
8349
8350 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8351 tags.
8352
8353 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8354
8355 * nnimap.el (nnimap-credentials): New function.
8356 (nnimap-open-connection): Use the new function to look for credentials
8357 also on the numeric equivalents of "imap" and "imaps".
8358
8359 * gnus-start.el (gnus-activate-group): Send the info to
8360 gnus-request-group.
8361
8362 * nnimap.el (nnimap-request-group): Have the "check" version of the
8363 function parse flags and update the info, so that a `M-g' get a total
8364 resync of all flags from the group.
8365
8366 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8367 to allow backends to alter the info on group selection. Also alter all
8368 the backend -request-group functions to take the parameter.
8369
8370 * nnimap.el (nnimap-store-info): New function.
8371 (nnimap-update-info): Store the info for later usage.
8372 (nnimap-request-group): Use the stored info for the dont-check case, so
8373 that we don't retrieve all marks when we enter a group.
8374
8375 * nnimap.el: Use deffoo instead of defun for interface functions.
8376
8377 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8378 update the group info. This makes the nndraft groups, for instance, go
8379 back to their old behavior.
8380
8381 * gnus-sum.el (gnus-select-newsgroup): Indent.
8382
8383 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8384 in.
8385 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8386 nothing.
8387
8388 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8389 from methods that are denied.
8390
8391 * gnus-int.el (gnus-method-denied-p): New function.
8392
8393 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8394 store the password instead of netrc.
8395 (nnimap-open-connection): Don't error out when we can't make a
8396 connections.
8397
8398 * auth-source.el (auth-source-create): In the password prompt, say what
8399 we're querying for. Also prompt for user name if that hasn't been
8400 given.
8401
8402 * nnimap.el (nnimap-with-process-buffer): Remove.
8403
8404 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8405
8406 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8407 method when we're reading from the agent.
8408
8409 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8410
8411 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8412 that's probably most useful for users.
8413
8414 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8415 "failed" all the time.
8416
8417 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8418 ...)) with (with-current-buffer ...).
8419
8420 * nntp.el (nntp-open-server): Return whether the open was successful or
8421 not.
8422
8423 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8424 select an unread unseen article first.
8425
8426 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8427 /etc/services, supply some sensible port defaults.
8428
8429 2010-09-17 Julien Danjou <julien@danjou.info>
8430
8431 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8432
8433 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8434
8435 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8436 doesn't have any parameters.
8437
8438 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8439
8440 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8441 only upcased checks.
8442
8443 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8444
8445 * nnimap.el (nnimap-open-shell-stream): New function.
8446 (nnimap-open-connection): Use it.
8447 (nnimap-transform-headers): Get the number of lines in each message.
8448 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8449 number of lines.
8450 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8451 problem.
8452
8453 * utf7.el (utf7-encode): Autoload.
8454
8455 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8456 to allow the mail splitting to not return a default group. This is
8457 useful for nnimap, which will leave unmatched mail in the inbox.
8458
8459 * nnimap.el: Rewritten.
8460
8461 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8462 nnimap usage.
8463
8464 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8465 if the move is internal, so that nnimap can do fast internal moves.
8466
8467 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8468 data.
8469 (gnus-read-active-for-groups): Support finishing the early retrieval of
8470 data.
8471
8472 * gnus-range.el (gnus-range-nconcat): New function.
8473
8474 * gnus-int.el (gnus-finish-retrieve-group-infos)
8475 (gnus-retrieve-group-data-early): New functions.
8476
8477 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8480 (nnrss-retrieve-groups):
8481 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8482 (pop3-quit): Use with-current-buffer.
8483
8484 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8485
8486 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8487 instead of nnheader-accept-process-output.
8488
8489 * gnus-html.el (gnus-html-schedule-image-fetching)
8490 (gnus-html-prefetch-images): Replace process-kill-without-query by
8491 gnus-set-process-query-on-exit-flag.
8492
8493 2010-09-16 Romain Francoise <romain@orebokech.com>
8494
8495 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8496
8497 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8498
8499 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8500 parameter to unintern is mandatory-ish in Emacs 24.
8501
8502 * gnus-html.el (gnus-html-schedule-image-fetching)
8503 (gnus-html-prefetch-images): Check for curl before using it.
8504
8505 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8506 depend on curl, which isn't essential.
8507
8508 * imap.el: Revert back to version
8509 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8510 seem problematic.
8511
8512 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8513
8514 * gnus-registry.el (gnus-registry-install-shortcuts):
8515 Explicitly pass `obarray' to `unintern' to avoid a warning.
8516
8517 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8518
8519 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8520 change.
8521
8522 * nnrss.el (nnrss-request-list): Remove this function and related
8523 functions, including the moreover stuff.
8524
8525 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8526
8527 * nnrss.el (nnrss-retrieve-groups): New function.
8528
8529 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8530
8531 * .dir-locals.el: Add no-byte-compile cookie.
8532
8533 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8536 for back end that doesn't support request-scan.
8537
8538 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8539
8540 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8541 then do request scans from the backends.
8542
8543 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8544 avoid running a hook per line, since this takes a lot of time,
8545 profiling shows.
8546 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8547 directly if gnus-visual-p is true.
8548
8549 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8552 groups; replace mapcar with dolist which is a bit faster; pass groups
8553 info to gnus-read-active-file-1.
8554 (gnus-read-active-file-1): Scan only specified groups if the new
8555 optional arg `infos' is given.
8556
8557 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8558
8559 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8560
8561 * pop3.el (pop3-movemail): Remove.
8562 (pop3-streaming-movemail): Rename to pop3-movemail.
8563
8564 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8565 don't restrict end-tag searches to the end of the line.
8566
8567 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8570 articles of every unchecked group to t, which means unknown since the
8571 server has never been opened.
8572
8573 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8574
8575 * gnus-html.el (gnus-html-show-alt-text): New command.
8576 (gnus-html-browse-image): Ditto.
8577 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8578 to browse the image directly.
8579 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8580 better.
8581
8582 * gnus-async.el (gnus-async-article-callback):
8583 Call `gnus-html-prefetch-images' unconditionally.
8584
8585 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8586 before feeding URLs to curl.
8587
8588 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8589
8590 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8591 internal images as deletable by `W D D'.
8592
8593 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8594 (gnus-async-article-callback): Fix typo.
8595
8596 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8597
8598 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8599 current line to work around bugs in the output from w3m.
8600
8601 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8602 for groups that want that.
8603
8604 * nntp.el (nntp-wait-for-string): Supply a timeout for
8605 accept-process-output to ensure progress.
8606
8607 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8608 level to get unread articles from, then use that for foreign groups,
8609 too.
8610
8611 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8612 confuses the rest of the function.
8613
8614 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8615 for the methods that support -retrieve-groups, too.
8616
8617 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8618
8619 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * pop3.el: Require cl when compiling.
8622 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8623
8624 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8625
8626 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8627 that aren't going to be activated.
8628 (gnus-get-unread-articles): Fix up the last commit.
8629
8630 * gnus-html.el (gnus-article-html): Allow calling without specifying
8631 the handle. In that case, dissect the buffer first.
8632
8633 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8634
8635 * nnimap.el (nnimap-open-connection): Revert the change that would look
8636 into authinfo for imaps instead of imap.
8637
8638 * gnus-start.el (gnus-activate-group): Take an optional parameter to
8639 say that you don't want to call gnus-request-group with don-check, but
8640 do check the response. This is for virtual groups only.
8641 (gnus-get-unread-articles): Count the archive groups as secondary, so
8642 that they're activated the same way as before.
8643
8644 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8645 case-insensitively.
8646 (nnimap-debug): Remove.
8647
8648 * mail-source.el (mail-source-fetch): Don't message if we're fetching
8649 mail from a file, and the file doesn't exist.
8650
8651 * pop3.el (pop3-streaming-movemail): Return t for success.
8652
8653 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8654 .authinfo if we're using ssl connection.
8655
8656 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8657 already have if we're in a main Gnus `g' run.
8658
8659 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8660
8661 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8664
8665 * nnmh.el (nnmh-request-list-1): Bind `file'.
8666
8667 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8668 alias to set-process-query-on-exit-flag or process-kill-without-query.
8669 (pop3-open-server): Use it.
8670
8671 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8672
8673 * mail-source.el (mail-source-delete-crash-box): Always move the crash
8674 box to the Incoming file. Fixes mistake in previous checkin.
8675
8676 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8677 request loop (for debugging purposes) removed.
8678
8679 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8680 culprit is more visible.
8681 (nnml-save-incremental-nov, nnml-open-incremental-nov)
8682 (nnml-add-incremental-nov): New functions to do "incremental" nov
8683 updates, where we just append to the end of the existing nov files
8684 without reading/writing them in full.
8685
8686 * mail-source.el (mail-source-delete-crash-box): Really only check the
8687 incoming files once in a while.
8688
8689 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8690
8691 * mail-source.el (mail-source-delete-crash-box): Only check the
8692 incoming files for deletion once per day to save a lot of file
8693 accesses.
8694
8695 * pop3.el (pop3-logon): Fix up unbound variable typo.
8696
8697 * mail-source.el (pop3-streaming-movemail): Autoload.
8698
8699 * pop3.el (pop3-streaming-movemail):
8700 Respect pop3-leave-mail-on-server.
8701
8702 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8703 retrieval.
8704
8705 * pop3.el (pop3-process-filter): Remove unused function.
8706 (pop3-streaming-movemail, pop3-send-streaming-command)
8707 (pop3-wait-for-messages, pop3-write-to-file)
8708 (pop3-number-of-responses): New functions for streaming pop3
8709 retrieval.
8710
8711 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8712 come from no known methods.
8713 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8714 list.
8715
8716 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8717 message sizes.
8718 (pop3-movemail): Use erase-buffer instead of looping and deleting
8719 regions, which seems rather odd.
8720
8721 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
8722 file once per `g' run.
8723
8724 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
8725 directories. This makes the draft queue directory work.
8726
8727 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
8728 data from the backends, so that we only request the list of groups from
8729 each method once. This should speed things up considerably.
8730
8731 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
8732 detect that it's not implemented.
8733
8734 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
8735 we actually do recurse down into the tree, but don't stat all leaf
8736 nodes.
8737
8738 * gnus-html.el (gnus-html-show-images): If there are no images to show,
8739 then say so instead of bugging out.
8740
8741 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
8742 files exist before trying to read them.
8743
8744 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
8745 around <pre_int>.
8746
8747 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
8748
8749 * nnmh.el (nnmh-request-list-1): Optimize for speed.
8750
8751 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8752
8753 * mm-util.el (mm-image-load-path): Just return the image directories,
8754 not all directories in the path in addition to the image directories.
8755 (mm-image-load-path): Maintain a cache of the image directories so that
8756 the `g' command in Gnus doesn't have to stat dozens of directories each
8757 time.
8758
8759 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
8760 (gnus-html-wash-tags): Add a new `i' command to insert images.
8761 (gnus-html-insert-image): New command and keystroke.
8762 (gnus-html-redisplay-with-images): New command and keystroke.
8763 (gnus-html-show-images): Rename command.
8764 (gnus-html-wash-tags): Remove more white space before <pre_int> image
8765 spacers.
8766 (gnus-html-wash-tags): Decode entities at the end, so that entities
8767 inside the tags don't mess up the rest of the "parsing".
8768
8769 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
8770 so that nnimap methods aren't agentized by default. There's apparently
8771 many problems related to agent/imap behavior.
8772
8773 * gnus-art.el (gnus-article-copy-string): New command and key binding.
8774
8775 * gnus-html.el: Doc fix.
8776
8777 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
8778
8779 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
8780 glyph-width and glyph-height instead of display-graphic-p and
8781 image-size; make avoidance of displaying small images work for XEmacs.
8782
8783 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
8784 for XEmacs.
8785
8786 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
8787 of symbol that holds plist data.
8788 (gnus-process-plist): Remove plist of process after getting it.
8789
8790 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8791
8792 * message.el (message-generate-hashcash): Change default to
8793 'opportunistic if hashcash is installed.
8794
8795 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
8796 (gnus-html-put-image): Only call image-size once, since it's somewhat
8797 time-consuming on remote X servers.
8798
8799 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8800
8801 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
8802 decoded contents.
8803 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
8804
8805 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8806
8807 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
8808 group line format, since it isn't very interesting.
8809
8810 * gnus-agent.el (gnus-agent-short-article),
8811 (gnus-agent-long-article): Increase values for these two variables,
8812 since most people are likely to have more network connection and
8813 storage than before.
8814
8815 * gnus.el (gnus-refer-article-method): Change default to 'current.
8816 When referring an article, the common behavior is to refer it from the
8817 current select method, not the native select method. The chances of
8818 the native select method having the message in question is rather slim
8819 these days.
8820
8821 * gnus-sum.el (gnus-auto-select-subject): Change default to
8822 `unseen-or-unread'. I think it's likely that most people want to
8823 select an unseen article over a previously seen, but unread one.
8824
8825 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
8826 means that in the article buffer none of the minor mode elements will
8827 be shown, usually, and this is not desirable in most cases.
8828
8829 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
8830 that commands like `d' (and the like) go to the next line in the
8831 buffer, instead of the next unread article. I think this is the
8832 behavior that is most natural for most users.
8833 (gnus-single-article-buffer): Change default to nil, so that people can
8834 have as many article buffers open as they have summary buffer. I think
8835 this is the most natural way for the groups to behave.
8836
8837 * message.el (message-generate-new-buffers): Change default to
8838 `unsent', so that all new message buffers start their names with the
8839 string "*unsent", and it's easier to find the buffers if you move from
8840 them.
8841
8842 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
8844 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
8845 small. They're probably tracking images.
8846 (gnus-html-wash-tags): Remove all <pre_int> place holders.
8847 (gnus-html-rescale-image): Yet another try at getting the image sizing
8848 right.
8849
8850 * nntp.el (nntp-request-set-mark): Refuse to do marks if
8851 nntp-marks-file-name is nil.
8852
8853 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8854
8855 * gnus-html.el (gnus-html-wash-tags)
8856 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
8857 Better logging.
8858
8859 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8860
8861 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
8862
8863 * gnus-html.el (gnus-html-wash-tags): Check the value of
8864 gnus-blocked-images in the summary buffer.
8865
8866 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8867
8868 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
8869
8870 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8871
8872 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
8873 like "a", it seems like.
8874 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
8875 since it needs to be picked from the correct buffer.
8876
8877 * nnwfm.el: Remove.
8878
8879 * nnlistserv.el: Remove.
8880
8881 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8882
8883 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
8884 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
8885
8886 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8887
8888 * nnkiboze.el: Remove.
8889
8890 * nndb.el: Remove.
8891
8892 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
8893 alt text.
8894 (gnus-html-rescale-image): Try to get the rescaling logic right for
8895 images that are just wide and not tall.
8896
8897 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
8898 overshadow variable bindings.
8899
8900 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
8901
8902 * gnus-html.el (gnus-html-wash-tags)
8903 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
8904 Add extra logging.
8905
8906 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8907
8908 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
8909 (gnus-max-image-proportion): New variable.
8910 (gnus-html-rescale-image): New function.
8911 (gnus-html-put-image): Rescale images.
8912
8913 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 Fix up some byte-compiler warnings.
8916 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
8917 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
8918 (gnus-article-fill-cited-article, gnus-article-hide-citation)
8919 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
8920 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
8921 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
8922 (gnus-group-update-group): Use save-excursion and with-current-buffer.
8923
8924 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * gnus-html.el (gnus-article-html): Decode contents by charset.
8927
8928 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
8931 (gnus-html-frame-width, gnus-blocked-images):
8932 * message.el (message-prune-recipient-rules): Add custom version.
8933 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
8934
8935 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
8936 functions.
8937
8938 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
8939 gnus-process-get.
8940
8941 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
8942
8943 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
8944 instead of lsub directly.
8945
8946 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8947
8948 * nnwarchive.el: Remove.
8949
8950 * gnus-soup.el: Remove.
8951
8952 * nnsoup.el: Remove.
8953
8954 * nnultimate.el: Remove.
8955
8956 * gnus-html.el (gnus-blocked-images): New variable.
8957
8958 * message.el (message-prune-recipients): New function.
8959 (message-prune-recipient-rules): New variable.
8960
8961 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
8962 guess whether a long line is natural text or not.
8963
8964 * gnus-html.el (gnus-html-schedule-image-fetching):
8965 Use gnus-process-plist and friends for compatibility.
8966
8967 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * gnus-html.el: Require packages that define macros used in this file.
8970 (gnus-article-mouse-face): Declare to silence byte-compiler.
8971 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
8972 process-get.
8973 (gnus-html-put-image): Use plist-get to avoid getf.
8974 (gnus-html-prefetch-images): Use with-current-buffer.
8975
8976 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8977
8978 * gnus-ems.el: Provide compatibility functions for
8979 gnus-set-process-plist.
8980
8981 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8982 * gnus.el (gnus-valid-select-methods):
8983 * message.el (message-send-mail-partially-limit):
8984 * mm-decode.el (mm-text-html-renderer):
8985 * mml.el (mml-insert-mime-headers-always):
8986 * smiley.el (smiley-regexp-alist): Bump custom version.
8987
8988 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8989
8990 * gnus-html.el: require mm-url.
8991 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8992 with the url to `url'.
8993 (gnus-html-wash-tags): Support cid: URLs/images.
8994
8995 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8998 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8999 bindings, as they aren't useful at all. `w' is moved to `W w'.
9000
9001 * gnus-move.el: Remove file, since it doesn't really work.
9002
9003 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9004 UTF-8. This seems to fix problems with some German web feeds.
9005
9006 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9007 at the top so that the proper colors are applied.
9008
9009 * gnus-art.el (gnus-article-view-part): Doc fix.
9010
9011 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9012 XEmacs-compatible.
9013 (gnus-html-put-image): Don't do images on non-graphic displays.
9014
9015 * nnslashdot.el: Remove this unused backend.
9016
9017 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9018 actions.
9019 (gnus-undo-register-1): Revert last change.
9020
9021 * gnus-group.el (gnus-group-completing-read): Protect against not
9022 having completion-styles bound.
9023
9024 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9025 make broken recipients happier.
9026
9027 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9028
9029 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9030 point parameter.
9031
9032 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9033 completion-styles for group selection.
9034
9035 2009-02-04 Andreas Schwab <schwab@suse.de>
9036
9037 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9038 headers and regexp-quote the match if necessary.
9039
9040 2009-03-24 Miles Bader <miles@gnu.org>
9041
9042 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9043 the blinking smiley.
9044
9045 2009-03-24 Simon Josefsson <simon@josefsson.org>
9046
9047 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9048 blink smiley.
9049
9050 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9051
9052 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9053 where the dribbel file lives exists.
9054
9055 * message.el (message-send-mail-partially-limit): Change the default to
9056 nil, since most people don't want this.
9057
9058 * mm-url.el (mm-url-decode-entities): Also decode entities like
9059 &#x3212.
9060
9061 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9062
9063 * gnus-sum.el (gnus-summary-idna-message):
9064 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9065 Hyperlink urls in docstrings with URL `...'.
9066
9067 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9068
9069 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9070 functions.
9071
9072 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9073
9074 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9075 say what the mouseover text should be.
9076
9077 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9078 version of the mm-w3m-safe-url-regexp variable to only download images
9079 in the groups where we want that to happen.
9080
9081 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9082
9083 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9084 easier debugging.
9085 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9086 big pictures in the article buffer.
9087
9088 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9089 gnus-article-html.
9090 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9091 w3m.
9092
9093 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9094
9095 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9096
9097 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9098 which doesn't exist.
9099
9100 * message.el (message-inhibit-ecomplete): New variable to allow some
9101 function to inhibit ecomplete address storage.
9102 (message-resend): Disable ecomplete message storage when resending
9103 messages.
9104
9105 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9106
9107 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9108
9109 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9110 Save excursion while copying, moving, and deleting articles in order to
9111 prevent the cursor from jumping to unforeseen place.
9112
9113 2010-08-17 Glenn Morris <rgm@gnu.org>
9114
9115 * gnus-sync.el: Require gnus components whose functions are used.
9116
9117 * gnus-art.el (bookmark-make-record-function):
9118 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9119 Declare for compiler.
9120
9121 * mm-url.el (mml-compute-boundary): Autoload.
9122
9123 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9124
9125 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9126
9127 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9128
9129 Typo fix "hoo4a" -> "hook".
9130
9131 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9132
9133 2010-08-14 Glenn Morris <rgm@gnu.org>
9134
9135 * gnus-sync.el (gnus-sync): Fix defgroup version.
9136
9137 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9138
9139 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9140
9141 * gnus-sync.el: Fix docs.
9142 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9143 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9144
9145 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9146
9147 Optimizations for gnus-sync.el.
9148
9149 * gnus-sync.el: Add docs about gnus-sync-backend
9150 possibilities.
9151 (gnus-sync-save): Remove unnecessary message.
9152 (gnus-sync-read): Optimize and show what groups were skipped.
9153
9154 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9155
9156 Minor bug fixes for gnus-sync.el.
9157
9158 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9159 Don't read the sync on get-new-news.
9160
9161 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9162 quiet.
9163
9164 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9165 (fix typo).
9166
9167 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9168
9169 Make saving and restoring of hidden threads work with overlays.
9170 Patch applied by Ted Zlatanov.
9171
9172 * gnus-sum.el (gnus-hidden-threads-configuration)
9173 (gnus-restore-hidden-threads-configuration): Update to deal with text
9174 properties, rather than searching for a magic character.
9175
9176 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9177
9178 New gnus-sync.el library for synchronization of marks.
9179
9180 * gnus-sync.el: New library for synchronization of marks.
9181
9182 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9183 renamed from `gnus-registry-grep-in-list'.
9184
9185 * gnus-registry.el (gnus-registry-follow-group-p):
9186 Use `gnus-grep-in-list'.
9187
9188 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9189
9190 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9191
9192 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9193 determining charset of text fails.
9194
9195 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9196
9197 * nnmail.el (nnmail-get-new-mail-1): Revert.
9198
9199 * nnml.el (nnml-active-number): Make sure names of newly created groups
9200 in nnml-group-alist are encoded.
9201
9202 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9203
9204 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9205 containing non-ASCII characters in active file for nnml back end.
9206
9207 2010-07-24 David Engster <dengste@eml.cc>
9208
9209 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9210 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9211
9212 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9213
9214 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9215 tag (Bug#6654).
9216
9217 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9218
9219 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9220 the article buffer, not the summary buffer.
9221
9222 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9225 Emacs 23 as well.
9226
9227 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9228
9229 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9230 Patch applied by Karl Fogel.
9231
9232 * gnus-sum.el (gnus-summary-bookmark-make-record):
9233 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9234
9235 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9236
9237 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9238 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9239 C-w still not working correctly from Article buffers; Thierry's
9240 patch to fix that will be applied after this.
9241
9242 * gnus-art.el (bookmark-make-record-function): New local variable.
9243
9244 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9245 article buffer.
9246 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9247
9248 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9249
9250 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9251 on changes in bookmark.el.
9252
9253 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9254
9255 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9256 the *other* type of HTML form submission.
9257
9258 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * auth-source.el (auth-source-pick): If choice does not contain a
9261 questioned keyword, set the check to t.
9262
9263 2010-06-12 Romain Francoise <romain@orebokech.com>
9264
9265 * gnus-util.el (gnus-date-get-time): Move up before first use.
9266
9267 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9268
9269 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9270 (gnus-article-edit-part): Bind it to make last part that is substituted
9271 or deleted visible.
9272 (gnus-mime-display-single): Buttonize part of which id equals to
9273 gnus-mime-buttonized-part-id.
9274
9275 2010-06-10 Dan Christensen <jdc@uwo.ca>
9276
9277 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9278 (gnus-dd-mmm): Use gnus-date-get-time.
9279 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9280 simplify logic.
9281 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9282 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9283
9284 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9285
9286 * auth-source.el (top): Autoload `secrets-list-collections',
9287 `secrets-create-item', `secrets-delete-item'.
9288 (auth-sources): Fix tag string.
9289 (auth-get-source, auth-source-retrieve, auth-source-create)
9290 (auth-source-delete): New defuns.
9291 (auth-source-pick): Rewrite in order to avoid 2 passes.
9292 (auth-source-forget-user-or-password): New parameter USERNAME.
9293 (auth-source-user-or-password): New parameters CREATE-MISSING and
9294 DELETE-EXISTING. Retrieve password interactively, if needed.
9295
9296 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9297
9298 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9299 deleting unused directories when gnus-expert-user is t.
9300
9301 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9302
9303 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9304 for each temp file when gnus-article-browse-delete-temp is ask.
9305
9306 2010-05-20 Kevin Ryde <user42@zip.com.au>
9307
9308 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9309
9310 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9313 article unless decoding article to be saved.
9314
9315 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9316
9317 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9318 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9319 generated within the mm-with-unibyte-current-buffer macro.
9320
9321 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9322
9323 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9324 to nil when we're in a mml-preview buffer and no group is selected.
9325
9326 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9327
9328 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9329 when catching the `C-g'. Reported by "Leo".
9330
9331 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * message.el (message-forward-make-body-plain)
9334 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9335 multibyte-string-p.
9336
9337 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * message.el (message-forward-make-body-mml): Assume original message
9340 is multibyte string; error on unibyte.
9341 (message-forward-make-body-plain): Ditto; don't add excessive newline
9342 in body end.
9343
9344 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9345
9346 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9347 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9348
9349 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9350
9351 * mm-extern.el (mm-extern-url): Don't use
9352 mm-with-unibyte-current-buffer.
9353 (mm-extern-cache-contents): Use with-current-buffer instead of
9354 save-excursion + set-buffer.
9355
9356 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * mm-util.el (mm-emacs-mule): Remove.
9359
9360 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9361
9362 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9363 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9364 change.
9365
9366 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9369 bind the default value of enable-multibyte-characters to nil.
9370
9371 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * message.el (message-forward-make-body-plain)
9374 (message-forward-make-body-mml):
9375 Don't use mm-with-unibyte-current-buffer.
9376
9377 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9378
9379 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9380 (Bug#5592).
9381
9382 2010-05-07 Julien Danjou <julien@danjou.info>
9383
9384 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9385 it to mm-pipe-part.
9386
9387 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9388 it is given.
9389
9390 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9391
9392 * nnweb.el (nnweb-gmane-search):
9393 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9394 XEmacs.
9395
9396 * gnus-art.el (gnus-article-browse-html-parts):
9397 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9398 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9399 make-temp-file.
9400
9401 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9402 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9403 compiling.
9404
9405 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9406 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9407 XEmacs when compiling.
9408
9409 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9410 gnus-pick-mode-off-hook for XEmacs when compiling.
9411 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9412 gnus-binary-mode-off-hook for XEmacs when compiling.
9413
9414 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9415 Return nil if char-charset is not available.
9416
9417 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9418 macro.
9419
9420 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9421 instead of encode-coding-string.
9422
9423 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9424 'xemacs) instead of mm-emacs-mule to switch function definitions.
9425 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9426
9427 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9428
9429 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9430
9431 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9434 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9435
9436 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9439 alias `jka-compr-delete-temp-file' no longer exists.
9440
9441 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 Use define-minor-mode in Gnus where applicable.
9444 * mml.el (mml-mode): Use define-minor-mode.
9445 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9446 (gnus-undo-mode): Use define-minor-mode.
9447 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9448 (gnus-dead-summary-mode): Use define-minor-mode.
9449 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9450 Initialize in declaration.
9451 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9452 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9453 (gnus-mailing-list-mode): Use define-minor-mode.
9454 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9455 (gnus-draft-mode): Use define-minor-mode.
9456 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9457 (gnus-dired-mode): Use define-minor-mode.
9458
9459 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9460
9461 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9462 handles on recursive mml-to-mime translation and check them for
9463 boundary delimiter collisions. Reported by Greg Troxel.
9464
9465 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9466
9467 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9468
9469 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * mm-util.el (mm-find-buffer-file-coding-system):
9472 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9473
9474 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9475
9476 * message.el (message-generate-headers): Record insertion of optional
9477 headers as well. Otherwise the check to prevent repeated insertion of
9478 optional headers is a no-op.
9479
9480 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9481
9482 * smime.el: Don't mention CVS.
9483
9484 * nnrss.el (nnrss-fetch): Don't mention CVS.
9485
9486 * nnir.el: Don't mention CVS.
9487
9488 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * gnus-sum.el (gnus-summary-bookmark-make-record):
9491 Add `location' field.
9492
9493 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9496 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9497 Use with-current-buffer to silence the byte-compiler.
9498 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9499 bother to require `gnus'.
9500 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9501
9502 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9503
9504 * gnus-sum.el (gnus-summary-bookmark-make-record)
9505 (gnus-summary-bookmark-jump): New functions.
9506 (gnus-summary-mode): Setup bookmark support.
9507
9508 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9509
9510 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9511 if set.
9512
9513 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9514
9515 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9516 gnus-article-browse-html-save-cid-image; make it work recursively for
9517 forwarded messages as well.
9518 (gnus-article-browse-html-parts): Work when prefix arg is given.
9519 (gnus-article-browse-html-article): Doc fix.
9520
9521 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9522
9523 * message.el (message-default-mail-headers):
9524 (message-default-headers): Carry the value mail-default-headers over
9525 into message-default-mail-headers, rather than message-default-headers.
9526
9527 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9528
9529 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9530 charset.
9531
9532 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9533 charset into the <meta> tag when the article is encoded to utf-8.
9534
9535 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9536
9537 * gnus-art.el (gnus-article-browse-delete-temp-files):
9538 Delete directories as well.
9539 (gnus-article-browse-html-parts): Work for images that do not specify
9540 file names; delete temp directory when quitting; insert header at the
9541 right place; use file: scheme for image files.
9542
9543 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9544
9545 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9546 (gnus-article-browse-html-parts): Use it to make temporary cid image
9547 files in addition to html file so that browser may display them.
9548
9549 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9550
9551 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9552
9553 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9554
9555 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9556
9557 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9558
9559 * auth-source.el (auth-sources): Change default to be simpler.
9560 Explain about Secret Service API sources. Improve Customize options.
9561 (auth-source-pick): Change to accept any number of search parameters.
9562 Implement fallbacks iteratively, not recursively. Add scoring on the
9563 second pass and sort by score. Call Secret Service API when needed.
9564 (auth-source-user-or-password): Use it. Call Secret Service API
9565 directly when needed to get the user name and the password.
9566
9567 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9568
9569 * message.el (message-interactive): Doc fix.
9570 (message-qmail-inject-args): Reflow.
9571 (message-kill-to-signature): Fix typo in docstring.
9572
9573 * smiley.el (smiley-buffer): Fix typo in docstring.
9574
9575 2010-03-24 Glenn Morris <rgm@gnu.org>
9576
9577 * mail-source.el (gnus-message): Declare.
9578 (mail-source-delete-old-incoming): Require gnus-util.
9579
9580 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9581
9582 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9583
9584 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9585
9586 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9587 password-cache's default if it is not bound.
9588 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9589 password-cache-expiry's default if it is not bound.
9590
9591 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9592 available in Emacs 21.
9593
9594 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9595
9596 * auth-source.el (auth-sources): Fix up definition so extra parameters
9597 are always inline.
9598
9599 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9600
9601 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9602 wasn't updated after mismatch. Clear cached mailbox info correctly
9603 when uidvalidity changes.
9604 (nnimap-group-prefixed-name): New function to avoid some code
9605 duplication.
9606 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9607 (nnimap-request-group): Use it.
9608 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9609 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9610 with many imap folders. This is done by caching the group status from
9611 the imap server persistently in a group parameter `imap-status'. (This
9612 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9613 but not persistently, so every Gnus startup was still very slow.)
9614
9615 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9616
9617 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9618 secrets.el dependency.
9619 (auth-sources): Add optional user name. Add secrets.el configuration
9620 choice (unused right now).
9621
9622 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9623
9624 * gnus-sum.el (gnus-summary-make-menu-bar):
9625 Let `gnus-registry-install-shortcuts' fill in the functions.
9626
9627 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9628 warnings.
9629 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9630 (gnus-registry-install-shortcuts): Populate and use it in a
9631 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9632
9633 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9634
9635 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9636 In-place substitutions for the group name encoding/decoding.
9637 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9638 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9639 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9640 (nnimap-update-unseen, nnimap-request-list)
9641 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9642 (nnimap-request-set-mark, nnimap-split-to-groups)
9643 (nnimap-split-articles, nnimap-request-newgroups)
9644 (nnimap-request-create-group, nnimap-request-accept-article)
9645 (nnimap-request-delete-group, nnimap-request-rename-group)
9646 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
9647 `encoded-mbx' for consistency.
9648 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9649 variable `imap-current-mailbox'.
9650
9651 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9652 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9653
9654 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
9655
9656 * pop3.el (pop3-display-message-size-flag): Display message size byte
9657 counts during POP3 download.
9658 (pop3-movemail): Use it.
9659 (pop3-list): Implement listing of available messages.
9660
9661 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
9662
9663 * nnir.el (nnir-get-article-nov-override-function): New function to
9664 override the normal NOV retrieval.
9665 (nnir-retrieve-headers): Use it.
9666
9667 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
9668
9669 * auth-source.el (netrc-machine-user-or-password): Autoload.
9670
9671 2010-03-19 Glenn Morris <rgm@gnu.org>
9672
9673 Stop message.el from loading about 40 libraries it doesn't always need.
9674 The general approach is to autoload rather than require, and to
9675 require in the specific functions rather than the file. (Bug#5642)
9676
9677 * gmm-utils.el: Don't require wid-edit.
9678 (widget-create-child-value, widget-convert, widget-default-get):
9679 Autoload.
9680
9681 * gnus-util.el: Don't require time-date, netrc.
9682 (message-fetch-field, gnus-group-name-decode): Declare rather than
9683 autoloading.
9684 (gnus-fetch-field): Require message.
9685 (gnus-decode-newsgroups): Require gnus-group.
9686
9687 * ietf-drums.el: Don't require time-date.
9688
9689 * message.el: Don't require hashcash, canlock, ecomplete.
9690 Do require mail-utils. Require nnheader only when compiling.
9691 (smtpmail-default-smtp-server): Remove declaration.
9692 (message-send-mail-function): Check smtpmail-default-smtp-server
9693 is bound rather than requiring smtpmail.
9694 (message-auto-save-directory, message-insert-signature):
9695 Use expand-file-name rather than nnheader-concat.
9696 (nnheader-insert-file-contents): Autoload.
9697 (hashcash-wait-async): Declare.
9698 (message-send-mail): Only call gnus-setup-posting-charset if
9699 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
9700 (message-send-mail-with-sendmail): Require sendmail.
9701 (canlock-password, canlock-password-for-verify): Declare.
9702 (message-canlock-password): Require canlock.
9703 (nnheader-get-report): Autoload.
9704 (gnus-setup-posting-charset): Declare.
9705 (message-send-news): Require gnus-msg.
9706 (message-make-references, message-make-in-reply-to): Use mail-header-id
9707 rather than the alias mail-header-message-id.
9708 (ecomplete-add-item, ecomplete-save): Declare.
9709 (message-put-addresses-in-ecomplete): Require ecomplete.
9710 (ecomplete-display-matches): Autoload.
9711
9712 * mm-decode.el: Don't require mailcap, gnus-util.
9713 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9714 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9715 Autoload.
9716 (mailcap-mime-extensions): Declare.
9717
9718 * mm-encode.el: Don't require mailcap.
9719 (mailcap-extension-to-mime): Autoload.
9720
9721 * mml-sec.el: Don't require password-cache.
9722
9723 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
9724 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
9725 (mml-minibuffer-read-type): Require mailcap.
9726 (mml-preview): Require gnus-msg.
9727
9728 * mml1991.el: Require password-cache.
9729 (password-cache-expiry): Remove declaration.
9730
9731 * mml2015.el: Require password-cache.
9732 (password-cache-expiry): Remove declaration.
9733
9734 * nneething.el (mailcap): Require mailcap.
9735
9736 * nnheader.el (declare-function): Add compatibility stub.
9737 (message-remove-header): Declare rather than autoload.
9738 (nnheader-replace-header): Require message.
9739
9740 * nnimap.el (declare-function): Add compatibility stub.
9741 (netrc-parse, netrc-machine-user-or-password): Declare.
9742 (nnimap-open-connection): Require netrc.
9743
9744 * nntp.el (declare-function): Add compatibility stub.
9745 (netrc-parse, netrc-machine, netrc-get): Declare.
9746 (nntp-send-authinfo): Require netrc.
9747
9748 * rfc2047.el: Don't require qp.
9749 (quoted-printable-encode-region, quoted-printable-decode-string):
9750 Autoload.
9751
9752 * sieve-mode.el: Don't require easymenu.
9753 (easy-menu-add-item): Autoload it.
9754
9755 * spam-stat.el (time-to-number-of-days): Autoload it.
9756
9757 2010-03-17 Kevin Ryde <user42@zip.com.au>
9758
9759 * mml.el (mml-read-tag): Unquote values with `read' to reverse
9760 prin1 in mml-insert-tag (just stripping the quotes gave wrong
9761 value if any backslash escapes).
9762
9763 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9764
9765 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
9766 if it is available. (bug#5647)
9767
9768 2010-02-26 Glenn Morris <rgm@gnu.org>
9769
9770 * message.el (message-send-mail-function): Change the default, so that
9771 it inherits from a customized send-mail-function. (Bug#5643)
9772
9773 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
9776 shell-command-to-string signals an error (bug#5299).
9777
9778 2010-02-24 Glenn Morris <rgm@gnu.org>
9779
9780 * message.el (message-smtpmail-send-it)
9781 (message-send-mail-with-mailclient): Doc fixes.
9782
9783 2010-02-16 Glenn Morris <rgm@gnu.org>
9784
9785 * message.el (message-default-mail-headers): Change the default value
9786 to ease the transition from mail-mode to message-mode. (Bug#5555)
9787
9788 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * message.el (message-mail): Just pass yank-action on to message-setup.
9791 (message-setup): Handle (FUN . ARGS) form of yank-action.
9792 (message-with-reply-buffer, message-widen-reply)
9793 (message-yank-original): Handle non-buffer values of
9794 message-reply-buffer (Bug#4080).
9795 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
9796
9797 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
9798
9799 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
9800 Fix typo in docstring.
9801
9802 2010-01-08 Jason Rumney <jasonr@gnu.org>
9803
9804 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
9805 response.
9806
9807 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
9810
9811 * message.el (message-check-news-header-syntax): Protect against a
9812 string that `rfc822-addresses' returns when parsing fails.
9813
9814 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9815
9816 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
9817 (gnus-previous-char-property-change): New functions.
9818
9819 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
9820
9821 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
9822
9823 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
9824 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
9825
9826 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * message.el (message-exchange-point-and-mark): Rework last change to
9829 avoid using optional arg of exchange-point-and-mark, for backward
9830 compatibility.
9831
9832 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
9833
9834 * message.el (message-exchange-point-and-mark):
9835 Call exchange-point-and-mark with an argument rather than setting
9836 mark-active by hand (Bug#5175).
9837
9838 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9839
9840 * nntp.el (nntp-service-to-port): Work for service expressed with
9841 numeric string; replace [:digit:] with [0-9] for XEmacs.
9842
9843 2009-12-17 Glenn Morris <rgm@gnu.org>
9844
9845 * gnus-group.el (gnus-bug-group-download-format-alist):
9846 Change emacs entry to debbugs.gnu.org. Bump :version.
9847
9848 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9849
9850 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
9851
9852 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
9853
9854 * message.el (message-info): Explain why we use `Info-goto-node'.
9855
9856 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * message.el (message-completion-in-region): New compatibility function.
9859 (message-expand-group): Use it.
9860
9861 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9862
9863 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
9864 with no unread article should be listed if the 2nd arg `predicate' is
9865 given.
9866
9867 2009-11-29 Juri Linkov <juri@jurta.org>
9868
9869 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
9870 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
9871 on `gnus-recenter'. (Bug#4698, Bug#4981)
9872
9873 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * message.el (message-from-style, message-interactive)
9876 (message-signature): Always set default values from the corresponding
9877 mail-* variables.
9878 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9879 (message-yank-prefix, message-indentation-spaces)
9880 (message-signature-file, message-default-headers): Use boundp rather
9881 than (featurep 'xemacs) to check if the corresponding mail-* variables
9882 exist.
9883
9884 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
9885
9886 * message.el (message-send-mail-with-sendmail): Revert last change.
9887
9888 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
9889
9890 * message.el (message-from-style, message-interactive)
9891 (message-cite-prefix-regexp, message-sendmail-envelope-from)
9892 (message-yank-prefix, message-indentation-spaces, message-signature)
9893 (message-signature-file, message-default-headers): For GNU Emacs, set
9894 default values from the corresponding mail-* variables.
9895 (message-send-mail-with-sendmail): Use envelope-from only if
9896 mail-specify-envelope-from is non-nil.
9897
9898 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
9901 containing tspecial characters if they have been already quoted.
9902
9903 2009-10-24 Glenn Morris <rgm@gnu.org>
9904
9905 * gnus-art.el (help-xref-stack-item): Define for compiler.
9906
9907 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
9910
9911 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9912
9913 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
9914 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
9915
9916 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
9917
9918 * gnus.el (gnus-overlay-get): New alias to overlay-get.
9919 (gnus-overlays-in): New alias to overlays-in.
9920
9921 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
9922 gnus-overlay-get, and gnus-delete-overlay.
9923 (gnus-summary-show-thread): Make it work as well for systems in which
9924 next-single-char-property-change is not available.
9925 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
9926
9927 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
9928
9929 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
9930
9931 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
9932
9933 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
9934 and XEmacs that don't have `remove-overlays'.
9935
9936 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
9939 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
9940 selective display. Use overlays instead.
9941
9942 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9943
9944 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
9945
9946 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * spam-stat.el (spam-stat-load): Fix typo in message.
9949
9950 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
9951
9952 * gnus-art.el (gnus-article-encrypt-body):
9953 * message.el (message-check-recipients):
9954 * mm-util.el (mm-codepage-setup):
9955 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
9956 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
9957
9958 2009-09-22 Daiki Ueno <ueno@unixuser.org>
9959
9960 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
9961 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
9962 keys from the menu if mm-{sign,encrypt}-option is 'guided.
9963 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
9964 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
9965
9966 2009-09-18 Glenn Morris <rgm@gnu.org>
9967
9968 * gnus-diary.el (gnus-diary-check-message):
9969 * message.el (message-insert-formatted-citation-line):
9970 * nnbabyl.el (top-level):
9971 * nndiary.el (nndiary-schedule):
9972 Fix typos in condition-case handlers.
9973
9974 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
9975
9976 * gnus-art.el (gnus-article-edit-part): Work for the buffer
9977 configuration that provides the sole article window in a frame;
9978 position point correctly after deleting a part.
9979
9980 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
9981
9982 * spam.el (spam-unregister-on-reregister): Add boolean variable.
9983 (spam-resolve-registrations-routine): Use it to unregister articles
9984 that change status.
9985
9986 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * nnrss.el (nnrss-request-article): Remove binding of
9989 default-enable-multibyte-characters that has gotten needless by
9990 the 2007-07-13 change in rfc2047-encode-message-header.
9991
9992 * mml.el (mml-insert-multipart): Error on the message header.
9993 (mml-insert-part): Error on the message header; position point at
9994 the end of a MIME tag.
9995
9996 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9997
9998 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9999 (gnus-float-time): Alias to float-time if it exists.
10000
10001 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10002 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10003 float-time is available; suppress compile warning for time-to-seconds.
10004
10005 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10006
10007 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10008 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10009 Add the optional argument `encoding' that overrides the default.
10010
10011 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10012 mm-encode-buffer.
10013
10014 2009-09-04 Glenn Morris <rgm@gnu.org>
10015
10016 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10017 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10018 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10019 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10020 * mm-util.el (mm-with-unibyte-current-buffer)
10021 (mm-find-buffer-file-coding-system):
10022 * yenc.el (yenc-decode-region): Use default-value rather than
10023 default-enable-multibyte-characters.
10024
10025 2009-09-03 Glenn Morris <rgm@gnu.org>
10026
10027 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10028 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10029 than default-enable-multibyte-characters.
10030
10031 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10032
10033 * gnus-art.el (gnus-article-read-summary-keys):
10034 Fix gnus-buffer-configuration's value temporarily used.
10035
10036 2009-09-02 Glenn Morris <rgm@gnu.org>
10037
10038 * gnus-util.el (gnus-float-time): New function.
10039 * gnus-delay.el (gnus-delay-article):
10040 * gnus-sum.el (gnus-thread-latest-date):
10041 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10042 * nnspool.el (nnspool-request-newgroups):
10043 Use gnus-float-time rather than time-to-seconds.
10044 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10045
10046 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10047 (gnus-header-subject-face, gnus-header-newsgroups-face)
10048 (gnus-header-name-face, gnus-header-content-face):
10049 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10050 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10051 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10052 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10053 (gnus-cite-face-11):
10054 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10055 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10056 (gnus-server-closed-face, gnus-server-denied-face)
10057 (gnus-server-offline-face):
10058 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10059 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10060 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10061 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10062 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10063 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10064 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10065 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10066 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10067 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10068 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10069 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10070 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10071 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10072 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10073 (gnus-summary-high-undownloaded-face)
10074 (gnus-summary-low-undownloaded-face)
10075 (gnus-summary-normal-undownloaded-face)
10076 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10077 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10078 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10079 (gnus-splash-face):
10080 * message.el (message-header-to-face, message-header-cc-face)
10081 (message-header-subject-face, message-header-newsgroups-face)
10082 (message-header-other-face, message-header-name-face)
10083 (message-header-xheader-face, message-separator-face)
10084 (message-cited-text-face, message-mml-face):
10085 * sieve-mode.el (sieve-control-commands-face)
10086 (sieve-action-commands-face, sieve-test-commands-face)
10087 (sieve-tagged-arguments-face):
10088 * spam.el (spam-face):
10089 Mark face aliases with "-face" in the name as obsolete.
10090
10091 2009-09-01 Glenn Morris <rgm@gnu.org>
10092
10093 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10094 than goto-line.
10095
10096 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10099 Don't move point if the command is invoked inside the message header.
10100
10101 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10104 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10105 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10106 * nnir.el (nnir-swish-e-index-file):
10107 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10108 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10109 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10110 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10111 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10112 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10113
10114 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10115
10116 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10117 Don't save excursion.
10118
10119 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * nnheader.el (nnheader-find-file-noselect):
10122 * mm-util.el (mm-insert-file-contents):
10123 Use (default-value 'major-mode) instead of default-major-mode.
10124
10125 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10128
10129 2009-08-25 Glenn Morris <rgm@gnu.org>
10130
10131 * nnir.el (top-level): Don't require cl at run-time.
10132 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10133 Replace cl-function substitute with gnus-replace-in-string.
10134 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10135 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10136 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10137 simplified expansions.
10138
10139 2009-08-22 Glenn Morris <rgm@gnu.org>
10140
10141 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10142 goto-line.
10143
10144 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10145
10146 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10147
10148 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10149 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10150 (gnus-mm-display-part, gnus-mime-display-single)
10151 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10152 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10153
10154 * gnus-sum.el
10155 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10156 (gnus-summary-move-article): Add expirable mark to articles copied or
10157 moved to group that has auto-expire turned on if the option is non-nil.
10158
10159 2009-07-24 Glenn Morris <rgm@gnu.org>
10160
10161 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10162 Fix typo. (Bug#3903)
10163
10164 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10165
10166 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10167 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10168 that should not be used for draft articles.
10169 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10170 that has no concern in minor mode keys.
10171 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10172 Abolish.
10173
10174 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10175
10176 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10177 article without making inquiry to a user for unknown encoding.
10178
10179 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10180 (nnmaildir--scan): Assume i-node and device number that file-attributes
10181 returns might be cons-cell.
10182
10183 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10184
10185 * auth-source.el: Remove docs now in auth.texi. Don't use
10186 `gnus-message' for logging. Add new variables `auth-source-debug' and
10187 `auth-source-hide-passwords' and use them.
10188
10189 2009-07-15 Glenn Morris <rgm@gnu.org>
10190
10191 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10192
10193 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10196 excessive whitespace from the default values of title and description.
10197
10198 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10199
10200 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10201 mail-fetch-field to fetch Content-Description header in order to
10202 exclude newlines.
10203
10204 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10205
10206 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10207 to deleted part.
10208
10209 2009-05-30 David Engster <dengste@eml.cc>
10210
10211 * nnmairix.el: Remove old documentation in the commentary block.
10212 (nnmairix-request-group): Do not update active file for nnml back ends.
10213 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10214 end so that overview files are ignored.
10215 (nnmairix-update-groups): Make updating the groups more robust by using
10216 marks.
10217 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10218 with dollar characters in message-id.
10219
10220 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * spam.el: Use dns-query instead of query-dns. Was renamed on
10223 2008-12-25 in dns.el.
10224
10225 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10228 could happen if the text is only composed of spaces and/or tabs.
10229
10230 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10231
10232 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10233 when sending a queued message to avoid extra mml tags.
10234
10235 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10238
10239 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * gnus-dired.el: Remove autoload for gnus-setup-message.
10242 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10243 displaying Gnus logo; always use compose-mail.
10244
10245 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10246
10247 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10248
10249 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10250
10251 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10252 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10253 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10254 available.
10255 (gnus-nocem-epg-verify): New function.
10256
10257 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10258
10259 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10260
10261 2009-02-15 Glenn Morris <rgm@gnu.org>
10262
10263 * gnus-util.el (rmail-insert-rmail-file-header)
10264 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10265 autoloads.
10266 (rmail-default-rmail-file): Remove unnecessary declaration.
10267 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10268
10269 2009-02-14 Glenn Morris <rgm@gnu.org>
10270
10271 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10272 variable (only used in gnus-util, which declares it anyway).
10273 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10274 which was only needed by gnus-art (changed to not use it any more).
10275 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10276 only used in gnus-util, which autoloads it itself.
10277 (rmail-update-summary): Fix autoload.
10278
10279 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10280 rather than rmail-output-to-rmail-file.
10281
10282 2009-02-07 Glenn Morris <rgm@gnu.org>
10283
10284 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10285 autoload of function that no longer exists.
10286 (rmail-toggle-header): Declare.
10287 (message-forward-rmail-make-body): Handle mbox Rmail.
10288
10289 2009-01-31 Glenn Morris <rgm@gnu.org>
10290
10291 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10292 2009-01-09 change.
10293
10294 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10295
10296 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10297 (auth-source-forget-all-cached): New convenience function.
10298 (auth-source-user-or-password): Accept list of modes or a single mode.
10299
10300 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10301 auth-source modes.
10302
10303 * nnimap.el (nnimap-open-connection): Use list of
10304 auth-source modes.
10305
10306 * nntp.el (nntp-send-authinfo): Use list of
10307 auth-source modes.
10308
10309 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10310
10311 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10312 now.
10313
10314 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10315
10316 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10317 coding system in XEmacs; add a workaround for XEmacs.
10318
10319 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10320
10321 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10322 of current-language-environment.
10323
10324 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10325
10326 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10327 available at runtime.
10328
10329 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10332
10333 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10334
10335 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10336 the greatest positive fixnum value doesn't work under an XEmacs with
10337 bignum support; use the most-positive-fixnum constant instead,
10338 available since Emacs 21.1 with cl and XEmacs 21.1.
10339
10340 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10343 XEmacs gets not to work.
10344
10345 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10346
10347 * mm-util.el (mm-coding-system-priorities): Allow the value like
10348 "Japanese (UTF-8)" of current-language-environment.
10349
10350 2009-01-09 Glenn Morris <rgm@gnu.org>
10351
10352 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10353 with last-command-event.
10354
10355 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * message.el (message-fix-before-sending): Amend comment.
10358
10359 2009-01-07 David Engster <dengste@eml.cc>
10360
10361 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10362 simplified server definitions by converting it via
10363 gnus-server-to-method.
10364
10365 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10368 parameter's operands.
10369
10370 2009-01-06 David Engster <dengste@eml.cc>
10371
10372 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10373 primary select method (for gnus-group-mark-article-as-read).
10374
10375 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10376
10377 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10378 `(gnus)Face', not `(gnus)X-Face'.
10379
10380 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * mm-util.el (mm-ucs-to-char): New function.
10383
10384 * mm-url.el (mm-url-decode-entities): Use it.
10385
10386 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10387
10388 * message.el (message-fix-before-sending): Add `eight-bit' to
10389 illegible-text check.
10390
10391 2009-01-03 Michael Olson <mwolson@gnu.org>
10392
10393 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10394 `headers' is nil. This can occur if the IMAP server does not have
10395 permissions to read messages from a folder, but can write new messages
10396 to the folder.
10397 (nnimap-request-article-part): Do not insert `data' if it is nil.
10398
10399 2009-01-01 Dave Love <fx@gnu.org>
10400
10401 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10402
10403 * nnimap.el: Fix author email.
10404 (nnimap-split-rule): Add FIXME comment.
10405 (nnimap-debug): Fix doc string.
10406
10407 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10408
10409 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10410 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10411 to check if those variables exist (first appeared in Emacs 18.50).
10412
10413 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10414
10415 * mm-util.el (mm-line-number-at-pos): New function.
10416
10417 * spam-report.el (spam-report-process-queue): Use it.
10418
10419 2008-12-24 David Engster <dengste@eml.cc>
10420
10421 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10422 parameters that haven't existed as variables as buffer-local variables.
10423
10424 2008-12-23 Dave Love <fx@gnu.org>
10425
10426 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10427 cadar.
10428
10429 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10430 imap-starttls-p.
10431 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10432
10433 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10434
10435 * spam-report.el (spam-report-gmane-max-requests): New constant.
10436 (spam-report-gmane-wait): New variable.
10437 (spam-report-gmane-ham, spam-report-gmane-spam)
10438 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10439 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10440 the server.
10441
10442 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10443 Add explanations.
10444
10445 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10446 nnheader-accept-process-output and nnheader-read-timeout if available.
10447 (pop3-movemail): Use it.
10448
10449 * message.el (message-check-news-body-syntax): Fix signature check if
10450 there's an attachment.
10451
10452 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10453
10454 * mm-util.el: Add comments to the mm- emulating functions.
10455
10456 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10457
10458 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10459 Reported by Stephen Berman <stephen.berman@gmx.net>.
10460
10461 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * mm-util.el (mm-substring-no-properties): New function.
10464 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10465 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10466 (mm-string-to-multibyte): Doc fix.
10467
10468 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10469
10470 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10471
10472 * mml.el (mml-attach-file): Strip text properties from file name.
10473 (Bug#1574)
10474
10475 2008-12-16 Glenn Morris <rgm@gnu.org>
10476
10477 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10478
10479 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10480
10481 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10482 knows since the charset specified might be a bogus alias that
10483 mm-charset-synonym-alist provides.
10484
10485 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10486
10487 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10488 "ISO_8859-1".
10489
10490 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10491
10492 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10493
10494 * mm-util.el (mm-charset-eval-alist):
10495 Define it before mm-charset-to-coding-system.
10496 (mm-charset-to-coding-system): Add optional argument `silent';
10497 define it before mm-charset-override-alist.
10498 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10499 default value if it can be used in Emacs currently running;
10500 silence mm-charset-to-coding-system.
10501
10502 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10503
10504 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10505 `allow-override' which says whether to use `mm-charset-override-alist'.
10506 (rfc2047-decode-encoded-words): Use it.
10507
10508 * mm-util.el (mm-charset-override-alist): Fix custom type;
10509 add `(gb2312 . gbk)' to choices.
10510
10511 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10514 fast.
10515
10516 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10517
10518 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10519
10520 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10521 on links.
10522
10523 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10524
10525 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10526
10527 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10528 users' addresses that don't have domain parts.
10529 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10530 rather than message-narrow-to-head since there will be the message
10531 header separator.
10532
10533 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10536 since the result is inserted in a unibyte buffer anyway.
10537 (nnimap-demule-use-string-to-multibyte): Remove.
10538 (nnimap-demule): Alias it to mm-string-to-multibyte.
10539
10540 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10541
10542 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10543 variable for debugging bug#464 and bug#1174.
10544 (nnimap-demule): Use it.
10545
10546 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10547
10548 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10549 score calculation correctly.
10550
10551 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * message.el (message-send-mail): Just set the buffer to unibyte
10554 rather than use mm-with-unibyte-current-buffer which does a lot more.
10555 (message-send-mail-partially): Don't bother with
10556 mm-with-unibyte-current-buffer since it's already been made unibyte by
10557 message-send-mail.
10558
10559 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10560
10561 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10562
10563 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10564
10565 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10566
10567 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10570 require itself and to remove `with-no-warnings'.
10571
10572 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10573
10574 * starttls.el (starttls-any-program-available): Get the name of the
10575 available TLS layer program.
10576 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10577 well as the host name in the "opening" message.
10578
10579 * auth-source.el (auth-source-cache, auth-source-do-cache)
10580 (auth-source-user-or-password): Cache passwords and logins by default,
10581 allow override with `auth-source-do-cache'.
10582 (auth-source-forget-user-or-password): Allow users to remove cache
10583 entries if needed.
10584
10585 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10586
10587 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10588 condition-case to only the forward-sexp call.
10589
10590 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10591
10592 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10593 quotes contained. Make it more robust regardless by an extra
10594 condition-case wrapper.
10595
10596 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10597
10598 * nnml.el (nnml-request-expire-articles): Check if the function set to
10599 `nnmail-expiry-target' returns the symbol `delete'.
10600
10601 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10602
10603 * nnmail.el (nnmail-expiry-target): Fix custom type.
10604
10605 2008-10-02 Glenn Morris <rgm@gnu.org>
10606
10607 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10608 Silence compiler warning.
10609
10610 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * mml.el (mml-menu): Don't assume mml2015 is bound.
10613
10614 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10617 exists.
10618
10619 2008-09-27 Glenn Morris <rgm@gnu.org>
10620
10621 * gnus-util.el (mail-header-remove-comments): Autoload it.
10622
10623 2008-09-27 Andreas Schwab <schwab@suse.de>
10624
10625 * gnus-util.el (gnus-split-references): Strip comments.
10626 (gnus-parent-id): Likewise.
10627
10628 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10629
10630 * message.el (message-confirm-send): Fix version.
10631
10632 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * message.el (message-idna-to-ascii-rhs-1): Use
10635 mail-extract-address-components rather than mail-header-parse-addresses
10636 that is an alias by default to ietf-drums-parse-addresses that does not
10637 support non-ASCII names in headers' contents.
10638
10639 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10640
10641 * message.el (message-confirm-send): Fix variable documentation to
10642 avoid the "y/n" wording.
10643
10644 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
10645
10646 * message.el (message-set-auto-save-file-name): Save to a different
10647 filename so multiple messages (especially drafts) can be recovered.
10648
10649 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
10650
10651 * message.el (message-confirm-send): Add appropriate version.
10652
10653 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10654
10655 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10656 defvar.
10657
10658 2008-09-22 Daiki Ueno <ueno@unixuser.org>
10659
10660 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10661 (mm-pkcs7-enveloped-magic): Ditto.
10662
10663 2008-09-17 Simon Josefsson <simon@josefsson.org>
10664
10665 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10666 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10667
10668 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
10669
10670 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10671 default, it's better.
10672
10673 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
10674
10675 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10676 summary line gnus-number property and ignore them (with a warning
10677 message).
10678
10679 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10682 macro caddr in the interactive form since it won't be expanded.
10683
10684 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10687 `charset'; fix name of function called recursively.
10688 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10689
10690 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10693 (gnus-mime-set-charset-parameters): New function.
10694 (gnus-mime-view-part-as-charset): Use it to correctly display part
10695 specifying wrong charset.
10696
10697 2008-09-08 David Engster <dengste@eml.cc>
10698
10699 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10700 in completing-read for back end server.
10701
10702 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
10703
10704 * message.el (message-confirm-send): New variable to confirm sending a
10705 message.
10706 (message-send): Use it.
10707
10708 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
10709
10710 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10711
10712 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10715
10716 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
10717
10718 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
10719 prevent tracking too many groups.
10720 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10721 Use it.
10722
10723 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
10724
10725 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
10726 moving point to the bottom of the window in order to avoid recentering.
10727
10728 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
10729
10730 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
10731 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
10732 (gnus-article-beginning-of-window): Fix calculation.
10733
10734 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
10735
10736 * gnus-msg.el (gnus-summary-supersede-article)
10737 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
10738 value of gnus-newsgroup-charset to decode non-MIME encoded text in
10739 message header.
10740
10741 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
10742
10743 * message.el:
10744 * gnus-start.el:
10745 * gnus-registry.el: Remove VMS support.
10746
10747 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10748
10749 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
10750 macro.
10751 (rfc2104-hash): Use it.
10752
10753 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
10754
10755 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
10756 (gnus-summary-sort-by-most-recent-date): New commands.
10757 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
10758 and menu entries.
10759
10760 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
10761
10762 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
10763 don't redisplay article for raw contents; remove plural articles stuff.
10764
10765 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
10766 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
10767 on gnus-summary-save-article; display results properly.
10768
10769 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10770
10771 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
10772
10773 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10774
10775 * gnus-art.el (gnus-summary-save-in-pipe):
10776 Consider gnus-save-all-headers.
10777
10778 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * gnus-util.el (ns-focus-frame): Remove declaration.
10781 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
10782 like x.
10783
10784 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10785
10786 * rfc2104.el (rfc2104-zero): Delete defconst.
10787 (rfc2104-hex-alist): Likewise.
10788 (rfc2104-hex-to-int): Delete func.
10789 (rfc2104-hexstring-to-bitstring): Likewise.
10790 (rfc2104-nybbles): New defconst.
10791 (rfc2104-hash): Rewrite for speed.
10792
10793 2008-07-16 Glenn Morris <rgm@gnu.org>
10794
10795 * gnus-util.el (ns-focus-frame): Declare for compiler.
10796
10797 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
10800 set as a group parameter.
10801 (gnus-summary-save-in-pipe): Work when it is called independently.
10802 (gnus-summary-pipe-to-muttprint): Don't modify
10803 gnus-summary-pipe-output-default-command.
10804
10805 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * message.el (message-send-mail-with-sendmail):
10808 Display the error message.
10809
10810 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10811
10812 * gnus-art.el (gnus-default-article-saver):
10813 Add gnus-summary-save-in-pipe to choices.
10814 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
10815 gnus-summary-pipe-output-default-command as the default command.
10816 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
10817 instead of gnus-last-shell-command.
10818
10819 * gnus-sum.el (gnus-summary-pipe-output-default-command):
10820 New user option.
10821 (gnus-summary-muttprint-program): Mention the value will be changed.
10822 (gnus-summary-save-article): Force showing of all headers.
10823 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
10824
10825 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
10826
10827 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
10828
10829 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
10830
10831 * nnimap.el (nnimap-id):
10832 * sieve-manage.el (sieve-manage-open): Doc fixes.
10833
10834 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
10835
10836 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
10837 if available.
10838
10839 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
10842
10843 * nnkiboze.el (nnkiboze-generate-group):
10844 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
10845
10846 * nnmairix.el: Require CL.
10847
10848 2008-06-15 David Engster <dengste@eml.cc>
10849
10850 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
10851
10852 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
10853
10854 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
10855 New macros that expand to an `aset'/`aref' call under Emacs, and to a
10856 runtime choice under XEmacs.
10857
10858 * gnus-sum.el (gnus-summary-set-display-table):
10859 Use `gnus-put-display-table', `gnus-get-display-table',
10860 `gnus-set-display-table' for the display table, instead of `aset'.
10861
10862 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10863
10864 * nnmairix.el: Add autoloads.
10865
10866 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
10867
10868 * nnmairix.el (nnmairix-delete-recreate-group)
10869 (nnmairix-update-and-clear-marks): Fix error messages.
10870
10871 2008-06-14 David Engster <dengste@eml.cc>
10872
10873 * nnmairix.el: Upgrade to version 0.6.
10874 (nnmairix-group-toggle-propmarks-this-group)
10875 (nnmairix-group-toggle-readmarks-this-group)
10876 (nnmairix-group-delete-recreate-this-group)
10877 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
10878 (nnmairix-remove-tick-mark-original-article): New commands.
10879 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
10880 (nnmairix-propagate-marks-to-nnmairix-groups)
10881 (nnmairix-only-use-registry, nnmairix-allowfast-default)
10882 (nnmairix-marks-cache, nnmairix-version-output): New variables.
10883 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
10884 functions needed for marks propagation and manipulation of read marks.
10885 (nnmairix-update-groups): New function.
10886 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
10887 (nnmairix-determine-original-group-from-registry)
10888 (nnmairix-determine-original-group-from-path)
10889 (nnmairix-get-group-from-file-path, nnmairix-map-range)
10890 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
10891 New helper functions.
10892 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
10893 keystrokes for new commands.
10894 (nnmairix-delete-and-create-on-change): Doc string cleanup.
10895 (nnmairix-request-group): Check allow-fast group parameter.
10896 (nnmairix-request-create-group): Set allow-fast group parameter if
10897 nnmairix-allowfast-default is set.
10898 (nnmairix-close-group): Propagate marks upon closing if needed.
10899 (nnmairix-group-toggle-threads-this-group): Use new.
10900 nnmairix-group-toggle-parameter helper function.
10901 (nnmairix-search): Better check for empty search result.
10902 (nnmairix-goto-original-article): Use new helper functions for
10903 determining original article.
10904 (nnmairix-show-original-article): Make sure message-id is in brackets.
10905 (nnmairix-call-mairix-binary): Change variable name.
10906 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
10907 helper function.
10908 (nnmairix-widget-toggle-activate): Fix doc string.
10909
10910 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10911
10912 * nnir.el: Require edmacro when compiling with XEmacs.
10913 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
10914 available in Emacs 21.
10915
10916 2008-06-11 Glenn Morris <rgm@gnu.org>
10917
10918 * gnus-util.el (x-focus-frame):
10919 * gnus.el (image-size):
10920 * mm-decode.el (image-size): Declare.
10921
10922 * gnus-picon.el (declare-function): Add compat definition.
10923 (image-size): Declare.
10924
10925 * gnus-group.el (tool-bar-map):
10926 * gnus-sum.el (tool-bar-map): Define for compiler.
10927
10928 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
10929
10930 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
10931
10932 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
10933 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
10934 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
10935 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
10936 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
10937 * sieve-manage.el, spam-report.el, spam.el:
10938 Remove unnecessary eval-and-compile of autoloads.
10939
10940 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10941
10942 * auth-source.el: Precise Tramp doc.
10943
10944 2008-06-07 Glenn Morris <rgm@gnu.org>
10945
10946 * nnmairix.el: Remove unnecessary eval-when-compile.
10947
10948 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
10949
10950 * nnir.el: New file.
10951
10952 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * gnus-util.el (gnus-read-shell-command): New function.
10955 * mm-decode.el (mm-pipe-part):
10956 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10957
10958 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10959
10960 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
10961
10962 2008-06-03 Glenn Morris <rgm@gnu.org>
10963
10964 * pop3.el (nnheader-accept-process-output): Autoload it.
10965
10966 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10969 are not 2-digit hexadecimal characters that follow `%'s.
10970
10971 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10972
10973 * message.el (message-bogus-recipient-p): Fix type in doc string.
10974 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10975 (message-bogus-addresses): Rename from message-bogus-address-regexp.
10976 Improve custom options.
10977 (message-bogus-recipient-p): Adjust accordingly.
10978
10979 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10980
10981 * nnmairix.el: Require edmacro when compiling with XEmacs.
10982
10983 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
10984
10985 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10986 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10987
10988 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10989
10990 * auth-source.el: Add more docs.
10991
10992 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10993
10994 * nnheader.el (nnheader-read-timeout): Change the default timeout from
10995 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
10996 retrieval faster in some cases, but might make CPU usage larger.
10997 If this has any bad side effects, we might revert this change.
10998
10999 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11000 seems to make mail retrieval much, much faster.
11001 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11002 unconditionally.
11003
11004 * gnus-draft.el (gnus-group-send-queue):
11005 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11006
11007 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11008
11009 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11010
11011 * message.el (message-bogus-address-regexp): Fix and improve custom
11012 type.
11013 (message-setup-hook): Add message-check-recipients as custom option.
11014
11015 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11016
11017 * message.el (message-cite-function): Remove bogus autoload which crept
11018 in during merge from v5-10.
11019
11020 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11021
11022 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11023
11024 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11025
11026 * auth-source.el: Preliminary Tramp docs.
11027 (auth-sources): Change the default auth-sources to use
11028 EPA .gpg files.
11029
11030 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11031
11032 * nntp.el: Autoload `auth-source-user-or-password'.
11033 (nntp-send-authinfo): Use it.
11034
11035 * nnimap.el: Autoload `auth-source-user-or-password'.
11036 (nnimap-open-connection): Use it.
11037
11038 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11039 for the gnus-message function.
11040 (auth-source-user-or-password): Use it.
11041
11042 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11045 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11046 (rfc2104-hash): Use it.
11047
11048 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11049
11050 * gnus-art.el (gnus-article-toggle-truncate-lines):
11051 Don't use `iff' in docstring.
11052
11053 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11054
11055 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11056
11057 * gnus-util.el (gnus-extract-address-component-name)
11058 (gnus-extract-address-component-email): Convenience functions around
11059 `gnus-extract-address-components'.
11060
11061 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11062 Use `gnus-extract-address-component-email' to fix bug of comparing full
11063 sender name to `user-mail-address'.
11064
11065 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11066
11067 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11068 catch/throw to optimize.
11069 (gnus-registry-find-keywords): Just use member to find a keyword.
11070
11071 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11072
11073 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11074 is current before calling gnus-server-prepare.
11075 (gnus-server-setup-buffer, gnus-server-update-server)
11076 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11077
11078 2008-05-04 Juri Linkov <juri@jurta.org>
11079
11080 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11081 (mailcap-file-default-commands): Use mailcap-replace-in-string
11082 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11083 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11084
11085 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11086
11087 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11088
11089 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11092 hooks.
11093 (gnus-update-read-articles): Speed up non-marks-using users.
11094 (gnus-use-marks): Define gnus-use-marks.
11095 (gnus-propagate-marks): Rename variable to something more sensible.
11096
11097 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11098
11099 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11100 (gmm-image-load-path-for-library): Fix typos in docstrings.
11101 (gmm-message): Reflow docstring.
11102
11103 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11104
11105 * mail-source.el (mail-source-set-1, mail-source-bind):
11106 Move auth-source code out of the macro to clean it up and fix bugs.
11107
11108 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11109
11110 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11111 by sender if it's equal to user-mail-address, it's likely to be
11112 useless.
11113
11114 * mail-source.el (mail-source-bind): Don't use user or password if they
11115 are not bound. Unintern them if they are nil. Don't use server unless
11116 it's bound, and default it to empty string otherwise.
11117
11118 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11119
11120 * mail-source.el: Load auth-source.el.
11121 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11122 get user name or password, if auth-sources is set up.
11123
11124 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11125 strategy of splitting with parent.
11126 (gnus-registry-split-fancy-with-parent)
11127 (gnus-registry-post-process-groups): Use it and fix prior
11128 bug (returning a list as the split result).
11129
11130 * auth-source.el (auth-sources): Remove server parameter.
11131 (auth-source-pick, auth-source-user-or-password)
11132 (auth-source-user-or-password-imap)
11133 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11134 (auth-source-user-or-password-sftp)
11135 (auth-source-user-or-password-smtp): Remove server parameter.
11136
11137 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11138
11139 * smime.el (smime-sign-region, smime-encrypt-region)
11140 (smime-decrypt-region):
11141 Remove redundant calls to `generate-new-buffer-name'.
11142
11143 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11144
11145 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11146 Don't use QP for message/rfc822.
11147 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11148
11149 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * sieve-manage.el (sieve-string-bytes): Remove.
11152 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11153 correct byte-length only if the process's coding-system is the same as
11154 the one used internally by Emacs to represent strings.
11155
11156 2008-04-22 Juri Linkov <juri@jurta.org>
11157
11158 * mailcap.el (mailcap-file-default-commands): New function.
11159
11160 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11161
11162 * message.el (message-signature-separator, message-cite-function):
11163 Change custom version.
11164
11165 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11166
11167 * mm-decode.el (mm-display-external): Make temp file read-only.
11168
11169 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11170
11171 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11172 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11173 `C-c C-f d'.
11174
11175 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11176
11177 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11178
11179 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11180
11181 * auth-source.el: Add docs.
11182 (auth-sources): Modify format to support server.
11183 (auth-source-pick, auth-source-user-or-password)
11184 (auth-source-user-or-password-imap)
11185 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11186 (auth-source-user-or-password-sftp)
11187 (auth-source-user-or-password-smtp): Add server parameter.
11188
11189 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11190
11191 * gnus-registry.el: Initialize the registry when gnus-registry-install
11192 is t.
11193
11194 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * compface.el (uncompface): Make buffer unibyte.
11197
11198 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * mail-source.el (mail-source-value):
11201 Prefer fboundp to functionp so it works with macros as well.
11202
11203 2008-04-05 Glenn Morris <rgm@gnu.org>
11204
11205 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11206
11207 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11210 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11211
11212 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11213 multibyteness after rather than before erasing it.
11214
11215 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11216 mm-with-multibyte.
11217 (gnus-request-article-this-buffer): Make sure the proper decoding is
11218 used if gnus-original-article-buffer happens to be unibyte.
11219
11220 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11221 default-enable-multibyte-characters.
11222
11223 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11224 default-enable-multibyte-characters.
11225
11226 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11227
11228 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11229
11230 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11231
11232 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11233 Fix last change in case the element is not even a symbol.
11234
11235 2008-04-02 Simon Josefsson <simon@josefsson.org>
11236
11237 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11238 imap-enable-exchange-bug-workaround.
11239 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11240
11241 2008-04-01 Simon Josefsson <simon@josefsson.org>
11242
11243 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11244 a 100 byte status-checks into a 2-3MB transfer for each group.
11245 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11246 to enable bug workaround or not.
11247 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11248
11249 2008-03-31 Glenn Morris <rgm@gnu.org>
11250
11251 * message.el (mml2015-use): Declare for compiler.
11252 (message-info): Require mml2015 when appropriate.
11253
11254 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11257 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11258 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11259 (nntp-service-to-port): New function.
11260 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11261 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11262 (nntp-open-netcat-stream): New function.
11263 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11264
11265 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11266
11267 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11268
11269 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11272
11273 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11274
11275 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11276
11277 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11278
11279 * message.el (message-signature-separator): Change default.
11280 Improve custom type.
11281 (message-cite-function): Change default to
11282 message-cite-original-without-signature.
11283
11284 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11285 toggle.
11286
11287 * message.el (message-check-news-body-syntax): Fix signature check.
11288 (message-setup-1): Mark buffer as unmodified _after_ running
11289 message-setup-hook and handling message-alternative-emails.
11290 (message-shorten-references): Be more strict when building list of
11291 valid references to comply with GNKSA.
11292
11293 * gnus-group.el (gnus-read-ephemeral-bug-group)
11294 (gnus-read-ephemeral-debian-bug-group)
11295 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11296
11297 * message.el (message-info): Don't use booleanp which isn't supported
11298 in Emacs 21 and XEmacs.
11299
11300 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11301
11302 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11303 gnus-group-gmane-group-download-format.
11304 (gnus-group-read-ephemeral-gmane-group): Rename from
11305 gnus-group-read-ephemeral-gmane-group.
11306 (gnus-read-ephemeral-gmane-group-url): Rename from
11307 gnus-group-read-ephemeral-gmane-group-url.
11308 (gnus-bug-group-download-format-alist): New variable.
11309 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11310 (gnus-read-ephemeral-emacs-bug-group): New commands.
11311
11312 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11313
11314 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11315 (gnus-visible-headers): Improve custom type.
11316
11317 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11318
11319 * mml.el (mml-menu): Add workarounds for XEmacs.
11320
11321 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11322 X-Boundary header.
11323
11324 * message.el (message-simplify-recipients): Fix previous commit.
11325
11326 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * mm-util.el (mm-set-buffer-multibyte): New function.
11329 * mm-decode.el (mm-copy-to-buffer): Use it.
11330
11331 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11332 Prefer fboundp to functionp so it works with macros as well.
11333
11334 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11335
11336 * message.el (message-alter-recipients-discard-bogus-full-name):
11337 New function.
11338 (message-alter-recipients-function): New variable.
11339 (message-get-reply-headers): Use it.
11340 (message-replace-header): New helper function.
11341 (message-recipients-without-full-name): New variable.
11342 (message-simplify-recipients): New command.
11343
11344 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11345
11346 * message.el (message-info): Handle EasyPG manual.
11347
11348 * mml.el (mml-menu): Add entry for EasyPG.
11349
11350 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11351
11352 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11353 parameter.
11354
11355 * message.el (message-disassociate-draft): Specify drafts group name
11356 fully.
11357
11358 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11359
11360 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11361 Eliminate unnecessary duplicates from the match list.
11362
11363 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11366 args of `how-many' of which the XEmacs version doesn't take; declare
11367 Info-index-next as function.
11368
11369 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11370
11371 * gnus-score.el (gnus-score-headers): Fix handling of
11372 gnus-inhibit-slow-scoring.
11373
11374 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11375 string.
11376 (gnus-button-url-regexp): Improve handling of parenthesis.
11377 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11378 (gnus-button-handle-info-keystrokes): Handle index entries.
11379
11380 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11381
11382 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11383 Incoming* files.
11384
11385 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11386
11387 * auth-source.el (auth-sources): Rename from auth-source-choices.
11388 (auth-source-pick): Use it.
11389
11390 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11391
11392 * auth-source.el (auth-source-protocols)
11393 (auth-source-protocols-customize, auth-source-choices): Add and
11394 modified variable customizations and defaults.
11395 (auth-source-pick, auth-source-user-or-password)
11396 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11397 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11398 (auth-source-user-or-password-sftp)
11399 (auth-source-user-or-password-smtp): Use new variables and provide an
11400 interface to netrc.el.
11401
11402 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11403
11404 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11405 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11406 Make sure the nntp port to specify is a string.
11407
11408 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * nntp.el: Use with-current-buffer.
11411 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11412 dubious mm-with-unibyte-current-buffer.
11413 (nntp-with-open-group-function): New function extracted from
11414 nntp-with-open-group macro.
11415 (nntp-with-open-group): Use the function, so it's easier to debug.
11416 Add indentation and debugging info.
11417 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11418 Recommend the use of the netcat alternatives.
11419
11420 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11421 Avoid mm-string-as-multibyte as well.
11422
11423 * nnweb.el (nnweb-insert-html):
11424 Remove use of nnheader-string-as-multibyte.
11425
11426 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11427 (nnheader-string-as-multibyte): Remove.
11428
11429 * mm-view.el: Use inhibit-read-only.
11430 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11431 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11432 or unibyte-string.
11433
11434 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11435 (mm-uu-yenc-extract): Use with-current-buffer.
11436
11437 * gnus-soup.el (gnus-soup-send-packet): Don't use
11438 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11439
11440 * nnmh.el: Use with-current-buffer.
11441 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11442 mm-string-as-multibyte on the output of mm-encode-coding-string.
11443
11444 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11445 (nnimap-request-move-article): Use with-current-buffer.
11446
11447 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11448 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11449 conversion uses string-make-unibyte rather than string-as-unibyte.
11450
11451 * gnus-msg.el: Use with-current-buffer.
11452
11453 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11454
11455 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11456
11457 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11458 string for caching if it is 'PIN.
11459
11460 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11461
11462 * mail-source.el (mail-source-delete-old-incoming-confirm):
11463 Change default to nil.
11464 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11465
11466 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11469 (gnus-article-goto-prev-page): Work for articles having ^L's.
11470
11471 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11472
11473 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11474
11475 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11476
11477 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11478 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11479 (gnus-bookmark-jump): Adjust some variable names.
11480
11481 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11482
11483 * auth-source.el: New package.
11484 (auth-source-choices): Add customization entry point variable.
11485
11486 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11487 bug.
11488
11489 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11490
11491 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11492 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11493 (gnus-registry-install-shortcuts): Rename from
11494 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11495 the `gnus-registry-mark-map' keymap dynamically from
11496 `gnus-registry-marks'. The generated functions update the summary line
11497 when a registry mark is added or deleted, and will call
11498 `gnus-registry-install-p' (see the comments in the code).
11499 (gnus-registry-user-format-function-M): Use concat intelligently.
11500
11501 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11502 the registry mark functions.
11503
11504 2008-03-05 Glenn Morris <rgm@gnu.org>
11505
11506 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11507 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11508 gnus-art.
11509 (top-level): No need to load own source when compiling.
11510
11511 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11512
11513 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11514 Suggested by <chris.anderton@zetnet.co.uk>.
11515
11516 2008-03-04 Glenn Morris <rgm@gnu.org>
11517
11518 * gnus-sum.el (top-level): No need to require gnus when compiling,
11519 since unconditionally required near start of file.
11520 (gnus-summary-display-while-building): Move definition before use.
11521
11522 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11523
11524 * gnus-registry.el (gnus-registry-user-format-function-M):
11525 Add formatting function.
11526
11527 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11528
11529 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11530 with plists.
11531 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11532 Use new format.
11533
11534 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11537 `where-is-internal' that returns a range of key sequences.
11538
11539 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11542
11543 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11544 (gnus-summary-jump-to-group): Consider windows on other displayed
11545 frames as well. Similar changes might be needed elsewhere, but that's
11546 the one I've bumped into during my use.
11547
11548 * nndoc.el (nndoc-oe-dbx-type-p):
11549 * gnus-msg.el (gnus-debug):
11550 * gnus-group.el (gnus-update-group-mark-positions):
11551 Use mm-string-to-multibyte.
11552
11553 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11554
11555 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11556 doesn't handle NotDashEscaped.
11557
11558 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11559 (mml-dnd-attach-options): Fix typo in custom choice.
11560
11561 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11562 Change nndoc-article-type to mbox.
11563 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11564
11565 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11566 to nil, instead of html2text.
11567
11568 * imap.el (imap-debug): Add `imap-ping-server'.
11569
11570 * gnus-bookmark.el: Add FIXMEs.
11571
11572 * message.el (message-form-letter-separator)
11573 (message-send-form-letter-delay): New variables.
11574 (message-send-form-letter): Use them. New command to send form
11575 letters. Requested by Uwe Siart.
11576 (message-send-mail-function): Doc fix. Add "Other" custom option.
11577
11578 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11579
11580 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11581 empty author.
11582
11583 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * gnus-registry.el (gnus-registry-marks): Add variable for
11586 customization of marks and their appearance.
11587 (gnus-registry-read-mark): Use it.
11588 (gnus-registry-do-marks): Add utility function to loop through
11589 `gnus-registry-marks'.
11590 (gnus-registry-install-shortcuts-and-menus): Add function to install
11591 shortcuts and menus.
11592 (gnus-registry-initialize): Use it.
11593 (gnus-registry-default-mark): Clarify documentation.
11594
11595 2008-02-29 Glenn Morris <rgm@gnu.org>
11596
11597 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11598 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11599 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11600 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11601 Change defcustom :version from 23.0 to 23.1.
11602
11603 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11604
11605 * gnus-registry.el (gnus-registry-follow-group-p)
11606 (gnus-registry-post-process-groups): Add functions to aid registry
11607 splitting and improve logging. Clarify behavior in function
11608 documentation.
11609 (gnus-registry-split-fancy-with-parent): Use them.
11610
11611 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * gnus-art.el: Use with-current-buffer.
11614
11615 2008-02-27 David Engster <dengste@eml.cc>
11616
11617 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11618 Express real group name in the response.
11619
11620 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11623 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11624 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11625 autoload gnus-registry-fetch-group when compiling.
11626 (nnmairix-request-group-with-article-number-correction):
11627 Remove unreferenced argument passed to nnmairix-call-backend.
11628
11629 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11630
11631 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11632 (mm-uu-extract): Improve face for low color ttys.
11633 Reported by Sascha Wilde.
11634
11635 2008-02-27 Glenn Morris <rgm@gnu.org>
11636
11637 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11638 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11639 variables to defconsts. Convert comments to doc-strings.
11640 (nnmairix-last-server, nnmairix-current-server): Convert from free
11641 variables to defvars. Convert comments to doc-strings.
11642 (gnus-registry-fetch-group): Autoload.
11643 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11644 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11645 (nnmairix-widget-build-editable-fields): Use car cddr rather than
11646 caddr.
11647 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11648 nnmairix-request-group-with-article-number-correction call.
11649 (nnmairix-fast, nnmairix-group): New, less general names, for free
11650 variables passed from nnmairix-request-group to
11651 nnmairix-request-group-with-article-number-correction. Declare.
11652 (nnmairix-request-group-with-article-number-correction):
11653 Use nnmairix-fast, nnmairix-group rather than fast, group.
11654
11655 2008-02-26 David Engster <dengste@eml.cc>
11656
11657 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
11658 version 0.5.
11659
11660 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11661
11662 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11663 instead of making an extra function call. Don't add the current group
11664 to articles only when they have the group. Use
11665 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11666 Reported by David <de_bb@arcor.de>.
11667
11668 2008-02-24 Miles Bader <miles@gnu.org>
11669
11670 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11671 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11672 (mm-find-mime-charset-region):
11673 * mm-bodies.el (mm-encode-body):
11674 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11675
11676 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
11677
11678 * mail-source.el (mail-source-delete-incoming): Change default.
11679 Supplement doc string.
11680
11681 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11682
11683 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11684
11685 * nnmail.el (nnmail-message-id-cache-file): Derive from
11686 `gnus-home-directory'.
11687
11688 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
11689
11690 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11691 Document negative prefix.
11692
11693 * gnus-group.el (gnus-group-read-group): Document negative prefix.
11694
11695 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11696
11697 * message.el (message-unsent-separator): Add the Exim bounce
11698 separator.
11699
11700 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11701
11702 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11703 list.
11704 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11705 recipient/signer list.
11706
11707 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11708
11709 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11710 fbound (Emacs 23 unicode), signal an error.
11711
11712 2008-02-08 Glenn Morris <rgm@gnu.org>
11713
11714 * gnus-art.el (pgg-display-output-buffer): Declare as function.
11715
11716 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
11717
11718 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
11719 ports to the calls to `netrc-machine-user-or-password' in addition to
11720 "imap" and "imaps".
11721
11722 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11723
11724 * gnus.el (gnus-group-startup-message): Add `find-image' call before
11725 image-load-path is let-bound. Reported by Harald Hanche-Olsen
11726 <hanche@math.ntnu.no>.
11727
11728 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
11729
11730 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
11731
11732 2008-02-01 Zhang Wei <id.brep@gmail.com>
11733
11734 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
11735
11736 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
11737
11738 2008-02-01 Miles Bader <miles@gnu.org>
11739
11740 * mml.el (mml-parse-1): Remove apparently vestigial use of
11741 `mm-hack-charsets'.
11742 * mm-bodies.el (mm-encode-body): Likewise.
11743
11744 2008-02-01 Kenichi Handa <handa@m17n.org>
11745
11746 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
11747 rfc2104-hexstring-to-bitstring and changed to return a byte list.
11748 (rfc2104-hash): Convert the result of concat to unibyte string.
11749
11750 2008-02-01 Dave Love <fx@gnu.org>
11751
11752 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
11753 coding-system-for-read.
11754 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
11755
11756 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11757 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
11758 (mm-find-mime-charset-region): Remove hack-charsets stuff.
11759
11760 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
11761
11762 * mail-source.el (mail-sources): Add `group' choice.
11763
11764 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
11765 parameter `in-group' to control into which group the articles go.
11766 Add treatment of `group' mail-source.
11767
11768 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
11769
11770 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
11771 * message.el (message-beginning-of-line): Use featurep instead of bound
11772 tests in order to resolve conditionals at compile time.
11773
11774 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11775
11776 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
11777
11778 * mm-decode.el (mm-dissect-buffer): Decode description.
11779
11780 * mml.el (mml-to-mime): Encode message header first.
11781
11782 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
11783
11784 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
11785 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
11786
11787 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
11788
11789 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
11790
11791 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11792
11793 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
11794 prefix keys.
11795 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
11796 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
11797 gnus-xmas.el.
11798
11799 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11800
11801 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
11802 Add new variables for article mark management.
11803 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
11804 list of extra data entries which, when present, will indicate that the
11805 article ID should not be trimmed from the registry.
11806 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
11807 functions.
11808 (gnus-registry-read-mark): New function to read a mark name from the
11809 user.
11810 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
11811 (gnus-registry-set-article-mark-internal): New functions to add and
11812 remove marks.
11813 (gnus-registry-get-article-marks): New function to show the marks for
11814 an article, or retrieve them for further use.
11815
11816 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
11819 keys when no argument is given.
11820
11821 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11822
11823 * gnus-sum.el (gnus-article-sort-by-random)
11824 (gnus-thread-sort-by-random): Fix doc strings.
11825 Reported by jidanni@jidanni.org.
11826
11827 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
11828
11829 * gnus-art.el (gnus-article-describe-bindings): New function.
11830 (gnus-article-read-summary-keys): Use it.
11831 (gnus-article-mode-map): Bind `C-h b' to it.
11832
11833 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11836 XEmacs.
11837 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11838 Protect against non-character events.
11839
11840 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
11841
11842 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11843 New command.
11844 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11845 instead of END. Change name of the temp file.
11846 (gnus-group-gmane-group-download-format): Add doc string. Make it
11847 customizable.
11848
11849 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11852 bind `S W' to gnus-article-wide-reply-with-original; set default
11853 binding to gnus-article-read-summary-send-keys.
11854 (gnus-article-read-summary-keys): Fix the order of keys; display
11855 continuation keys correctly in the echo area; describe bindings
11856 correctly when keys end with `C-h'.
11857 (gnus-article-read-summary-send-keys): New function.
11858 (gnus-article-describe-key, gnus-article-describe-key-briefly):
11859 Work for gnus-article-read-summary-send-keys; display continuation keys
11860 correctly in the echo area.
11861 (gnus-article-reply-with-original): Ignore prefix argument.
11862 (gnus-article-wide-reply-with-original): New function.
11863
11864 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11865
11866 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11867 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11868
11869 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
11870
11871 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11872 (gnus-group-read-ephemeral-gmane-group): New command.
11873
11874 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11875
11876 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11877
11878 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11879
11880 * message.el (message-send-mail-function): Increase custom version.
11881
11882 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11883 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
11884
11885 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
11886
11887 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11888 html parts correctly; support forwarded messages.
11889 (gnus-article-browse-html-article): Remove work buffers.
11890
11891 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11892 compiling.
11893 (netrc-bound-and-true-p): New macro.
11894 (netrc-parse): Use it instead of bound-and-true-p that is not available
11895 in XEmacs 21.4.
11896
11897 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
11898
11899 * gnus-registry.el (gnus-registry-mark-article)
11900 (gnus-registry-article-marks): Add functionality to mark articles
11901 through the Gnus registry.
11902
11903 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11904 (netrc-parse): Use encrypt-file-alist to determine if
11905 encrypt-find-model or encrypt-insert-file-contents should be used.
11906
11907 2007-12-19 Glenn Morris <rgm@gnu.org>
11908
11909 * mml.el (message-options-set, message-narrow-to-head)
11910 (message-in-body-p, message-mail-p, message-encode-message-body):
11911 Autoload.
11912 (message-remove-header, message-narrow-to-headers-or-head)
11913 (message-subscribed-p, message-make-mail-followup-to)
11914 (message-position-on-field, message-news-p)
11915 (message-options-set-recipient, message-generate-headers)
11916 (message-sort-headers): Declare as functions.
11917
11918 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11919
11920 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11921 convention in doc string.
11922
11923 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
11924
11925 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11926 title to html parts.
11927 (gnus-article-browse-html-article): Pass message header to it.
11928
11929 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11930
11931 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
11932
11933 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11934 or password compatible with XEmacs.
11935
11936 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11937
11938 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11939 format document.
11940 (gnus-mime-delete-part): Don't write description line if empty.
11941 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11942
11943 2007-12-14 Johan Bockgård <bojohan@gnu.org>
11944
11945 * gnus-sum.el (gnus-summary-mark-unread-as-read)
11946 (gnus-summary-mark-read-and-unread-as-read)
11947 (gnus-summary-mark-current-read-and-unread-as-read)
11948 (gnus-summary-mark-unread-as-ticked): Doc fix.
11949 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11950
11951 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11952
11953 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11954 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11955
11956 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
11957
11958 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11959 yes-or-no-p.
11960
11961 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
11962
11963 * mm-decode.el (mm-add-meta-html-tag): New function.
11964 (mm-save-part-to-file, mm-pipe-part): Use it.
11965
11966 * gnus-art.el (gnus-article-browse-delete-temp-files):
11967 Use gnus-y-or-n-p instead of y-or-n-p.
11968 (gnus-article-browse-html-parts): Work with message/external-body; use
11969 mm-add-meta-html-tag.
11970
11971 2007-12-11 Glenn Morris <rgm@gnu.org>
11972
11973 * gnus-cache.el: Require gnus-sum not just when compiling.
11974
11975 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11976
11977 * gnus-int.el (gnus-server-opened, gnus-status-message):
11978 Move definitions before use.
11979
11980 * mm-decode.el: Require gnus-util.
11981 (mm-remove-part): Only call delete-annotation on XEmacs.
11982
11983 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11984
11985 * nnmail.el: Require gnus-int.
11986
11987 * spam.el: Move `require's before `eval-when-compile's.
11988
11989 * gnus-ems.el (gnus-alive-p):
11990 * gnus-fun.el (message-goto-eoh):
11991 * gnus-util.el (gnus-group-name-decode):
11992 * mail-source.el (gnus-compress-sequence):
11993 * message.el (Info-goto-node, format-spec):
11994 * mm-bodies.el (message-options-get):
11995 * mm-decode.el (mm-view-pkcs7):
11996 * mm-util.el (gmm-write-region):
11997 * mml-smime.el (mml-compute-boundary)
11998 (gnus-completing-read-with-default):
11999 * mml.el (widget-button-press, gnus-make-hashtable):
12000 * mml1991.el (mm-decode-content-transfer-encoding)
12001 (mm-encode-content-transfer-encoding)
12002 (message-options-get, message-options-set):
12003 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12004 * nnfolder.el (gnus-request-group):
12005 * nnheader.el (ietf-drums-unfold-fws):
12006 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12007 * smime.el (gnus-run-mode-hooks):
12008 * spam-stat.el (gnus-message): Autoload.
12009
12010 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12011 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12012 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12013 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12014 Add declare-function compatibility definition.
12015
12016 * gnus-cache.el (nnvirtual-find-group-art):
12017 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12018 (gnus-add-image, gnus-add-wash-type):
12019 * gnus-group.el (nnkiboze-score-file):
12020 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12021 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12022 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12023 (message-tokenize-header, gnus-get-buffer-create)
12024 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12025 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12026 * gnus.el (gnus-group-decoded-name):
12027 * mail-source.el (imap-capability):
12028 * mm-bodies.el (message-options-set):
12029 * mm-decode.el (gnus-configure-windows):
12030 * mm-extern.el (message-goto-body):
12031 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12032 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12033 (epg-sub-key-validity, message-options-set):
12034 * mml.el (widget-event-point, gnus-configure-windows):
12035 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12036 * mml2015.el (epg-check-configuration, epg-configuration)
12037 (message-options-set):
12038 * nndb.el (nndb-request-article):
12039 * nnfolder.el (gnus-request-create-group):
12040 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12041 * nnmaildir.el (gnus-group-mark-article-read):
12042 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12043 * rfc1843.el (message-fetch-field):
12044 * spam.el (gnus-extract-address-components):
12045 Declare as functions.
12046
12047 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12048
12049 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12050
12051 2007-12-09 Glenn Morris <rgm@gnu.org>
12052
12053 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12054
12055 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12056 * message.el, mm-view.el, sieve-manage.el, smime.el:
12057 Add declare-function compatibility definition.
12058
12059 * gnus-art.el (w3-region, w3m-region, Info-menu):
12060 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12061 * gnus-sum.el (gnus-get-predicate):
12062 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12063 * message.el (mail-abbrev-in-expansion-header-p):
12064 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12065 (w3m-detect-meta-charset, w3m-region):
12066 * sieve-manage.el (password-read, password-cache-add)
12067 (password-cache-remove):
12068 * smime.el (password-read-and-add): Declare as functions.
12069
12070 2007-12-08 David Kastrup <dak@gnu.org>
12071
12072 * gnus-sum.el (gnus-summary-simplify-subject-query):
12073 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12074 `message'.
12075
12076 2007-12-07 Glenn Morris <rgm@gnu.org>
12077
12078 * gnus-art.el (article-make-date-line): Revert previous change.
12079
12080 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12081
12082 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12083
12084 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12085
12086 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12087 Call gnus-add-to-range ranges only once with a prepared article-list.
12088
12089 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12090
12091 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12092 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12093 group names with backslashes.
12094 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12095
12096 2007-12-06 Deepak Goel <deego3@gmail.com>
12097
12098 * gnus-art.el (article-make-date-line):
12099 * gnus-start.el (gnus-load):
12100 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12101
12102 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12103
12104 * gnus-art.el (gnus-use-idna):
12105 * gnus-start.el (gnus-site-init-file):
12106 * message.el (message-use-idna):
12107 * mm-uu.el (mm-uu-hide-markers):
12108 * smiley.el (smiley-style): Revert changes that suppress warnings.
12109
12110 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12113 specify charset to html source.
12114 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12115
12116 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12119 idna-program in order to suppress byte compile warning issued by XEmacs
12120 that came to byte compile the default value section of defcustom forms
12121 recently.
12122
12123 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12124 value of installation-directory.
12125
12126 * message.el (message-use-idna): Don't directly refer to the value of
12127 idna-program.
12128
12129 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12130
12131 * smiley.el (smiley-style): Don't directly call face-attribute.
12132
12133 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12134
12135 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12136
12137 * gnus-dired.el: Reduce Gnus dependencies.
12138 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12139 Don't require. Use autoloads instead.
12140 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12141 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12142 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12143 (gnus-dired-mode): Adjust doc string.
12144 (gnus-dired-mail-mode): New variable.
12145 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12146 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12147 (gnus-dired-mail-buffers): New function. Return mail or message
12148 composition buffers.
12149 (gnus-dired-attach): Use it.
12150 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12151 NO-DECODE.
12152 (gnus-dired-print): Use `gnus-print-buffer' depending on
12153 `gnus-dired-mail-mode'.
12154
12155 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12156
12157 * rfc2047.el (rfc2047-encoded-word-regexp)
12158 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12159 explaining what regexp patterns are for.
12160
12161 2007-12-04 Glenn Morris <rgm@gnu.org>
12162
12163 * password.el: Move to ../password-cache.el.
12164
12165 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12166 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12167 * mml-smime.el (password-read, password-cache-add)
12168 (password-cache-remove):
12169 No need to autoload, since mml-sec requires password.
12170
12171 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12172 * message.el (gnus-extract-address-components):
12173 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12174
12175 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12176 password.
12177
12178 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12179
12180 * mailcap.el: Reduce dependencies.
12181 (mail-header-parse-content-type): Autoload.
12182 (mailcap-delete-duplicates): New alias.
12183 (mailcap-mime-info): Add optional argument NO-DECODE.
12184 (mailcap-mime-types): Use mailcap-delete-duplicates.
12185
12186 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12187
12188 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12189
12190 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12191 function.
12192
12193 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12194 (gnus-uu-yenc-article): New function.
12195
12196 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12197
12198 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12199
12200 2007-12-02 Glenn Morris <rgm@gnu.org>
12201
12202 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12203 Move to ../net.
12204
12205 * binhex.el, uudecode.el: Move to ../mail.
12206
12207 * encrypt.el: Remove file.
12208
12209 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12210
12211 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12212 matches on patches.
12213
12214 * gnus-art.el (gnus-article-browse-html-article):
12215 Mention `mm-text-html-renderer' in the doc string.
12216
12217 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12218 string. Add comments.
12219
12220 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12221 if rhs is ASCII.
12222
12223 2007-12-01 Glenn Morris <rgm@gnu.org>
12224
12225 * dig.el, dns.el: Move to ../net.
12226 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12227
12228 * mail-source.el (top-level): Require format-spec before
12229 eval-when-compile.
12230
12231 2007-11-30 Glenn Morris <rgm@gnu.org>
12232
12233 * encrypt.el: Require password, rather than autoloading password-read.
12234
12235 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12236
12237 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12238 caller can indicate whether the cache should be disregarded for this
12239 call. This way the result of the call is reproducible at all times and
12240 can be considered a canonical server name for the supplied method.
12241 (gnus-agent-method-p): Canonicalize server names by pushing their
12242 method through `gnus-method-to-server' using the no-cache argument.
12243
12244 * gnus-srvr.el (gnus-server-insert-server-line):
12245 Call `gnus-method-to-server' with `no-cache' argument.
12246
12247 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12248 gnus-agent-possibly-synchronize-flags as this should be called when the
12249 server is actually being opened.
12250 (gnus-agent-possibly-synchronize-flags)
12251 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12252 flags file of an agentized server to the latter function.
12253
12254 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12255 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12256 after a connection has been established successfully.
12257
12258 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12259
12260 * gnus-art.el (article-display-face): Force to display face if called
12261 interactively; check if gnus-article-x-face-too-ugly matches author.
12262 (article-display-x-face): Display face even if From header is missing
12263 as article-display-face does.
12264
12265 2007-11-28 Richard Stallman <rms@gnu.org>
12266
12267 * md4.el: Move to ../.
12268 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12269
12270 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12271
12272 * mail-source.el (mail-sources): Default to fetch from file for
12273 compatibility with default of nnmail-spool-file.
12274
12275 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12276
12277 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12278 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12279 to look for encoded word that should be encoded again.
12280 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12281 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12282 encoding pattern.
12283 (rfc2047-decode-region): Switch strict regexp and loose one according
12284 to rfc2047-allow-irregular-q-encoded-words.
12285
12286 2007-11-26 Simon Josefsson <simon@josefsson.org>
12287
12288 * imap.el: Move to ../net directory.
12289
12290 2007-11-25 Romain Francoise <romain@orebokech.com>
12291
12292 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12293
12294 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12295
12296 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12297 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12298
12299 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12300 `nnmail-spool-file'.
12301
12302 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12303 `nnmail-spool-file'.
12304
12305 * gnus-move.el (gnus-change-server): Ditto.
12306
12307 * gnus-kill.el (gnus-batch-score): Ditto.
12308
12309 * gnus-cache.el (gnus-jog-cache): Ditto.
12310
12311 * gnus-msg.el (gnus-summary-reply):
12312 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12313
12314 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12315
12316 * gnus-cache.el (gnus-cache-generate-nov-databases):
12317 Use nnml-generate-nov-databases-directory instead of
12318 nnml-generate-nov-databases-1.
12319
12320 2007-11-24 Glenn Morris <rgm@gnu.org>
12321
12322 * message.el (message-tool-bar-retro): Update for rename
12323 mail_send.xpm->mail-send.xpm.
12324
12325 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12326
12327 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12328 `smime-ldap-search' for Emacs 22 and up.
12329
12330 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12331
12332 * hashcash.el: Move to ../mail directory.
12333
12334 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12335
12336 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12337 `smime-ldap-search' for Emacs 22 and up.
12338
12339 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12342
12343 * message.el (message-send-mail-function): Fix error convention.
12344 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12345 (message-widen-reply, message-send-mail, message-talkative-question)
12346 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12347 (message-clone-locals, message-send-news): Use with-current-buffer.
12348 (message-insert-or-toggle-importance): Remove unused var `valid'.
12349 (message-make-references): Remove unused var `new-references'.
12350 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12351
12352 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12353
12354 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12355 (spam-split-symbolic-return-positive): Reflow docstring.
12356 (spam-backends, spam-summary-exit-behavior)
12357 (spam-mark-ham-unread-before-move-from-spam-group)
12358 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12359 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12360 (spam-clear-cache, spam-backend-check, spam-install-backend)
12361 (spam-install-statistical-backend, spam-list-of-processors)
12362 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12363 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12364 (spam-check-crm114, spam-initialize, spam-unload-hook):
12365 Fix typos in docstrings.
12366
12367 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12368
12369 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12370 been checked if they have never been read and those group levels are
12371 higher than the one that a user specified.
12372
12373 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12374
12375 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12376 foreign groups unless a group level is specified by a user.
12377 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12378
12379 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12380
12381 * message.el (message-send-mail-function): Require sendmail.
12382
12383 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12384
12385 * message.el (message-send-mail-function): Check for smtpmail too.
12386
12387 * utf7.el (utf7-encode, utf7-decode): Use coding system
12388 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12389
12390 * message.el (message-send-mail-function): New function.
12391 (message-send-mail-function): Set default using
12392 message-send-mail-function. Adjust doc string.
12393 (message-send-mail-with-mailclient): New function.
12394
12395 2007-11-17 Richard Stallman <rms@gnu.org>
12396
12397 * assistant.el: Remove file.
12398
12399 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12400
12401 * smime.el (from):
12402 * rfc2047.el (message-posting-charset):
12403 * qp.el (mm-use-ultra-safe-encoding):
12404 * pop3.el (parse-time-months):
12405 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12406 * nnml.el (files):
12407 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12408 (jka-compr-compression-info-list, ange-ftp-path-format)
12409 (efs-path-regexp):
12410 * nndiary.el (files):
12411 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12412 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12413 (epg-digest-algorithm-alist, inhibit-redisplay)
12414 (password-cache-expiry):
12415 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12416 (pgg-output-buffer, password-cache-expiry):
12417 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12418 (efs-path-regexp):
12419 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12420 (inhibit-redisplay):
12421 * mm-uu.el (file-name, start-point, end-point, entry)
12422 (gnus-newsgroup-name, gnus-newsgroup-charset):
12423 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12424 (latin-unity-ucs-list):
12425 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12426 (mm-uu-binhex-decode-function):
12427 * message.el (gnus-message-group-art, gnus-list-identifiers)
12428 (rmail-enable-mime-composing, gnus-local-organization)
12429 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12430 (gnus-read-active-file, facemenu-add-face-function)
12431 (facemenu-remove-face-function, gnus-article-decoded-p)
12432 (tool-bar-mode):
12433 * mail-source.el (display-time-mail-function):
12434 * gnus-util.el (nnmail-pathname-coding-system)
12435 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12436 (gnus-original-article-buffer, gnus-user-agent)
12437 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12438 (xemacs-codename, sxemacs-codename, emacs-program-version):
12439 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12440 * gnus-start.el (gnus-agent-covered-methods)
12441 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12442 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12443 (gnus-newsgroup-headers, gnus-group-list-mode)
12444 (gnus-group-mark-positions, gnus-newsgroup-data)
12445 (gnus-newsgroup-unreads, nnoo-state-alist)
12446 (gnus-current-select-method, mail-sources)
12447 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12448 (nnmail-spool-file, gnus-cache-active-hashtb):
12449 * gnus-mh.el (mh-lib-progs):
12450 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12451 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12452 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12453 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12454 (gnus-group-buffer):
12455 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12456 (font-lock-set-defaults):
12457 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12458 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12459 (gnus-summary-post-menu, total-parts, type, condition, length):
12460 * gnus-agent.el (gnus-agent-read-agentview):
12461 * flow-fill.el (show-trailing-whitespace):
12462 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12463 eval-and-compile wrappers for byte compiler pacifiers.
12464
12465 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12466 (mm-display-inline-fontify): Check for featurep 'xemacs not
12467 extent-list.
12468
12469 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12470 itimer-list.
12471 (mm-create-image-xemacs): Only do something for XEmacs.
12472 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12473
12474 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12475
12476 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12477 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12478
12479 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12480
12481 * nnimap.el (nnimap-split-download-body):
12482 * gnus-demon.el (gnus-demon):
12483 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12484
12485 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12486
12487 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12488 New macros.
12489 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12490 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12491 copy data from unibyte buffer to multibyte current buffer.
12492 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12493 to copy data from unibyte current buffer to multibyte buffer.
12494 (nntp-make-process-buffer): Make process buffer unibyte.
12495
12496 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12497
12498 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12499
12500 * pop3.el (pop3-open-server): Accept and process data more robustly at
12501 connection start to avoid spurious "POP SSL connection failed" errors.
12502
12503 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12506 read group names.
12507
12508 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12509
12510 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12511
12512 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12513
12514 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12515 (nnmail-save-active): Use a unibyte buffer when saving active file,
12516 which may contain non-ASCII group names.
12517
12518 * nnml.el (nnml-request-group): Decode group names in messages.
12519
12520 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * message.el (message-citation-line-function)
12523 (message-insert-formatted-citation-line): Fix spelling of
12524 `message-insert-formated-citation-line'.
12525
12526 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12527
12528 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12529
12530 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12531
12532 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12533 nnmail-pathname-coding-system.
12534
12535 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12536 that a user enters; decode group names in messages.
12537
12538 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12539
12540 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12541
12542 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12543
12544 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12545
12546 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12547 risky local variable.
12548
12549 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12550
12551 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12552
12553 * encrypt.el: Improve documentation to fix function name typo.
12554 Reported by Daiki Ueno <ueno@unixuser.org>.
12555
12556 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12557
12558 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12559 even if the point is not in the last page of an article.
12560 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12561 back to the previous page.
12562
12563 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12564
12565 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12566
12567 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12568
12569 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12570
12571 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * message.el (message-check-news-body-syntax):
12574 Avoid mm-string-as-multibyte.
12575 (message-hide-headers): Don't assume (point-min)==1.
12576
12577 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12578
12579 * message.el (message-remove-blank-cited-lines): Fix if remove is
12580 given.
12581 (message-bogus-address-regexp): New variable.
12582 (message-bogus-recipient-p): New function.
12583 (message-check-recipients): New command.
12584 (message-syntax-checks): Add `bogus-recipient'.
12585 (message-fix-before-sending): Add `bogus-recipient'.
12586
12587 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12588 (gnus-treat-body-boundary): Don't test window-system.
12589
12590 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12591
12592 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12593
12594 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12595
12596 * gnus.el: Bump version to Gnus v5.13.
12597
12598 2007-10-28 Miles Bader <miles@gnu.org>
12599
12600 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12601 at compile-time too.
12602
12603 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12604
12605 * gnus-msg.el (gnus-message-setup-hook):
12606 Add `message-remove-blank-cited-lines' to options.
12607
12608 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12609
12610 * message.el (message-remove-blank-cited-lines): New function.
12611 Suggested by Karl Plästerer.
12612
12613 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12614
12615 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12616 mapc.
12617
12618 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12619 (top-level): Use mapc to set functions to be traced for debugging.
12620
12621 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12622 called for effect with while loop.
12623
12624 * message.el (message-talkative-question): Replace mapcar called for
12625 effect with mapc.
12626
12627 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12628 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12629 called for effect with dolist.
12630
12631 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12632
12633 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12634 gnus-extra-headers and nnmail-extra-headers.
12635
12636 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12637 called for effect with dolist.
12638 (top-level): Use mapc to set functions to be traced for debugging.
12639
12640 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12641 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12642 dolist.
12643
12644 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12645 Replace mapcar called for effect with mapc.
12646 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12647 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12648 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12649 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12650
12651 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12652 remove-if that's a cl function.
12653
12654 * webmail.el (webmail-debug): Replace mapcar called for effect with
12655 dolist.
12656
12657 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
12658
12659 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12660 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12661 with while loop.
12662
12663 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12664 functions from article-* functions.
12665 (gnus-multi-decode-header): Replace mapcar called for effect with
12666 dolist.
12667
12668 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12669 (gnus-bookmark-show-details): Replace mapcar called for effect with
12670 while loop.
12671
12672 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12673 called for effect with while loop.
12674
12675 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12676 with dolist.
12677
12678 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12679 Replace mapcar called for effect with dolist.
12680
12681 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12682
12683 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12684 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12685 Replace mapcar called for effect with dolist.
12686 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12687 mapc.
12688
12689 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12690 Replace mapcar called for effect with dolist.
12691 (gnus-topic-list): Replace mapcar called for effect with mapc.
12692
12693 * gnus.el: Use mapc instead of mapcar to add autoloads.
12694
12695 2007-10-23 Richard Stallman <rms@gnu.org>
12696
12697 * gnus-group.el (gnus-group-highlight): Mark as risky.
12698
12699 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12700
12701 * gnus.el (gnus-server-to-method): Return method found first in
12702 gnus-newsrc-alist.
12703
12704 * gnus-art.el (gnus-article-highlight-signature)
12705 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12706 button overlay without the front stickiness.
12707
12708 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
12709
12710 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12711 overview buffer needed a catch to receive its throw.
12712 (gnus-agent-flush-cache): Declare as interactive to make this function
12713 easier to use.
12714
12715 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
12718 `next-line'.
12719
12720 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
12721
12722 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
12723 exclude address matching message-dont-reply-to-names.
12724
12725 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12726
12727 * gnus-util.el (gnus-string<): New function.
12728
12729 * gnus-sum.el (gnus-article-sort-by-author)
12730 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
12731
12732 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12733
12734 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
12735 the frame-focus tag is set in gnus-buffer-configuration.
12736
12737 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
12738
12739 * gnus-art.el (gnus-article-add-button): Make a button overlay without
12740 the front stickiness.
12741
12742 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12743
12744 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
12745 url pattern; remove duplicate one.
12746 (gnus-article-extend-url-button): New function.
12747 (gnus-article-add-buttons): Use it.
12748 (gnus-button-push): Use concatenated url that it makes.
12749
12750 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
12751
12752 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
12753 (sieve-manage-open): Use `mapc' instead of `mapcar'.
12754
12755 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12758 Don't hardcode point-min==1.
12759
12760 2007-09-30 David Kastrup <dak@gnu.org>
12761
12762 * gnus-art.el (gnus-article-reply-with-original)
12763 (gnus-article-followup-with-original): When `transient-mark-mode' is
12764 off, refrain from active-region behavior for followups.
12765
12766 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
12767
12768 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12769 Fix comment about "iso8859-1".
12770
12771 2007-10-08 Daiki Ueno <ueno@unixuser.org>
12772
12773 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12774 ones returned from the verify-function.
12775
12776 * mm-uu.el (mm-uu-pgp-signed-extract-1):
12777 Call mml2015-extract-cleartext-signature if extraction failed.
12778
12779 2007-10-07 Daiki Ueno <ueno@unixuser.org>
12780
12781 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12782 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12783 failed.
12784
12785 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12786
12787 * Relicense "GPLv2 or later" files to "GPLv3 or later".
12788
12789 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
12790
12791 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12792 to mark a thread as expirable. Add variable `hide' to handle hiding of
12793 thread for both the null and zero (kill/expire thread) universal prefix
12794 cases.
12795 (gnus-summary-expire-thread): Add new function to expire a thread,
12796 using gnus-summary-kill-thread.
12797 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12798 shortcuts for gnus-summary-expire-thread.
12799 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12800 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
12801
12802 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12803
12804 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12805 extras value, so an extras entry can be deleted.
12806 (gnus-registry-delete-extra-entry): Use it.
12807 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12808 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12809 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12810 storage through the gnus-registry, and provide an appropriate API for
12811 it.
12812
12813 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12814
12815 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12816 Suggested by Leo <sdl.web@gmail.com>.
12817
12818 * gnus.el: Do.
12819
12820 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12821
12822 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12823 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
12824
12825 * gnus-agent.el (gnus-agent-fetch-headers): Do.
12826
12827 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12828 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12829
12830 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12831
12832 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12833 newline.
12834 (nnmbox-request-accept-article): Don't change article in source buffer;
12835 narrow to header to use message-fetch-field rather than
12836 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12837 (nnmbox-request-replace-article): Quote lines that'll be misidentified
12838 as delimiters; make sure article ends with newline.
12839 (nnmbox-delete-mail): Correct last position of article to be deleted;
12840 ignore X-Gnus-Newsgroup header in article body.
12841 (nnmbox-save-mail): Quote lines looking like delimiters at the right
12842 positions; make sure article ends with newline.
12843
12844 * message.el (message-display-abbrev): Don't infloop when a user
12845 inserts SPC in the beginning of header.
12846
12847 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
12848
12849 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12850 list of groups not followed by default. Fix type to be regexp.
12851 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12852
12853 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
12854
12855 * hmac-def.el (define-hmac-function): Switch from old-style to
12856 new-style backquotes.
12857
12858 * md4.el (md4-make-step): Likewise.
12859
12860 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12861
12862 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12863 raw-text coding system when saving .newsrc file, which may contain
12864 non-ASCII group names.
12865
12866 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12867
12868 * gnus-cus.el (gnus-score-extra): New widget.
12869 (gnus-score-extra-convert): New function.
12870 (gnus-score-customize): Use it for Extra.
12871
12872 2007-08-31 Daiki Ueno <ueno@unixuser.org>
12873
12874 * mml2015.el (mml2015-extract-cleartext-signature): New function.
12875 (mml2015-mailcrypt-clear-verify): Use it.
12876 (mml2015-gpg-clear-verify): Use it.
12877 (mml2015-pgg-clear-verify): Use it.
12878 (mml2015-epg-clear-verify): Replace the current part with the output
12879 from GnuPG; don't extract the plaintext by itself.
12880
12881 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12882 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12883 mml2015-clear-verify-function; don't touch the armor headers or
12884 dash-escaped text here.
12885
12886 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12887
12888 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12889 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12890 parts, or application/octet-stream as a last resort.
12891 (gnus-mime-view-part-as-type): Don't toggle display.
12892 (gnus-mime-view-part-as-charset): Don't turn off display before
12893 querying charset.
12894
12895 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12896 stuff to undisplayer function in Emacs.
12897 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12898
12899 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12900 text/calendar parts.
12901
12902 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12903
12904 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12905 decoding text/calendar parts.
12906
12907 * message.el (message-forward-make-body-mime): Always mark body as
12908 having no illegible text; remove signed-or-encrypted argument.
12909 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12910
12911 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12912 (mml-generate-mime-1): Don't encode body if it is specified to be in
12913 raw form; don't make buffer be unibyte when inserting multibyte string.
12914
12915 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * sha1.el: Fix up comment style.
12918 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12919 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12920
12921 * hex-util.el: Fix up comment style.
12922 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12923
12924 * gnus-salt.el: Use with-current-buffer.
12925 (gnus-pick-setup-message): Fix long-standing typo.
12926
12927 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
12928
12929 * imap.el (imap-logout-timeout): New variable.
12930 (imap-logout, imap-logout-wait): New functions.
12931 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12932
12933 * nnimap.el (nnimap-logout-timeout): New server variable.
12934 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12935 nnimap-logout-timeout.
12936
12937 * gnus-art.el (gnus-article-summary-command-nosave)
12938 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12939
12940 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
12941
12942 * gnus.el (gnus-maximum-newsgroup): New variable.
12943
12944 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12945 according to gnus-maximum-newsgroup.
12946
12947 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12948 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12949 Limit the range of articles according to gnus-maximum-newsgroup.
12950
12951 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
12952
12953 * gnus-art.el (gnus-sticky-article): Fix problems described in
12954 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
12955 Don't perform gnus-configure-windows here; reuse existing sticky
12956 article buffer.
12957
12958 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12959 it doesn't exist in gnus-article-mode.
12960
12961 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
12962
12963 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12964 (gnus-agent-decoded-group-name): New function.
12965 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12966 (gnus-agent-expire-group-1): Use it; decode group name in messages.
12967
12968 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
12969
12970 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12971 Add binding for gnus-sticky-article.
12972 (gnus-summary-exit): Don't kill sticky article buffers.
12973
12974 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12975 article buffer.
12976 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12977 (gnus-kill-sticky-article-buffers): New commands.
12978
12979 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
12980
12981 * nntp.el (nntp-xref-number-is-evil): New server variable.
12982 (nntp-find-group-and-number): If it is non-nil, don't trust article
12983 numbers in the Xref header.
12984
12985 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12986
12987 * gnus-agent.el (gnus-agent-read-group): New function.
12988 (gnus-agent-flush-group, gnus-agent-expire-group)
12989 (gnus-agent-regenerate-group): Use it.
12990 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12991 nnmail-pathname-coding-system.
12992
12993 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
12994
12995 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12996
12997 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12998 that are unread as unread, and also as selected so that information of
12999 marks having been changed by a user may be updated when exiting group.
13000
13001 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13002
13003 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13004
13005 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13006
13007 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13008 calculated ignoring signature parts to gnus-treat-article.
13009
13010 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13013 a point here in order to keep the window start.
13014 (gnus-insert-mime-security-button): Make a button overlay without the
13015 front stickiness.
13016 (gnus-mime-display-security): Goto the end of a button.
13017
13018 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13019
13020 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13021
13022 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13023 group-name-at-point.
13024 (gnus-group-completing-read): New function that offers decoded
13025 non-ASCII group names for completion.
13026 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13027 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13028 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13029 (gnus-group-fetch-control): Use it.
13030 (gnus-fetch-group): Use group-name-at-point for the initial value
13031 rather than the default value; use gnus-alive-p.
13032
13033 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13034 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13035 (gnus-summary-post-news): Use gnus-group-completing-read.
13036
13037 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13038 (gnus-read-move-group-name): Decode group name for completion.
13039
13040 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13041
13042 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13043 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13044 Yamaoka slightly modified the code).
13045
13046 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13047
13048 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13049 (nnmail-split-incoming): Bind it.
13050
13051 * nnml.el (nnml-group-name-charset): New function.
13052 (nnml-decoded-group-name): Use it; don't decode group name if
13053 nnmail-group-names-not-encoded-p is non-nil.
13054 (nnml-encoded-group-name): New function.
13055 (nnml-group-pathname): Inline nnml-decoded-group-name.
13056 (nnml-request-expire-articles): Decode group name in message.
13057 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13058 nnmail-pathname-coding-system.
13059 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13060 not decoded ones according to nnmail-group-names-not-encoded-p.
13061 (nnml-generate-active-info): Use nnml-encoded-group-name.
13062
13063 2007-08-08 Glenn Morris <rgm@gnu.org>
13064
13065 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13066 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13067 doc-strings and comments.
13068
13069 2007-07-25 Glenn Morris <rgm@gnu.org>
13070
13071 * Relicense all FSF files to GPLv3 or later.
13072
13073 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * gnus-sum.el (gnus-summary-move-article):
13076 Make gnus-summary-respool-article work.
13077
13078 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13079
13080 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13081 string.
13082
13083 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13084
13085 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13086 that should be ignored when comparing distant RSS articles with local
13087 ones.
13088 (nnrss-make-hash-index): New function. Create a hash index according
13089 to the ignored fields.
13090 (nnrss-check-group): Use it.
13091
13092 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13093
13094 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13095
13096 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13097
13098 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13099 the new optional argument ENCODED is non-nil.
13100 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13101 coding system for encoding group name.
13102 (gnus-group-make-rss-group): Pass un-encoded group name to
13103 gnus-group-make-group.
13104 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13105 encoded.
13106
13107 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13108 Encode group name to which articles are moved or copied.
13109 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13110 coding system for encoding Newsgroup, Followup-To and Xref headers.
13111
13112 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13113 marks; use nnheader-file-coding-system to write a file.
13114 (nnagent-retrieve-headers): Bind file-name-coding-system to
13115 nnmail-pathname-coding-system.
13116
13117 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13118
13119 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13120 (nnml-request-article, nnml-request-create-group)
13121 (nnml-request-rename-group, nnml-find-id)
13122 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13123 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13124 (nnml-save-marks): Use nnml-group-pathname instead of
13125 nnmail-group-pathname.
13126
13127 (nnml-request-create-group, nnml-request-expire-articles)
13128 (nnml-request-move-article, nnml-request-delete-group)
13129 (nnml-deletable-article-p, nnml-possibly-create-directory)
13130 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13131 (nnml-open-marks): Bind file-name-coding-system to
13132 nnmail-pathname-coding-system.
13133
13134 (nnml-request-article): Pass server argument to nnml-find-group-number.
13135 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13136 Pass server argument to nnml-possibly-create-directory.
13137 (nnml-request-accept-article): Pass server argument to
13138 nnml-active-number and nnml-save-mail.
13139 (nnml-find-group-number): Pass server argument to nnml-find-id.
13140 (nnml-request-update-info): Pass server argument to
13141 nnml-marks-changed-p.
13142
13143 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13144 (nnml-save-mail, nnml-active-number): Add server argument.
13145
13146 (nnml-request-delete-group): Warn if group is missing.
13147 (nnml-get-nov-buffer): Decode group name.
13148 (nnml-generate-active-info): Encode group name.
13149 (nnml-open-marks): Decode group name in messages.
13150
13151 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13152
13153 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13154 if it is not specified.
13155 (gnus-article-pipe-part, gnus-article-save-part)
13156 (gnus-article-interactively-view-part, gnus-article-copy-part)
13157 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13158 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13159 (gnus-article-replace-part, gnus-article-delete-part)
13160 (gnus-article-view-part-as-type): Pass raw prefix argument to
13161 gnus-article-part-wrapper.
13162
13163 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13164
13165 * gnus-agent.el (gnus-agent-save-active):
13166 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13167
13168 * gnus-cache.el (gnus-cache-save-buffers)
13169 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13170 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13171 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13172 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13173 (gnus-cache-generate-active, gnus-cache-rename-group)
13174 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13175 (gnus-cache-update-overview-total-fetched-for):
13176 Bind file-name-coding-system to nnmail-pathname-coding-system.
13177 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13178 New variables.
13179 (gnus-cache-decoded-group-name): New function.
13180 (gnus-cache-file-name): Use it.
13181 (gnus-cache-generate-active): Use non-decoded group name for active.
13182
13183 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13184 right place.
13185 (gnus-write-active-file): Don't break non-ASCII group names.
13186
13187 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13188 nnmail-pathname-coding-system.
13189
13190 * gnus-uu.el (gnus-uu-decode-save): Typo.
13191
13192 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13195
13196 2007-07-14 David Kastrup <dak@gnu.org>
13197
13198 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13199 finishing actions if we did not edit the article.
13200
13201 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13202
13203 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13204 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13205 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13206 (gnus-agent-flush-group, gnus-agent-flush-cache)
13207 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13208 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13209 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13210 (gnus-agent-regenerate-group)
13211 (gnus-agent-update-files-total-fetched-for)
13212 (gnus-agent-update-view-total-fetched-for):
13213 Bind file-name-coding-system to nnmail-pathname-coding-system.
13214 (gnus-agent-group-pathname): Don't encode file names by
13215 nnmail-pathname-coding-system.
13216 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13217 coding-system-for-write instead of buffer-file-coding-system to
13218 gnus-agent-file-coding-system.
13219
13220 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13221 Decode group name.
13222
13223 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13224
13225 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13226 (gnus-read-newsrc-el-file): Make group names unibyte.
13227
13228 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13229 nnmail-pathname-coding-system.
13230
13231 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13232 (nnrss-request-delete-group): Bind file-name-coding-system to
13233 nnmail-pathname-coding-system.
13234 (nnrss-read-server-data, nnrss-read-group-data):
13235 Bind file-name-coding-system correctly.
13236 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13237
13238 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13239 (nntp-server-to-method-cache): New variable.
13240 (nntp-group-pathname): New function that decodes non-ASCII group names.
13241 (nntp-possibly-create-directory, nntp-marks-changed-p)
13242 (nntp-save-marks, nntp-open-marks): Use it.
13243 (nntp-possibly-create-directory, nntp-open-marks):
13244 Bind file-name-coding-system to nnmail-pathname-coding-system.
13245 (nntp-open-marks): Decode group names when bootstrapping marks.
13246
13247 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13248 Newsgroups and Followup-To headers.
13249
13250 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13251
13252 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13253 (gnus-server-closed-face, gnus-server-denied-face)
13254 (gnus-server-offline-face): Remove variable.
13255 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13256
13257 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13258 of modifying message-stack directly for XEmacs.
13259
13260 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13261 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13262 if the coding-system argument is nil for XEmacs.
13263
13264 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13265 mm-charset-override-alist.
13266
13267 * rfc2047.el: Don't require base64; require rfc2045 for the function
13268 rfc2045-encode-string.
13269 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13270 to quote the parameter value.
13271
13272 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13273
13274 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13275 form in gnus-group-name-charset-method-alist.
13276
13277 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13278 overrides the default layout edit-form.
13279
13280 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13281
13282 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13283
13284 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13285
13286 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13287 as unfetched articles.
13288
13289 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13290
13291 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13292
13293 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13294
13295 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13296 original back end that keeps marks in the local system.
13297
13298 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13299
13300 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13301 arg of pop-to-buffer for XEmacs.
13302 (gnus-article-read-summary-keys): Ditto; don't restore window
13303 configuration if summary command ends up with neither article buffer
13304 nor summary buffer; describe bindings if summary keys end with C-h.
13305
13306 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13307
13308 * message.el (message-fix-before-sending): Skip raw message part to be
13309 forwarded while checking illegible text.
13310 (message-forward-make-body-mime, message-forward-make-body):
13311 Mark signed or encrypted raw message as having no illegible text.
13312
13313 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13314
13315 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13316 (gnus-message-with-timestamp-1): New macro.
13317 (gnus-message-with-timestamp): New function.
13318 (gnus-message): Use them.
13319
13320 * nnheader.el (nnheader-message): Use them.
13321
13322 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13323
13324 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13325 .newsrc.eld file.
13326
13327 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13328
13329 * gnus-agent.el (gnus-agent-fetch-headers)
13330 (gnus-agent-retrieve-headers):
13331 Bind gnus-decode-encoded-address-function to identity.
13332
13333 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13334 available also when the server returns simply a dot.
13335
13336 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13337
13338 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13339
13340 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13341
13342 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13343
13344 * gnus-ems.el (gnus-x-splash): Make it work.
13345
13346 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13347 from being used.
13348
13349 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13352 the front stickiness.
13353 (gnus-article-summary-command-nosave): Correct the order of the
13354 arguments passed to pop-to-buffer.
13355 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13356 summary command ends up with the article buffer.
13357
13358 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13359 the same faces.
13360
13361 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13362
13363 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13364
13365 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13366
13367 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13368 * gnus-sum.el (gnus-summary-highlight):
13369 * mail-source.el (mail-source-delete-old-incoming-confirm):
13370 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13371
13372 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13373
13374 * gnus-art.el (gnus-mime-view-part-externally)
13375 (gnus-mime-view-part-internally): Fix predicate function passed to
13376 completing-read.
13377
13378 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13379
13380 * gnus.el (gnus-update-message-archive-method): Add :version.
13381
13382 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13383
13384 * gnus.el (gnus-update-message-archive-method): New variable.
13385
13386 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13387 according to gnus-message-archive-method if
13388 gnus-update-message-archive-method is non-nil.
13389
13390 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13391
13392 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13393 Suggested by Loic Dachary <loic@dachary.org>.
13394 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13395
13396 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13397
13398 * message.el (message-pop-to-buffer): Add switch-function argument.
13399 (message-mail): Pass switch-function argument to it.
13400
13401 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13402
13403 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13404 Improve doc string.
13405
13406 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13407
13408 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13409 (gnus-header-content):
13410 * gnus-cite.el (gnus-cite-10):
13411 * gnus-srvr.el (gnus-server-closed):
13412 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13413 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13414 (gnus-group-mail-3-empty, gnus-group-mail-low)
13415 (gnus-group-mail-low-empty, gnus-splash):
13416 * message.el (message-header-to, message-header-cc)
13417 (message-header-subject, message-header-other, message-header-name)
13418 (message-header-xheader, message-separator, message-cited-text)
13419 (message-mml): Lighten colors of faces used for dark background.
13420
13421 2007-05-24 Simon Josefsson <simon@josefsson.org>
13422
13423 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13424 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13425
13426 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13427
13428 * message.el (message-narrow-to-headers-or-head):
13429 Ignore mail-header-separator in the body.
13430
13431 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13432
13433 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13434 same as window size.
13435
13436 2007-05-22 Kevin Ryde <user42@zip.com.au>
13437
13438 * message.el (message-font-lock-keywords): Use message-header-xheader
13439 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13440 ahead of the anything pattern, to get it recognized.
13441
13442 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13443
13444 * gnus-sum.el (gnus-articles-to-read)
13445 (gnus-summary-insert-old-articles): Don't truncate group name for
13446 `read-string'.
13447
13448 * gnus-util.el (gnus-limit-string): Delete this function.
13449
13450 * gnus-sum.el (gnus-simplify-subject-fully):
13451 Use `truncate-string-to-width' instead.
13452
13453 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13454
13455 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13456 Tell if, on summary exit, the next group has to be selected.
13457 (gnus-summary-exit): Use it.
13458
13459 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13460
13461 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13462 non-break space.
13463
13464 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13465
13466 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13467 Check if group is not a directory.
13468 (nnfolder-request-expire-articles): Don't delete articles if the target
13469 group is not available.
13470
13471 * nnml.el (nnml-request-create-group): Properly check if group is not a
13472 file.
13473 (nnml-request-expire-articles): Don't delete articles if the target
13474 group is not available.
13475
13476 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13477 Don't quote characters that are within parentheses.
13478
13479 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13480
13481 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13482 (gnus-handle-ephemeral-exit): Select article according to it.
13483
13484 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13485
13486 * message.el (message-insert-formated-citation-line): Remove newline.
13487 (message-citation-line-format): Add final \n here so that the user can
13488 avoid a blank line.
13489
13490 2007-05-03 Dan Christensen <jdc@uwo.ca>
13491
13492 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13493 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13494 Update lanl/arXiv support.
13495
13496 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13497
13498 * gnus.el: Bump version number.
13499
13500 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13501
13502 * gnus.el (gnus-version-number): Bump version.
13503
13504 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13505
13506 * gnus.el: No Gnus v0.6 is released.
13507
13508 2007-04-27 Didier Verna <didier@xemacs.org>
13509
13510 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13511 * gmm-utils.el (gmm-regexp-concat): ... here.
13512 * message.el: Don't require 'gnus-util.
13513 (message-dont-reply-to-names): Handle name change above.
13514 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13515
13516 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13519 since the initial value varies according to the system.
13520
13521 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13522
13523 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13524
13525 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13526
13527 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13528
13529 2007-04-24 Didier Verna <didier@xemacs.org>
13530
13531 Improve the type of gnus-ignored-from-addresses.
13532 * gnus-util.el (gnus-orify-regexp): New function.
13533 * message.el (gnus-util): Require it.
13534 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13535 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13536 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13537
13538 2007-04-24 Didier Verna <didier@xemacs.org>
13539
13540 * gnus-sum.el:
13541 * gnus-utils.el: Fix some trailing whitespaces.
13542
13543 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13544
13545 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13546 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13547 article's Message-ID; refer parent article in summary buffer.
13548
13549 * message.el (message-bounce): Call mime-to-mml.
13550
13551 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13552
13553 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13554
13555 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13556
13557 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13558 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13559 displayed of multipart/alternative part if it is invoked from summary
13560 buffer.
13561
13562 * mm-view.el (mm-inline-text-html-render-with-w3m)
13563 (mm-inline-text-html-render-with-w3m-standalone)
13564 (mm-inline-render-with-function): Use mail-parse-charset by default.
13565
13566 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13567
13568 * parse-time.el (parse-time-string-chars): Check if CHAR
13569 is less than the length of parse-time-syntax.
13570
13571 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13572
13573 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13574 from gnus-newsgroup-processable.
13575
13576 2007-04-16 Didier Verna <didier@xemacs.org>
13577
13578 * gnus-msg.el (gnus-configure-posting-styles):
13579 Handle message-signature-directory properly with :file syntax.
13580 Reported by "Leo".
13581
13582 2007-04-11 Didier Verna <didier@xemacs.org>
13583
13584 New user option: message-signature-directory.
13585 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13586 * message.el (message-insert-signature): Ditto.
13587 * message.el (message-signature-file): Doc update.
13588 * message.el (message-signature-directory): New.
13589
13590 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13591
13592 * gnus-msg.el (gnus-inews-yank-articles):
13593 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13594
13595 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * message.el (message-yank-original): Make sure cited text ends with
13598 newline; don't exchange point and mark.
13599
13600 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13601
13602 * tls.el (open-tls-stream): Properly handle case where there
13603 is no associated buffer.
13604
13605 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13606
13607 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13608 message-yank-original, make sure (< mark TEXT point).
13609
13610 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13611
13612 * message.el (message-fill-column): New variable.
13613 (message-mode): Use it. Add comment on a possible new hook.
13614
13615 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13616 (nnmail-get-new-mail): Reformat.
13617
13618 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13619
13620 * gmm-utils.el: Fix Commentary.
13621 (gmm-tool-bar-from-list): Fix typo in doc string.
13622
13623 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13624
13625 * message.el (message-yank-original): Don't switch point and mark
13626 unnecessarily to put point and mark as documented.
13627
13628 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13629
13630 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13631 from the message heads.
13632
13633 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13634
13635 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13636 article buffer does not have a window. This may not be the best
13637 solution but is certainly better than setting the start of the null,
13638 that is the current, window.
13639
13640 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13641
13642 * gnus-draft.el (gnus-draft-setup-hook): New hook.
13643 (gnus-draft-setup): Run it.
13644
13645 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13646 gnus-score-fast-scoring. Allow regexp.
13647 (gnus-score-headers): Use it.
13648
13649 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13650 XEmacs.
13651
13652 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13653 string.
13654 (gnus-button-alist): Also catch `<f1> k ...'.
13655 (gnus-treat-display-x-face): Fix doc string.
13656
13657 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13658
13659 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13660 evaluation of gnus-extended-version to ensure correct generation of the
13661 User-Agent header when message-generate-headers-first is used.
13662
13663 2007-03-24 Simon Josefsson <simon@josefsson.org>
13664
13665 * hashcash.el (hashcash-generate-payment-async): Don't crash if
13666 hashcash-path is nil. Don't call callback with incorrect number of
13667 parameters if val is 0.
13668
13669 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13670
13671 * message.el (message-required-news-headers):
13672 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13673
13674 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13675
13676 * message.el (message-generate-new-buffers): Change the meaning of the
13677 nil value; add `standard' to the choices; treat t as `unique'; improve
13678 doc string.
13679 (gnus-select-frame-set-input-focus): Autoload.
13680 (message-buffer-name): Search for the existing message buffer if
13681 message-generate-new-buffers is nil or `standard'; treat the value t of
13682 message-generate-new-buffers as `unique'.
13683 (message-pop-to-buffer): Raise the frame already displaying the message
13684 buffer; clear the echo area after querying.
13685 (message-setup): Pass the `continue' argument to compose-mail.
13686 (message-mail): Prefer `switch-function' if it is given; search for the
13687 existing message buffer if the `continue' argument is non-nil; pass
13688 continue and switch-function arguments to compose-mail by way of
13689 message-setup.
13690 (message-mail-other-window): Adjust argument of message-setup.
13691 (message-mail-other-frame): Ditto.
13692
13693 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13694
13695 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13696 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13697 to turn font-lock on when turning gnus-message-citation-mode on.
13698
13699 2007-03-06 Daiki Ueno <ueno@unixuser.org>
13700
13701 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13702 (mml-smime-function-alist): New variable; add epg as the backend.
13703 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13704 mml-smime- functions instead.
13705 * mm-view.el: Require smime.
13706
13707 2007-03-05 Didier Verna <didier@xemacs.org>
13708
13709 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13710 instead of just inheritance for posting styles.
13711 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13712
13713 2007-02-24 John Paul Wallington <jpw@pobox.com>
13714
13715 * tls.el (tls-certtool-program): Fix custom type.
13716
13717 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13718
13719 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13720 and point-at-eol instead of line-(beginning|end)-position.
13721
13722 * assistant.el (assistant-parse-buffer): Ditto.
13723
13724 2007-02-28 Daiki Ueno <ueno@unixuser.org>
13725
13726 * mml2015.el (mml2015-epg-find-usable-key): New function.
13727 (mml2015-epg-sign): Use it.
13728 (mml2015-epg-encrypt): Use it.
13729
13730 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13731
13732 * message.el (message-make-in-reply-to): Quote name containing
13733 non-ASCII characters. It will make the RFC2047 encoder cause an error
13734 if there are special characters. Reported by NAKAJI Hiroyuki
13735 <nakaji@jp.freebsd.org>.
13736
13737 2007-02-27 Didier Verna <didier@xemacs.org>
13738
13739 Include the group parameters as well as the topic ones in the
13740 inheritance filter process.
13741 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13742 argument GROUP-PARAMS-LIST.
13743 * gnus-topic.el (gnus-group-topic-parameters): Use it.
13744
13745 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13746
13747 * nntp.el (nntp-never-echoes-commands)
13748 (nntp-open-connection-functions-never-echo-commands): New variables.
13749 (nntp-send-command): Use them.
13750
13751 2007-02-20 Daiki Ueno <ueno@unixuser.org>
13752
13753 * mml2015.el (mml2015-epg-verify): Simplify.
13754
13755 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13756
13757 * mml.el (mml-content-disposition-alist): New user option.
13758 (mml-content-disposition): New function.
13759 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13760 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13761
13762 2007-02-19 Daiki Ueno <ueno@unixuser.org>
13763
13764 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13765 verification.
13766
13767 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13768
13769 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13770 articles posted in the last 24 hours.
13771
13772 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
13773
13774 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13775
13776 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
13777
13778 * nntp.el (nntp-send-command): Don't wait for echoes when
13779 nntp-open-ssl-stream is used.
13780
13781 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-cite.el (gnus-test-font-lock-add-keywords)
13784 (gnus-message-add-citation-keywords)
13785 (gnus-message-remove-citation-keywords): Remove.
13786 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13787 directly, make the variables in font-lock-defaults buffer-local, add
13788 gnus-message-citation-keywords to them and then update the value of
13789 font-lock-keywords.
13790
13791 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * message.el (message-cite-original-1): Don't call
13794 gnus-article-highlight-citation.
13795
13796 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13797 citations; fix line count.
13798
13799 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13800
13801 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13802 (gnus-message-add-citation-keywords)
13803 (gnus-message-remove-citation-keywords): Use it; fix the emulating
13804 versions of font-lock-add-keywords and font-lock-remove-keywords to
13805 work with XEmacs correctly.
13806
13807 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13808
13809 * gnus-cite.el (gnus-cite-face-list): Set the values of
13810 gnus-message-max-citation-depth and gnus-message-citation-keywords.
13811 (gnus-message-max-citation-depth): Use defvar rather than defconst.
13812 (gnus-message-cite-prefix-regexp): New variable.
13813 (gnus-message-search-citation-line): Use it; protect against long
13814 citation prefix; fill match data with nil rather than 0 for XEmacs; set
13815 the 0th match data for Emacs.
13816 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13817 (gnus-message-add-citation-keywords): Append keywords rather than
13818 prepending; emulate font-lock-add-keywords if it is not available.
13819 (gnus-message-remove-citation-keywords):
13820 Emulate font-lock-remove-keywords if it is not available.
13821
13822 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13823
13824 * message.el (message-cite-prefix-regexp): Set the value of
13825 gnus-message-cite-prefix-regexp.
13826
13827 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13828
13829 * nnweb.el (nnweb-google-parse-1): Update parser.
13830
13831 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
13832
13833 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13834
13835 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13836
13837 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13838 regexp.
13839
13840 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13841
13842 * uudecode.el (uudecode-string-to-multibyte): New function emulating
13843 string-to-multibyte.
13844 (uudecode-decode-region-internal): Use it.
13845
13846 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13847
13848 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13849 Fix custom choice.
13850
13851 * gnus-art.el (gnus-signature-limit): Fix custom choice.
13852
13853 2007-01-22 Daiki Ueno <ueno@unixuser.org>
13854
13855 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13856
13857 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13858 `write-region' to respect `mm-inhibit-file-name-handlers'.
13859
13860 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
13861
13862 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13863 Use gnus-home-directory instead of "~/" or "$HOME".
13864
13865 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
13866
13867 * encrypt.el (encrypt-insert-file-contents): Add better prompt
13868 to mention filename.
13869 Add comments at beginning regarding usage.
13870 (encrypt-write-file-contents): Change interactive so a string is
13871 acceptable. If the file has no associated model, show an error instead
13872 of a nonsense prompt.
13873
13874 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13875
13876 * spam.el (spam-bsfilter-ham-switch): Fix typo.
13877 Thanks to Yoshihiko Yamada for kind notification of this typo.
13878
13879 2007-01-12 Kenichi Handa <handa@m17n.org>
13880
13881 * uudecode.el (uudecode-decode-region-internal): Make it work in a
13882 multibyte buffer.
13883
13884 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
13885
13886 * gnus-score.el (gnus-score-fast-scoring): New variable.
13887 (gnus-score-headers): Use it.
13888
13889 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13890
13891 * message.el (message-cite-original-1):
13892 Call gnus-article-highlight-citation if requested.
13893 (message-make-from): Allow name and address as optional arguments.
13894
13895 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13896
13897 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13898 bugs to doc string.
13899 (gnus-button-alist): Add mid\\|message-id.
13900 (gnus-button-fetch-group): Extend for use in
13901 `browse-url-browser-function'.
13902 (gnus-button-url-regexp): Try to catch paired parentheses like in
13903 Wikipedia URLs.
13904
13905 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13906 Suggested by Simon Krahnke <overlord@gmx.li>.
13907
13908 2007-01-13 Romain Francoise <romain@orebokech.com>
13909
13910 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13911 Update copyright.
13912
13913 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
13914
13915 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13916
13917 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13918
13919 * gnus-registry.el (gnus-registry-unfollowed-groups)
13920 (gnus-registry-split-fancy-with-parent): Fix documentation.
13921
13922 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13923
13924 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13925 from nnweb groups.
13926
13927 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13928
13929 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13930 Xref urls. Erase buffer before requesting head.
13931
13932 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13933
13934 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13935
13936 * gnus-soup.el (gnus-soup): New custom group. Make user variables
13937 customizable.
13938
13939 2007-01-05 Daiki Ueno <ueno@unixuser.org>
13940
13941 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13942 no signing key is found.
13943 (mml2015-epg-encrypt): Ask user whether to skip or abort if
13944 no encrypting and/or signing key is found.
13945
13946 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13947
13948 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13949
13950 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13951
13952 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13953 headers read from disk with the ones newly found in the current search.
13954 This should no longer cause problems, because the article numbers in
13955 Gmane's `nov.php' output are ignored since the previous change.
13956
13957 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13958
13959 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13960
13961 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13962
13963 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13964
13965 2007-01-01 Romain Francoise <romain@orebokech.com>
13966
13967 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13968
13969 2006-12-31 Steve Youngs <steve@sxemacs.org>
13970
13971 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13972 `define-minor-mode' macro definition expanded properly.
13973 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13974 exclude it there.
13975
13976 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13977 of 2006-12-30. The default is nil on (S)XEmacs already because of the
13978 `fboundp' test.
13979 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13980 This is OK to autoload in (S)XEmacs now.
13981
13982 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13983
13984 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13985 keystroke.
13986 (gnus-summary-limit-to-singletons): Fix typo.
13987
13988 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13989 else fails.
13990
13991 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13992
13993 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13994 docstring.
13995
13996 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13997 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13998 (gnus-summary-insert-dormant-articles): Fix typo in message.
13999
14000 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14001
14002 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14003 nil for XEmacs.
14004 (gnus-message-citation-mode): Don't autoload in XEmacs.
14005
14006 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14007
14008 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14009
14010 * nnimap.el (nnimap-expunge-search-string):
14011 Mention nnimap-search-uids-not-since-is-evil in docstring.
14012
14013 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14014
14015 * spam.el: Revert to make-obsolete-variable because
14016 define-obsolete-variable-alias is not supported in Emacs 21.
14017
14018 * spam.el (spam-ifile-path, spam-ifile-database-path)
14019 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14020 make-obsolete-variable.
14021 (spam-bsfilter-path, spam-bsfilter-program)
14022 (spam-spamassassin-path, spam-spamassassin-program)
14023 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14024 Don't use "path" inappropriately.
14025 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14026 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14027 variable names.
14028
14029 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14030
14031 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14032 summary buffer.
14033
14034 * password.el (password-cache-remove): Use clear-string to burn
14035 password, if available.
14036
14037 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14038
14039 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14040
14041 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14042
14043 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14044 (gnus-message-highlight-citation): Move defcustom here from
14045 gnus-cite.el.
14046 (gnus-message-citation-mode): Autoload.
14047
14048 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14049 checks to make it compile with XEmacs.
14050 (gnus-message-citation-mode): New minor mode.
14051 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14052 (gnus-message-highlight-citation): New variables.
14053 (gnus-message-search-citation-line)
14054 (gnus-message-add-citation-keywords)
14055 (gnus-message-remove-citation-keywords)
14056 (turn-on-gnus-message-citation-mode)
14057 (turn-off-gnus-message-citation-mode): New functions.
14058
14059 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14060
14061 * gnus-cite.el: Enable highlighting of different citation levels in
14062 message-mode.
14063
14064 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14065
14066 * message.el (message-make-fqdn): Fix comment.
14067 (message-bogus-system-names): Add ".local".
14068
14069 * spam.el (spam-ifile-path, spam-ifile-program)
14070 (spam-ifile-database-path, spam-ifile-database)
14071 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14072 Don't use "path" inappropriately.
14073 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14074 strings.
14075 (spam-check-ifile, spam-ifile-register-with-ifile)
14076 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14077 Use new variable names.
14078
14079 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14080 (gnus-treat-display-smileys): Simplify using
14081 gnus-image-type-available-p.
14082
14083 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14084 available.
14085
14086 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14087
14088 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14089 one after turning on the buffer's multibyteness instead of decoding
14090 them directly in the unibyte buffer that causes unexpected conversion
14091 in Emacs 23 (unicode).
14092
14093 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14094
14095 * message.el (message-generate-hashcash): Fix custom type.
14096
14097 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14098
14099 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14100
14101 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14102
14103 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14104 disconnect icons. Add help text.
14105
14106 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14107
14108 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14109 negated to be consistent with the others we handle.
14110
14111 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14112
14113 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14114 version of gnus-summary-buffer to something, so that we can use two
14115 article buffers at the same time.
14116
14117 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14118
14119 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14120 trigger all the extra headers.
14121 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14122 sorting.
14123
14124 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14125
14126 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14127 solid groups.
14128
14129 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14130
14131 * legacy-gnus-agent.el: Add Copyright notice.
14132
14133 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14134
14135 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14136
14137 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14138
14139 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14140
14141 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14142 to make it work reliably in CVS Emacs.
14143 (gnus-summary-limit-strange-charsets-predicate)
14144 (gnus-summary-limit-to-predicate): New functions.
14145
14146 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14147
14148 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14149 specifying array size.
14150 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14151 array if it is too small.
14152 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14153 (gnus-sort-threads-loop): New function.
14154
14155 2006-12-06 Chris Moore <dooglus@gmail.com>
14156
14157 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14158 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14159
14160 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14161
14162 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14163 options.
14164
14165 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14168 DOS-ing the recipient.
14169
14170 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14171 the headers when creating the mapping to avoid mismappings.
14172 (nnweb-gmane-create-mapping): Always nix out old mapping.
14173
14174 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14175
14176 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14177 and mm-verify-option to never.
14178
14179 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14180
14181 * message.el (message-signed-or-encrypted-p): New function.
14182 (message-forward-make-body): Use it.
14183
14184 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14185 Replace encode-coding-string with mm-encode-coding-string.
14186
14187 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14188
14189 * nneething.el (nneething-decode-file-name):
14190 Replace decode-coding-string with mm-decode-coding-string.
14191
14192 * gnus-int.el (gnus-open-server): Say failed server's name.
14193
14194 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14195
14196 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14197 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14198
14199 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14200 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14201 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14202 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14203 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14204 (gnus-subscribe-newsgroup, gnus-1):
14205 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14206 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14207 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14208 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14209
14210 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14211
14212 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14213 keystroke.
14214 (gnus-summary-limit-to-bodies): Implement headersp.
14215
14216 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14217
14218 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14219
14220 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14221
14222 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14223
14224 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14225
14226 * message.el (message-generate-hashcash): Expand range of values to
14227 include `opportunistic'.
14228 (message-send-mail): Use it.
14229
14230 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14231
14232 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14233 and comment it.
14234
14235 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14236
14237 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14238
14239 * gnus-util.el (gnus-extract-address-components): Improve comment.
14240
14241 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14242
14243 * gnus-util.el (gnus-extract-address-components): Work with address in
14244 which the name portion contains @.
14245
14246 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14247
14248 * gnus.el (gnus-start): Move custom group up.
14249 (gnus-select-method): Don't autoload, but make it available for
14250 `customize-variable'.
14251 (gnus-getenv-nntpserver): Don't autoload.
14252
14253 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14254
14255 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14256
14257 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * message.el (message-sendmail-extra-arguments): New variable.
14260 (message-send-mail-with-sendmail): Use it.
14261
14262 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14265 mm-with-unibyte-current-buffer to make string unibyte.
14266
14267 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14268 mm-string-as-multibyte.
14269
14270 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14271
14272 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14273 Reported by Werner Koch <wk@gnupg.org>.
14274
14275 2006-11-14 Daiki Ueno <ueno@p360>
14276
14277 * mml2015.el: Autoload epa-select-keys when compiling.
14278
14279 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14280
14281 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14282 message-options.
14283 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14284
14285 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14286
14287 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14288 EasyPG (< 0.0.6).
14289 (mml2015-always-trust): New user option.
14290 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14291 prompt.
14292
14293 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14294
14295 * nntp.el (nntp-authinfo-force): New variable.
14296 (nntp-send-authinfo): Use it.
14297
14298 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14299
14300 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14301 decode encoded words. Improve prompt. Add comment about forwarding.
14302 (message-replacement-char): Move up.
14303
14304 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14305
14306 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14307 instead of gnus-intersection because arguments of gnus-sorted-nunion
14308 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14309
14310 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14311
14312 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14313 (message-simplify-subject-functions):
14314 Enable message-strip-subject-encoded-words by default.
14315
14316 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14317
14318 * message.el (message-strip-subject-encoded-words): New function.
14319 (message-simplify-subject-functions): New variable.
14320 (message-simplify-subject): Use it. Fix typo in doc string.
14321 Support message-strip-subject-encoded-words.
14322
14323 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14324
14325 * gnus-diary.el (gnus-diary-delay-format-function):
14326 * nndiary.el (nndiary-reminders):
14327 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14328
14329 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14330
14331 * gnus-art.el (article-hide-boring-headers): Fetch date from
14332 gnus-original-article-buffer to avoid problems with localized date
14333 strings.
14334
14335 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14336
14337 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14338
14339 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14340
14341 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14342 New variables.
14343 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14344 (mm-charset-synonym-alist): Move some entries to
14345 mm-codepage-iso-8859-list.
14346 (mm-charset-synonym-alist, mm-charset-override-alist):
14347 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14348
14349 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14350
14351 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14352
14353 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14354
14355 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14356 with Emacs 21 and XEmacs.
14357
14358 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14359
14360 * spam.el (spam-parse-address): New function for better parsing,
14361 catching errors, etc.
14362 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14363
14364 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14365
14366 * mm-view.el: Add interactive arg to html2text autoload.
14367
14368 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14369
14370 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14371
14372 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14373
14374 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14375 New variables.
14376 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14377 (mm-charset-synonym-alist): Move some entries to
14378 mm-codepage-iso-8859-list.
14379
14380 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14381
14382 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14383
14384 * message.el (message-citation-line-format)
14385 (message-insert-formated-citation-line): Fix implementation of %E, %N
14386 and %n according to the doc string.
14387
14388 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14389
14390 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14391 Use car-safe to avoid bad parses.
14392
14393 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14394
14395 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14396 names.
14397
14398 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14399
14400 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14401
14402 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14403 header.
14404
14405 * message.el (message-draft-headers): Add Date.
14406 (message-headers-to-generate): Fix typo in docstring.
14407
14408 * nndraft.el (nndraft-required-headers): New variable.
14409 (nndraft-generate-headers): Use it.
14410
14411 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14412
14413 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14414
14415 * gnus-registry.el (gnus-registry-wash-for-keywords)
14416 (gnus-registry-find-keywords): New functions to allow easy searching of
14417 articles that are in the registry.
14418
14419 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14420
14421 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14422 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14423 Reported by Damien Elmes <damien@repose.cx>.
14424
14425 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14426
14427 * gnus.el (gnus-mime): Remove unused custom group.
14428
14429 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14430
14431 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14432 "blank line" when searching for end of armor headers.
14433
14434 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14435
14436 * gmm-utils.el (gmm-write-region): Fix variable name.
14437
14438 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14439
14440 * gmm-utils.el (gmm-write-region): New function based on compatibility
14441 code from `mm-make-temp-file'.
14442
14443 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14444
14445 * nnmaildir.el (nnmaildir--update-nov)
14446 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14447 Use `gmm-write-region'.
14448
14449 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14450
14451 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14452 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14453
14454 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14455
14456 * message.el (message-replacement-char): New variable.
14457 (message-fix-before-sending): Use it.
14458 (message-simplify-subject): New function to remove duplicate code.
14459 (message-reply, message-followup): Use it.
14460
14461 * gnus-sum.el (gnus-summary-make-menu-bar):
14462 Clarify gnus-summary-limit-to-articles.
14463
14464 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14465
14466 * gnus-util.el (gnus-with-local-quit): New macro.
14467
14468 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14469
14470 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14471
14472 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14473 ignore non-string data.
14474
14475 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14476
14477 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14478 non-string data (needs to be done in the registry too).
14479
14480 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14481
14482 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14483 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14484 (gnus-registry-split-fancy-with-parent)
14485 (gnus-registry-fetch-simplified-message-subject-fast)
14486 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14487 Remove text properties on ingress into the registry and when it's saved.
14488 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14489 registry from entries with no groups.
14490
14491 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14492
14493 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14494 function to remove string properties.
14495
14496 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14497
14498 * gmm-utils.el (gmm): Adjust custom version.
14499
14500 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14501 Adjust custom version.
14502
14503 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14504
14505 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14506
14507 * gnus-art.el (gnus-insert-prev-page-button)
14508 (gnus-insert-next-page-button): Simplify. Reformat.
14509
14510 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14511
14512 * gnus-art.el (gnus-insert-prev-page-button)
14513 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14514
14515 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14518
14519 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14520
14521 * gnus-art.el (gnus-insert-mime-button)
14522 (gnus-insert-mime-security-button):
14523 Apply gnus-article-button-face to MIME and security buttons.
14524
14525 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14526
14527 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14528 readable.
14529
14530 2006-09-20 Steve Youngs <steve@sxemacs.org>
14531
14532 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14533 `browse-url-of-file' instead of `browse-url'.
14534
14535 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14536
14537 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14538 regexp. Articles containing quotation were cut prematurely.
14539
14540 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14541
14542 * message.el (message-cite-original-1): Use nobody by default for the
14543 value of From header.
14544 (message-reply): Ditto.
14545
14546 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14547
14548 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14549 to the gnus-info. This fixes a bug of inline-PGP message verification.
14550 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14551
14552 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14553
14554 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14555 mails in the doc string. Add some URLs in comment.
14556 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14557
14558 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14559
14560 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14561 backslashes handling and the way to find boundaries of quoted strings.
14562
14563 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14564
14565 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14566 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14567 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14568 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14569
14570 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14571
14572 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14573 doc string.
14574 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14575
14576 2006-09-06 Simon Josefsson <jas@extundo.com>
14577
14578 * mml2015.el (mml2015-use): Doc fix, mention epg.
14579
14580 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14581
14582 * mml2015.el (mml2015-use): Default to epg, if available.
14583
14584 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14585
14586 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14587 message-sender.
14588 (mml1991-epg-encrypt): Ditto.
14589 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14590 message-sender.
14591 (mml2015-epg-encrypt): Ditto.
14592
14593 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14594
14595 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14596 several common directories.
14597
14598 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14599
14600 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14601 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14602
14603 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14604
14605 * gnus-art.el (article-decode-encoded-words): Make it fast.
14606
14607 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14608
14609 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14610
14611 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14612 in quoted string into `\'.
14613
14614 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14615
14616 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14617 Use standard-syntax-table.
14618
14619 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14620
14621 * gnus-art.el (gnus-decode-address-function): New variable.
14622 (article-decode-encoded-words): Use it to decode headers which are
14623 assumed to contain addresses.
14624 (gnus-mime-delete-part): Remove useless `or'.
14625
14626 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14627 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14628 (gnus-nov-parse-line): Use it to decode From header.
14629 (gnus-get-newsgroup-headers): Ditto.
14630 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14631
14632 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14633 (mail-decode-encoded-address-string): New alias.
14634
14635 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14636 New function.
14637 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14638 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14639 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14640 (rfc2047-decode-string): Ditto.
14641 (rfc2047-decode-address-region): New function.
14642 (rfc2047-decode-address-string): New function.
14643
14644 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
14645
14646 * message.el (message-caesar-buffer-body): Allow rotating headers.
14647
14648 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14649
14650 * message.el (message-insert-formated-citation-line): Fix %f.
14651 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14652
14653 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
14654
14655 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14656 (gnus-bookmark-mouse-available-p): New macro.
14657 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14658 (gnus-bookmark-bmenu-show-infos): Use it.
14659 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14660 (gnus-bookmark-bmenu-hide-infos): Ditto.
14661 (gnus-bookmark-remove-properties): New function.
14662 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14663 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14664 (gnus-bookmark-write-file): Bind coding-system-for-write.
14665 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14666 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14667 group before selecting it.
14668 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14669 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14670 quit-window if it is not available; use gnus-mouse-2 and bind it to
14671 gnus-bookmark-bmenu-select-by-mouse.
14672 (gnus-bookmark-show-details): Remove unused variable `details-list'.
14673 (gnus-bookmark-bmenu-select-by-mouse): New function.
14674
14675 2006-08-13 Romain Francoise <romain@orebokech.com>
14676
14677 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14678 space.
14679
14680 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14681
14682 * compface.el (uncompface): Use binary rather than raw-text-unix.
14683
14684 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14685
14686 * compface.el (uncompface): Make sure the eol conversion doesn't take
14687 place when communicating with the external programs.
14688 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14689
14690 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * nnheader.el (nnheader-insert-head): Fix typo in comment.
14693
14694 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14695
14696 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14697 Make it more robust by parsing author and date independently.
14698
14699 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14700
14701 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14702
14703 2006-07-28 Daiki Ueno <ueno@unixuser.org>
14704
14705 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14706 first matching secret key.
14707 (mml2015-epg-encrypt): Ditto.
14708
14709 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14710 first matching secret key.
14711 (mml1991-epg-encrypt): Ditto.
14712
14713 * mml2015.el (mml2015-encrypt-to-self): New user option.
14714 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14715 mml2015-epg-encrypt-to-self is set.
14716
14717 * mml1991.el (mml1991-encrypt-to-self): New variable.
14718 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14719 mml1991-epg-encrypt-to-self is set.
14720
14721 * mml2015.el (mml2015-signers): New user option.
14722 (mml2015-epg-sign): Reflect the value of mml2015-signers.
14723 (mml2015-epg-encrypt): Allow to select signing keys.
14724
14725 * mml1991.el (mml1991-signers): New variable.
14726 (mml1991-epg-sign): Reflect the value of mml1991-signers.
14727 (mml1991-epg-encrypt): Allow to select signing keys.
14728
14729 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14730
14731 * nnheader.el (nnheader-insert-head): Make it work even if the file
14732 uses CRLF for the line-break code.
14733
14734 2006-07-25 Daiki Ueno <ueno@unixuser.org>
14735
14736 * mml2015.el: Require mml-sec instead of password.
14737 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14738 (mml2015-cache-passphrase): Inherit the default value from
14739 mml-secure-cache-passphrase.
14740 (mml2015-passphrase-cache-expiry): Inherit the default value from
14741 mml-secure-passphrase-cache-expiry.
14742
14743 * mml1991.el: Require mml-sec instead of password.
14744 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14745 (mml1991-cache-passphrase): Inherit the default value from
14746 mml-secure-cache-passphrase.
14747 (mml1991-passphrase-cache-expiry): Inherit the default value from
14748 mml-secure-passphrase-cache-expiry.
14749
14750 * mml-sec.el: Require password.
14751 (mml-secure-verbose): New user option.
14752 (mml-secure-cache-passphrase): New user option.
14753 (mml-secure-passphrase-cache-expiry): New user option.
14754
14755 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
14756 Andreas Vögele <andreas@altroot.de> (tiny change)
14757
14758 * pgg-def.el (pgg-truncate-key-identifier):
14759 Truncate the key ID to 8 letters from the end.
14760
14761 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14762
14763 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14764 workaround for the url package included with Emacs.
14765
14766 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14767
14768 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14771 correctly. This fixes a bug caused by the 2006-05-12 change.
14772
14773 2006-07-18 Karl Fogel <kfogel@red-bean.com>
14774
14775 * nnmail.el (nnmail-article-group): If splitting raises an error, give
14776 some information about the error when saying that the `bogus' mail
14777 group will be used.
14778
14779 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
14780
14781 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14782 string.
14783
14784 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
14785
14786 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14787
14788 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14789
14790 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14791
14792 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14793
14794 * mml1991.el (mml1991-function-alist): Add epg.
14795 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14796 (mml1991-epg-encrypt): New functions.
14797
14798 2006-07-10 Daiki Ueno <ueno@unixuser.org>
14799
14800 * mml2015.el (mml2015-verbose): New variable.
14801 (mml2015-cache-passphrase): Ditto.
14802 (mml2015-passphrase-cache-expiry): Ditto.
14803 (mml2015-function-alist): Add epg.
14804 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14805 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14806 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14807 New functions.
14808
14809 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14810
14811 * message.el (message-cite-original-1): Preserve region when removing
14812 quoted text due to X-No-Archive in order to avoid bogus attribution
14813 when citing multiple messages.
14814
14815 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14816
14817 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14818 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14819
14820 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
14821
14822 * gnus-diary.el (gnus-user-format-function-d)
14823 (gnus-user-format-function-D): Autoload.
14824
14825 * imap.el (Commentary): Fix typo.
14826
14827 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14828 2006-04-22 contribution.
14829
14830 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14831
14832 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14833 It didn't really fix the bogosity I'm seeing with solid web groups.
14834
14835 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14836
14837 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14838 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14839 created using server names. If we use the feature without declaring
14840 it, Gnus does not properly manage server and group state.
14841
14842 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14843 bound.
14844
14845 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14846
14847 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14848 looking up the method using GROUP's prefix before inventing a new one.
14849 It is used on killed/unknown groups in various places where returning
14850 an all-new method isn't expected by the caller.
14851
14852 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14853 and match semantics of gnus-group-real-prefix.
14854
14855 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
14856
14857 * nnmail.el (nnmail-broken-references-mailers): New variable.
14858 (nnmail-ignore-broken-references): New function generalizing
14859 nnmail-fix-eudora-headers.
14860 (nnmail-fix-eudora-headers): Now obsolete.
14861
14862 * gnus-art.el (gnus-button-handle-custom):
14863 Support `customize-apropos*'.
14864
14865 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14866
14867 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14868
14869 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14870 articles.
14871
14872 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14873
14874 * message.el (message-cite-reply-above): New variable.
14875 (message-yank-original): Use it.
14876
14877 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
14878
14879 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14880
14881 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
14882
14883 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14884 as read.
14885
14886 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14887
14888 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
14889
14890 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14891 (gnus-bookmark-default-file): Use gnus-directory.
14892 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14893 Remove "*" in doc string.
14894 (gnus-bookmark-write-file): Simplify.
14895 (gnus-bookmark-maybe-sort-alist): Use `when'.
14896 (gnus-bookmark-get-bookmark): Fix typo in doc string.
14897 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14898 Add FIXME about Emacs 21 and XEmacs compatibility.
14899 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14900 compatibility.
14901 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14902 compatibility.
14903 (gnus-bookmark-menu-heading): Fix version.
14904
14905 2006-06-19 Bastien Guerry <bzg@altern.org>
14906
14907 * gnus-bookmark.el: New file.
14908
14909 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14910
14911 * message.el (message-syntax-checks): Doc fix.
14912
14913 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14914
14915 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14916 unsubscribed groups as if they were killed ones. It causes duplicate
14917 entries in gnus-newsrc-alist.
14918
14919 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
14920
14921 * message.el (message-syntax-checks): Doc fix.
14922 (message-send-mail): Add check for continuation headers.
14923 (message-check-news-header-syntax): Fix regexp used to check for
14924 continuation headers.
14925
14926 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14927
14928 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14929
14930 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
14931
14932 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14933
14934 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
14935
14936 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14937 default-truncate-lines.
14938
14939 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14942 to fill the utf-8 entry.
14943
14944 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14945
14946 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14947
14948 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
14949
14950 * gnus-agent.el (directory-files-and-attributes): Move all the way
14951 forward (the third and final move).
14952 (gnus-agent-read-agentview): Trap reconstruction errors due to
14953 nonexistent directory. Handle by returning nil.
14954
14955 2006-05-30 Didier Verna <didier@xemacs.org>
14956
14957 * message.el (message-dont-reply-to-names): Update the custom type.
14958 * message.el (message-dont-reply-to-names): New defsubst: potentially
14959 convert a list of regexps into a single one.
14960 * message.el (message-get-reply-headers): Use it.
14961 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14962
14963 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14964
14965 * gnus-agent.el (directory-files-and-attributes): Move forward.
14966
14967 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14968
14969 * gnus-ml.el (gnus-mailing-list-subscribe)
14970 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14971 (gnus-mailing-list-message): Fix doc strings.
14972
14973 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14974
14975 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14976 of doing it manually.
14977
14978 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14979
14980 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14981 comment.
14982
14983 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
14984
14985 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14986 (gnus-agent-read-agentview): Fix handling of end-of-file error.
14987 (gnus-agent-read-local): All symbols allocated in my-obarray.
14988 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14989 (gnus-agent-regenerate-group): Check numeric names to see if they are
14990 messages or groups.
14991 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14992 better way of do this...)
14993
14994 * gnus-cache.el (gnus-agent-total-fetched-for):
14995 Ignore 'dummy.group' (there should be a better way of do this...)
14996
14997 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14998
14999 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15000 (gnus-saved-headers): Ditto.
15001 (gnus-default-article-saver): Mention functions may have properties.
15002 (gnus-article-save): Override gnus-save-all-headers and
15003 gnus-saved-headers by :headers property which saver function may have.
15004 (gnus-summary-save-in-file): Add :headers property.
15005 (gnus-summary-write-to-file): Ditto.
15006
15007 * gnus-sum.el (gnus-summary-save-article): Bind
15008 gnus-prompt-before-saving to t when saving many articles in a file;
15009 always show all headers.
15010
15011 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15012
15013 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15014 marks.
15015
15016 * message.el (message-indent-citation): Add optional arguments to allow
15017 using it outside of message buffers.
15018
15019 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15020 (gnus-article-treat-unfold-headers): Use it.
15021 (gnus-article-truncate-lines): New variable.
15022 (gnus-article-mode): Use it.
15023 (gnus-article-toggle-truncate-lines): New function.
15024
15025 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15026 Add gnus-article-toggle-truncate-lines.
15027
15028 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15029 coding system in XEmacs, use binary.
15030
15031 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15032
15033 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15034 after-load-alist.
15035
15036 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15037 this function should save decoded articles.
15038 (gnus-summary-write-to-file): Use property to specify this function
15039 should save decoded articles and specify gnus-summary-save-in-file
15040 should be used to save articles other than the first one when saving
15041 many articles.
15042 (gnus-summary-save-body-in-file): Use property to specify this
15043 function should save decoded articles.
15044 (gnus-summary-write-body-to-file): Use property to specify this
15045 function should save decoded articles and specify
15046 gnus-summary-save-body-in-file should be used to save articles other
15047 than the first one when saving many articles.
15048
15049 * gnus-sum.el (gnus-summary-save-article): Simplify.
15050
15051 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15052
15053 * gnus-art.el (gnus-default-article-saver):
15054 Add gnus-summary-write-body-to-file.
15055 (gnus-article-save-coding-system): Don't use coding system object
15056 in XEmacs.
15057 (gnus-read-save-file-name): Add optional `dir-var' argument which
15058 specifies directory in which files are saved; work even if optional
15059 `variable' argument is not specified.
15060 (gnus-summary-write-to-file): Read file name.
15061 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15062 (gnus-summary-write-body-to-file): New function.
15063
15064 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15065 (gnus-summary-local-variables): Add it.
15066 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15067 (gnus-summary-save-article): Remove optional `decode' argument;
15068 determine whether to decode articles by the value of
15069 gnus-default-article-saver; when saving many files using
15070 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15071 it first and use gnus-summary-save-in-file or
15072 gnus-summary-save-body-in-file thereafter unless
15073 gnus-prompt-before-saving is always; move point to article which
15074 will be saved.
15075 (gnus-summary-save-article-file): Revert.
15076 (gnus-summary-write-article-file): Revert.
15077 (gnus-summary-save-article-body-file): Revert.
15078 (gnus-summary-write-article-body-file): New function.
15079
15080 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15081
15082 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15083
15084 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15085
15086 * gnus-art.el (gnus-default-article-saver): Doc fix.
15087 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15088 from gnus-summary-save-article-coding-system, and default to a
15089 certain coding system.
15090 (gnus-output-to-file): Add coding cookie and encode text according
15091 to gnus-article-save-coding-system; don't use mm-append-to-file.
15092
15093 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15094 gnus-art.el and rename to gnus-article-save-coding-system.
15095 (gnus-summary-save-article): Require gnus-art; don't show all
15096 headers if it decodes articles; don't add coding cookie here;
15097 don't bind mm-text-coding-system-for-write.
15098 (gnus-summary-save-article-file): Save decoded articles.
15099 (gnus-summary-write-article-file): When saving many files, use
15100 gnus-summary-write-to-file first and gnus-summary-save-in-file
15101 thereafter unless gnus-prompt-before-saving is always.
15102 (gnus-summary-save-article-body-file): Save decoded articles.
15103
15104 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15105
15106 * nnrss.el (nnrss-check-group): Bind hash-index.
15107
15108 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15109
15110 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15111 its hash index. Store this hash in `nnrss-group-data'.
15112 (nnrss-read-group-data): Update accordingly.
15113
15114 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15115
15116 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15117 entry.
15118
15119 * gnus-sum.el (gnus-summary-make-menu-bar):
15120 Add gnus-article-browse-html-article.
15121
15122 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15123
15124 * gnus-sum.el (gnus-summary-mime-map):
15125 Add gnus-article-browse-html-article.
15126
15127 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15128
15129 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15130 suitable coding systems in customize.
15131
15132 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15133
15134 * mail-source.el (mail-sources): Fix custom type.
15135
15136 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15137
15138 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15139 (gnus-summary-expire-articles-now): Shorten prompt.
15140
15141 * gmm-utils.el (wid-edit): Require.
15142 (defun-gmm): Rename from `gmm-defun-compat'.
15143 (gmm-image-search-load-path): Use it.
15144 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15145
15146 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * gnus-sum.el (gnus-summary-save-article-coding-system):
15149 New variable.
15150 (gnus-summary-save-article): Add optional `decode' argument.
15151 If it is set and gnus-summary-save-article-coding-system is non-nil,
15152 save decoded article.
15153 (gnus-summary-write-article-file): Save decoded article if
15154 gnus-summary-save-article-coding-system is non-nil.
15155
15156 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15157 type.
15158
15159 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15160
15161 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15162
15163 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15164
15165 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15166 first to test gnus-single-article-buffer which may be buffer-local.
15167
15168 * gnus-sum.el (gnus-summary-setup-buffer):
15169 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15170 group; make gnus-article-buffer, gnus-article-current, and
15171 gnus-original-article-buffer always buffer-local.
15172 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15173 group.
15174 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15175
15176 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15177
15178 * nnml.el (nnml-request-compact-group): Compressed files might not
15179 have .gz extension.
15180
15181 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15184 (mm-copy-to-buffer): Use with-current-buffer.
15185 (mm-display-part): Simplify.
15186 (mm-inlinable-p): Add optional arg `type'.
15187
15188 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15189
15190 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15191 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15192 Try harder to show the attachment internally or externally using
15193 gnus-mime-view-part-as-type.
15194
15195 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15196
15197 * message.el (message-from-style, message-signature-separator)
15198 (message-user-organization-file, message-send-mail-function)
15199 (message-citation-line-function, message-yank-prefix)
15200 (message-indent-citation-function, message-signature)
15201 (message-signature-file, message-signature-insert-empty-line):
15202 Remove autoloads.
15203
15204 * gnus-art.el (gnus-buttonized-mime-types):
15205 Remove "multipart/signed". Revert 2006-04-26 change.
15206
15207 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15208
15209 * gnus.el (gnus-version-number): Bump version.
15210
15211 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15212
15213 * gnus.el: No Gnus v0.5 is released.
15214
15215 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15216
15217 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15218 fetching articles by message-id.
15219
15220 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15221
15222 * message.el (hashcash): Require hashcash as normal.
15223
15224 * ecomplete.el (ecomplete-highlight-match-line):
15225 Use point-at-eol.
15226 (ecomplete-highlight-match-line): Use `highlight', because that
15227 face exists in both Emacs and XEmacs.
15228
15229 * message.el (message-display-abbrev): Use point-at-bol.
15230
15231 * mail-source.el: Don't require timer/timer-funcs.
15232
15233 * gnus-async.el: Ditto.
15234
15235 * password.el: Ditto.
15236
15237 * mm-url.el: Ditto.
15238
15239 * mm-util.el: Require timer/timer-funcs.
15240
15241 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15242
15243 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15244 Close.
15245
15246 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15247
15248 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15249 unibyte after clear-decrypt function runs.
15250
15251 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15252 returns as a unibyte string.
15253
15254 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15255
15256 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15257 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15258 (mml1991-pgg-encrypt): Ditto.
15259
15260 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15261
15262 * message.el (message-user-organization-file): Check several
15263 locations of the organization file.
15264
15265 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15266 Add gnus-article-view-part-as-type.
15267
15268 * gnus-art.el (gnus-article-view-part-as-type): New function.
15269
15270 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15271 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15272
15273 * mml.el: Simplify autoload.
15274 (mml-mode): defvar dnd-protocol-alist instead of using
15275 symbol-value.
15276 (mml-default-directory): New variable.
15277 (mml-minibuffer-read-file): Use it.
15278 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15279
15280 * message.el (message-citation-line-format): New variable.
15281 (message-insert-formated-citation-line): New function.
15282 (message-citation-line-function):
15283 Add `message-insert-formated-citation-line' to custom type.
15284
15285 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15286 to doc string.
15287
15288 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15289 depending on mm-verify-option.
15290
15291 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15292
15293 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15294 binding pgg-* variables; reimplement the section which prevents
15295 MIME header from being signed.
15296 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15297 pgg-text-mode; remove a blank line at the top of body.
15298
15299 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15300 lines at the top of body; use gnus-newsgroup-charset if there's no
15301 Charset header.
15302
15303 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15304
15305 * message.el (message-self-insert-commands): Doc fix.
15306
15307 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15308 (mm-uu-pgp-encrypted-test): Ditto.
15309 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15310 between header and body; return application/pgp-encrypted handle
15311 if decryption failed; decode decrypted body by charset.
15312
15313 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15314 element match to application/pgp-*.
15315
15316 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15317
15318 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15319 HTML.
15320
15321 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15322
15323 * mail-source.el (mail-source-call-script): Message the error
15324 string.
15325
15326 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15327
15328 * gnus-util.el (gnus-byte-compile): Use it.
15329
15330 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15331
15332 * gnus-util.el (kill-empty-logs): New function.
15333
15334 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15335
15336 * message.el (message-mail-alias-type): Doc fix.
15337 (message-mail-alias-type-p): New function.
15338 (message-send): Use it.
15339 (message-mode): Ditto.
15340 (message-strip-forbidden-properties): Ditto.
15341
15342 * ecomplete.el (ecomplete-database-file-coding-system):
15343 New variable.
15344 (ecomplete-save): Use it.
15345 (ecomplete-setup): Use it.
15346
15347 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15348
15349 * message.el (message-self-insert-commands): New variable.
15350 (message-strip-forbidden-properties): Use it.
15351
15352 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15353
15354 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15355 that doesn't make XEmacs choke.
15356
15357 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15358
15359 * gnus-util.el (gnus-replace-in-string):
15360 Prefer replace-regexp-in-string over of replace-in-string.
15361
15362 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * gnus-util.el (gnus-select-frame-set-input-focus):
15365 Use select-frame-set-input-focus if it is available in XEmacs; use
15366 definition defined in Emacs 22 for old Emacsen.
15367
15368 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15369
15370 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15371
15372 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15373
15374 * gnus-registry.el (gnus-registry-cache-save): Remove text
15375 properties when saving via the temp buffer.
15376
15377 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15378
15379 * message.el (message-generate-hashcash): Honor custom type.
15380
15381 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15382
15383 * message.el (message-generate-hashcash): Default to non-nil when
15384 hashcash is found.
15385
15386 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15387 (gnus-refer-thread-limit): Increase default to 500.
15388
15389 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15390
15391 * flow-fill.el (fill-flowed): Allow delete-space.
15392
15393 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15394
15395 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15396 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15397 Remove autoloads.
15398
15399 2006-04-18 Simon Josefsson <jas@extundo.com>
15400
15401 * message.el (message-generate-hashcash): Default to.
15402
15403 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15406 concatenating segments rather than before concatenating them.
15407
15408 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15409
15410 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15411
15412 * imap.el (imap-quote-specials): New function.
15413 (imap-login-auth): Quote specials.
15414
15415 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15416
15417 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15418
15419 * message.el (message-forward-make-body-plain):
15420 Allow message-forward-ignored-headers to be a list.
15421 (message-remove-ignored-headers): Factor out into function.
15422 (message-forward-make-body-mml): Use it.
15423 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15424 (rfc2231-parse-string): Allow concatanation of parameters that
15425 aren't contiguous. The test case is
15426 (mail-header-parse-content-type "message/external-body;
15427 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15428 access-type=LOCAL-FILE;
15429 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15430
15431 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * nntp.el (nntp-accept-process-output): Return the value of
15434 `nnheader-accept-process-output'.
15435
15436 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15437
15438 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15439 (gnus-button-alist): Recognize more diff formats.
15440 (gnus-button-patch): Strip directory.
15441
15442 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15443
15444 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15445 Emacs 22 when setting focus.
15446
15447 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15448
15449 * gnus-art.el (gnus-article-treat-types): Do treatment of
15450 text/x-verbatim parts.
15451 (gnus-button-patch): New command.
15452
15453 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15454 addresses that contain invalid characters.
15455
15456 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15457
15458 * message.el (message-put-addresses-in-ecomplete):
15459 Use gnus-replace-in-string.
15460 (message-is-yours-p): Use the more correct
15461 mail-header-parse-address instead of
15462 mail-extract-address-components.
15463 (message-put-addresses-in-ecomplete): Fix typo.
15464
15465 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15466 keystroke.
15467
15468 * gnus-art.el (gnus-treatment-function-alist): Change order of
15469 newsgroups/generic header folding to avoid double-folding.
15470
15471 * message.el (message-hidden-headers): Add X-Draft-From.
15472
15473 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15474 New command.
15475 (gnus-summary-repeat-search-article-backward): New command.
15476
15477 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15478 groups in the parent topic.
15479
15480 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15481
15482 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15483 (spam-extra-header-to-number): Return the CRM114 number as a
15484 number instead of a string.
15485
15486 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15487
15488 * gnus-art.el (gnus-face-properties-alist): Move here from
15489 gnus-fun.
15490
15491 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15492
15493 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15494
15495 * message.el (message-strip-forbidden-properties): Only display on
15496 self-insert-command.
15497
15498 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15499 reindent.
15500 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15501
15502 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15503
15504 * smiley.el (smiley-style): Fix typo.
15505
15506 2006-03-23 Kenichi Handa <handa@m17n.org>
15507
15508 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15509 instead of set-buffer-multibyte.
15510
15511 2006-03-23 Kenichi Handa <handa@m17n.org>
15512
15513 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15514 buffer and then decode the buffer text if necessary.
15515 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15516 first, and after mm-encode-body, change the buffer to unibyte.
15517
15518 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15519
15520 * hashcash.el (hashcash-insert-payment-async-2):
15521 Use message-goto-eoh instead of doing it manually.
15522 (mail-add-payment): Use message-narrow-to-header instead of trying
15523 to do the same itself.
15524
15525 * message.el (message-hidden-headers): Add Face.
15526
15527 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15528 reparenting code.
15529 (gnus-summary-reparent-children): Refactored out code.
15530 (gnus-summary-thread-map): New keystroke.
15531 (gnus-summary-reparent-children): Make into command.
15532
15533 * smiley.el (smiley-style): Default to `medium' if using a large
15534 font.
15535
15536 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15537 does it itself.
15538
15539 * message.el (message-point-in-header-p): Simplify definition.
15540
15541 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15542
15543 * nnagent.el (nnagent-request-set-mark): Silence log file
15544 writing.
15545 (nnagent-request-set-mark): Use write-region instead of
15546 append-to-file.
15547
15548 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15549 strange select method.
15550
15551 * ecomplete.el (ecomplete-display-matches): Get highlightling
15552 right.
15553 (ecomplete-display-matches): Use literals.
15554 (ecomplete-display-matches): Disable message logging.
15555
15556 * message.el (message-display-abbrev): Small optimization.
15557
15558 * ecomplete.el (ecomplete-display-matches): Allow automatic
15559 display.
15560
15561 * message.el (message-strip-forbidden-properties):
15562 Display abbrevs.
15563 (message-display-abbrev): Get automatic display right.
15564
15565 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15566 keystrokes.
15567
15568 2006-04-13 Romain Francoise <romain@orebokech.com>
15569
15570 TODO: Backport to v5-10!
15571
15572 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15573 Move here (and rename) from gnus-registry.el.
15574
15575 * gnus-registry.el: Require gnus-util.
15576 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15577
15578 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15579
15580 * gnus-group.el (gnus-group-catchup-current):
15581 Change if-then-else-if-then-else into cond.
15582 (gnus-group-catchup): Indent.
15583 (group-name-at-point): New function.
15584 (gnus-fetch-group): Provide default from thing at point.
15585
15586 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15587
15588 * message.el (message-display-abbrev): Fix regexp.
15589
15590 * ecomplete.el (ecomplete-highlight-match-line):
15591 Reimplement choosing.
15592 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15593 dead variables.
15594
15595 * message.el (message-newline-and-indent): Remove debugging.
15596 (message-display-abbrev): Use new implementation.
15597
15598 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15599
15600 * gnus-art.el (gnus-article-mode):
15601 Set cursor-in-non-selected-windows to nil.
15602
15603 * smiley.el: Revert previous change.
15604 (smiley-data-directory): defvar it before using it in the
15605 defcustom of `smiley-style'.
15606
15607 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15608
15609 * message.el (message-newline-and-indent): New function.
15610
15611 * ecomplete.el: Implement more bits.
15612
15613 * message.el (message-put-addresses-in-ecomplete): Clean up the
15614 string.
15615
15616 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15617
15618 * gnus-sum.el (gnus-summary-save-parts):
15619 Bind gnus-summary-save-parts-counter and use it to make unique file
15620 names.
15621
15622 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15623
15624 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15625 parameter to say whether to actually parse the individual
15626 addresses.
15627
15628 * message.el (message-put-addresses-in-ecomplete): New function.
15629 (ecomplete): Require.
15630 (message-mail-alias-type): Add ecomplete as an option.
15631
15632 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
15633
15634 * flow-fill.el (fill-flowed): Remove trailing space from blank
15635 quoted lines.
15636
15637 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15638
15639 * smiley.el (smiley-style): Move definition later to avoid a
15640 compilation warning.
15641
15642 2006-04-12 Kenichi Handa <handa@m17n.org>
15643
15644 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15645 buffer and then decode the buffer text if necessary.
15646 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15647 first, and after mm-encode-body, change the buffer to unibyte.
15648 Use mm-disable-multibyte instead of set-buffer-multibyte.
15649
15650 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15651
15652 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15653 Content-Type header instead of Content-Disposition header.
15654 (gnus-mime-inline-part): Ditto.
15655 (gnus-mime-view-part-as-charset): Ignore charset that the part
15656 specifies.
15657
15658 * mm-decode.el (mm-display-part): Work with external parts and
15659 usual parts similarly.
15660
15661 * mm-extern.el (mm-inline-external-body): Use mm-display-part
15662 instead of gnus-display-mime.
15663
15664 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15665 instead of with-temp-buffer.
15666
15667 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15668 tag to summarized topics part in order to encode non-ASCII text.
15669
15670 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15671
15672 * smiley.el (smiley-style): New variable.
15673 (smiley-directory): New function.
15674 (smiley-data-directory): Derive from `smiley-style' using
15675 `smiley-directory'.
15676 (smiley-regexp-alist): Add new entries.
15677
15678 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15679 (gnus-article-browse-delete-temp): Add :version.
15680
15681 2006-04-11 Arne Jørgensen <arne@arnested.dk>
15682
15683 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15684 the sieve region.
15685
15686 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15687
15688 * gnus.el (gnus-version-number): Bump version.
15689
15690 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15691
15692 * gnus.el: No Gnus v0.4 is released.
15693
15694 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15695
15696 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15697 layout.
15698
15699 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15700 unknown charset.
15701
15702 * message.el (message-header-synonyms): Add Original-To to the
15703 default.
15704
15705 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15706 optional parameter.
15707
15708 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15709
15710 * gnus-fun.el (gnus): Require it for gnus-directory.
15711
15712 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15713
15714 * gnus-fun.el (gnus-face-properties-alist): Add :version.
15715
15716 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15717
15718 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15719
15720 2006-04-05 Simon Josefsson <jas@extundo.com>
15721
15722 * password.el (password-reset): New function.
15723
15724 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15725
15726 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15727 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15728
15729 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15730
15731 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15732 Some whitespace was matched into the url, which broke browsing hits
15733 > 100 when mm-url-use-external was nil.
15734
15735 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15736
15737 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15738 Check gnus-extra-headers for 'Newsgroups.
15739
15740 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15741 bound.
15742
15743 2006-04-04 Daiki Ueno <ueno@unixuser.org>
15744
15745 * pgg-gpg.el: Clean up process buffers every time gpg processes
15746 complete.
15747
15748 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
15749
15750 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15751 doc string.
15752
15753 2006-04-03 Daiki Ueno <ueno@unixuser.org>
15754
15755 * pgg-gpg.el (pgg-gpg-process-filter)
15756 (pgg-gpg-wait-for-completion): Check if buffer is alive.
15757
15758 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15759 lines, temporary fix.
15760
15761 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15762
15763 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15764
15765 2006-03-29 Daiki Ueno <ueno@unixuser.org>
15766
15767 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15768 default-enable-multibyte-characters. This reverts the change from
15769 revision 6.17 which is no longer necessary because the passphrase
15770 is sent separately now. GnuPG messages are unreadable under
15771 multibyte locales with default-enable-multibyte-characters set to
15772 nil.
15773
15774 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
15775
15776 * message.el (message-tool-bar-gnome): Move "spell".
15777
15778 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
15779
15780 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15781 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
15782 instead.
15783
15784 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
15785
15786 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15787 Improve newsgroups handling for NNTP overviews which don't include
15788 Newsgroups.
15789
15790 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15791
15792 * message.el (message-resend): Bind message-generate-hashcash to nil.
15793
15794 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15795
15796 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15797 when searching for already-paid recipients.
15798
15799 2006-03-27 Daiki Ueno <ueno@unixuser.org>
15800
15801 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15802 passphrases when it is not needed.
15803 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15804 passphrase stuff from gpg, should only be necessary when you use
15805 gpg with a smartcard.
15806
15807 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
15808
15809 * mml.el (mml-insert-mime): Ignore cached contents of
15810 message/external-body part.
15811
15812 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15813 (mm-insert-part): Ditto.
15814
15815 2006-03-23 Simon Josefsson <jas@extundo.com>
15816
15817 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15818 Reiner.
15819 (pgg-gpg-use-agent-p): Use it again.
15820
15821 2006-03-23 Simon Josefsson <jas@extundo.com>
15822
15823 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15824 older emacsen.
15825 (pgg-gpg-use-agent-p): Don't use it.
15826
15827 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
15828
15829 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15830 if we can.
15831
15832 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15833
15834 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15835 (pgg-gpg-update-agent): New function.
15836 (pgg-gpg-use-agent-p): New function.
15837 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15838 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15839 (pgg-gpg-sign-region): Use it.
15840
15841 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
15842
15843 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15844 Reported by Ralf Wachinger <rwachinger@gmx.de>.
15845
15846 2006-03-21 Simon Josefsson <jas@extundo.com>
15847
15848 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15849 <wilde@sha-bang.de>.
15850 (pgg-gpg-use-agent): New variable.
15851 (pgg-gpg-process-region): Use it.
15852 (pgg-gpg-encrypt-region): Likewise.
15853 (pgg-gpg-encrypt-symmetric-region): Likewise.
15854 (pgg-gpg-decrypt-region): Likewise.
15855 (pgg-gpg-sign-region): Likewise.
15856 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15857
15858 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15859
15860 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15861
15862 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15863 Add comment on version.
15864
15865 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
15866
15867 * smiley.el: Add missing test smiley.
15868
15869 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
15870
15871 * mm-decode.el (mm-with-part): New macro.
15872 (mm-get-part): Use it; work with message/external-body as well.
15873 (mm-save-part): Treat name and filename equally.
15874
15875 * mm-extern.el (mm-extern-cache-contents): New function.
15876 (mm-inline-external-body): Use it; force the part to be displayed;
15877 move undisplayer added to the cached handle to the parent.
15878
15879 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15880 (gnus-mime-view-part-as-type): Work with message/external-body.
15881
15882 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15883
15884 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15885
15886 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15887 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
15888 Emacs.]
15889
15890 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15891
15892 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15893 path rather than symbol. Always return list of directories.
15894 Guarantee that image directory comes first. [Sync with image.el,
15895 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
15896
15897 * message.el (message-make-tool-bar): Adjust to new API of
15898 `gmm-image-load-path-for-library'.
15899
15900 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15901
15902 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15903
15904 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15905
15906 * gnus-art.el (gnus-article-only-boring-p):
15907 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15908 intangible text.
15909 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15910
15911 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
15912
15913 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15914 Use `defun' instead of `gmm-defun-compat'.
15915
15916 2006-03-14 Simon Josefsson <jas@extundo.com>
15917
15918 * message.el (message-unique-id): Don't use message-number-base36
15919 if (user-uid) is a float.
15920 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15921
15922 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15923
15924 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15925
15926 * gnus-art.el (gnus-mime-display-single): Make sure there is an
15927 empty line between a part and a message part.
15928
15929 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
15930
15931 * smiley.el: Add more test smileys.
15932 (smiley-data-directory, smiley-regexp-alist)
15933 (gnus-smiley-file-types): Fix doc strings.
15934 (smiley-update-cache): Clear smiley-cached-regexp-alist before
15935 adding new elements.
15936 (smiley-mouse-map): Unused code. Make it a comment.
15937
15938 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
15939
15940 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15941 scan latest NoCeM messages instead of old ones.
15942 (gnus-nocem-check-article): Fix regexps so as to match to PGP
15943 delimiters that are recently used.
15944 (gnus-nocem-load-cache): Add autoload cookie.
15945
15946 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15947
15948 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15949 level which is larger than gnus-use-nocem is specified.
15950
15951 * gnus-group.el (gnus-group-get-new-news): Ditto.
15952
15953 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
15954
15955 * gnus-util.el (gnus-tool-bar-update): New function.
15956
15957 * gnus-group.el (gnus-group-update-tool-bar): New variable.
15958 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15959
15960 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15961
15962 * gnus-group.el (gnus-group-redraw-when-idle)
15963 (gnus-group-redraw-check): Remove.
15964 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15965
15966 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
15967
15968 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15969 if optional last element is specified in splits (FIELD VALUE...).
15970
15971 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
15972
15973 * message.el (message-make-tool-bar): Rename gmm-image-load-path
15974 to gmm-image-load-path-for-library. Call with no-error argument.
15975 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15976
15977 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15978
15979 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15980
15981 * gmm-utils.el (gmm-image-load-path): Remove alias.
15982
15983 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
15984
15985 * gmm-utils.el (gmm-image-load-path): Add alias.
15986
15987 * nnml.el (nnml-generate-nov-databases-directory): Rename from
15988 nnml-generate-nov-databases-1.
15989 (nnml-generate-nov-databases): Use it.
15990 (nnml-generate-nov-databases-directory): Document no-active
15991 argument.
15992
15993 * gmm-utils.el (gmm-image-load-path-for-library): Return single
15994 directory if path is t. Add no-error.
15995
15996 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15997 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15998
15999 * gnus-art.el (gnus-article-browse-delete-temp-files):
16000 Simplify resetting gnus-article-browse-html-temp-list.
16001
16002 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16003 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16004 Add example to docstring. Rename local variables. Move error
16005 checks to default case in cond and simplify.
16006
16007 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16008
16009 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16010 handle is multipart when calling it recursively.
16011 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16012
16013 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16014
16015 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16016 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16017
16018 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16019
16020 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16021 is loaded.
16022
16023 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16024 loaded.
16025
16026 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16027
16028 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16029 to "Emacs 23 (unicode)" in doc string.
16030
16031 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16032 "Emacs 23 (unicode)" in comment.
16033
16034 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16035
16036 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16037
16038 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16039 characters 160 through 255 in Emacs 23.
16040
16041 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16042
16043 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16044 gnus-article-browse-html-temp.
16045 (gnus-article-browse-delete-temp): Make it customizable.
16046 Add `file'. Adjust doc string.
16047 (gnus-article-browse-delete-temp-files): Add argument.
16048 Allow query for each file. Adjust doc string.
16049 (gnus-article-browse-html-parts):
16050 Add `gnus-article-browse-delete-temp-files' to
16051 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16052
16053 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16054
16055 * gnus-art.el (gnus-article-browse-html-temp)
16056 (gnus-article-browse-delete-temp): New variables.
16057 (gnus-article-browse-delete-temp-files): New function.
16058 (gnus-article-browse-html-parts): Use it.
16059
16060 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16061
16062 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16063
16064 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16065 string.
16066
16067 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16068 gnus-summary-insert-new-articles when unplugged.
16069 Remove gnus-summary-search-article-forward.
16070
16071 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16072 display-visual-class instead of display-color-cells.
16073
16074 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16075
16076 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16077 message/* containing non-ASCII text properly.
16078
16079 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16080
16081 * message.el: Require gmm-utils, remove autoloads.
16082 (message-tool-bar): Set default based on
16083 gmm-tool-bar-style.
16084 (message-tool-bar-gnome): Add gmm-customize-mode.
16085
16086 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16087 gmm-tool-bar-style.
16088 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16089
16090 * gnus-group.el (gnus-group-tool-bar): Set default based on
16091 gmm-tool-bar-style.
16092 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16093
16094 * gmm-utils.el (gmm-image-directory): Rename variable from
16095 gmm-image-load-path.
16096 (gmm-image-load-path): Use gmm-image-directory.
16097 (gmm-customize-mode): New function.
16098 (gmm-tool-bar-style): New variable.
16099
16100 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16101 gnus-group-redraw-line-number.
16102 (gnus-group-redraw-check): Simplify.
16103 (gnus-group-tool-bar-update): Remove redraw check.
16104 (gnus-group-make-tool-bar): Add redraw check.
16105
16106 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16107
16108 * gnus-art.el (gnus-button): Add missing parentheses.
16109
16110 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16111
16112 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16113
16114 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16115
16116 * gnus-art.el (gnus-button): New face.
16117 (gnus-article-button-face): Use it.
16118
16119 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16120 Add gnus-summary-next-page. Re-order.
16121
16122 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16123 next-node are now included.
16124 (gnus-group-redraw-line-number): New internal variable.
16125 (gnus-group-redraw-check): Helper function for updating the tool
16126 bar.
16127 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16128
16129 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16130
16131 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16132 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16133 Use it to match format of Spamassassin 3.0 and later.
16134 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16135 (spam-check-bogofilter)
16136 (spam-bogofilter-register-with-bogofilter): Fix args of
16137 `gnus-error' calls.
16138
16139 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16140
16141 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16142 unnecessary interaction when sending queued mails.
16143 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16144
16145 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16146
16147 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16148 first or last are nil.
16149
16150 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16151
16152 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16153
16154 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16155
16156 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16157
16158 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16159
16160 * dns.el (query-dns): Protect more against buggy tcp output.
16161
16162 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16163
16164 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16165 nov.php.
16166
16167 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16168
16169 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16170 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16171 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16172 output on the server side.
16173 (nnweb-google-create-mapping): Update regexps and add some
16174 progress indication.
16175
16176 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16177
16178 * gnus-group.el (gnus-group-tool-bar-gnome):
16179 Fix gnus-agent-toggle-plugged. Re-order icons.
16180 (gnus-group-tool-bar-gnome):
16181 Add gnus-group-{prev,next}-unread-group.
16182 (gnus-group-tool-bar-gnome): Re-order icons.
16183
16184 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16185 Move gnus-summary-insert-new-articles.
16186
16187 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16188 Fix comments.
16189
16190 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16191 also available in Emacs 21.3.
16192
16193 * message.el (message-fix-before-sending): Change "Emacs 22" to
16194 "Emacs 23 (unicode)" in comment.
16195
16196 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16197 "Emacs 23 (unicode)" in comment.
16198
16199 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16200 comment.
16201 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16202
16203 * mm-view.el (mm-fill-flowed): Add :version.
16204
16205 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16206
16207 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16208 and load-path.
16209
16210 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16211
16212 * message.el: Autoload gmm-image-load-path.
16213 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16214 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16215 consitency.
16216
16217 * gmm-utils.el (gmm-image-load-path): Also search in
16218 "../etc/images". Don't set gmm-image-load-path if we don't find
16219 the image.
16220
16221 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16222
16223 * gmm-utils.el (gmm-image-load-path): Don't make
16224 `gmm-image-load-path' include subdirectories which the second arg
16225 `image' might specify.
16226
16227 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16228 subdirectory to icon file names.
16229
16230 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16231
16232 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16233
16234 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16235 gmm-image-load-path calls.
16236
16237 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16238
16239 * message.el (message-make-tool-bar): Ditto.
16240
16241 * mml.el (mml-preview): Add comment concerning tool bar icons.
16242
16243 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16244 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16245
16246 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16247 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16248
16249 * message.el (message-tool-bar-gnome): Use new icon names.
16250 (message-make-tool-bar): Use `gmm-image-load-path'.
16251
16252 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16253 New functions from MH-E.
16254 (gmm-image-load-path): New variable from MH-E.
16255 (gmm-image-load-path): New function from MH-E. Add arguments
16256 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16257 *-image-load-path-called-flag.
16258
16259 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16260
16261 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16262
16263 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16264
16265 * nnimap.el (nnimap-request-move-article): Change folder back to
16266 source group before deleting.
16267
16268 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16271
16272 * gnus-art.el (mm-url-insert-file-contents-external):
16273 Autoload mm-url.
16274
16275 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16276
16277 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16278
16279 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16280 coding system which mm-charset-to-coding-system returns for a
16281 given charset is valid.
16282
16283 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * html2text.el (html2text-remove-tag-list):
16286 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16287
16288 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * gnus-cus.el: Revert 2005-10-17 change.
16291
16292 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16293
16294 * gnus-art.el (article-strip-banner):
16295 Call article-really-strip-banner only when the regexp match is made.
16296
16297 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16298
16299 * gnus-art.el (article-strip-banner):
16300 Use gnus-extract-address-components instead of
16301 mail-header-parse-addresses to make it work with non-ASCII text;
16302 remove mail-encode-encoded-word-string.
16303
16304 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16305 values which are surrounded with \"...\"; make it never cause a
16306 Lisp error; give up parsing of parameters if it failed in
16307 extracting type.
16308
16309 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16310
16311 * smime.el (smime-cert-by-ldap-1): Fix bug where
16312 `smime-ldap-search' returns results without userCertificates.
16313
16314 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16315
16316 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16317
16318 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * spam.el (spam-check-spamassassin-headers): Adapt format for
16321 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16322 <ari@mbf.ocn.ne.jp>.
16323 (spam-list-of-processors): Add spam-use-gmane.
16324
16325 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16326
16327 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16328 make-temp-file; make it work with XEmacs as well.
16329
16330 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16331 mm-make-temp-file.
16332
16333 * mm-decode.el (mm-display-external): Use the 3rd arg of
16334 mm-make-temp-file.
16335 (mm-create-image-xemacs): Ditto.
16336
16337 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16340 with message-narrow-to-headers.
16341 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16342 (gnus-draft-check-draft-articles): New function.
16343 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16344
16345 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16346
16347 * gnus-art.el (gnus-article-browse-html-parts):
16348 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16349 Don't use suffix argument for mm-make-temp-file for Emacs 21
16350 compatibility. Remove useless `format'.
16351
16352 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16353
16354 * nnweb.el (nnweb-google-wash-article): Update regexps.
16355 (nnweb-group-alist): Use defvoo instead of defvar.
16356
16357 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16358
16359 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16360 re-loading nn* modules.
16361
16362 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16363
16364 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16365 for `tool-bar-mode' and don't check it's default-value.
16366
16367 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16368
16369 * message.el (message-make-tool-bar): Ditto.
16370
16371 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16372 `substring'. Shorten tmp-file name.
16373
16374 * gnus.el: Remove bogus comment.
16375
16376 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16377
16378 * gnus-art.el (gnus-article-browse-html-parts): New function.
16379 (gnus-article-browse-html-article): New function for viewing html
16380 articles with a browser.
16381
16382 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16383
16384 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16385 (mml2015-pgg-encrypt): Ditto.
16386
16387 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16388 (mml1991-pgg-encrypt): Ditto.
16389
16390 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * nnfolder.el (nnfolder-insert-newsgroup-line):
16393 Use message-make-date instead of current-time-string.
16394
16395 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16396 to gnus-decoded which mm-uu might set.
16397
16398 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16399
16400 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16401 don't decode quoted parameters; remove misimported Emacs code.
16402 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16403 (rfc2231-decode-encoded-string): Don't use split-string which
16404 behaves differently according to Emacs version; use
16405 mm-decode-coding-region to convert charset to coding-system.
16406 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16407 (rfc2231-encode-string): Remove misimported Emacs code.
16408
16409 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16412 when calling mail-header-parse-content-type.
16413 (article-de-quoted-unreadable): Ditto.
16414 (article-de-base64-unreadable): Ditto.
16415 (article-wash-html): Ditto.
16416
16417 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16418 calling mail-header-parse-content-type and
16419 mail-header-parse-content-disposition.
16420 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16421 mail-header-parse-content-type.
16422
16423 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16424 insert charset and format parameters; encode description after
16425 inserting it to buffer.
16426 (mml-insert-parameter): Fold lines properly even if a parameter is
16427 segmented into two or more lines; change the max column to 76.
16428
16429 * rfc1843.el (rfc1843-decode-article-body): Don't use
16430 ignore-errors when calling mail-header-parse-content-type.
16431
16432 * rfc2231.el (rfc2231-parse-string): Return at least type if
16433 possible; don't cause an error even if it fails in parsing of
16434 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16435 (rfc2231-encode-string): Don't break lines at the beginning, leave
16436 it to mml-insert-parameter.
16437
16438 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16439 calling mail-header-parse-content-type.
16440
16441 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16442
16443 * spam-report.el (spam-report-gmane-use-article-number):
16444 Improve doc string.
16445 (spam-report-gmane-internal): Check if a suitable header was found
16446 in the article.
16447
16448 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16449
16450 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16451 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16452
16453 2006-02-05 Romain Francoise <romain@orebokech.com>
16454
16455 Update copyright notices of all files in the gnus directory.
16456
16457 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16458
16459 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16460
16461 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16462
16463 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16464 segmented lines of parameter value to cope with Thunderbird 1.5
16465 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16466 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16467 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16468
16469 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16470
16471 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16472 parts.
16473
16474 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16475
16476 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16477 there's only one active file for all servers.
16478 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16479 solid groups. Gnus might have used a FAST request to select the group.
16480 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16481 and nnweb-search redundantly in the active file.
16482 (nnweb-request-list): Don't list bogus groups. There can only be one.
16483 (nnweb-request-create-group): Don't use ARGS.
16484 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16485 initializations. Let nnoo do the work.
16486
16487 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16488
16489 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16490 Say the part has been decoded.
16491
16492 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16493
16494 2006-01-31 Kevin Ryde <user42@zip.com.au>
16495
16496 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16497 mailcap-viewer-test-cache when there's no 'test clause, since that
16498 will invert the meaning of a "nil" test previously determined by
16499 mailcap-mailcap-entry-passes-test.
16500
16501 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16502
16503 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16504 compiling.
16505
16506 * gnus-sum.el: Ditto.
16507
16508 * message.el: Don't bind tool-bar-map when compiling.
16509
16510 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16511
16512 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16513
16514 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16515
16516 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16517 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16518 current Google Groups.
16519
16520 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16521
16522 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16523 and tool-bar-mode.
16524
16525 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16526 and tool-bar-mode.
16527
16528 * message.el (message-tool-bar-update): Simplify.
16529 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16530
16531 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16532 gnus-summary-buffer.
16533 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16534 gnus-summary-reply.
16535
16536 * gmm-utils.el (gmm): Add :version.
16537
16538 2006-01-26 Steve Youngs <steve@sxemacs.org>
16539
16540 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16541 Don't autoload.
16542
16543 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16544
16545 * gmm-utils.el (gmm-verbose): Add :group.
16546
16547 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16548
16549 * message.el: Change some comments WRT tool-bars.
16550
16551 * gnus-sum.el (gnus-summary-tool-bar)
16552 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16553 (gnus-summary-tool-bar-zap-list): New variables.
16554 (gnus-summary-make-tool-bar): Complete rewrite using
16555 `gmm-tool-bar-from-list'.
16556
16557 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16558 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16559 New variables.
16560 (gnus-group-make-tool-bar): Complete rewrite using
16561 `gmm-tool-bar-from-list'.
16562 (gnus-group-tool-bar-update): New function.
16563
16564 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16565
16566 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16567
16568 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16569 is dissected into a single part of which the type is the same as
16570 the given one; decode charset.
16571
16572 2006-01-21 Kevin Ryde <user42@zip.com.au>
16573
16574 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16575 into alists as symbol not string, since that's what
16576 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16577 look for.
16578
16579 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16580
16581 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16582 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16583
16584 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16585
16586 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16587
16588 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16589 (gnus-mime-security-button-menu): New definition.
16590 (gnus-mime-security-button-map): Use them.
16591 (gnus-mime-security-button-menu): New function.
16592 (gnus-insert-mime-security-button): Addition to help echo.
16593 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16594 (gnus-mime-security-pipe-part): New functions.
16595
16596 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16597 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16598
16599 * mm-decode.el (mm-handle-set-disposition): Remove.
16600 (mm-handle-set-description): Remove.
16601
16602 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16603
16604 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16605 (mm-w3m-standalone-supports-m17n-p): New function.
16606 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16607 w3m usage.
16608
16609 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16610 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16611
16612 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16613
16614 * message.el (message-tool-bar-zap-list):
16615 Use gmm-tool-bar-zap-list as custom type.
16616 (message-tool-bar-update): New function.
16617 (message-tool-bar, message-tool-bar-gnome)
16618 (message-tool-bar-retro): Add message-tool-bar-update.
16619 (message-tool-bar-gnome): Add flyspell-buffer.
16620
16621 * gnus-util.el (gnus-error): Describe `args'.
16622
16623 * gmm-utils.el (gmm-error): Describe `args'.
16624 (gmm-tool-bar-zap-list): New widget.
16625 (gmm-tool-bar-from-list): Improve description of `zap-list'.
16626
16627 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16628
16629 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16630 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16631 the number of recursive calls.
16632
16633 * mm-decode.el (mm-handle-set-disposition): New macro.
16634 (mm-handle-set-description): New macro.
16635
16636 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16637
16638 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16639 encoding.
16640
16641 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16642
16643 * message.el (message-tool-bar-zap-list, message-tool-bar)
16644 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16645 (message-tool-bar-local-item-from-menu): Remove.
16646 (message-tool-bar-map): Replace by `message-make-tool-bar'.
16647 (message-make-tool-bar): New function.
16648 (message-mode): Use `message-make-tool-bar'.
16649
16650 * gmm-utils.el: New file.
16651 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16652 (gmm-lazy): New widget copied from `nnmail.el'.
16653 (gmm-tool-bar-from-list): New function for creating customizable
16654 tool bars.
16655 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
16656 output.
16657 (gmm): Add :prefix to defgroup.
16658
16659 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
16660
16661 * gmm-utils.el (gmm-widget-p): New function.
16662
16663 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16664
16665 * mml.el (mml-attach-file): Describe `description' in doc string.
16666 (mml-menu): Add Emacs MIME manual and PGG manual.
16667
16668 2006-01-20 Richard M. Stallman <rms@gnu.org>
16669
16670 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16671
16672 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
16673
16674 * nntp.el (nntp-end-of-line): Doc fix.
16675
16676 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
16677
16678 * imap.el (imap-open): Handle case where buffer is a buffer
16679 object.
16680
16681 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16682
16683 * gnus-delay.el (gnus-delay): Don't autoload.
16684 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16685 to be re-loaded when customizing the `gnus-delay' group.
16686
16687 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
16688
16689 * message.el (message-insert-citation-line): Use newlines.
16690
16691 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16694
16695 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16696
16697 2006-01-19 Mark D. Baushke <mdb@gnu.org>
16698
16699 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16700
16701 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16702
16703 * mm-decode.el (mm-inlined-types): Add application/pgp.
16704 (mm-automatic-display): Ditto.
16705
16706 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16707 part as text.
16708
16709 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16710
16711 * nnrss.el: Update copyright.
16712 (nnrss-opml-import): Query whether to subscribe to each entry.
16713
16714 * gnus-art.el:
16715 * gnus-sum.el:
16716 * mm-uu.el:
16717 * mm-view.el: Update copyright.
16718
16719 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
16720
16721 * message.el (message-info): New function.
16722 (message-mode-menu): Add it.
16723 Update copyright.
16724
16725 * ChangeLog: Fix and update copyright.
16726
16727 2006-01-13 Romain Francoise <romain@orebokech.com>
16728
16729 * message.el (message-forward-subject-name-subject): Prefer the
16730 address to 'nowhere' if the sender has no name.
16731 Fix typo. Update copyright year.
16732
16733 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
16734
16735 * gnus-art.el (article-wash-html):
16736 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16737 (gnus-article-wash-html-with-w3m-standalone): New function.
16738
16739 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16740 mm-inline-text-html-render-with-w3m-standalone.
16741 (mm-text-html-washer-alist): Map w3m-standalone to
16742 gnus-article-wash-html-with-w3m-standalone.
16743 (mm-inline-text-html-render-with-w3m-standalone): New function.
16744
16745 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
16746
16747 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16748 Improve LaTeX.
16749
16750 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
16751
16752 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16753 (nnrss-request-article): Render text/plain parts as HTML.
16754
16755 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16756 the buffer.
16757
16758 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
16759
16760 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16761 custom definition of `gnus-posting-styles'.
16762
16763 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16764 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16765
16766 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16767
16768 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16769 Use nntp for bug archive.
16770
16771 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
16772
16773 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16774 parts.
16775 (nnrss-normalize-date): New function converts ISO 8601 date into
16776 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16777 (nnrss-check-group): Use it.
16778
16779 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16780
16781 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16782
16783 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16784 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
16785 (nnrss-insert-w3): Ditto.
16786
16787 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16788
16789 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16790 the articles to be forwarded including the case where neither a
16791 number of articles nor a region is specified.
16792
16793 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16794
16795 * nnrss.el (nnrss-request-article): Fix last change; fill
16796 text/plain parts.
16797
16798 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16799
16800 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16801 in text/plain part.
16802 (nnrss-check-group): Don't add excessive newline to dc:subject.
16803
16804 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
16805
16806 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16807 article.
16808
16809 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
16810
16811 * nnml.el: Don't require gnus-bcklg. Autoload it.
16812 (nnml-use-compressed-files, nnml-save-mail): Support other
16813 comression programs such as bzip2.
16814
16815 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16816
16817 * dns.el (query-dns): Make sure we check the buffer size before
16818 removing tcp headers.
16819
16820 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16821
16822 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16823 remove MIME buttons associated with multipart/alternative parts.
16824 (gnus-mime-display-alternative): Tag buttons using `article-type'
16825 text property.
16826
16827 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16828 associated with multipart/alternative parts.
16829
16830 * gnus-art.el (gnus-signature-separator): Fix custom type.
16831
16832 * mm-decode.el (mm-inlined-types): Fix custom type.
16833 (mm-keep-viewer-alive-types): Ditto.
16834 (mm-automatic-display): Ditto.
16835 (mm-attachment-override-types): Ditto.
16836 (mm-inline-override-types): Ditto.
16837 (mm-automatic-external-display): Ditto.
16838
16839 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
16840
16841 * spam-report.el (spam-report-user-mail-address)
16842 (spam-report-user-agent): New variables.
16843 (spam-report-url-ping-plain): Use spam-report-user-agent.
16844
16845 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
16846
16847 * gnus-art.el (gnus-button-handle-custom): Do not just use
16848 `customize-apropos' for any "M-x customize-*" button but the
16849 function called for. Accept both the function name and its
16850 argument in order to achieve this.
16851 (gnus-button-alist): Remove support for "custom:" URL's.
16852 Pass function name to `gnus-button-handle-custom' in case of "M-x
16853 customize-*" buttons.
16854
16855 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16858 multipart/alternative and add xref to mm-discouraged-alternatives
16859 in doc string.
16860
16861 * mm-decode.el (mm-discouraged-alternatives): Add xref to
16862 gnus-buttonized-mime-types in doc string.
16863
16864 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
16865
16866 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16867 Suggest image/.* in the doc string.
16868
16869 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
16870
16871 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16872 message-marks (Debian bug #342521).
16873
16874 2005-12-12 Simon Josefsson <jas@extundo.com>
16875
16876 * password.el (password-read-from-cache): Add.
16877 (password-read): Use it.
16878
16879 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
16880
16881 * rfc2047.el (rfc2047-charset-to-coding-system):
16882 Recognize us-ascii as a MIME charset.
16883
16884 * mm-bodies.el (mm-decode-content-transfer-encoding):
16885 Protect against the case where the 2nd arg TYPE is nil.
16886
16887 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16888
16889 * pop3.el (pop3-stream-type): Fix custom version.
16890
16891 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16892
16893 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16894
16895 * mm-decode.el (mm-display-external): Add missing cdr.
16896
16897 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
16898
16899 * mm-decode.el (mm-display-external): Use nametemplate (defined in
16900 RFC1524) if it is in mailcap or add a suffix according to
16901 mailcap-mime-extensions when generating a temp filename; postpone
16902 deleting a temp file for 2 seconds for some wrappers, shell
16903 scripts, and so on, which might exit right after having started a
16904 viewer command as a background job.
16905
16906 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
16907
16908 * nntp.el (nntp-marks-directory): Fix custom group.
16909
16910 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16911 steps when < 10.
16912
16913 * gnus-start.el (gnus-no-server-1):
16914 Mention `gnus-level-default-subscribed' in doc string.
16915
16916 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16917
16918 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16919 parens.
16920
16921 2005-11-26 Dave Love <fx@gnu.org>
16922
16923 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16924 (tls-program, tls-success): Provide openssl alternative.
16925
16926 * starttls.el: Doc fixes.
16927 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16928 SERVICE to PORT.
16929
16930 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
16931 port null or service name.
16932 (starttls-negotiate): Autoload.
16933
16934 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16935
16936 * message.el (message-kill-to-signature): Fix interactive spec.
16937
16938 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
16939
16940 * pop3.el (pop3-open-server): Recognize a string as a service name.
16941
16942 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
16943
16944 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16945
16946 2005-11-23 Dave Love <fx@gnu.org>
16947
16948 Add pop3s, pop3/starttls.
16949
16950 * pop3.el (pop3-authentication-scheme): Clarify doc.
16951 (open-tls-stream, starttls-open-stream): Autoload.
16952 (pop3-stream-type): New.
16953 (pop3-open-server): Use it.
16954
16955 * mail-source.el (mail-sources): Fix some :types. Add stream type
16956 for POP.
16957 (mail-source-keyword-map): Add :stream for POP.
16958 (mail-source-fetch-pop): Use pop3-stream-type.
16959
16960 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
16961
16962 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16963 of current-time-string.
16964
16965 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
16966
16967 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16968 date header.
16969
16970 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16971
16972 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16973 it can seriously impact performance as it bypasses the agent's
16974 local caches.
16975
16976 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16977
16978 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16979 must be explicitly online rather than "not explicitly offline" for
16980 its flags to be synchronized.
16981
16982 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16983 that gnus-uu-unmark-thread will function correctly.
16984
16985 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16986 1024K is instead displayed as 1M.
16987
16988 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16989
16990 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16991
16992 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
16993
16994 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16995
16996 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
16997
16998 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16999 error message to display actual error condition.
17000 (gnus-agent-save-local): Avoid saving symbols that are bound to
17001 nil as they simply result in a warning message in
17002 gnus-agent-read-local.
17003
17004 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17005
17006 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17007 rather than make-variable-buffer-local for file-precious-flag.
17008
17009 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17010
17011 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17012 for duplicates which are removed. The invalid sort check then
17013 triggers a rescan after the sort as sorting may have moved
17014 duplicate entries such that they can be cheaply detected.
17015
17016 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17017
17018 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17019
17020 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17021
17022 * gnus-agent.el (gnus-agent-article-alist-save-format):
17023 Change internal variable to a custom variable. Change default value
17024 from compressed(2) to uncompressed(1).
17025 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17026 support for uncompressed agentview files. Taken together, reading
17027 the agentview file should now be 6-7 times faster.
17028
17029 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17030
17031 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17032 as a buffer-local variable. This avoids creating truncated
17033 dribble files as a result of a hang up, eg.
17034
17035 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17036
17037 * gnus-start.el (gnus-start-draft-setup):
17038 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17039
17040 * gnus.el (gnus-splash): Change custom group.
17041 (gnus-group-get-parameter, gnus-group-parameter-value):
17042 Describe allow-list argument.
17043
17044 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17045 string.
17046
17047 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17048
17049 * gnus-art.el (gnus-default-article-saver): Add user-defined
17050 `function' to custom type.
17051
17052 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17053
17054 * imap.el (imap-open): Handle case where buffer is a buffer
17055 object.
17056
17057 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17058
17059 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17060 long lines.
17061 (gnus-cache-delete-group): Wrap doc strings.
17062
17063 * gnus-agent.el (gnus-agent-rename-group)
17064 (gnus-agent-delete-group): Wrap doc strings.
17065
17066 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17067
17068 * gnus-start.el (gnus-1): Add "native" to
17069 gnus-predefined-server-alist.
17070
17071 * gnus.el (gnus-method-to-server): Don't add "native" to the
17072 lists here, because that leads to problems when
17073 gnus-select-method is bound.
17074
17075 2005-11-09 Simon Josefsson <jas@extundo.com>
17076
17077 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17078 use (not sort-by-date) instead.
17079
17080 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * gnus-delay.el (gnus-delay-group): Don't autoload.
17083 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17084 to be re-loaded when customizing the `gnus-delay' group.
17085
17086 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17087
17088 * message.el: Revert last changes.
17089 (message-insert-citation-line): Use newlines.
17090
17091 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17092
17093 * message.el (message-courtesy-message)
17094 (message-mark-insert-begin, message-mark-insert-end)
17095 (message-elide-ellipsis, message-cancel-message)
17096 (message-add-header, message-change-subject)
17097 (message-cross-post-followup-to-header)
17098 (message-cross-post-insert-note, message-reduce-to-to-cc)
17099 (message-widen-reply, message-delete-not-region)
17100 (message-kill-to-signature, message-insert-signature)
17101 (message-insert-importance-high, message-insert-importance-low)
17102 (message-insert-or-toggle-importance)
17103 (message-insert-disposition-notification-to)
17104 (message-indent-citation, message-yank-original)
17105 (message-cite-original-without-signature, message-cite-original)
17106 (message-insert-citation-line, message-position-on-field)
17107 (message-fix-before-sending, message-send-mail-partially)
17108 (message-send-mail, message-send-mail-with-sendmail)
17109 (message-send-mail-with-qmail, message-send-news)
17110 (message-check-news-header-syntax, message-generate-headers)
17111 (message-insert-courtesy-copy, message-fill-address)
17112 (message-fill-header, message-shorten-references)
17113 (message-setup-1, message-cancel-news)
17114 (message-forward-make-body-plain, message-forward-make-body-mime)
17115 (message-forward-make-body-mml, message-encode-message-body)
17116 (message-forward-make-body-digest-plain)
17117 (message-forward-make-body-digest-mime)
17118 (message-use-alternative-email-as-from): Insert `hard-newline'
17119 instead of ordinary newlines.
17120
17121 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17122
17123 * message.el (message-generate-headers): Downcase the argument
17124 given to message-check-element.
17125
17126 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17127
17128 * nntp.el (nntp-authinfo-rejected): New error condition.
17129 (nntp-wait-for): Use new error condition to signal authentication
17130 error.
17131 (nntp-retrieve-data): Rethrow new error condition to break out of
17132 recursive call to nntp-send-authinfo.
17133
17134 2005-11-08 Romain Francoise <romain@orebokech.com>
17135
17136 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17137 (gnus-summary-exit-map): Bind to `Z p'.
17138 (gnus-summary-make-menu-bar): Add menu item.
17139
17140 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17141
17142 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17143 (gnus-treat-*): Add `first' in all doc strings.
17144
17145 * gnus-group.el (gnus-group-compact-group): Fix typo.
17146
17147 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17148
17149 * gnus.el (gnus-parameters-case-fold-search): New variable.
17150 (gnus-parameters-get-parameter): Use it.
17151
17152 * gnus-score.el (gnus-home-score-file): Doc fix.
17153
17154 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17155
17156 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17157
17158 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17159
17160 * mm-util.el (mm-special-display-p): New function.
17161
17162 * mml.el (mml-preview): Use it; doc fix.
17163
17164 2005-10-29 Romain Francoise <romain@orebokech.com>
17165
17166 * message.el (message-fix-before-sending): Fix comment.
17167
17168 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17169
17170 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17171
17172 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17173
17174 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17175 Used in gnus-score.el.
17176
17177 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17178
17179 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17180
17181 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17182
17183 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17184 whitespace removed in revision 7.8. Use concatenated string to
17185 protect trailing whitespace.
17186
17187 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17188
17189 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17190 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17191 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17192 Courier IMAP ("some version from 2004"). Mostly based on similar
17193 code in the same function.
17194
17195 2005-10-26 Didier Verna <didier@xemacs.org>
17196
17197 * gnus-group.el (gnus-group-compact-group): Invalidate original
17198 article buffer.
17199 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17200 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17201 NOV database and in article itself.
17202 Invalidate article backlog.
17203
17204 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17205
17206 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17207
17208 2005-10-26 Simon Josefsson <jas@extundo.com>
17209
17210 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17211 part of 2004-07-25 change.
17212
17213 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17214
17215 * message.el (message-display-completion-list): New function.
17216 (message-expand-group): Use it; make sure the Completions buffer
17217 is modifiable.
17218
17219 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17220
17221 * imap.el (imap-open): Handle case where buffer is a buffer object.
17222
17223 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17224
17225 * pgg-def.el:
17226 * pgg-gpg.el:
17227 * pgg-parse.el:
17228 * pgg-pgp.el:
17229 * pgg-pgp5.el:
17230 * pgg.el: Move to the parent lisp directory.
17231
17232 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17233
17234 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17235 user-mail-name is an empty string.
17236
17237 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17238
17239 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17240 depending on gnus-score-decay-constant.
17241
17242 * encrypt.el (encrypt-insert-file-contents)
17243 (encrypt-write-file-contents): Don't use `gnus-message'.
17244
17245 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17246 arguments.
17247 (mm-uu-type-alist): Add message-marks and insert-marks.
17248 Pass arguments to mm-uu-verbatim-marks-extract.
17249 (mm-uu-hide-markers): New variable.
17250 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17251
17252 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17253 (gnus-convert-image-to-face-command): Use "convert" by default to
17254 allow other input image formats.
17255 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17256 accordingly.
17257
17258 2005-10-23 Simon Josefsson <jas@extundo.com>
17259
17260 * imap.el (imap-gssapi-program): Align command line parameters
17261 with latest GNU SASL.
17262 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17263
17264 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17265
17266 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17267 HTML.
17268 (nnslashdot-request-article): Ditto.
17269
17270 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17271
17272 * mail-source.el (mail-source-fetch-pop): Require pop3.
17273 (mail-source-check-pop): Ditto.
17274
17275 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17276
17277 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17278 errors.
17279
17280 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17281
17282 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17283 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17284
17285 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17286
17287 * mm-bodies.el (mm-decode-string):
17288 Call `mm-charset-to-coding-system' with allow-override argument.
17289
17290 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17291
17292 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17293 (rfc2047-charset-to-coding-system): New function.
17294 (rfc2047-decode-encoded-words): New function.
17295 (rfc2047-decode-region): Use them.
17296 (rfc2047-decode-cte): Remove.
17297 (rfc2047-parse-and-decode): Remove.
17298 (rfc2047-decode): Remove.
17299
17300 2005-10-15 Kenichi Handa <handa@m17n.org>
17301
17302 * rfc2047.el (rfc2047-decode-cte): New function.
17303 (rfc2047-decode-region): Change the way to decode successive
17304 encoded-words: decode B- or Q-encoding in each encoded-word,
17305 concatenate them, and decode it as charset.
17306
17307 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17308
17309 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17310 widget-move-and-invoke.
17311 (gnus-custom-mode): Use gnus-custom-map.
17312
17313 2005-10-15 Bill Wohler <wohler@newt.com>
17314
17315 * message.el (message-tool-bar-map): Rename image file from
17316 mail_send to mail/send.
17317
17318 2005-10-16 Masatake YAMATO <jet@gyve.org>
17319
17320 * message.el (message-expand-group): Pass the common
17321 prefix substring of completion to `display-completion-list'.
17322
17323 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17324
17325 * mml-sec.el (mml-secure-method): New internal variable.
17326 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17327 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17328 New functions using mml-secure-method.
17329
17330 * mml.el (mml-mode-map): Add key bindings for those functions.
17331 (mml-menu): Simplify security menu entries. Suggested by Jesper
17332 Harder <harder@myrealbox.com>.
17333 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17334 Goto end of message if point is the headers of the message.
17335
17336 * message.el (message-in-body-p): New function.
17337
17338 * assistant.el: Autoload gnus-util and netrc.
17339
17340 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17341 Use `mm-charset-override-alist' only when decoding.
17342
17343 * mm-bodies.el (mm-decode-body):
17344 Call `mm-charset-to-coding-system' with allow-override argument.
17345
17346 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17347 `filename' from Content-Disposition if Content-Type doesn't
17348 provide `name'.
17349 (gnus-mime-view-part-as-type): Set default instead of
17350 initial-input.
17351
17352 2005-10-09 Daniel Brockman <daniel@brockman.se>
17353
17354 * format-spec.el (format-spec): Propagate text properties of % spec.
17355
17356 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17357
17358 * gnus-art.el (gnus-treat-predicate): Add `first'.
17359
17360 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17361
17362 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17363 (mm-charset-override-alist): New variable.
17364 (mm-charset-to-coding-system): Use it.
17365 (mm-codepage-setup): New helper function.
17366 (mm-charset-eval-alist): New variable.
17367 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17368 Warn about unknown charsets.
17369
17370 2005-10-04 David Hansen <david.hansen@gmx.net>
17371
17372 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17373 (nnrss-check-group): Ditto.
17374
17375 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17376
17377 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17378 Rename x-gnus-verbatim to x-verbatim.
17379 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17380
17381 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17382 x-verbatim.
17383
17384 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17385
17386 * gnus-util.el (gnus-remove-duplicates): Remove.
17387
17388 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17389 instead of gnus-remove-duplicates.
17390
17391 * message.el (message-remove-duplicates): Remove.
17392 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17393 message-remove-duplicates.
17394
17395 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17396 available, else use implementation from `delete-dups'.
17397
17398 * message.el (message-insert-expires): New function.
17399 (message-mode-map): Add key binding.
17400 (message-mode-field-menu): Add menu entry.
17401 (message-mode): Document it.
17402 (message-make-expires-date): Use `message-make-date'.
17403
17404 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17405
17406 * message.el (message-make-expires-date): New function.
17407
17408 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17409
17410 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17411
17412 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17413
17414 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17415 function rather than the diff-mode.el package.
17416 (mm-display-external): Use with-current-buffer.
17417 (mm-viewer-completion-map, mm-viewer-completion-map):
17418 Move initialization inside declaration.
17419
17420 2005-09-29 Simon Josefsson <jas@extundo.com>
17421
17422 * spam.el: Load hashcash when compiling, to avoid warnings.
17423 Don't autoload mail-check-payment.
17424 (spam-check-hashcash): Define unconditionally, since hashcash.el
17425 is part of Gnus now. Ignore errors from payment checking.
17426
17427 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17428
17429 * message.el (message-bold-region, message-unbold-region):
17430 Rename from `bold-region' and `unbold-region'.
17431
17432 * message.el: Remove useless autoloads.
17433
17434 2005-09-28 Simon Josefsson <jas@extundo.com>
17435
17436 * message.el (message-use-idna): Default to t.
17437 (message-use-idna): Test whether encoding works too. Doc fix.
17438
17439 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17440
17441 * nntp.el (nntp-warn-about-losing-connection): Remove.
17442
17443 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17444
17445 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17446 customizable. Change default value.
17447 (mm-uu-diff-groups-regexp): Change default value.
17448 (mm-uu-type-alist): Add doc string.
17449 (mm-uu-configure): Add doc string. Make it interactive.
17450 (mm-uu-tex-groups-regexp): New variable.
17451 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17452 (mm-uu-type-alist): Add LaTeX documents.
17453 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17454 of "text/verbatim".
17455 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17456
17457 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17458 instead of "text/verbatim".
17459
17460 * message.el (message-mark-inserted-region)
17461 (message-mark-insert-file): Use slrn style marks when called with
17462 prefix argument.
17463
17464 2005-09-27 Simon Josefsson <jas@extundo.com>
17465
17466 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17467
17468 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17469
17470 * message.el (message-remove-duplicates): New function.
17471 Implementation borrowed from `gnus-remove-duplicates'.
17472 (message-idna-to-ascii-rhs): Also encode idna addresses in
17473 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17474 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17475 only ask about the same idna domain once per header and also tell
17476 in what header to replace the idna domain.
17477
17478 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17479 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17480 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17481 a header is decoded and not just the last one.
17482
17483 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17484
17485 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17486 has been decoded.
17487
17488 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17489 (mm-insert-part): Don't modify text if it has been decoded.
17490
17491 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17492 decoded.
17493
17494 * mm-view.el (mm-inline-text): Don't strip text props unless
17495 decoding enriched or richtext parts.
17496
17497 2005-09-25 Romain Francoise <romain@orebokech.com>
17498
17499 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17500 * gnus-start.el (gnus-subscribe-interactively):
17501 * gnus-uu.el (gnus-uu-grab-articles):
17502 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17503 space.
17504
17505 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17506
17507 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17508 * mm-view.el (mm-view-pkcs7-decrypt):
17509 * gnus-sum.el (gnus-summary-limit-to-extra)
17510 (gnus-summary-respool-article, gnus-read-move-group-name):
17511 * gnus-score.el (gnus-summary-increase-score):
17512 * gnus-util.el (gnus-completing-read-with-default):
17513 * gnus-art.el (gnus-read-save-file-name)
17514 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17515 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17516 * message.el (message-check-news-header-syntax):
17517 Follow convention for reading with the minibuffer.
17518
17519 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17520
17521 * spam-report.el (spam-report-url-ping-plain):
17522 Use gnus-extended-version as User-Agent.
17523
17524 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17525 default value is nil.
17526
17527 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17528 (mm-uu-verbatim-marks-extract): New function.
17529 (mm-uu-extract): New face.
17530 (mm-uu-copy-to-buffer): Use it.
17531
17532 * spam-report.el (spam-report-gmane-ham): Rename from
17533 `spam-report-gmane-unspam'.
17534 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17535 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17536
17537 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17538 Autoload.
17539 (spam-report-gmane-unregister-routine):
17540 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17541
17542 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17543
17544 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17545 (spam-report-gmane-unregister-routine): Add support for gmane
17546 unregistration.
17547
17548 * spam-report.el (spam-report-gmane-unspam)
17549 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17550 (spam-report-gmane): Change to take a single article and do unspam
17551 registration.
17552
17553 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17554
17555 * mm-url.el (mm-url-decode-entities): Fix regexp.
17556
17557 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17558
17559 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17560 default to nil, to be able to use Gnus at all. If the default
17561 switches to something else, then the function should be fixed not
17562 be exceedingly slow.
17563
17564 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17565
17566 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17567 fail hard.
17568
17569 * spam-report.el: Add better Keywords line.
17570
17571 * spam.el: Add Maintainer and better Keywords line.
17572
17573 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17574
17575 * gnus-art.el (gnus-article-replace-part)
17576 (gnus-mime-replace-part): New functions.
17577 (gnus-mime-action-alist, gnus-mime-button-commands)
17578 (gnus-mime-save-part-and-strip): Add file argument.
17579 (gnus-article-part-wrapper): Add interactive argument.
17580
17581 * gnus-sum.el (gnus-summary-mime-map):
17582 Add `gnus-article-replace-part'.
17583
17584 2005-09-19 Didier Verna <didier@xemacs.org>
17585
17586 The nnml compaction feature:
17587 * nnml.el (nnml-request-compact-group): New function.
17588 * nnml.el (nnml-request-compact): New function.
17589 * gnus-int.el (gnus-request-compact-group): New function.
17590 * gnus-int.el (gnus-request-compact): New function.
17591 * gnus-group.el (gnus-group-compact-group): New function.
17592 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17593 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17594 * gnus-srvr.el (gnus-server-compact-server): New function.
17595 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17596 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17597
17598 2005-09-18 Deepak Goel <deego@gnufans.org>
17599
17600 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17601 format spec.
17602
17603 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17604
17605 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17606
17607 2005-09-15 Romain Francoise <romain@orebokech.com>
17608
17609 * message.el (message-fill-paragraph): Clarify docstring.
17610
17611 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17612
17613 * gnus-art.el (gnus-mime-display-part): Protect against broken
17614 MIME messages.
17615
17616 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17617
17618 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17619 before parsing header.
17620
17621 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17622
17623 * html2text.el (html2text-replace-list): Add new entities.
17624
17625 2005-09-11 Romain Francoise <romain@orebokech.com>
17626
17627 * message.el (message-alternative-emails): Improve docstring.
17628 (message-setup-1): Call `message-use-alternative-email-as-from'
17629 after `message-setup-hook' to give it precedence over posting
17630 styles, etc.
17631 (message-use-alternative-email-as-from): Add docstring.
17632 Remove the original From header if present.
17633
17634 * nnml.el (nnml-compressed-files-size-threshold): New variable.
17635 (nnml-save-mail): Use it.
17636
17637 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17638 articles. Add new argument `silent'.
17639 (gnus-uu-mark-all): Report the total number of marked articles.
17640
17641 2005-09-10 Romain Francoise <romain@orebokech.com>
17642
17643 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17644 (gnus-uu-mark-series): Likewise.
17645
17646 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
17647
17648 * spam-report.el (spam-report-gmane): Fix generation of spam
17649 report URL.
17650
17651 2005-09-10 Simon Josefsson <jas@extundo.com>
17652
17653 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17654 t, based on discussion on the ding list with Robert Epprecht
17655 <epprecht@solnet.ch>.
17656
17657 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
17658
17659 * spam-report.el (spam-report-gmane): Make it work without
17660 X-Report-Spam header. Gmane now only provides Archived-At.
17661 This is only used if `spam-report-gmane-use-article-number' is nil.
17662 (spam-report-gmane-spam-header): Remove. Not used anymore.
17663
17664 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17665 make `gnus-summary-sort-by-recipient' work with threading.
17666
17667 * nnweb.el (nnweb-google-wash-article): Print a message if article
17668 is not available.
17669
17670 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17671
17672 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17673 change. Decode text/* parts content before displaying.
17674
17675 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17676
17677 * mml-smime.el: Remove defvar of gnus-extract-address-components.
17678
17679 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
17680
17681 * mm-view.el (mm-display-inline-fontify): Disable support modes.
17682
17683 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
17684
17685 * message.el (message-tab-body-function): Fix mismatched custom type.
17686
17687 * gnus.el (gnus-group-change-level-function): Ditto.
17688
17689 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17690
17691 * gnus-art.el (gnus-signature-limit)
17692 (gnus-article-mime-part-function): Ditto.
17693
17694 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
17695
17696 * mml.el (mml-mode): Silence the byte compiler.
17697
17698 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17699 using `(sit-for 0)' before moving the point to the specified part;
17700 skip unbuttonized parts.
17701 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17702 return to the summary window if gnus-auto-select-part is non-nil.
17703
17704 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
17705
17706 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17707 New variables.
17708 (mml-dnd-attach-file, mml-mode): Use them.
17709
17710 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17711 Make fetching article by MID work again for Google Groups.
17712 Add FIXME concerning gnus-group-make-web-group.
17713
17714 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17715 Don't depend on Gnus by using mail-extract-address-components if
17716 gnus-extract-address-components is not bound.
17717
17718 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17719
17720 * gnus-art.el (gnus-mime-display-security): Don't display the
17721 signature, but only the signed part.
17722
17723 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
17724
17725 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17726
17727 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17728 list, not listp.
17729
17730 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
17731
17732 * mm-encode.el (mm-encode-content-transfer-encoding):
17733 Likewise when encoding.
17734
17735 * mm-bodies.el (mm-decode-content-transfer-encoding):
17736 De-canonicalize CRLF for all text content types, not just
17737 text/plain.
17738
17739 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17740
17741 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17742 valid article; point arrow and cursor at the MIME button.
17743
17744 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17745
17746 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17747 Suggested by Dan Christensen <jdc@uwo.ca>.
17748
17749 * mm-decode.el (mm-save-part): Enable change of prompt.
17750
17751 2005-08-29 Jari Aalto <jari.aalto@cante.net>
17752
17753 * gnus-msg.el (gnus-inews-add-send-actions):
17754 Make `message-post-method' lambda parameter ARG `&optional'.
17755
17756 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17757
17758 * gnus-sum.el (gnus-summary-mime-map):
17759 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17760 gnus-article-jump-to-part.
17761
17762 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17763 (gnus-article-edit-part): Use it.
17764 (gnus-article-part-wrapper): Add no-handle argument.
17765 (gnus-article-save-part-and-strip, gnus-article-delete-part):
17766 New functions.
17767
17768 2005-08-29 Romain Francoise <romain@orebokech.com>
17769
17770 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17771 docstring.
17772 (gnus-face-from-file): Likewise.
17773
17774 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
17775
17776 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17777 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17778 non-nil.
17779 (gnus-auto-select-part): New variable.
17780 (gnus-article-jump-to-part): New function.
17781 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17782 (gnus-mime-delete-part): Allow selecting specified part after
17783 deleting or stripping parts.
17784 (gnus-article-jump-to-part): Don't use `read-number'. Use last
17785 part if argument is bogus.
17786
17787 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17788
17789 * gnus-art.el (w3m-minor-mode-map):
17790 * gnus-spec.el (gnus-newsrc-file-version):
17791 * gnus-util.el (nnmail-active-file-coding-system)
17792 (gnus-original-article-buffer, gnus-user-agent):
17793 * gnus.el (gnus-ham-process-destinations)
17794 (gnus-parameter-ham-marks-alist)
17795 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17796 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17797 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17798 * mm-decode.el (gnus-current-window-configuration):
17799 * mm-extern.el (gnus-article-mime-handles):
17800 * mm-url.el (url-current-object, url-package-name)
17801 (url-package-version):
17802 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17803 (smime-keys, w3m-cid-retrieve-function-alist)
17804 (w3m-current-buffer, w3m-display-inline-images)
17805 (w3m-minor-mode-map):
17806 * mml-smime.el (gnus-extract-address-components):
17807 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17808 (gnus-newsrc-hashtb, message-default-charset)
17809 (message-deletable-headers, message-options)
17810 (message-posting-charset, message-required-mail-headers)
17811 (message-required-news-headers):
17812 * mml1991.el (mc-pgp-always-sign):
17813 * mml2015.el (mc-pgp-always-sign):
17814 * nnheader.el (nnmail-extra-headers):
17815 * rfc1843.el (gnus-decode-encoded-word-function)
17816 (gnus-decode-header-function, gnus-newsgroup-name):
17817 * spam-stat.el (gnus-original-article-buffer): Add defvars.
17818
17819 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
17820
17821 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17822 the end of the date treatments.
17823
17824 2005-08-15 Simon Josefsson <jas@extundo.com>
17825
17826 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17827 it in url-handlers.el and XEmacs in url.el. Reported by Luca
17828 Capello and Romain Francoise.
17829 (pgg-fetch-key-function): Remove, not used?
17830 (pgg-insert-url-with-w3): Require url, to get
17831 url-insert-file-contents regardless of where it is defined.
17832
17833 2005-08-13 Romain Francoise <romain@orebokech.com>
17834
17835 * message.el (message-cite-original-1): New function.
17836 (message-cite-original): Use it.
17837 (message-cite-original-without-signature): Ditto.
17838
17839 2005-08-08 Romain Francoise <romain@orebokech.com>
17840
17841 * message.el (message-yank-empty-prefix): New variable.
17842 (message-indent-citation): Use it.
17843 (message-cite-original-without-signature): Respect X-No-Archive.
17844
17845 2005-08-08 Simon Josefsson <jas@extundo.com>
17846
17847 * pgg.el: Autoload url-insert-file-contents instead of loading
17848 w3/url.
17849 (pgg-insert-url-with-w3): Don't load url here.
17850
17851 2005-08-07 Jesper Harder <harder@phys.au.dk>
17852
17853 * message.el (message-kill-to-signature): Don't insert newline at
17854 bol.
17855 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17856
17857 2005-08-06 Romain Francoise <romain@orebokech.com>
17858
17859 * message.el (message-user-fqdn): Fix typo in docstring.
17860
17861 2005-08-05 Daiki Ueno <ueno@unixuser.org>
17862
17863 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17864
17865 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17866
17867 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17868
17869 * mm-bodies.el (mm-encode-body): Use coding system rather than
17870 charset to encode text.
17871
17872 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17873 number of charsets if utf-8 is available (XEmacs).
17874
17875 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
17876
17877 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17878 taken from `gnus-button-mid-or-mail-regexp'.
17879 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17880 (gnus-button-alist): Improve regexp for domain part of the MIDs
17881 for news:localpart@domain buttons.
17882 (gnus-button-ctan-directory-regexp): Update.
17883
17884 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
17885
17886 * sieve-manage.el (sieve-manage-interactive-login):
17887 Use make-local-variable rather than make-variable-buffer-local.
17888 (sieve-manage-open): Ditto.
17889 (sieve-manage-authenticate): Ditto.
17890
17891 * mml.el (mml-generate-mime-1): Make the content type default to
17892 text/plain if the filename is not specified.
17893
17894 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
17895
17896 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17897 instead of insert-buffer.
17898
17899 * message.el (message-yank-original): Ditto; set the mark at the
17900 end of the yanked message.
17901
17902 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
17903
17904 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17905 lines to scroll rather than to stop it.
17906
17907 * mml.el (mml-generate-default-type): Add doc string.
17908 (mml-generate-mime-1): Use mm-default-file-encoding or make it
17909 default to application/octet-stream when determining the content
17910 type if it is not specified for the part or the mml contents; add
17911 a comment about mml-generate-default-type.
17912
17913 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
17914
17915 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17916 make it default to application/octet-stream when determining the
17917 content type if it is not specified for the external contents.
17918
17919 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17920
17921 * rfc2231.el (rfc2231-parse-string): Take care that not only a
17922 segmented parameter but also other parameters might be there.
17923
17924 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17925
17926 * mm-decode.el (mm-display-external): Delete temp file, directory
17927 and buffer immediately if the external process is exited.
17928
17929 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
17930
17931 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17932 fewer lines than that of scroll-margin.
17933 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17934
17935 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17936
17937 * gnus-art.el (gnus-article-next-page): Revert.
17938 (gnus-article-beginning-of-window): New macro.
17939 (gnus-article-next-page-1): Use it.
17940 (gnus-article-prev-page): Ditto.
17941 (gnus-article-edit-part): Use insert-buffer-substring instead of
17942 insert-buffer.
17943 (gnus-article-edit-exit): Ditto.
17944
17945 * gnus-util.el (gnus-beginning-of-window): Remove.
17946 (gnus-end-of-window): Remove.
17947
17948 2005-07-25 Simon Josefsson <jas@extundo.com>
17949
17950 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17951 to have the url package without w3. Reported by Daiki Ueno
17952 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17953
17954 2005-07-20 Didier Verna <didier@xemacs.org>
17955
17956 * gnus-diary.el: Remove the description comment (nndiary is now
17957 properly documented in the Gnus manual).
17958 Fix the spelling of "Back End".
17959 * nndiary.el: Ditto.
17960 Fix the copyright notice.
17961
17962 2005-07-18 Romain Francoise <romain@orebokech.com>
17963
17964 * gnus-sum.el (gnus-summary-to-prefix)
17965 (gnus-summary-newsgroup-prefix): New variables.
17966 (gnus-summary-from-or-to-or-newsgroups): Use them.
17967
17968 2005-07-17 Romain Francoise <romain@orebokech.com>
17969
17970 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17971 space as it's generally not especially interesting to the user.
17972
17973 2005-07-16 Romain Francoise <romain@orebokech.com>
17974
17975 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17976 nil to avoid prompting and file modification if one of the
17977 messages at the top of the nnfolder file contains a copyright
17978 notice.
17979 Update copyright notice.
17980
17981 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17982 instead of `current-time-string' as the latter creates a time
17983 string that is not RFC 2822 compliant (it lacks the zone).
17984 Update copyright notice.
17985
17986 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17989 for text/rtf. Display default in prompt. Pass default for M-n.
17990
17991 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17992
17993 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17994
17995 * gnus-msg.el (gnus-button-mailto):
17996 Remove save-selected-window-window hackery because it relies on
17997 save-selected-window internals.
17998
17999 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18000
18001 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18002 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18003 (gnus-article-prev-page): Ditto.
18004
18005 * gnus-util.el (gnus-beginning-of-window): New function.
18006 (gnus-end-of-window): New function.
18007
18008 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18009
18010 * gnus-score.el (gnus-score-edit-all-score):
18011 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18012 gnus-message.
18013
18014 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18015
18016 * gnus-msg.el (gnus-button-mailto):
18017 Remove save-selected-window-window hackery because it relies on
18018 save-selected-window internals.
18019
18020 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18021
18022 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18023 add-minor-mode.
18024 (gnus-binary-mode): Ditto.
18025
18026 * gnus-topic.el (gnus-topic-mode): Ditto.
18027
18028 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18029
18030 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18031 (gnus-article-prev-page): Take scroll-margin into consideration.
18032
18033 2005-07-04 Lute Kamstra <lute@gnu.org>
18034
18035 Update FSF's address in GPL notices.
18036
18037 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18038
18039 * gnus.el (gnus-exit):
18040 * gnus-group.el (gnus-group-icons):
18041 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18042
18043 * gnus-nocem.el (gnus-nocem):
18044 * message.el (message-various, message-buffers, message-sending)
18045 (message-interface, message-forwarding, message-insertion)
18046 (message-headers, message-news, message-mail):
18047 * pgg-gpg.el (pgg-gpg):
18048 * pgg-parse.el (pgg-parse):
18049 * pgg-pgp.el (pgg-pgp):
18050 * pgg-pgp5.el (pgg-pgp5):
18051 * pop3.el (pop3): Finish `defgroup' description with period.
18052
18053 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18054
18055 * gnus-art.el (article-display-face): Improve the efficiency.
18056 (article-display-x-face): Ditto; remove gray x-face stuff.
18057
18058 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18059
18060 * gnus-art.el (article-display-face): Correct the position in
18061 which Faces are inserted.
18062
18063 2005-06-29 Didier Verna <didier@xemacs.org>
18064
18065 * gnus-art.el (article-display-face): Display faces in correct
18066 order.
18067
18068 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18069
18070 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18071 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18072 (gnus-nocem-check-article): Fetch the Type header.
18073 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18074 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18075 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18076 make sure gnus-nocem-hashtb is initialized.
18077 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18078 (gnus-nocem-unwanted-article-p): Ditto.
18079
18080 * pgg.el (pgg-verify): Return the verification result.
18081
18082 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18083
18084 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18085 is ascii.
18086
18087 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18088
18089 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18090 `show-nonbreak-escape'.
18091
18092 2005-06-23 Lute Kamstra <lute@gnu.org>
18093
18094 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18095
18096 * dig.el (dig-mode):
18097 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18098
18099 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18100
18101 * nnimap.el (nnimap-split-download-body): Fix spellings.
18102
18103 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18104
18105 * gnus-art.el (gnus-article-encrypt-body):
18106 * gnus-cus.el (gnus-score-customize):
18107 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18108 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18109
18110 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18111
18112 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18113 header by looking for magic "MII" at the beginning.
18114
18115 2005-06-16 Miles Bader <miles@gnu.org>
18116
18117 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18118 (assistant-field-face): New backward-compatibility alias for renamed
18119 face.
18120 (assistant-render-text): Use renamed assistant-field face.
18121
18122 * spam.el (spam): Remove "-face" suffix from face name.
18123 (spam-face): New backward-compatibility alias for renamed face.
18124 (spam-face, spam-initialize): Use renamed spam face.
18125
18126 * message.el (message-header-to, message-header-cc)
18127 (message-header-subject, message-header-newsgroups)
18128 (message-header-other, message-header-name)
18129 (message-header-xheader, message-separator, message-cited-text)
18130 (message-mml): Remove "-face" suffix from face names.
18131 (message-header-to-face, message-header-cc-face)
18132 (message-header-subject-face, message-header-newsgroups-face)
18133 (message-header-other-face, message-header-name-face)
18134 (message-header-xheader-face, message-separator-face)
18135 (message-cited-text-face, message-mml-face):
18136 New backward-compatibility aliases for renamed faces.
18137 (message-font-lock-keywords): Use renamed message faces.
18138
18139 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18140 (sieve-test-commands, sieve-tagged-arguments):
18141 Remove "-face" suffix from face names.
18142 (sieve-control-commands-face, sieve-action-commands-face)
18143 (sieve-test-commands-face, sieve-tagged-arguments-face):
18144 New backward-compatibility aliases for renamed faces.
18145 (sieve-control-commands-face, sieve-action-commands-face)
18146 (sieve-test-commands-face, sieve-tagged-arguments-face):
18147 Use renamed sieve faces.
18148
18149 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18150 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18151 (gnus-group-news-3-empty, gnus-group-news-4)
18152 (gnus-group-news-4-empty, gnus-group-news-5)
18153 (gnus-group-news-5-empty, gnus-group-news-6)
18154 (gnus-group-news-6-empty, gnus-group-news-low)
18155 (gnus-group-news-low-empty, gnus-group-mail-1)
18156 (gnus-group-mail-1-empty, gnus-group-mail-2)
18157 (gnus-group-mail-2-empty, gnus-group-mail-3)
18158 (gnus-group-mail-3-empty, gnus-group-mail-low)
18159 (gnus-group-mail-low-empty, gnus-summary-selected)
18160 (gnus-summary-cancelled, gnus-summary-high-ticked)
18161 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18162 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18163 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18164 (gnus-summary-low-undownloaded)
18165 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18166 (gnus-summary-low-unread, gnus-summary-normal-unread)
18167 (gnus-summary-high-read, gnus-summary-low-read)
18168 (gnus-summary-normal-read, gnus-splash):
18169 Remove "-face" suffix from face names.
18170 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18171 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18172 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18173 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18174 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18175 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18176 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18177 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18178 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18179 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18180 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18181 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18182 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18183 (gnus-summary-normal-ticked-face)
18184 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18185 (gnus-summary-normal-ancient-face)
18186 (gnus-summary-high-undownloaded-face)
18187 (gnus-summary-low-undownloaded-face)
18188 (gnus-summary-normal-undownloaded-face)
18189 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18190 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18191 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18192 (gnus-splash-face):
18193 New backward-compatibility aliases for renamed faces.
18194 (gnus-group-startup-message): Use renamed gnus faces.
18195
18196 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18197 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18198 (gnus-server-agent): Remove "-face" suffix from face names.
18199 (gnus-server-agent-face, gnus-server-opened-face)
18200 (gnus-server-closed-face, gnus-server-denied-face)
18201 (gnus-server-offline-face):
18202 New backward-compatibility aliases for renamed faces.
18203 (gnus-server-agent-face, gnus-server-opened-face)
18204 (gnus-server-closed-face, gnus-server-denied-face)
18205 (gnus-server-offline-face): Use renamed gnus faces.
18206
18207 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18208 Remove "-face" suffix from face names.
18209 (gnus-picon-xbm-face, gnus-picon-face):
18210 New backward-compatibility aliases for renamed faces.
18211
18212 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18213 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18214 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18215 (gnus-cite-11): Remove "-face" suffix from face names.
18216 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18217 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18218 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18219 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18220 New backward-compatibility aliases for renamed faces.
18221 (gnus-cite-attribution-face, gnus-cite-face-list)
18222 (gnus-article-boring-faces): Use renamed gnus faces.
18223
18224 * gnus-art.el (gnus-signature, gnus-header-from)
18225 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18226 (gnus-header-content): Remove "-face" suffix from face names.
18227 (gnus-signature-face, gnus-header-from-face)
18228 (gnus-header-subject-face, gnus-header-newsgroups-face)
18229 (gnus-header-name-face, gnus-header-content-face):
18230 New backward-compatibility aliases for renamed faces.
18231 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18232
18233 * gnus-sum.el (gnus-summary-selected-face)
18234 (gnus-summary-highlight): Use renamed gnus faces.
18235 * gnus-group.el (gnus-group-highlight): Likewise.
18236
18237 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18238
18239 * gnus-sieve.el (gnus-sieve-article-add-rule):
18240 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18241 * spam-stat.el (spam-stat-buffer-change-to-spam)
18242 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18243
18244 * message.el (message-is-yours-p):
18245 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18246
18247 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18248
18249 * mm-view.el (mm-inline-text): Withdraw the last change.
18250
18251 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18252
18253 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18254 executing enriched-decode.
18255
18256 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18257
18258 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18259 charset of tar files.
18260
18261 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18262
18263 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18264
18265 2005-06-04 Lute Kamstra <lute@gnu.org>
18266
18267 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18268 information is never recorded.
18269
18270 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18273
18274 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18275
18276 * pop3.el (pop3-apop): Run md5 in the binary mode.
18277
18278 * starttls.el (starttls-set-process-query-on-exit-flag):
18279 Use eval-and-compile.
18280
18281 2005-05-31 Simon Josefsson <jas@extundo.com>
18282
18283 * smime.el (smime-replace-in-string): Define.
18284 (smime-cert-by-ldap-1): Use it.
18285
18286 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18287
18288 * gnus-art.el (article-display-x-face): Replace
18289 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18290
18291 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18292 set-process-query-on-exit-flag or process-kill-without-query.
18293
18294 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18295 loop instead of replace-regexp.
18296
18297 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18298 instead of process-kill-without-query if it is available.
18299
18300 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18301 instead of find-file-hooks if it is available.
18302
18303 * mml1991.el: Bind pgg-default-user-id when compiling.
18304
18305 * mml2015.el: Bind pgg-default-user-id when compiling.
18306
18307 * nndraft.el (nndraft-request-associate-buffer):
18308 Use write-contents-functions instead of write-contents-hooks if it is
18309 available.
18310
18311 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18312 instead of find-file-hooks if it is available.
18313
18314 * nntp.el (nntp-open-connection): Replace
18315 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18316 (nntp-open-ssl-stream): Ditto.
18317 (nntp-open-tls-stream): Ditto.
18318
18319 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18320 set-process-query-on-exit-flag or process-kill-without-query.
18321 (starttls-open-stream-gnutls): Use it instead of
18322 process-kill-without-query.
18323 (starttls-open-stream): Ditto.
18324
18325 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18326
18327 * smime.el (smime-cert-by-ldap-1): Don't use
18328 replace-regexp-in-string.
18329
18330 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18331
18332 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18333
18334 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18335 in PEM format. Adjust to the XEmacs compatibility.
18336
18337 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18338
18339 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18340 by `string-to-number'.
18341 * gnus-agent.el (gnus-agent-regenerate-group)
18342 (gnus-agent-fetch-articles): Ditto.
18343 * gnus-art.el (gnus-button-fetch-group): Ditto.
18344 * gnus-cache.el (gnus-cache-generate-active)
18345 (gnus-cache-articles-in-group): Ditto.
18346 * gnus-group.el (gnus-group-set-current-level)
18347 (gnus-group-insert-group-line): Ditto.
18348 * gnus-score.el (gnus-score-set-expunge-below)
18349 (gnus-score-set-mark-below, gnus-summary-score-effect)
18350 (gnus-summary-score-entry): Ditto.
18351 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18352 (gnus-soup-pack): Ditto.
18353 * gnus-spec.el (gnus-xmas-format): Ditto.
18354 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18355 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18356 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18357 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18358 * nndb.el (nndb-get-remote-expire-response): Ditto.
18359 * nndiary.el (nndiary-parse-schedule-value)
18360 (nndiary-string-to-number, nndiary-request-replace-article)
18361 (nndiary-request-article): Ditto.
18362 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18363 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18364 * nneething.el (nneething-make-head): Ditto.
18365 * nnfolder.el (nnfolder-request-article)
18366 (nnfolder-retrieve-headers): Ditto.
18367 * nnheader.el (nnheader-file-to-number): Ditto.
18368 * nnkiboze.el (nnkiboze-request-article): Ditto.
18369 * nnmail.el (nnmail-process-unix-mail-format)
18370 (nnmail-process-babyl-mail-format): Ditto.
18371 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18372 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18373 (nnmh-request-create-group, nnmh-request-list-1)
18374 (nnmh-request-group, nnmh-request-article): Ditto.
18375 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18376 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18377 * nnsoup.el (nnsoup-make-active): Ditto.
18378 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18379 * nntp.el (nntp-find-group-and-number)
18380 (nntp-retrieve-headers-with-xover): Ditto.
18381 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18382 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18383 (pgg-format-key-identifier): Ditto.
18384 * pop3.el (pop3-last, pop3-stat): Ditto.
18385 * qp.el (quoted-printable-decode-region): Ditto.
18386
18387 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18388 of concat.
18389
18390 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18391
18392 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18393
18394 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18395
18396 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18397
18398 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18399
18400 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18401
18402 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18403
18404 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18405 (gnus-carpal-mode): Ditto.
18406
18407 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18408 (gnus-browse-mode): Ditto.
18409
18410 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18411
18412 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18413
18414 2005-05-29 Richard M. Stallman <rms@gnu.org>
18415
18416 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18417
18418 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18419
18420 * gnus-util.el (gnus-run-mode-hooks): New function.
18421
18422 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18423
18424 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18425
18426 * gnus-agent.el (gnus-agent-make-mode-line-string):
18427 Use mode-line-highlight as mouse-face.
18428
18429 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18430
18431 * canlock.el (canlock): Change the parent group to news.
18432
18433 * deuglify.el (gnus-outlook-deuglify): Add :group.
18434
18435 * dig.el (dig): Add :group.
18436
18437 * dns-mode.el (dns-mode): Add :group.
18438
18439 * encrypt.el (encrypt): Add :group.
18440
18441 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18442 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18443 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18444 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18445 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18446
18447 * gnus-diary.el (gnus-diary): Add :group.
18448
18449 * gnus.el (gnus-group-news-1-face): Add :group.
18450 (gnus-group-news-1-empty-face): Ditto.
18451 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18452 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18453 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18454 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18455 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18456 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18457 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18458 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18459 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18460 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18461 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18462 (gnus-summary-high-ticked-face): Ditto.
18463 (gnus-summary-low-ticked-face): Ditto.
18464 (gnus-summary-normal-ticked-face): Ditto.
18465 (gnus-summary-high-ancient-face): Ditto.
18466 (gnus-summary-low-ancient-face): Ditto.
18467 (gnus-summary-normal-ancient-face): Ditto.
18468 (gnus-summary-high-undownloaded-face): Ditto.
18469 (gnus-summary-low-undownloaded-face): Ditto.
18470 (gnus-summary-normal-undownloaded-face): Ditto.
18471 (gnus-summary-high-unread-face): Ditto.
18472 (gnus-summary-low-unread-face): Ditto.
18473 (gnus-summary-normal-unread-face): Ditto.
18474 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18475 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18476
18477 * hashcash.el (hashcash): New custom group.
18478 (hashcash-default-payment): Add :group.
18479 (hashcash-payment-alist): Ditto.
18480 (hashcash-default-accept-payment): Ditto.
18481 (hashcash-accept-resources): Ditto.
18482 (hashcash-path): Ditto.
18483 (hashcash-extra-generate-parameters): Ditto.
18484 (hashcash-double-spend-database): Ditto.
18485 (hashcash-in-news): Ditto.
18486
18487 * message.el (message-minibuffer-local-map): Add :group.
18488
18489 * netrc.el (netrc): Add :group.
18490
18491 * sieve-manage.el (sieve-manage-log): Add :group.
18492 (sieve-manage-default-user): Diito.
18493 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18494 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18495 (sieve-manage-authenticators): Ditto.
18496 (sieve-manage-authenticator-alist): Ditto.
18497 (sieve-manage-default-port): Ditto.
18498
18499 * sieve-mode.el (sieve-control-commands-face): Add :group.
18500 (sieve-action-commands-face): Ditto.
18501 (sieve-test-commands-face): Ditto.
18502 (sieve-tagged-arguments-face): Ditto.
18503
18504 * smime.el (smime): Add :group.
18505
18506 * spam-report.el (spam-report): Add :group.
18507
18508 * spam.el (spam, spam-face): Add :group.
18509
18510 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18511
18512 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18513 return \n.\n.\n at the end of articles. Protect against that.
18514 (nntp-with-open-group): Allow debugging.
18515
18516 * nnheader.el (mail-header-set-extra): Make into a function
18517 because I just could't understand how to quote the list properly.
18518
18519 * dns.el (query-dns-cached): New function.
18520
18521 2005-05-26 Lute Kamstra <lute@gnu.org>
18522
18523 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18524
18525 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18526
18527 * gnus-art.el: Don't autoload mail-extract-address-components.
18528
18529 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18530 eval-and-compile to evaluate it.
18531
18532 * hashcash.el: Don't autoload executable-find.
18533
18534 * nndb.el: Don't declare the nndb back end two or more times; don't
18535 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18536
18537 * nntp.el: Autoload format-spec instead of format; use
18538 eval-and-compile to evaluate autoload forms.
18539
18540 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18541
18542 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18543
18544 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18545
18546 * gnus.el (gnus-version-number): Bump version.
18547
18548 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18549
18550 * gnus.el: No Gnus v0.3 is released.
18551
18552 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18553
18554 * gnus-art.el (gnus-article-edit-part): Disable undo.
18555
18556 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18557
18558 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18559 gnus-article-date-lapsed-new-header is t if date timer is active;
18560 skip headers in which the original date value is empty.
18561 (gnus-article-save-original-date): Redefine it as a macro.
18562 (gnus-display-mime): Use it.
18563
18564 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18565
18566 * gnus-art.el (article-date-ut): Support converting date in
18567 forwarded parts as well.
18568 (gnus-article-save-original-date): New function.
18569 (gnus-display-mime): Use it.
18570
18571 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18572
18573 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18574 enclosure element of <item>.
18575
18576 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18577
18578 * message.el (message-kill-buffer-query): Rename from
18579 `message-kill-buffer-query-if-modified'. Add :version.
18580
18581 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18582
18583 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18584 window layout.
18585
18586 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18587
18588 * mml.el: Autoload dnd when compiling.
18589
18590 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18591
18592 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18593 x-dnd-*.
18594
18595 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18596
18597 * qp.el (quoted-printable-encode-region): Save excursion.
18598
18599 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18600
18601 * message.el (message-kill-buffer-query-if-modified): Add new variable
18602 so the user can kill a modified message buffer quickly.
18603 (message-kill-buffer): Use it.
18604
18605 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18606
18607 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18608 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18609
18610 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18611
18612 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18613 contained in text because xml.el decodes entities) with LFs.
18614
18615 2005-04-11 Lute Kamstra <lute@gnu.org>
18616
18617 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18618 differently.
18619
18620 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * mm-util.el (mm-detect-coding-region): Typo.
18623
18624 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18625
18626 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18627
18628 2005-04-06 Deepak Goel <deego@gnufans.org>
18629
18630 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18631 user-function allow user modifications of the scores.
18632 (spam-stat-score-buffer-user): New function, to allow
18633 user-computed modifications to the score.
18634 (spam-stat-score-buffer-user-functions): List of additional
18635 scoring functions.
18636 (spam-stat-error-holder): Global temporary error holder.
18637 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18638 variable.
18639
18640 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
18641
18642 * gnus-registry.el (gnus-registry-clean-empty-function)
18643 (gnus-registry-trim, gnus-registry-fetch-groups)
18644 (gnus-registry-delete-group): Groups that match
18645 `gnus-registry-ignored-groups' are removed from the registry
18646 entries, not just ignored for splitting. This helps clean up the
18647 registry. Also, `gnus-registry-fetch-groups' is a convenient way
18648 to get all the groups a message ID is in.
18649
18650 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18651 (spam-stat-split-fancy): Change "threshhold" to "threshold".
18652 (spam-stat-score-buffer-user-functions): Add :number custom type.
18653
18654 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18655
18656 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18657 argument in XEmacs.
18658
18659 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18660 (nnrss-request-group): Decode group name first.
18661 (nnrss-request-article): Make a text/plain article if mml-to-mime
18662 failed.
18663 (nnrss-get-encoding): Return a compatible encoding according to
18664 nnrss-compatible-encoding-alist.
18665 (nnrss-find-el): Use consp instead of listp.
18666 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18667
18668 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18669
18670 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18671 which Emacs 20 doesn't support.
18672 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18673
18674 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18675
18676 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18677 silence the byte compiler inside the defun.
18678
18679 * gnus-demon.el (parse-time-string): Add autoload.
18680
18681 * gnus-delay.el (parse-time-string): Add autoload.
18682
18683 * gnus-art.el (parse-time-string): Add autoload.
18684
18685 * nnultimate.el (parse-time): Require for `parse-time-string'.
18686
18687 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18688
18689 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18690
18691 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18692
18693 * smime.el (smime-ldap-host-list): Add :version.
18694
18695 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18696
18697 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18698 pass it to `gnus-browse-read-group'.
18699 (gnus-browse-read-group): Add NUMBER argument and pass it to
18700 `gnus-group-read-ephemeral-group'.
18701
18702 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18703 argument and pass it to `gnus-group-read-group'.
18704
18705 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
18706
18707 * mm-util.el (mm-xemacs-find-mime-charset): Only call
18708 mm-xemacs-find-mime-charset-1 if we have the mule feature
18709 available at runtime.
18710
18711 2005-03-25 Werner Lemberg <wl@gnu.org>
18712
18713 * nnmaildir.el: Replace `illegal' with `invalid'.
18714
18715 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18716
18717 * gnus-start.el (gnus-display-time-event-handler):
18718 Check display-time-timer at runtime rather than only at load time
18719 in case display-time-mode is turned off in the mean time.
18720
18721 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18722
18723 * nnimap.el (nnimap-open-connection): Print which authinfo file is
18724 used.
18725
18726 * nneething.el (nneething-map-file-directory): Derive from
18727 `gnus-directory'.
18728
18729 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18730 the To/Cc button.
18731
18732 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18733
18734 * nnmaildir.el (nnmaildir-request-accept-article):
18735 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18736
18737 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18738
18739 * gnus-async.el: Require timer-funcs at compile time when in
18740 XEmacs for `run-with-idle-timer'.
18741
18742 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
18743
18744 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18745 autoloaded function.
18746
18747 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18750
18751 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
18752
18753 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18754
18755 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18756
18757 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18758 Add gnus-expert-user to default.
18759
18760 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
18761
18762 * nnimap.el (nnimap-open-server): Ditto.
18763
18764 * imap.el (imap-authenticate): Fix typo.
18765
18766 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
18767
18768 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18769 buffer (since IMAP server might return FETCH response out of
18770 order, and the nntp buffer must be sorted).
18771
18772 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
18773
18774 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18775 comparison on string.
18776
18777 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18778 (gnus-agent-score): Rename category keywords to match gnus-cus.
18779 (gnus-agent-summary-fetch-series): Modify to protect against
18780 gnus-agent-summary-fetch-group clearing processable flags.
18781 (gnus-agent-synchronize-group-flags): Update live group buffer as
18782 synchronization may occur due to the user toggle the plugged
18783 status.
18784 (gnus-agent-fetch-group-1): Clear downloadable flag when article
18785 successfully downloaded.
18786 (gnus-agent-expire-group-1): Avoid using markers when the overview
18787 is in ascending order; greatly improves performance.
18788 (gnus-agent-regenerate-group):
18789 Use gnus-agent-synchronize-group-flags to reset read status in both
18790 gnus and server.
18791 (gnus-agent-update-files-total-fetched-for): Fix initial size.
18792
18793 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
18794
18795 * message.el: Don't autoload former message-utils variables.
18796 (message-strip-subject-trailing-was): Change doc string.
18797
18798 * nnweb.el: Fixes for `gnus-group-make-web-group'.
18799 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
18800 (nnweb-google-search): Add "hl=en" here.
18801 (nnweb-google-parse-1, nnweb-google-create-mapping):
18802 Don't hardcode URL.
18803
18804 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18805
18806 * message.el (message-get-reply-headers, message-followup):
18807 Mention related variables `message-use-followup-to' and
18808 `message-use-mail-followup-to', in the information buffer.
18809
18810 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18811 of broken groups(-beta).google.com.
18812
18813 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
18814
18815 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18816 parameter to invoked gnus-request-move-article; remove the
18817 redundant gnus-sum-hint-move-is-internal variable; apply the marks
18818 all at once instead of once per article.
18819 (gnus-summary-remove-process-mark): Accept a list of articles as
18820 well as a single article for processing.
18821
18822 * gnus-int.el (gnus-request-move-article): Add move-is-internal
18823 parameter.
18824
18825 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18826
18827 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18828
18829 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18830 parameter.
18831
18832 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18833 parameter.
18834
18835 * nnimap.el (nnimap-request-move-article): Add move-is-internal
18836 parameter and remove the gnus-sum-hint-move-is-internal variable.
18837
18838 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18839 parameter.
18840
18841 * nndraft.el (nndraft-request-move-article): Add move-is-internal
18842 parameter.
18843
18844 * nndiary.el (nndiary-request-move-article): Add move-is-internal
18845 parameter.
18846
18847 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18848
18849 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18850 parameter.
18851
18852 * nnagent.el (nnagent-request-move-article): Add move-is-internal
18853 parameter.
18854
18855 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18858 a more conservative way.
18859
18860 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18863 buffer, so it moves the window's cursor.
18864
18865 2005-02-26 Arne Jørgensen <arne@arnested.dk>
18866
18867 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18868 `mm-dissect-multipart' and receive the from field as an (optional)
18869 argument from `mm-dissect-multipart'.
18870 (mm-dissect-multipart): Receive the from field as an argument and
18871 pass it on when we call `mm-dissect-buffer' on MIME parts.
18872 Fixes verification/decryption of signed/encrypted MIME parts.
18873
18874 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
18875
18876 * gnus-sum.el (gnus-summary-move-article):
18877 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18878 whatever it calls (right now, only nnimap-request-move article
18879 respects it).
18880
18881 * nnimap.el (nnimap-request-move-article):
18882 When gnus-sum-hint-move-is-internal is set, don't do the extra
18883 nnimap-request-article.
18884
18885 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18886
18887 * nnheader.el (nnheader-find-file-noselect): Add doc string.
18888
18889 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18890 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18891
18892 * gnus-sum.el (gnus-summary-caesar-message):
18893 Apply `gnus-treat-article' after rotation.
18894
18895 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18896 doc string.
18897
18898 2005-02-22 Simon Josefsson <jas@extundo.com>
18899
18900 * encrypt.el (encrypt-password-cache-expiry): Remove (use
18901 `password-cache-expiry' instead). Reported by Arne Jørgensen
18902 <arne@arnested.dk>.
18903 (encrypt): Add password-cache and password-cache-expiry as group
18904 members.
18905
18906 2005-02-22 Arne Jørgensen <arne@arnested.dk>
18907
18908 * smime.el (smime-ldap-host-list): Doc fix.
18909 (smime-ask-passphrase): Use `password-read-and-add' to read (and
18910 cache) password.
18911 (smime-sign-region): Use it.
18912 (smime-decrypt-region): Use it.
18913 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18914 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18915 fails.
18916 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18917 certificate from DER to PEM format rather than calling openssl.
18918
18919 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18920
18921 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18922 for signing/encryption.
18923
18924 * mml.el (mml-parse-1): Use them.
18925
18926 2005-02-21 Arne Jørgensen <arne@arnested.dk>
18927
18928 * nnrss.el (nnrss-verbose): Remove.
18929 (nnrss-request-group): Use `nnheader-message' instead.
18930
18931 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
18932
18933 * nnrss.el (nnrss-verbose): New variable.
18934 (nnrss-request-group): Make it say nnrss is requesting a group.
18935
18936 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18937
18938 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18939 Handle news URL with given port correctly.
18940
18941 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18942
18943 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18944 containing special characters.
18945
18946 * gnus-sum.el (gnus-summary-edit-article): Ditto.
18947
18948 * mml.el (mime-to-mml): Ditto.
18949
18950 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18951 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18952 (rfc2047-decode-region): Quote decoded words containing special
18953 characters when rfc2047-quote-decoded-words-containing-tspecials
18954 is non-nil.
18955
18956 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
18957
18958 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18959
18960 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18961
18962 2005-02-15 Simon Josefsson <jas@extundo.com>
18963
18964 * nnimap.el (nnimap-debug): Doc fix.
18965
18966 * imap.el (imap-debug): Doc fix.
18967
18968 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18969
18970 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18971
18972 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
18973
18974 * gnus.el (spam-contents): Improve docs for spam-contents
18975 parameter in its variable incarnation.
18976
18977 2005-02-14 Simon Josefsson <jas@extundo.com>
18978
18979 * smime-ldap.el: Use require instead of load-library for ldap.
18980 (smime-ldap-search): Indent.
18981 (smime-ldap-search-internal): Shorten line.
18982
18983 * smime.el (smime-cert-by-dns): Add doc-string.
18984 (smime-cert-by-ldap-1): Indent.
18985
18986 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18987 mml-smime-get-dns-ldap.
18988 (mml-smime-encrypt-query): Use new function. Default to ldap.
18989
18990 2005-02-14 Arne Jørgensen <arne@arnested.dk>
18991
18992 * smime.el: Require smime-ldap.
18993 (smime-ldap-host-list): New variable.
18994 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18995
18996 * mml-smime.el (mml-smime-encrypt-query): New function.
18997 (mml-smime-encrypt-query): Use it.
18998
18999 * smime-ldap.el: New file.
19000
19001 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19002
19003 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19004
19005 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19006
19007 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19008 argument in doc string. Make query for type more clear.
19009
19010 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19011
19012 * gnus.el (gnus-group-startup-message): Search for gnus images in
19013 etc/images/gnus.
19014 * mm-util.el (mm-image-load-path): Likewise.
19015 * smiley.el (smiley-data-directory): Search for smilies in
19016 etc/images/smilies.
19017
19018 2005-02-09 Kim F. Storm <storm@cua.dk>
19019
19020 Change Emacs release version from 21.4 to 22.1 throughout.
19021 Change Emacs development version from 21.3.50 to 22.0.50.
19022
19023 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19024
19025 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19026
19027 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19028 non-Mule XEmacs as well.
19029 (mm-decompress-buffer): Signal an error intentionally if it does
19030 not decompress compressed data because auto-compression-mode is
19031 disabled.
19032
19033 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19034
19035 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19036 an ID in the registry even if it has no groups.
19037
19038 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19039
19040 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19041 merge it into mm-decompress-buffer.
19042 (gnus-mime-copy-part): Use the MIME part charset, the value which
19043 a user specified or gnus-newsgroup-charset for decoding, like
19044 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19045 save-buffer what was used. Suggested by Kevin Ryde
19046 <user42@zip.com.au>.
19047 (gnus-mime-inline-part): Allow the name parameter as well as the
19048 filename parameter; force decompressing of compressed data; always
19049 display contents being not decoded as unibyte.
19050
19051 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19052 as well as the filename parameter.
19053
19054 * mm-util.el (mm-decompress-buffer):
19055 Merge gnus-mime-jka-compr-maybe-uncompress.
19056 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19057 of compressed data.
19058
19059 2005-02-08 Simon Josefsson <jas@extundo.com>
19060
19061 * imap.el (imap-log): Doc fix.
19062
19063 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19064
19065 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19066 the coding cookies; decompress compressed parts.
19067
19068 * mml.el (mml-generate-mime-1): Add the charset parameter according
19069 to the value which a user specified manually or the coding cookie.
19070
19071 * mm-util.el (mm-string-to-multibyte): New function.
19072 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19073 (mm-coding-system-to-mime-charset): New function.
19074 (mm-decompress-buffer): New function.
19075 (mm-find-buffer-file-coding-system): New function.
19076
19077 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19078 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19079 parts.
19080
19081 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19082
19083 * mm-view.el (mm-display-inline-fontify): Decode a part according
19084 to the charset parameter.
19085
19086 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19087
19088 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19089 prefix arg is neither nil nor a number, as info specifies.
19090
19091 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19092
19093 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19094 timestamps.
19095
19096 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19097
19098 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19099 groups error checking and notify user.
19100
19101 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19102
19103 * message.el (message-send-mail-function): Check existence of
19104 sendmail-program first before using default value
19105 `message-send-mail-with-sendmail'. Otherwise use more generic
19106 `smtpmail-send-it'.
19107
19108 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19109
19110 * nntp.el (nntp-request-update-info): Always return nil.
19111
19112 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19115
19116 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19117
19118 * message.el (message-beginning-of-line): Change the behavior when
19119 invoked between BOL and : so that it first moves backward.
19120
19121 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19122
19123 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19124 article buffer when editing of the article is discarded.
19125 (gnus-article-prepare): Revert.
19126
19127 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19128
19129 * gnus-art.el (gnus-article-prepare):
19130 Remove message-strip-forbidden-properties from the local hook.
19131
19132 2005-01-27 Simon Josefsson <jas@extundo.com>
19133
19134 * password.el (password-cache-add): Only start one timer per key.
19135 Reported by Derek Atkins <warlord@MIT.EDU>.
19136
19137 2005-01-26 Steve Youngs <steve@sxemacs.org>
19138
19139 * run-at-time.el: Remove. It is no longer needed as
19140 timer-funcs.el in the xemacs-base package has a working version of
19141 `run-at-time'.
19142
19143 * password.el: Require timer-funcs instead of run-at-time in
19144 XEmacs.
19145 Remove `password-run-at-time' macro.
19146 (password-cache-add): Use `run-at-time' instead of
19147 `password-run-at-time'.
19148
19149 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19150 for `run-with-idle-timer'.
19151
19152 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19153 for `run-at-time'.
19154
19155 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19156 for `with-timeout'.
19157
19158 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19159
19160 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19161 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19162
19163 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19164
19165 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19166 sensitively.
19167
19168 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19169
19170 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19171
19172 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19173
19174 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19175 which will be inserted according to the multibyteness of a buffer
19176 rather than the type of contents. Suggested by ARISAWA Akihiro
19177 <ari@mbf.ocn.ne.jp>.
19178
19179 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19180 of string which old xml.el may return rather than a string.
19181
19182 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19183
19184 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19185
19186 2005-01-16 Simon Josefsson <jas@extundo.com>
19187
19188 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19189 idn/idna.el isn't available.
19190 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19191 <michael@waxrat.com>.
19192
19193 * hashcash.el: Remove non-FSF copyright header.
19194
19195 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19196 (hashcash-generate-payment): Use it.
19197 (hashcash-generate-payment-async): Use it.
19198
19199 2005-01-15 Simon Josefsson <jas@extundo.com>
19200
19201 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19202 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19203
19204 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19205 gnus-summary-idna-message.
19206 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19207 (gnus-summary-idna-message): New function.
19208
19209 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19210
19211 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19212 gnus-novice-user.
19213
19214 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19215
19216 * nnrss.el (nnrss-request-delete-group): Delete entries in
19217 nnrss-group-alist as well.
19218 (nnrss-save-server-data): Insert newline.
19219
19220 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19221
19222 * gnus.el (gnus-user-agent): Use list of symbols instead of
19223 symbols. Display full version number for (S)XEmacs.
19224 Optionally display (S)XEmacs codename.
19225
19226 * gnus-util.el (gnus-emacs-version): Update for new
19227 `gnus-user-agent'.
19228
19229 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19230 Gnus version.
19231
19232 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19233
19234 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19235 which is unreadable in some setups.
19236
19237 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19238
19239 * gnus-spec.el (gnus-update-format-specifications): Flush the
19240 group format spec cache if it doesn't support decoded group names.
19241
19242 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19243
19244 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19245 Allow to apply decay on score files matching a regexp.
19246
19247 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19248
19249 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19250 compatibility in %g and %c.
19251
19252 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19253
19254 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19255 name for only %g and %c.
19256 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19257 of gnus-tmp-group to decoded group name.
19258 (gnus-group-make-rss-group): Exclude `/'s from group names.
19259
19260 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19261
19262 * nnrss.el (nnrss-get-encoding): Fix regexp.
19263
19264 2004-12-27 Simon Josefsson <jas@extundo.com>
19265
19266 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19267 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19268 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19269
19270 2004-12-17 Kim F. Storm <storm@cua.dk>
19271
19272 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19273
19274 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19275
19276 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19277
19278 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19279
19280 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19281
19282 * nnrss.el: Require rfc2047 and mml.
19283 (nnrss-file-coding-system): New variable.
19284 (nnrss-format-string): Redefine it as an inline function.
19285 (nnrss-decode-group-name): New function.
19286 (nnrss-string-as-multibyte): Remove.
19287 (nnrss-retrieve-headers): Decode group name; don't use
19288 nnrss-format-string.
19289 (nnrss-request-group): Decode group name.
19290 (nnrss-request-article): Decode group name; allow a Message-ID as
19291 well as an article number; don't use nnrss-format-string; encode a
19292 Message-ID string which may contain non-ASCII characters; use
19293 mml-to-mime to compose a MIME article.
19294 (nnrss-request-expire-articles): Decode group name.
19295 (nnrss-request-delete-group): Decode group name.
19296 (nnrss-fetch): Clarify error message.
19297 (nnrss-read-server-data): Use insert-file-contents instead of load;
19298 bind file-name-coding-system; use multibyte buffer.
19299 (nnrss-save-server-data): Bind coding-system-for-write to the
19300 value of nnrss-file-coding-system; bind file-name-coding-system;
19301 add coding cookie.
19302 (nnrss-read-group-data): Use insert-file-contents instead of load;
19303 bind file-name-coding-system; use multibyte buffer.
19304 (nnrss-save-group-data): Bind coding-system-for-write to the
19305 value of nnrss-file-coding-system; bind file-name-coding-system.
19306 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19307 make it work with non-ASCII text.
19308 (nnrss-find-el): Make it work with old xml.el as well.
19309
19310 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19311
19312 * nnrss.el (nnrss-get-encoding): New function.
19313 (nnrss-fetch): Use unibyte buffer initially; bind
19314 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19315 decode contents according to the encoding attribute.
19316 (nnrss-save-group-data): Add coding cookie.
19317 (nnrss-mime-encode-string): New function.
19318 (nnrss-check-group): Use it to encode subject and author.
19319
19320 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19321
19322 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19323 imaginary variable.
19324
19325 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19326
19327 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19328 correctly even if there are wide characters.
19329
19330 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19331
19332 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19333 downcased symbol names; make a new cache instead of reusing
19334 bbdb-hashtable.
19335
19336 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19337
19338 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19339 concatenating segments rather than before concatenating them.
19340 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19341
19342 * message.el (message-get-reply-headers): Bind `extra'.
19343
19344 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19345
19346 * message.el (message-extra-wide-headers): New variable.
19347 (message-get-reply-headers): Use it.
19348
19349 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19350
19351 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19352 (gnus-agent-group-pathname): Ditto.
19353
19354 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19355
19356 * gnus-group.el (gnus-group-make-group): Decode group name.
19357 (gnus-group-make-rss-group): Register the group data after opening
19358 the nnrss group.
19359
19360 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19361
19362 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19363 by expiry now get marked as read.
19364
19365 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19366
19367 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19368
19369 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19370
19371 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19372 unify Latin characters in XEmacs.
19373 (mm-find-mime-charset-region): Use it.
19374
19375 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19376
19377 * gnus-util.el (gnus-delete-directory): New function.
19378
19379 * gnus-agent.el (gnus-agent-delete-group): Use it.
19380
19381 * gnus-cache.el (gnus-cache-delete-group): Use it.
19382
19383 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19384
19385 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19386 names.
19387
19388 2004-12-16 Simon Josefsson <jas@extundo.com>
19389
19390 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19391
19392 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19393
19394 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19395
19396 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19397 (gnus-group-set-current-level): Decode group name.
19398
19399 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19400
19401 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19402 failed.
19403
19404 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19405
19406 * gnus-group.el (gnus-group-delete-group): Decode group name.
19407 (gnus-group-make-rss-group): Encode group name.
19408 (gnus-group-catchup-current): Decode group name.
19409 (gnus-group-kill-group): Decode group name.
19410
19411 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19414
19415 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19416
19417 * gnus-group.el (gnus-group-make-rss-group):
19418 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19419
19420 * gnus-start.el (gnus-setup-news): Honor user's setting to
19421 gnus-message-archive-method. Suggested by Lute Kamstra
19422 <lute@gnu.org>.
19423
19424 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19425
19426 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19427 global counterparts of the buffer-local variables.
19428
19429 2004-11-16 Romain Francoise <romain@orebokech.com>
19430
19431 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19432 counterparts of the buffer-local variables.
19433
19434 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19435
19436 * message.el (message-forbidden-properties): Fix typo in doc
19437 string.
19438
19439 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19440
19441 * gnus-util.el (gnus-replace-in-string): Add doc string.
19442
19443 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19444 to avoid problems when splitting mails with many recipients.
19445
19446 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19449 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19450
19451 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19452
19453 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19454 if there is no hashtable in memory or file modification time is
19455 newer than cached timestamp.
19456
19457 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19458
19459 * gnus-sum.el (gnus-summary-limit-to-recipient):
19460 Implement not-matching option.
19461
19462 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19463
19464 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19465 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19466 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19467 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19468 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19469 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19470
19471 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19472
19473 * message.el (message-forward-make-body-mml): Remove headers
19474 according to message-forward-ignored-headers if a message is decoded.
19475
19476 2004-12-02 Romain Francoise <romain@orebokech.com>
19477
19478 * message.el (message-forward-make-body-plain): Always remove
19479 headers according to message-forward-ignored-headers.
19480
19481 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19482
19483 * spam.el (spam-summary-prepare-exit): Remove the
19484 gnus-summary-limit pop for now, it has problems with ham marks for
19485 me.
19486
19487 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19488
19489 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19490 correctly.
19491
19492 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19493
19494 * format-spec.el (format-spec): Message the char.
19495
19496 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19497
19498 * gnus-art.el (gnus-split-methods): Reformat comments.
19499
19500 * spam.el (spam-summary-prepare-exit): Remove article limits
19501 before exiting the summary buffer.
19502
19503 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19504
19505 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19506 order to silence the byte compiler.
19507
19508 * spam.el: Fix the way to silence the byte compiler, which
19509 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19510 bbdb-search-simple, spam-BBDB-register-routine,
19511 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19512 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19513 spam-stat-buffer-is-spam, spam-stat-load,
19514 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19515 spam-stat-save and spam-stat-split-fancy.
19516
19517 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19518
19519 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19520 which may confuse users.
19521 (canlock-password-for-verify): Ditto.
19522
19523 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19524
19525 * gnus-art.el (gnus-emphasis-alist): Ditto.
19526
19527 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19528
19529 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19530
19531 * gnus-start.el (gnus-save-killed-list): Ditto.
19532
19533 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19534 (gnus-sum-thread-tree-root): Ditto.
19535 (gnus-sum-thread-tree-false-root): Ditto.
19536 (gnus-sum-thread-tree-single-indent): Ditto.
19537
19538 * message.el (message-courtesy-message): Ditto.
19539 (message-archive-note): Ditto.
19540 (message-subscribed-address-file): Ditto.
19541 (message-user-fqdn): Ditto.
19542
19543 * spam-report.el (spam-report-gmane-regex): Ditto.
19544
19545 * spam.el (spam-blackhole-good-server-regex): Ditto.
19546
19547 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19548
19549 * mml.el (mml-preview): Widen the message buffer before copying
19550 the contents to the preview buffer; sort headers before previewing.
19551
19552 * message.el (message-hidden-headers): Fix the way to avoid a bug
19553 in the `repeat' widget in Emacs 21.3 or earlier.
19554
19555 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19556
19557 * message.el (message-hidden-headers): Default to "^References:".
19558 Improve customization type. Suggested by Reiner Steib
19559 <Reiner.Steib@gmx.de>.
19560
19561 2004-11-25 Romain Francoise <romain@orebokech.com>
19562
19563 * message.el (message-strip-forbidden-properties): Remove check for
19564 obsolete `message-hidden' text property, hidden headers are not
19565 accessible in the buffer anymore.
19566
19567 2004-11-22 Romain Francoise <romain@orebokech.com>
19568
19569 * message.el (message-header-format-alist): Add `From' in list
19570 so that it can be sorted.
19571 (message-fix-before-sending): Widen and sort headers before
19572 sending.
19573 (message-hide-headers): Use narrowing to hide headers by moving
19574 them to the top of the buffer and narrowing to the region
19575 underneath.
19576
19577 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19578
19579 * message.el (message-strip-forbidden-properties):
19580 Bind buffer-read-only (etc) to nil.
19581
19582 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19583
19584 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19585 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19586
19587 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19588
19589 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19590
19591 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19592
19593 * dns.el (query-dns): Use sit-for to time instead of
19594 accept-process-output, since that doesn't seem to work on udp
19595 sockets.
19596
19597 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19598
19599 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19600
19601 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19602
19603 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19604 doc string. Improve doc string.
19605
19606 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19607
19608 * nntp.el (nntp-request-update-info): Return nil if
19609 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19610 may not call gnus-activate-group which uselessly issues the GROUP
19611 commands for all nntp groups and wastes time. Reported by Romain
19612 Francoise <romain@orebokech.com>.
19613
19614 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19615
19616 2004-11-15 Simon Josefsson <jas@extundo.com>
19617
19618 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19619 headers separately.
19620 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19621 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19622
19623 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19624
19625 * gnus-start.el (gnus-convert-old-newsrc):
19626 Assign legacy-gnus-agent to 5.10.7.
19627
19628 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19629
19630 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19631 start of the lines.
19632
19633 2004-11-14 Magnus Henoch <mange@freemail.hu>
19634
19635 * hashcash.el (hashcash-default-payment): Change default to 20.
19636 (hashcash-default-accept-payment): Change default to 20.
19637 (hashcash-process-alist): New variable.
19638 (hashcash-generate-payment-async): Add.
19639 (hashcash-already-paid-p): Add.
19640 (hashcash-insert-payment): Don't generate payments twice.
19641 (hashcash-insert-payment-async): Add.
19642 (hashcash-insert-payment-async-2): Add.
19643 (hashcash-cancel-async): Add.
19644 (hashcash-wait-async): Add.
19645 (hashcash-processes-running-p): Add.
19646 (hashcash-wait-or-cancel): Add.
19647 (mail-add-payment): New optional argument. Conditionally start
19648 asynchronous calculation.
19649 (mail-add-payment-async): Add.
19650
19651 * message.el (message-send-mail): Wait for asynchronous hashcash
19652 results. Don't clobber existing X-Hashcash headers.
19653 (message-setup-1): Call mail-add-payment-async when
19654 message-generate-hashcash is non-nil.
19655
19656 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19657
19658 * message.el (message-use-alternative-email-as-from): Examine the
19659 From header as well; use message-make-from in order to include a
19660 user's full name.
19661
19662 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
19663
19664 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19665 default; improve customization type.
19666 (gnus-emphasis-custom-with-format): New macro.
19667 (gnus-emphasis-custom-value-to-external): New function.
19668 (gnus-emphasis-custom-value-to-internal): New function.
19669
19670 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19671
19672 * dns.el (query-dns): Resolve reverse addresses.
19673
19674 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19675
19676 * gnus-group.el (gnus-group-get-new-news): Use it.
19677
19678 * gnus-start.el (gnus-check-reasonable-setup): New function.
19679
19680 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
19681
19682 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19683 "Args out of range" error. Reported by Arnaud Giersch
19684 <arnaud.giersch@free.fr>.
19685
19686 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
19687
19688 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19689
19690 2004-11-04 Richard M. Stallman <rms@gnu.org>
19691
19692 * spam.el (spam group): Add :version.
19693
19694 * pgg-def.el (pgg group): Add :version.
19695
19696 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
19697
19698 * gnus-art.el (gnus-article-edit-article): Don't associate the
19699 article buffer with a draft file. This is a temporary measure
19700 against the 2004-08-22 change to gnus-article-edit-mode.
19701
19702 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
19703
19704 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19705 (html2text-format-tags): Remove unused variable `attr'.
19706
19707 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
19708
19709 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19710
19711 * spam-stat.el (spam-stat): Add :version.
19712
19713 * sieve.el (sieve): Add :version.
19714
19715 * sha1.el (sha1): Add :version.
19716 (sha1-use-external): Remove redundant version.
19717
19718 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19719 (nnmail-cache-ignore-groups, nnmail-spool-hook)
19720 (nnmail-split-fancy-match-partial-words)
19721 (nnmail-split-lowercase-expanded): Add :version.
19722
19723 * nndiary.el (nndiary): Add :version.
19724
19725 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19726
19727 * mml-sec.el (mml-default-sign-method)
19728 (mml-default-encrypt-method, mml-signencrypt-style-alist):
19729 Add :version.
19730
19731 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19732
19733 * mm-url.el (mm-url-use-external, mm-url-program)
19734 (mm-url-arguments): Add :version.
19735
19736 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19737 (mm-attachment-file-modes, mm-decrypt-option)
19738 (mm-w3m-safe-url-regexp): Add :version.
19739
19740 * message.el (message-cite-prefix-regexp)
19741 (message-sendmail-envelope-from, message-minibuffer-local-map)
19742 (message-user-fqdn, message-completion-alist): Add :version.
19743
19744 * gnus-win.el (gnus-configure-windows-hook)
19745 (gnus-use-frames-on-any-display): Add :version.
19746
19747 * gnus-art.el (gnus-article-address-banner-alist)
19748 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19749 (gnus-treat-from-picon, gnus-treat-mail-picon)
19750 (gnus-treat-x-pgp-sig): Add :version.
19751
19752 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19753 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19754 (gnus-summary-article-delete-hook)
19755 (gnus-summary-display-while-building): Add :version.
19756
19757 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19758 (gnus-get-top-new-news-hook): Add :version.
19759
19760 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19761 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19762
19763 * gnus-registry.el (gnus-registry): Add :version.
19764
19765 * gnus-spec.el (gnus-use-correct-string-widths)
19766 (gnus-make-format-preserve-properties): Add :version.
19767
19768 * gnus.el (gnus-group-charter-alist)
19769 (gnus-group-fetch-control-use-browse-url)
19770 (gnus-install-group-spam-parameters): Add :version.
19771
19772 * gnus-diary.el (gnus-diary): Add :version.
19773
19774 * gnus-delay.el (gnus-delay): Add :version.
19775
19776 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19777 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19778 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19779 Add :version.
19780
19781 * gnus-agent.el (gnus-agent-max-fetch-size)
19782 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19783 (gnus-agent-prompt-send-queue): Add :version.
19784
19785 * deuglify.el (gnus-outlook-deuglify): Add :version.
19786
19787 * html2text.el: Beautify code. Improve doc strings.
19788 Some checkdoc cleanup.
19789 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19790
19791 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19792
19793 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19794
19795 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
19796
19797 * gnus-registry.el (gnus-registry-hashtb): Create the registry
19798 when package is loaded.
19799
19800 * spam.el (spam-summary-score-preferred-header): Add global preference
19801 for people who want to override the default SpamAssassin over
19802 Bogofilter preference (when both are set).
19803 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19804 (spam-user-format-function-S):
19805 Check spam-summary-score-preferred-header.
19806 (spam-extra-header-to-number): Add X-Bogosity header parsing.
19807 (spam-user-format-function-S): Format the score correctly.
19808
19809 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
19810
19811 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19812 signature file. Suggested by Manoj Srivastava
19813 <srivasta@golden-gryphon.com>.
19814
19815 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19816 iso-2022-jp even in the Japanese language environment.
19817 Suggested by Jason Rumney <jasonr@gnu.org>.
19818
19819 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
19820
19821 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19822 use the same characters as the dummy marks; make it free from
19823 getting affected by the language environment.
19824 (gnus-summary-read-group-1): Update mark positions only when the
19825 format spec is updated.
19826
19827 * gnus-spec.el (gnus-update-format-specifications): Return a list
19828 of updated types.
19829
19830 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
19831
19832 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19833 of boundp to check if display-warning is available.
19834
19835 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
19836
19837 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19838
19839 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19840
19841 * nnspool.el (nnspool-spool-directory): Use news-path if the
19842 news-directory variable is not bound.
19843
19844 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19845 function instead of display-warning if it is not available.
19846
19847 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19848
19849 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19850 v5-10: Use `point-at-bol'.
19851
19852 2004-10-26 Simon Josefsson <jas@extundo.com>
19853
19854 * hashcash.el: Fix URL in comment, reported by Cheng Gao
19855 <chenggao@gmail.com>.
19856
19857 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19858
19859 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
19860 instead.
19861
19862 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
19863
19864 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19865 to remove a server from the nnimap-server-buffer-alist.
19866 (nnimap-open-connection, nnimap-close-server): Use it.
19867
19868 * gnus-encrypt.el: Remove file in favor of encrypt.el.
19869
19870 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
19871
19872 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19873 running the major-mode function.
19874
19875 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19876
19877 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19878 dummy marks in the right way.
19879
19880 2004-10-18 David Edmondson <dme@dme.org>
19881
19882 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19883 excessively.
19884
19885 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
19886
19887 * gnus-util.el (gnus-split-references): Accept a nil references
19888 string and go on blissfully.
19889
19890 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19891 cases where the references string is non-nil but has no references.
19892
19893 * encrypt.el: Add autoload tags.
19894
19895 * spam.el (spam-resolve-registrations-routine): Remove article
19896 from unregistration list too. Reported by David Hanak
19897 <dhanak@isis.vanderbilt.edu>
19898
19899 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
19900
19901 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19902 nil. Change custom type.
19903
19904 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
19905
19906 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19907
19908 * gnus-sum.el (gnus-summary-move-article): Use it.
19909
19910 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
19911
19912 * encrypt.el: Add autoload cookies.
19913
19914 * spam.el (spam-backend-article-list-property)
19915 (spam-backend-get-article-todo-list)
19916 (spam-backend-put-article-todo-list)
19917 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19918 Resolve registrations separately.
19919 (spam-register-routine): Format comments.
19920 (spam-unregister-routine, spam-register-routine): Always call with
19921 specific-articles, no default list.
19922 (spam-summary-prepare-exit): Use the spam-classifications function.
19923
19924 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19925 gnus-encrypt.el.
19926
19927 * encrypt.el: Copied from gnus-encrypt.el.
19928
19929 * gnus-encrypt.el: Commented that it's obsolete.
19930
19931 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19932
19933 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19934 (gnus-score-save): Use it.
19935
19936 * message.el (message-bury): Use `window-dedicated-p'.
19937
19938 2004-10-15 Simon Josefsson <jas@extundo.com>
19939
19940 * pop3.el (top-level): Don't require nnheader.
19941 (pop3-read-timeout): Add.
19942 (pop3-accept-process-output): Add.
19943 (pop3-read-response, pop3-retr): Use it.
19944
19945 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
19946
19947 * spam.el (spam-register-routine): Move comment.
19948 (spam-verify-bogofilter): Use 'unknown for the initial
19949 spam-bogofilter-valid state, not 'never.
19950
19951 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19952 for netrc-machine.
19953
19954 * nnimap.el (nnimap-open-connection):
19955 Use netrc-machine-user-or-password.
19956
19957 2004-10-17 Richard M. Stallman <rms@gnu.org>
19958
19959 * gnus-registry.el (gnus-registry-unload-hook):
19960 Set as a variable with add-hook.
19961
19962 * nnspool.el (nnspool-spool-directory): Use news-directory instead
19963 of news-path.
19964
19965 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19966
19967 * spam.el: Delete duplicate `provide'.
19968 (spam-unload-hook): Set as a variable with add-hook.
19969
19970 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
19971
19972 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19973 in the doc string.
19974
19975 * message.el (message-ignored-news-headers)
19976 (message-ignored-supersedes-headers)
19977 (message-ignored-resent-headers)
19978 (message-forward-ignored-headers): Improve custom type.
19979
19980 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
19981
19982 * message.el (message-tokenize-header): Fix 2004-09-06 change
19983 which used point-min in the wrong place.
19984
19985 2004-10-12 Simon Josefsson <jas@extundo.com>
19986
19987 * tls.el (tls-certtool-program): New variable.
19988 (tls-certificate-information): New function, based on
19989 ssl-certificate-information.
19990
19991 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
19992
19993 * compface.el: Move the version of ELisp-based uncompface program
19994 to the contrib directory because of the copyright problem.
19995
19996 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19997
19998 * message.el (message-kill-buffer): Raise the current frame.
19999
20000 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20001
20002 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20003
20004 * gnus.el (message-y-or-n-p): Autoload.
20005
20006 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20007 (pop3-password-required, pop3-authentication-scheme)
20008 (pop3-leave-mail-on-server): Make customizable.
20009 (pop3): New custom group.
20010 (pop3-retr): Remove `sleep-for' statements.
20011 Suggested by Dave Love <fx@gnu.org>.
20012
20013 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20014 Windows/DOS.
20015
20016 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20017 (imap-parse-body): Fix incorrect use of `assert'.
20018 Suggested by Dave Love <fx@gnu.org>.
20019
20020 * mml.el (mml-minibuffer-read-disposition): Require match.
20021 Suggested by Dave Love <fx@gnu.org>.
20022
20023 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20024
20025 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20026 doc string.
20027
20028 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20029
20030 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20031
20032 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20033
20034 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20035 instead of calling `mm-insert-inline', to decode text/* parts
20036 before displaying them.
20037
20038 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20039
20040 * mm-uu.el (mm-uu-text-plain-type): New variable.
20041 (mm-uu-pgp-signed-extract-1): Use it.
20042 (mm-uu-pgp-encrypted-extract-1): Use it.
20043 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20044 bind mm-uu-text-plain-type with that value.
20045 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20046 mm-uu-dissect.
20047
20048 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20049
20050 * gnus-group.el (gnus-update-group-mark-positions):
20051 * gnus-sum.el (gnus-update-summary-mark-positions):
20052 * message.el (message-check-news-body-syntax):
20053 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20054 of string-as-multibyte.
20055
20056 2004-10-05 Juri Linkov <juri@jurta.org>
20057
20058 * gnus-group.el (gnus-update-group-mark-positions):
20059 * gnus-sum.el (gnus-update-summary-mark-positions):
20060 * message.el (message-check-news-body-syntax):
20061 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20062 8-bit unibyte values to a multibyte string for search functions.
20063
20064 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20065
20066 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20067 (mm-uu-dissect-text-parts): New function.
20068
20069 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20070 dissect text parts.
20071
20072 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20073 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20074
20075 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20076
20077 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20078 Use gnus-current-topics instead of gnus-current-topic.
20079
20080 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20081
20082 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20083
20084 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20085
20086 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20087 where appropriate.
20088
20089 * nnml.el (nnml-generate-active-info): do.
20090
20091 * nndiary.el (nndiary-generate-active-info): do.
20092
20093 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20094 (gnus-topic-move): do.
20095
20096 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20097 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20098
20099 * gnus-srvr.el (gnus-server-prepare)
20100 (gnus-server-open-all-servers): do.
20101
20102 * gnus-msg.el (gnus-summary-cancel-article)
20103 (gnus-summary-resend-message)
20104 (gnus-summary-mail-crosspost-complaint): do.
20105
20106 * gnus-move.el (gnus-change-server): do.
20107
20108 * gnus-group.el (gnus-group-unmark-all-groups)
20109 (gnus-group-set-current-level): do.
20110
20111 2004-10-04 Simon Josefsson <jas@extundo.com>
20112
20113 * message.el (message-generate-hashcash): Doc fix.
20114
20115 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20116
20117 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20118 avoid infinite recursion via gnus-get-function.
20119
20120 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20121
20122 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20123
20124 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20125
20126 * nnmail.el (nnmail-split-history): do.
20127
20128 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20129 (nnml-request-delete-group): do.
20130
20131 * nnslashdot.el (nnslashdot-read-groups): do.
20132
20133 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20134 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20135
20136 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20137 (nnspool-sift-nov-with-sed): Use last.
20138 (nnspool-retrieve-headers-with-nov): Use mapc.
20139 (nnspool-request-newgroups): Use dolist.
20140 (nnspool-request-group): Use last.
20141
20142 * nntp.el (nntp-read-server-type): Use dolist.
20143
20144 * nnvirtual.el (nnvirtual-create-mapping)
20145 (nnvirtual-update-read-and-marked): Use dolist.
20146 (nnvirtual-convert-headers): Simplify.
20147
20148 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20149
20150 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20151 Add support for sync'ing tick marks.
20152
20153 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20154
20155 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20156 there's no visible header.
20157
20158 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20159
20160 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20161 When necessary, pass full group name to gnus-request-set-marks.
20162
20163 2004-10-01 Simon Josefsson <jas@extundo.com>
20164
20165 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20166 acroread.
20167
20168 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20169
20170 * spam-report.el (spam-report-gmane): Fix interactive.
20171
20172 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20173
20174 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20175 when writing file.
20176 (gnus-agent-synchronize-flags): Don't default to being
20177 interactive.
20178
20179 2004-09-30 Simon Josefsson <jas@extundo.com>
20180
20181 * message.el (message-generate-hashcash): Add.
20182 (message-send-mail): Use it, call mail-add-payment.
20183
20184 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20185
20186 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20187
20188 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20189
20190 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20191 gnus-request-update-info with explicit code to sync the in-memory
20192 info read flags with the marks being sync'd to the backend.
20193
20194 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20195
20196 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20197
20198 * spam.el (spam-verify-bogofilter): Add new function.
20199 (spam-check-bogofilter)
20200 (spam-bogofilter-register-with-bogofilter): Use it.
20201 (spam-verify-bogofilter): Add small fixes.
20202
20203 2004-09-28 Simon Josefsson <jas@extundo.com>
20204
20205 * hashcash.el (hashcash-generate-payment): Revert.
20206
20207 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20208
20209 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20210 Use gnus-extract-references instead of gnus-split-references.
20211
20212 * gnus-util.el (gnus-extract-references): Add new function, analogous
20213 to gnus-split-references but extracts only the message-ID without
20214 anything extra.
20215
20216 * hashcash.el (hashcash-generate-payment)
20217 (hashcash-check-payment): Do the right thing if hashcash-path is
20218 nil (because the hashcash program could not be found).
20219
20220 * spam.el (spam-use-hashcash): Remove comment.
20221
20222 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20223
20224 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20225 (gnus-cache-enter-article, gnus-cache-remove-article)
20226 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20227
20228 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20229
20230 * gnus-art.el (article-hide-boring-headers)
20231 (article-translate-strings, article-display-face)
20232 (gnus-article-mime-match-handle-first)
20233 (gnus-article-highlight-headers)
20234 (gnus-article-add-buttons-to-head): do.
20235
20236 2004-09-27 Simon Josefsson <jas@extundo.com>
20237
20238 * hashcash.el: New version, from
20239 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20240 ../contrib/.
20241
20242 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20243
20244 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20245
20246 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20247
20248 * gnus-dup.el (gnus-dup-open): Use mapc.
20249 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20250
20251 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20252 Reported by Stefan Wiens <s.wi@gmx.net>.
20253
20254 * gnus.el (gnus-shutdown): Use dolist.
20255
20256 * gnus-undo.el (gnus-undo): Use mapc.
20257
20258 * nnrss.el (nnrss-generate-active): do.
20259
20260 * message.el (message-cite-original-without-signature)
20261 (message-cite-original): Use mapc.
20262 (message-do-actions, message-make-forward-subject): Use dolist.
20263
20264 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20265
20266 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20267 deletion to remove entire duplicate line. Fixes merged article
20268 number bug.
20269
20270 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20271
20272 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20273 servers that are offline. Avoids having gnus-agent-toggle-plugged
20274 first ask if you want to open a server and then, even when you
20275 responded with no, asking if you want to synchronize the server's
20276 flags.
20277 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20278 multi-line expressions.
20279 (gnus-agent-synchronize-group-flags): New internal function.
20280 Updates marks in memory (in the info structure) AND in the
20281 backend.
20282
20283 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20284
20285 * nnagent.el (nnagent-request-set-mark):
20286 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20287 method, to ensure that synchronization updates marks in the
20288 backend and in the info (in memory) structure.
20289
20290 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20291
20292 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20293 convention fully; don't miss the root article of a thread; make
20294 the X-Draft-From header with correct article numbers.
20295
20296 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20297
20298 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20299 unless plugged. Disable the agent so that an open failure causes
20300 an error.
20301
20302 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20303 Revert 2004-09-21 change. The backend must be opened while
20304 synchronizing flags even when the backend stores the flags
20305 locally.
20306
20307 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20308
20309 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20310 in `header' match. Reported by Svend Tollak Munkejord.
20311
20312 * message.el (message-cite-original): Fix use of
20313 `message-cite-articles-with-x-no-archive'.
20314
20315 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20316
20317 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20318 (gnus-window-to-buffer): Ditto.
20319
20320 * mml.el (mml-preview-buffer): New variable.
20321 (mml-preview): Manage window layout with gnus-buffer-configuration.
20322
20323 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20324 X-Draft-From header even if those articles aren't quoted.
20325
20326 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20327
20328 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20329 (gnus-request-set-mark, gnus-request-update-mark): Use new
20330 g-s-t-u-l-m to decide to use backend even when unplugged.
20331
20332 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20333
20334 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20335 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20336
20337 2004-09-20 Simon Josefsson <jas@extundo.com>
20338
20339 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20340 "utf-16-le".
20341
20342 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20345
20346 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20347
20348 * uudecode.el (uudecode-use-external): Add :version.
20349
20350 * smime.el (smime-CA-file, smime-encrypt-cipher)
20351 (smime-dns-server): Add :version.
20352
20353 * smiley.el (gnus-smiley-file-types): Add :version.
20354
20355 * sha1.el (sha1-use-external): Add :version.
20356
20357 * pgg-def.el (pgg-query-keyserver): Add :version.
20358
20359 * nnmail.el (nnmail-fancy-expiry-targets)
20360 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20361 Add :version.
20362
20363 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20364 (nnimap-retrieve-groups-asynchronous): Add :version.
20365 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20366
20367 * mml.el (mml-content-disposition-parameters)
20368 (mml-insert-mime-headers-always): Add :version.
20369
20370 * mm-util.el (mm-coding-system-priorities): Add :version.
20371
20372 * mm-decode.el (mm-inline-text-html-with-images)
20373 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20374 (mm-verify-option): Add :version.
20375 (mm-text-html-renderer): Change :version.
20376
20377 * message.el (message-fcc-externalize-attachments)
20378 (message-required-headers, message-draft-headers)
20379 (message-subject-trailing-was-query)
20380 (message-subject-trailing-was-ask-regexp)
20381 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20382 (message-mark-insert-end, message-archive-header)
20383 (message-archive-note, message-cross-post-default)
20384 (message-cross-post-note, message-followup-to-note)
20385 (message-cross-post-note-function, message-use-mail-followup-to)
20386 (message-subscribed-address-functions)
20387 (message-subscribed-address-file, message-subscribed-addresses)
20388 (message-subscribed-regexps, message-allow-no-recipients)
20389 (message-yank-cited-prefix, message-signature-insert-empty-line)
20390 (message-hidden-headers, message-hierarchical-addresses)
20391 (message-mail-user-agent, message-use-idna)
20392 (message-valid-fqdn-regexp)
20393 (message-strip-special-text-properties, message-header-synonyms)
20394 (message-beginning-of-line, message-tab-body-function): Add :version.
20395 (message-insert-canlock, message-wide-reply-confirm-recipients):
20396 Change :version.
20397
20398 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20399 and :version.
20400 (mail-source-delete-old-incoming-confirm)
20401 (mail-source-movemail-program): Add :version.
20402
20403 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20404 (gnus-agent-cache, gnus-agent): Change :version.
20405
20406 * gnus-util.el (gnus-use-byte-compile): Change :version.
20407
20408 * gnus-sum.el (gnus-summary-make-false-root-always)
20409 (gnus-summary-default-high-score)
20410 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20411 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20412 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20413 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20414 (gnus-sum-thread-tree-single-indent)
20415 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20416 (gnus-sum-thread-tree-leaf-with-other)
20417 (gnus-sum-thread-tree-single-leaf): Add :version.
20418 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20419 (gnus-article-loose-mime): Change :version.
20420
20421 * gnus-start.el (gnus-backup-startup-file)
20422 (gnus-save-startup-file-via-temp-buffer): Add :version.
20423
20424 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20425 (gnus-server-offline-face): Add :version.
20426
20427 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20428
20429 * gnus-msg.el (gnus-gcc-externalize-attachments)
20430 (gnus-debug-files, gnus-debug-exclude-variables)
20431 (gnus-discouraged-post-methods): Change :version.
20432 (gnus-confirm-mail-reply-to-news)
20433 (gnus-confirm-treat-mail-like-news): Add :version.
20434
20435 * gnus-int.el (gnus-server-unopen-status): Add :version.
20436
20437 * gnus-group.el (gnus-group-jump-to-group-prompt)
20438 (gnus-large-ephemeral-newsgroup)
20439 (gnus-fetch-old-ephemeral-headers): Add :version.
20440
20441 * gnus-fun.el (gnus-x-face-directory)
20442 (gnus-convert-pbm-to-x-face-command)
20443 (gnus-convert-image-to-x-face-command)
20444 (gnus-convert-image-to-face-command): Add :version.
20445
20446 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20447
20448 * gnus-cite.el (gnus-cite-blank-line-after-header)
20449 (gnus-article-boring-faces): Add :version.
20450
20451 * gnus-art.el (gnus-buttonized-mime-types)
20452 (gnus-inhibit-mime-unbuttonizing)
20453 (gnus-treat-display-face)
20454 (gnus-treat-body-boundary): Change :version.
20455 (gnus-body-boundary-delimiter, gnus-picon-databases)
20456 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20457 (gnus-treat-date-english, gnus-treat-fold-headers)
20458 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20459 (gnus-treat-mail-picon, gnus-treat-wash-html)
20460 (gnus-article-encrypt-protocol)
20461 (gnus-use-idna, gnus-article-over-scroll)
20462 (gnus-mime-display-multipart-alternative-as-mixed)
20463 (gnus-mime-display-multipart-related-as-mixed)
20464 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20465 (gnus-ctan-url, gnus-button-ctan-handler)
20466 (gnus-button-handle-ctan-bogus-regexp)
20467 (gnus-button-ctan-directory-regexp)
20468 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20469 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20470 (gnus-button-man-level, gnus-button-emacs-level)
20471 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20472
20473 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20474 (gnus-agent-go-online): Change :version.
20475 (gnus-agent-expire-unagentized-dirs)
20476 (gnus-agent-auto-agentize-methods): Add :version.
20477
20478 * flow-fill.el (fill-flowed-display-column)
20479 (fill-flowed-encode-column): Add :version.
20480
20481 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20482 (gnus-outlook-deuglify-unwrap-max)
20483 (gnus-outlook-deuglify-cite-marks)
20484 (gnus-outlook-deuglify-unwrap-stop-chars)
20485 (gnus-outlook-deuglify-no-wrap-chars)
20486 (gnus-outlook-deuglify-attrib-cut-regexp)
20487 (gnus-outlook-deuglify-attrib-verb-regexp)
20488 (gnus-outlook-deuglify-attrib-end-regexp)
20489 (gnus-outlook-display-hook): Add :version.
20490
20491 * binhex.el (binhex-use-external): Add :version.
20492
20493 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20494
20495 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20496 and `invisible'.
20497
20498 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20499
20500 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20501 in gnus-registry-trim.
20502
20503 2004-09-13 Simon Josefsson <jas@extundo.com>
20504
20505 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20506
20507 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20508
20509 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20510 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20511 <yamaoka@jpl.org>.
20512 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20513 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20514 <yamaoka@jpl.org>.
20515
20516 * sieve.el (sieve-manage-mode): Ditto.
20517
20518 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20519
20520 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20521
20522 2004-09-11 Simon Josefsson <jas@extundo.com>
20523
20524 * dns-mode.el: Add.
20525
20526 * mm-view.el (mm-display-dns-inline): Add.
20527
20528 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20529 (mm-automatic-display): Ditto.
20530
20531 * mailcap.el (mailcap-mime-data): Add text/dns.
20532 (mailcap-mime-extensions): Map .soa to text/dns.
20533
20534 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20535
20536 * gnus-art.el (article-decode-mime-words, article-babel)
20537 (gnus-article-highlight-signature, gnus-article-add-buttons)
20538 (gnus-signature-toggle): Remove unnecessary bindings of
20539 `inhibit-read-only' inherited from v5.10 merge.
20540
20541 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20542
20543 * nntp.el (nntp): New customization group.
20544 (nntp-authinfo-file): Add customization group.
20545
20546 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20547
20548 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20549
20550 * gnus.el (to-address, to-list, subscribed)
20551 (large-newsgroup-initial): Ditto.
20552
20553 * flow-fill.el (fill-flowed-display-column)
20554 (fill-flowed-encode-column): Ditto.
20555
20556 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20557
20558 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20559 Use point-min rather than 1.
20560 (message-send-mail): Use buffer-size rather than point-max.
20561
20562 * gnus-sum.el (gnus-summary-search-article-forward):
20563 Signal a specific `search-failed' rather than a generic `error'.
20564
20565 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20566 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20567 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20568
20569 2004-09-10 Simon Josefsson <jas@extundo.com>
20570
20571 * nndb.el (require): Remove tcp and duplicate cl.
20572
20573 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20574
20575 * gnus-agent.el (directory-files-and-attributes): Move forward.
20576
20577 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20578
20579 * gnus-agent.el (directory-files-and-attributes):
20580 Optionally defined to support XEmacs.
20581
20582 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20583
20584 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20585 to avoid run-time CL dependencies.
20586 (gnus-agent-unfetch-articles): New function.
20587 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20588 article numbers even when local .overview file is missing.
20589 (gnus-agent-read-article-number): New function. Only accepts
20590 27-bit article numbers.
20591 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20592 Use gnus-agent-read-article-number.
20593 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20594 from backend while recognizing that article numbers in .overview
20595 must be valid.
20596 (gnus-agent-update-files-total-fetched-for):
20597 Use directory-files-and-attributes to improve performance.
20598 * gnus-int.el (gnus-request-move-article):
20599 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20600 improve performance.
20601
20602 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20603 some users confused by references to .newsrc when they only have a
20604 .newsrc.eld file.
20605 (gnus-convert-mark-converter-prompt)
20606 (gnus-convert-converter-needs-prompt): Fix use of property list.
20607 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20608 New function. Used internally to only display 'gnus converting
20609 files' message when actually necessary.
20610
20611 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20612 methods now autoloaded.
20613
20614 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20615
20616 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20617 identifiers.
20618
20619 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20620
20621 * gnus-picon.el: Fix indentation and closing parenthesis.
20622
20623 2004-09-01 Simon Josefsson <jas@extundo.com>
20624
20625 * message.el (message-canlock-generate): Require sha1, not
20626 sha1-el. (Can we get rid of this require altogether? It is ugly
20627 to require within a function. Sadly, if sha1.el isn't loaded, the
20628 let binding in m-c-g will hide the defcustom definition, which is
20629 bad.)
20630
20631 * canlock.el: Require sha1, not sha1-el.
20632
20633 * message.el: Don't autoload sha1 (there is a autoload cookie in
20634 sha1.el).
20635
20636 * sha1-el.el: Rename to sha1.el.
20637
20638 2004-08-30 Juanma Barranquero <lektu@terra.es>
20639
20640 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20641
20642 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20645
20646 2004-08-30 Kim F. Storm <storm@cua.dk>
20647
20648 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20649
20650 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20651 Add :group 'nnimap.
20652
20653 2004-08-30 Andreas Schwab <schwab@suse.de>
20654
20655 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20656 ?* and ?\;.
20657
20658 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20659 and ?\' to symbol instead of whitespace.
20660
20661 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20662
20663 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20664
20665 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20666 instead of re-search-forward.
20667
20668 * gnus-uu.el (gnus-uu-save-article): Ditto.
20669 (gnus-uu-post-encode-uuencode): Ditto.
20670
20671 * html2text.el (html2text-clean-list-items): Ditto.
20672 (html2text-clean-dtdd): Ditto.
20673 (html2text-format-tags): Ditto.
20674
20675 * message.el (message-send-mail-with-sendmail): Fix regexp.
20676 (message-fill-field-general): Use search-forward instead of
20677 re-search-forward.
20678 (unbold-region): Ditto.
20679
20680 * nnrss.el (nnrss-request-article): Ditto.
20681
20682 * nnslashdot.el (nnslashdot-request-article): Ditto.
20683
20684 * nnweb.el (nnweb-gmane-wash-article): Ditto.
20685
20686 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20687 "Unrecognized menu descriptor" error in XEmacs.
20688
20689 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
20690
20691 * gnus-sum.el (gnus-read-header): Don't remove a header for the
20692 parent article of a sparse article in the thread hashtb.
20693
20694 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
20695
20696 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20697 (nnmail-expand-newtext): Lowercase expanded entries if
20698 nnmail-split-lowercase-expanded is non-nil.
20699
20700 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
20701
20702 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20703
20704 * gnus-group.el (gnus-group-line-format-alist): Convert the value
20705 of gnus-tmp-news-method into string under XEmacs. It will be
20706 passed to gnus-correct-length which takes only a string argument.
20707
20708 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
20709
20710 * gnus-util.el (gnus-bind-print-variables): New macro.
20711 (gnus-prin1): Use it.
20712 (gnus-prin1-to-string): Use it.
20713 (gnus-pp): New function.
20714 (gnus-pp-to-string): New function.
20715
20716 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20717 Replace pp-to-string with gnus-pp-to-string.
20718 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20719 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20720 * gnus-msg.el (gnus-debug): Ditto.
20721 * gnus-score.el (gnus-score-save): Ditto.
20722 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20723 gnus-pp-to-string.
20724 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20725 with gnus-pp.
20726 * score-mode.el (gnus-score-pretty-print): Ditto.
20727 * webmail.el (webmail-debug): Ditto.
20728
20729 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
20730
20731 * gnus-art.el (article-display-face, article-display-x-face):
20732 Use buffer-read-only.
20733
20734 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
20735
20736 * gnus-art.el (article-hide-list-identifiers):
20737 Bind inhibit-read-only as t.
20738
20739 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
20740
20741 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20742
20743 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20746 (gnus-narrow-to-page): Don't assume point-min == 1.
20747 (gnus-article-edit-mode): Derive from message-mode.
20748
20749 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20750 point-min == 1.
20751
20752 * imap.el (imap-parse-address-list, imap-parse-body-ext):
20753 Disable incorrect use of `assert'.
20754
20755 * message.el (message-mode): Set comment-start-skip.
20756
20757 2004-08-22 Sam Steingold <sds@gnu.org>
20758
20759 * pop3.el (pop3-leave-mail-on-server): New user variable.
20760 (pop3-movemail): Delete mail only when it is nil.
20761
20762 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
20763
20764 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20765
20766 * mml.el (mml-preview): Use `pop-to-buffer'.
20767
20768 * message.el (message-goto-mail-followup-to): Insert after "To".
20769 (message-carefully-insert-headers): Add comment.
20770
20771 * gnus.el: Remove unused variable `gnus-article-check-size'.
20772
20773 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20774
20775 * gnus-art.el (gnus-button-alist):
20776 Improve `gnus-button-handle-library' entry.
20777
20778 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
20779
20780 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20781 Use downcase, since XEmacs capitalizes error messages differently.
20782
20783 2004-08-18 Jesper Harder <harder@ifa.au.dk>
20784
20785 * nntp.el: Add (require 'gnus) due to reference to
20786 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
20787
20788 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
20789
20790 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20791 Bind `mm-fill-flowed'.
20792
20793 * mm-decode.el (mm-dissect-singlepart): Check it.
20794
20795 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
20796
20797 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20798 'imap' for netrc parsing.
20799
20800 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
20801
20802 * mailcap.el (mailcap-mime-data): Mark as risky.
20803
20804 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
20805
20806 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20807 may be included in the encoded word.
20808 (rfc2047-encode): Don't append a space if the encoded word
20809 includes close parenthesis.
20810
20811 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
20812
20813 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20814 of text within parentheses.
20815
20816 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
20817
20818 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20819 (gnus-encrypt-write-file-contents): Make the password key the file
20820 name PLUS the cipher, not just the cipher. Also remove failed
20821 passwords from the cache.
20822
20823 2004-08-06 Simon Josefsson <jas@extundo.com>
20824
20825 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20826 Doc fix.
20827
20828 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20829
20830 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20831 LWSP.
20832
20833 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
20834
20835 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20836 Try to append in-reply-to: data to the references: header.
20837
20838 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20839 (netrc-parse): Use gnus-encrypt.el functions.
20840
20841 * gnus-encrypt.el: Add new file for encryption support; currently
20842 does only a few GPG ciphers and an internal XOR cipher.
20843
20844 * password.el: Add comments on using password-read-and-add.
20845 (password-read-and-add): Add function to read and add the
20846 password to the cache at once.
20847
20848 2004-07-28 Simon Josefsson <jas@extundo.com>
20849
20850 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20851 parameter (but don't use it, for now).
20852
20853 * imap.el (imap-ssl-open): Use imap-process-connection-type,
20854 instead of hard coding to nil.
20855
20856 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20857
20858 * mm-view.el (mm-inline-image-emacs): Open lines under an image
20859 as mm-inline-image-xemacs does.
20860
20861 2004-07-26 Simon Josefsson <jas@extundo.com>
20862
20863 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20864 Revert part of 2004-07-17 change below.
20865
20866 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20867
20868 * rfc2047.el (rfc2047-encode-region): Don't infloop.
20869 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20870
20871 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
20872
20873 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20874 quotes that actually start with ">" at the beginning of the
20875 lines.
20876
20877 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
20878
20879 * rfc2047.el (rfc2047-encode-region): Fix last change.
20880 (rfc2047-encode-parameter): Remove useless concat.
20881
20882 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
20883
20884 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20885 encode special characters; fix some kind of misconfigured headers;
20886 signal a real error if debug-on-quit or debug-on-error is non-nil.
20887 (rfc2047-encode-max-chars): New variable.
20888 (rfc2047-encode-1): Use it.
20889 (rfc2047-encode-parameter): New function.
20890
20891 * mml.el (mml-insert-parameter): Remove an excessive space.
20892
20893 2004-07-17 Simon Josefsson <jas@extundo.com>
20894
20895 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20896 Kai Grossjohann <kai@emptydomain.de>.
20897 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20898 (gnus-group-make-menu-bar): Ditto.
20899
20900 * gnus-util.el (gnus-group-server): Add.
20901
20902 2004-07-16 Jesper Harder <harder@ifa.au.dk>
20903
20904 * message.el (message-clone-locals): Clone sendmail and smtp
20905 variables.
20906
20907 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20908
20909 * rfc2047.el (rfc2047-encode-region): Fix last change.
20910
20911 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
20912
20913 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20914 characters as non-special.
20915
20916 2004-07-09 Simon Josefsson <jas@extundo.com>
20917
20918 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20919 Users will lose all flag changes made while unplugged with
20920 e.g. nntp unless flag synchronization happens, thus `nil' is not a
20921 good default. See numerous reports on ding mailing list.
20922
20923 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
20924
20925 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20926 add generate-head-function and generate-article-function to the
20927 rfc822-forward entry.
20928 (nndoc-rfc822-forward-generate-article): New function.
20929 (nndoc-rfc822-forward-generate-head): New function.
20930
20931 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20932
20933 2004-07-06 Dan Christensen <jdc@uwo.ca>
20934
20935 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20936 respect display group parameter and gnus-summary-expunge-below.
20937 (gnus-articles-to-read): Remove unused reference to display group
20938 parameter.
20939
20940 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
20941
20942 * nnheader.el (nnheader-uniquify-message-id): New experimental
20943 variable.
20944 (nnheader-nov-read-message-id): Use it.
20945
20946 * spam-report.el (spam-report-gmane): Add interactive.
20947
20948 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
20949
20950 * mm-encode.el (mm-content-transfer-encoding-defaults):
20951 Use qp-or-base64 for the application/* types.
20952
20953 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
20954
20955 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20956
20957 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
20958
20959 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20960 trim value.
20961
20962 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20963
20964 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20965 New macro and function.
20966 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20967
20968 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20969
20970 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20971 after-load-alist.
20972
20973 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * gnus-group.el (gnus-group-get-new-news-this-group):
20976 Don't update info that isn't there.
20977
20978 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
20979
20980 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20981 entry.
20982
20983 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20984
20985 * mm-view.el (mm-inline-render-with-function): Use multibyte
20986 buffer; decode html source by charset.
20987
20988 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20989
20990 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20991 Mule-UCS is loaded under XEmacs.
20992 (mm-mime-mule-charset-alist): Avoid duplicated entries.
20993
20994 2004-06-28 Jesper Harder <harder@ifa.au.dk>
20995
20996 * nnheader.el (nnheader-max-head-length): Increase to 8192.
20997
20998 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
20999
21000 * mm-util.el (mm-coding-system-p): Return a coding-system.
21001 (mm-mime-mule-charset-alist): Use shift_jis instead of
21002 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21003 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21004 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21005 instead of japanese-shift-jis and iso-latin-1 respectively in
21006 order to share the default value with both Emacs and XEmacs-mule.
21007 (mm-mule-charset-to-mime-charset):
21008 Make mm-coding-system-priorities effective.
21009 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21010 while predicating of candidates upon the priorities.
21011
21012 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21013
21014 * gnus-sum.el (gnus-summary-make-menu-bar):
21015 Add gnus-uu-invert-processable.
21016
21017 * gnus.el: Autoload gnus-uu-invert-processable.
21018
21019 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21020
21021 * mm-util.el (mm-with-multibyte-buffer): New macro.
21022
21023 * rfc2047.el (rfc2047-encode-string): Use it.
21024 (rfc2047-encode-region): Move point to the end of the region after
21025 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21026
21027 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21028
21029 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21030 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21031
21032 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21033
21034 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21035 (gnus-cite-parse): Ignore quoted envelope From_.
21036 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21037
21038 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21039
21040 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21041 invalid addresses.
21042
21043 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21044
21045 * spam.el: Change section markers, revise TODO list.
21046 (spam-backends): Make new master list of all installed backends.
21047 (spam-summary-exit-behavior): Add new variable to determine how
21048 messages moves are done at summary exit.
21049 (spam-move-spam-nonspam-groups-only)
21050 (spam-process-ham-in-nonham-groups)
21051 (spam-process-ham-in-spam-groups): Remove variables, the
21052 spam-summary-exit-behavior variable should be used to manage this
21053 behavior.
21054 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21055 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21056 and spam-old-spam-articles.
21057 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21058 Add empty variables, placeholders for the backends they represent.
21059 (spam-set-difference): Move, unchanged.
21060 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21061 unless the user has a processor variable.
21062 (spam-classifications, spam-classification-valid-p)
21063 (spam-backend-properties, spam-backend-property-valid-p)
21064 (spam-backend-function-type-valid-p)
21065 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21066 (spam-report-articles-gmane, spam-report-articles-resend):
21067 Remove functions, they are not needed.
21068 (spam-install-backend-super, spam-backend-list)
21069 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21070 (spam-backend-function, spam-backend-ham-registration-function)
21071 (spam-backend-spam-registration-function)
21072 (spam-backend-ham-unregistration-function)
21073 (spam-backend-spam-unregistration-function)
21074 (spam-backend-statistical-p, spam-backend-mover-p)
21075 (spam-install-backend-alias, spam-install-checkonly-backend)
21076 (spam-install-mover-backend, spam-install-nocheck-backend)
21077 (spam-install-backend, spam-install-statistical-backend)
21078 (spam-install-statistical-checkonly-backend): Add backend installation
21079 support.
21080 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21081 (spam-group-processor-p): Use the new backend code and respect the
21082 summary exit behavior.
21083 (spam-mark-spam-as-expired-and-move-routine): Remove.
21084 (spam-summary-prepare): Change to use the new spam-old-articles
21085 variable.
21086 (spam-copy-or-move-routine, spam-copy-spam-routine)
21087 (spam-move-spam-routine, spam-copy-ham-routine)
21088 (spam-move-ham-routine): Add code to copy/move ham or spam.
21089 (spam-fetch-field-fast): Improve doc and code, plus allow the
21090 'number request.
21091 (spam-list-of-checks, spam-list-of-statistical-checks):
21092 Remove variables.
21093 (spam-split, spam-find-spam): Use the new backend code.
21094 (spam-registration-functions): Remove variable.
21095 (spam-unregister-routine): Add convenience wrapper.
21096 (spam-log-undo-registration, spam-register-routine)
21097 (spam-log-processing-to-registry)
21098 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21099 where possible.
21100 (spam-check-gmane-xref, spam-check-regex-headers)
21101 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21102 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21103 (spam-check-bogofilter-headers, spam-check-spamoracle)
21104 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21105 (spam-check-crm114-headers): Use the spam-split-group that
21106 spam-split prepares, no need to determine it every time.
21107
21108 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21109 to the nnheader-parse-naked-head call.
21110
21111 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21112
21113 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21114 the nnheader-nov-read-message-id call.
21115
21116 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21117
21118 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21119 gnus-activate-group twice. Suggested by Markus Peter
21120 <warp@spin.de>.
21121
21122 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21123
21124 * gnus-art.el (gnus-article-time-format): Exchange the order of
21125 day and month in the default value; fix customization type.
21126 (article-date-ut): Use add-text-properties.
21127 (article-make-date-line): Use message-make-date instead of
21128 current-time-string.
21129
21130 * message.el (message-fetch-field): Don't use set-text-properties.
21131 (message-make-date): Simplify.
21132
21133 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21134
21135 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21136 (rfc2047-encode-region): Treat text within parentheses as special;
21137 show the original text when error has occurred.
21138
21139 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21140 already-computed method to gnus-activate-group.
21141
21142 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21143 same select-methods identical Lisp objects.
21144
21145 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21146 object when modifying the info.
21147
21148 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21149
21150 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21151 gnus-opened-servers since it has never been opened with the new
21152 configuration yet.
21153
21154 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21155
21156 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21157 arg to nnheader-generate-fake-message-id.
21158
21159 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21160
21161 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21162 number and build a fake message ID localized to a group and
21163 article number (so it's repeatable from that point on).
21164 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21165 ID format.
21166
21167 * gnus-sum.el (gnus-get-newsgroup-headers):
21168 Call nnheader-generate-fake-message-id with the article number.
21169
21170 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21171
21172 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21173 end-of-buffer.
21174
21175 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21176
21177 * message.el (message-ignored-supersedes-headers): Add Approved.
21178
21179 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21180
21181 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21182 goto-char.
21183 (rfc2047-encode): Fold the line before encoding.
21184
21185 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21186
21187 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21188 folding -- not all headers can be folded, and this should be done
21189 by the message composition mode. Probably. I think.
21190
21191 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21192
21193 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21194 fast.
21195
21196 * gnus-ems.el (gnus-remove-image): Don't use
21197 message-text-with-property; remove only the image found first.
21198
21199 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21200
21201 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21202
21203 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21204
21205 * message.el (message-text-with-property): Make it fast and accept
21206 optional arguments.
21207 (message-strip-forbidden-properties): Use it.
21208 (message-fix-before-sending): Follow the m-t-w-p change.
21209
21210 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21211
21212 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21213
21214 * gnus-art.el (article-hide-headers): Don't change the buffer
21215 mistakenly when performing mml-preview even if
21216 gnus-single-article-buffer is nil.
21217
21218 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21219
21220 * message.el (message-expand-name-databases): New user option.
21221 (message-expand-name): Use it.
21222
21223 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21224
21225 * spam.el (spam-report-articles-resend)
21226 (spam-report-resend-register-routine): Allow ham reporting.
21227 (spam-report-resend-register-ham-routine): Add wrapper.
21228 (spam-registration-functions): Add ham resending functions.
21229 (spam-list-of-processors): Add ham resend processor.
21230
21231 * gnus.el (ham-resend-to): Add new group parameter.
21232 (spam-process): Add ham resend option.
21233
21234 * spam-report.el (spam-report-resend): Allow reporting ham.
21235 (spam-report-resend-ham): Add wrapper.
21236
21237 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21238
21239 * message.el (message-cite-articles-with-x-no-archive):
21240 New variable.
21241 (message-cite-original): Use it.
21242
21243 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21244
21245 * message.el (message-cite-original): Respect X-No-Archive.
21246
21247 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21248
21249 * gnus-art.el (article-hide-headers): Refer to the values for
21250 gnus-ignored-headers and gnus-visible-headers in the summary
21251 buffer since a user may have set them as group parameters.
21252
21253 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21254
21255 * assistant.el (assistant-node-name): Add convenience function.
21256 (assistant-render-text, assistant-render-node): Add error handling,
21257 plus handle multiple next nodes.
21258 (assistant-find-next-node): Comment out for now.
21259 (assistant-find-next-nodes): Add function, returns list of next
21260 nodes.
21261
21262 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21263
21264 * mail-source.el (mail-source-directory): Fix doc-string.
21265
21266 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21267
21268 * assistant.el (assistant-render-text, assistant-eval): Add :set
21269 widget type, which is different because it takes and returns a
21270 list. Much hilarity ensues.
21271
21272 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21273
21274 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21275
21276 * gnus-group.el (gnus-group-get-new-news-this-group):
21277 Add doc-string.
21278
21279 * gnus-start.el (gnus-activate-group): Add doc-string.
21280
21281 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21282
21283 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21284
21285 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21286
21287 * assistant.el (assistant-render-text): Try to add a :set
21288 widget, more to come.
21289
21290 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21291 strings.
21292 (spam-report-articles-resend)
21293 (spam-register-routine): Do registration iff any articles warrant
21294 it.
21295 (spam-summary-prepare-exit): Change log message for nil group
21296 destinations.
21297
21298 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21299
21300 * spam.el (spam-report-resend-register-routine):
21301 Allow spam-report-resend-to to be a group parameter or a global value.
21302
21303 2004-05-26 Simon Josefsson <jas@extundo.com>
21304
21305 * starttls.el: Merge with my GnuTLS based starttls.el.
21306 (starttls-gnutls-program, starttls-use-gnutls)
21307 (starttls-extra-arguments, starttls-process-connection-type)
21308 (starttls-connect, starttls-failure, starttls-success):
21309 New variables.
21310 (starttls-program, starttls-extra-args): Doc fix.
21311 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21312 New functions.
21313 (starttls-negotiate, starttls-open-stream):
21314 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21315 function if it is set.
21316
21317 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21318
21319 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21320 structured fields.
21321
21322 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21323
21324 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21325
21326 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21327
21328 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21329 Add variable.
21330 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21331 assigning the spam-mark to new messages.
21332
21333 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21334
21335 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21336
21337 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21338
21339 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21340 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21341 default.
21342
21343 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21344
21345 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21346 correct data.
21347
21348 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21349
21350 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21351 (spam-group-processor-p): Fix function.
21352 (spam-group-processor-multiple-p)
21353 (spam-group-spam-processor-report-gmane-p)
21354 (spam-group-spam-processor-report-resend-p)
21355 (spam-group-spam-processor-bogofilter-p)
21356 (spam-group-spam-processor-blacklist-p)
21357 (spam-group-spam-processor-ifile-p)
21358 (spam-group-ham-processor-ifile-p)
21359 (spam-group-spam-processor-spamoracle-p)
21360 (spam-group-spam-processor-crm114-p)
21361 (spam-group-ham-processor-bogofilter-p)
21362 (spam-group-spam-processor-stat-p)
21363 (spam-group-ham-processor-stat-p)
21364 (spam-group-ham-processor-whitelist-p)
21365 (spam-group-ham-processor-BBDB-p)
21366 (spam-group-ham-processor-spamoracle-p)
21367 (spam-group-ham-processor-copy-p): Remove functions with some
21368 prejudice against unneeded code.
21369 (spam-report-articles-resend)
21370 (spam-report-resend-register-routine): Allow the group/topic
21371 spam-resend-to value to override spam-report-resend-to.
21372 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21373 properly now.
21374
21375 * gnus.el (spam-resend-to): Add group/topic parameter.
21376 (spam-process): Move the OBSOLETE processors to the end of the
21377 choices.
21378
21379 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21380
21381 * spam-report.el (spam-report-resend-to, spam-report-resend):
21382 Start with resend-to set to nil, and then ask the user if necessary.
21383 (spam-report-resend): spam-report-resend takes a list of articles, not
21384 separate article numbers.
21385
21386 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21387
21388 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21389 addition to emacs-w3m.
21390
21391 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21392
21393 * assistant.el (assistant-authinfo-data): New function.
21394 (assistant-eval): Eval for entire assistant.
21395
21396 * netrc.el (netrc-services-file): New variable.
21397 (netrc-parse-services): New function.
21398 (netrc-find-service-name): New function.
21399 (netrc-find-service-number): New function.
21400 (netrc-port-equal): New function.
21401 (netrc-machine): Use it.
21402
21403 * nnimap.el (nnimap-open-connection): Use netrc.
21404
21405 * gnus-util.el (gnus-netrc-get): Remove aliases.
21406
21407 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21408
21409 * assistant.el (wid-edit): Fix compilation.
21410
21411 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21412
21413 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21414
21415 * gnus-util.el (gnus-set-file-modes): New function. (small
21416 patch).
21417
21418 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21419
21420 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21421
21422 * assistant.el (assistant-render-node): Fix up rendering and
21423 read-only text.
21424 (assistant-render-node): Reset.
21425 (assistant-make-read-only): Not sticky.
21426
21427 2004-05-20 Danny Siu <dsiu@adobe.com>
21428
21429 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21430 centered even when gnus-auto-center-summary is t.
21431
21432 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21433
21434 * dns.el (dns-get-txt-answer): New function.
21435 (dns-read-txt): Ditto.
21436 (query-dns): Use it.
21437
21438 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21439
21440 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21441 active for foreign groups even if the group level is higher than
21442 the specified value.
21443
21444 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21445
21446 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21447 non-active groups.
21448
21449 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21450
21451 2004-05-20 Magnus Henoch <mange@freemail.hu>
21452
21453 * dns.el (dns-read-type): Add support for SVR. (small patch)
21454
21455 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21456
21457 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21458 (spam-crm114-header, spam-crm114-spam-switch)
21459 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21460 (spam-crm114-positive-spam-header)
21461 (spam-crm114-database-directory, spam-list-of-processors)
21462 (spam-group-spam-processor-crm114-p)
21463 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21464 (spam-generic-score, spam-list-of-checks)
21465 (spam-list-of-statistical-checks, spam-registration-functions)
21466 (spam-check-crm114-headers, spam-crm114-score)
21467 (spam-check-crm114, spam-crm114-register-with-crm114)
21468 (spam-crm114-register-spam-routine)
21469 (spam-crm114-unregister-spam-routine)
21470 (spam-crm114-register-ham-routine)
21471 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21472
21473 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21474
21475 * gnus.el: Add spam-use-crm114.
21476
21477 * spam.el (spam-list-of-processors, spam-registration-functions):
21478 Add spam-use-resend.
21479 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21480 (spam-report-articles-gmane): Add doc fix.
21481 (spam-report-articles-resend, spam-report-resend-register-routine):
21482 Add wrappers around spam-report-resend-to.
21483
21484 * spam-report.el (spam-report-resend-to, spam-report-resend):
21485 Add support for resending spam.
21486 (spam-report-gmane): Fix line length >80.
21487
21488 * gnus.el (spam-process): Add spam-use-resend.
21489
21490 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21491
21492 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21493 number of processed spam messages.
21494 (spam-ham-copy-or-move-routine): Return the number of processed
21495 ham messages.
21496 (spam-summary-prepare-exit): Use the above values to decide
21497 whether status messages shouled be displayed.
21498
21499 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21500
21501 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21502 `rfc2047-encoding-function-alist' in order to avoid conflicting
21503 with the old version.
21504 (rfc2047-encode-region): Concatenate words containing non-ASCII
21505 characters in structured fields; don't encode space-delimited
21506 ASCII words even in unstructured fields; don't break words at
21507 char-category boundaries.
21508 (rfc2047-encode-1): New function.
21509 (rfc2047-encode): Use it; encode text so that it occupies the
21510 maximum width within 76-column; work correctly on Q encoding for
21511 iso-2022-* charsets.
21512 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21513 sure not to break a line just after the header name.
21514 (rfc2047-b-encode-region): Remove.
21515 (rfc2047-b-encode-string): New function.
21516 (rfc2047-q-encode-region): Remove.
21517 (rfc2047-q-encode-string): New function.
21518
21519 * mm-util.el (mm-replace-in-string): New function.
21520
21521 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21522
21523 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21524 Really get it right.
21525 (gnus-inews-make-draft): Really.
21526
21527 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21528
21529 * nnmh.el (nnmh-request-list-1): Don't check the link count
21530 before descending. (small patch)
21531
21532 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21533
21534 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21535 stuff.
21536
21537 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21538 Match on real group name.
21539
21540 * gnus-art.el (gnus-signature-limit): Doc fix.
21541
21542 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21543
21544 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21545
21546 * gnus-draft.el (gnus-draft-send):
21547 Bind rfc2047-encode-encoded-words.
21548
21549 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21550 (rfc2047-encodable-p): Say that =? needs encoding.
21551 (rfc2047-encode-encoded-words): New variable.
21552
21553 * gnus-group.el (gnus-group-select-group): Doc fix.
21554
21555 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21556
21557 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21558 to nil.
21559
21560 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21561
21562 * nnheader.el (nnheader-get-lines-and-char): New function.
21563
21564 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21565
21566 * gnus-msg.el (gnus-summary-followup-with-original):
21567 Document yanking of region when active.
21568
21569 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21570
21571 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21572 groups if the group level is higher than the specified value.
21573
21574 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21575
21576 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21577 (gnus-group-jump-to-group): Add prefix argument using
21578 `gnus-group-jump-to-group-prompt'. Query before jumping to
21579 non-active group.
21580
21581 * compface.el (uncompface): Be verbose when changing
21582 `uncompface-use-external'.
21583
21584 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21585 handle manual section.
21586
21587 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21588
21589 * gnus-art.el (gnus-button-alist): Revert previous change.
21590
21591 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21592
21593 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21594
21595 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21596
21597 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21598 whether backend can accept message.
21599
21600 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21601
21602 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21603
21604 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21605 Avoid creating directory when nntp-marks-is-evil is true.
21606 Reported by Reiner Steib.
21607
21608 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21609
21610 * gnus-picon.el (gnus-picon-insert-glyph):
21611 Add optional `nostring' argument.
21612
21613 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21614
21615 * gnus-picon.el (gnus-picon-style): New variable.
21616 (gnus-picon-transform-address): Support `gnus-picon-style'.
21617
21618 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21619
21620 * message.el (message-fill-field): Return point.
21621 (message-generate-headers): Go to end of field.
21622
21623 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21624 stuff for non-living groups.
21625
21626 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21627
21628 * gnus-art.el (gnus-article-followup-with-original)
21629 (gnus-article-reply-with-original): gnus-mark-active-p ->
21630 gnus-region-active-p.
21631
21632 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
21633
21634 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21635 only when there is spam or ham to be processed.
21636
21637 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21638
21639 * mail-source.el (mail-source-delete-crash-box): Refactor.
21640 (mail-source-fetch): Use it.
21641 (mail-source-fetch-file): Ditto.
21642 (mail-source-fetch-directory): Run PostScript in loop.
21643 (mail-source-fetch-pop): Delete.
21644 (mail-source-fetch-maildir): Ditto.
21645 (mail-source-fetch-imap): Ditto.
21646
21647 * imap.el (imap-authenticators): Comment out sasl.
21648
21649 * message.el (message-skip-to-next-address): New function.
21650 (message-fill-header-address): Refactor.
21651 (message-fill-address): Use it.
21652 (message-delete-address): Use it.
21653 (message-fill-header-general): Refactor.
21654 (message-fill-field-address): Rename.
21655 (message-narrow-to-field): Find the start of the header.
21656 (message-header-format-alist): Don't pre-fill.
21657 (message-fill-header): Remove.
21658 (message-insert-header): New function.
21659 (message-shorten-references): Use it.
21660
21661 * rfc2047.el (rfc2047-field-value): Strip props.
21662
21663 * mail-parse.el (mail-header-make-address): New alias.
21664
21665 * ietf-drums.el (ietf-drums-make-address): New function.
21666
21667 * imap.el: Add compiler directives.
21668
21669 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21670
21671 * gnus-art.el (article-decode-idna-rhs): Don't use
21672 message-idna-inside-rhs-p.
21673
21674 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21675
21676 * message.el (message-idna-inside-rhs-p): Remove.
21677 (message-idna-to-ascii-rhs-1): Use proper address parsing.
21678
21679 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21680 false positives.
21681
21682 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21683
21684 * imap.el (imap-sasl-make-mechanisms): Use sasl.
21685
21686 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21687
21688 * nneething.el (nneething-file-name): Don't create spurious
21689 files.
21690
21691 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21692 (gnus-inews-do-gcc): Remove sleep.
21693
21694 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21695 part under point.
21696
21697 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21698 (gnus-agent-regenerate-group): Using nil messages aren't valid.
21699
21700 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
21701
21702 * spam.el (spam-summary-prepare-exit): Fix (length).
21703
21704 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
21705
21706 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21707 as expired without moving it" message when there are spam
21708 messages left.
21709
21710 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
21711
21712 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21713 header is not nil.
21714
21715 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
21716
21717 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21718 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21719 (nntp-marks-changed-p): New arg SERVER.
21720 (nntp-request-update-info): Adjust caller.
21721
21722 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
21723
21724 * nntp.el (nntp-save-marks): Pass missing arg.
21725
21726 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
21727
21728 * nntp.el: Support marks.
21729 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21730 (nntp-marks-modtime, nntp-marks-directory): New variables.
21731 (nntp-request-set-mark, nntp-request-update-info)
21732 (nntp-possibly-create-directory, nntp-marks-changed-p)
21733 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21734 New functions.
21735
21736 2004-05-12 Jesper Harder <harder@ifa.au.dk>
21737
21738 * gnus-score.el (gnus-score-insert-help):
21739 Use gnus-select-lowest-window.
21740
21741 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21742 appt-select-lowest-window and rename to gnus-select-lowest-window.
21743
21744 * gnus.el: do.
21745
21746 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21747
21748 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21749 encodings of MIME-encoded words, in order to improve
21750 interoperability with several broken MUAs.
21751
21752 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21753
21754 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21755 tags, only when charsets are not specified in headers.
21756 (mm-inline-text-html-render-with-w3m): Ditto.
21757
21758 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21759
21760 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21761 instead of MIME-decoded from fields when checking
21762 `gnus-article-address-banner-alist'.
21763
21764 2004-05-03 Jesper Harder <harder@ifa.au.dk>
21765
21766 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21767 description rather than subject.
21768
21769 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21770
21771 * gnus.el (gnus-version-number): Bump.
21772
21773 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21774
21775 * gnus.el: No Gnus v0.2 is released.
21776
21777 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21778
21779 * gnus-agent.el (gnus-agent-read-agentview):
21780 Inline gnus-uncompress-range.
21781
21782 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21783
21784 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21785 `exec-installed-p'.
21786
21787 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21788
21789 * gnus.el (spam-process, spam-autodetect-methods):
21790 Add bsfilter and bsfilter-headers.
21791
21792 * spam.el (spam-bsfilter): New customize group.
21793 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21794 (spam-bsfilter-header, spam-bsfilter-probability-header)
21795 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21796 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21797 (spam-bsfilter-database-directory): New options.
21798 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21799 (spam-list-of-statistical-checks, spam-registration-functions):
21800 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21801 (spam-bsfilter-score): New command.
21802 (spam-check-bsfilter-headers, spam-check-bsfilter)
21803 (spam-bsfilter-register-with-bsfilter)
21804 (spam-bsfilter-register-spam-routine)
21805 (spam-bsfilter-unregister-spam-routine)
21806 (spam-bsfilter-register-ham-routine)
21807 (spam-bsfilter-unregister-ham-routine): New functions.
21808 (spam-generic-score): Support bsfilter; Accept an optional argument
21809 to recalcurate spam score even if scoring header has already been
21810 added.
21811 (spam-bogofilter-score, spam-spamassassin-score): Accept an
21812 optional argument to recalcurate spam score even if scoring header
21813 has already been added.
21814
21815 2004-04-29 Jesper Harder <harder@ifa.au.dk>
21816
21817 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21818 strings! Reported by David D. Smith <davidsmith@acm.org>.
21819 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21820 link is missing.
21821
21822 2004-04-28 Jesper Harder <harder@ifa.au.dk>
21823
21824 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21825 (html2text-get-attr): Rewrite.
21826
21827 * message.el (message-setup-1): Remove redundant put-text-property
21828 on mail-header-separator.
21829
21830 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
21831
21832 * gnus-registry.el (gnus-registry-cache-whitespace)
21833 (gnus-registry-action, gnus-registry-spool-action)
21834 (gnus-registry-split-fancy-with-parent): Change message levels
21835 from 5 to 3 or 7, as needed.
21836
21837 * spam.el (spam-summary-prepare-exit)
21838 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21839 (spam-split, spam-find-spam, spam-log-undo-registration)
21840 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21841 level from 5 to 6.
21842
21843 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
21844
21845 * gnus-ems.el: Autoload appt-select-lowest-window (revert
21846 2004-03-04 change).
21847
21848 2004-04-25 Jesper Harder <harder@ifa.au.dk>
21849
21850 * sieve-manage.el (sieve-manage-open):
21851 * nnweb.el (nnweb-insert-html):
21852 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21853 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21854 * nnspool.el (nnspool-request-group):
21855 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21856 * nnml.el (nnml-request-update-info):
21857 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21858 (nnmh-request-create-group, nnmh-update-gnus-unreads):
21859 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21860 (nnimap-request-set-mark):
21861 * nnfolder.el (nnfolder-request-update-info):
21862 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21863 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21864 * gnus-uu.el (gnus-uu-find-articles-matching):
21865 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21866 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21867 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21868 * gnus-nocem.el (gnus-nocem-scan-groups):
21869 * gnus-int.el (gnus-start-news-server):
21870 * gnus-group.el (gnus-group-make-kiboze-group)
21871 (gnus-group-browse-foreign-server):
21872 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21873 Use mapc when appropriate.
21874
21875 2004-04-22 Dan Christensen <jdc@uwo.ca>
21876 Adam Sjøgren <asjo@koldfront.dk>
21877 Wes Hardaker <wes@hardakers.net>
21878 Michael Shields <shields@msrl.com>
21879
21880 * spam.el (spam-necessary-extra-headers): Get the extra headers we
21881 may need for spam sorting and scoring.
21882 (spam-user-format-function-S): Add user format function suitable for
21883 general use.
21884 (spam-article-sort-by-spam-status): Add sorting function for summary
21885 sorting.
21886 (spam-extra-header-to-number): Add function to get a score from a
21887 header.
21888 (spam-summary-score): Add function to get a numeric score from the
21889 headers.
21890 (spam-generic-score): Fix function doc, was in wrong place.
21891 (spam-initialize): Take symbols when it's run, and install the
21892 extra headers that spam-necessary-extra-headers thinks we need.
21893
21894 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
21895
21896 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21897 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
21898
21899 2004-04-17 Jesper Harder <harder@ifa.au.dk>
21900
21901 * gnus-sum.el (gnus-set-global-variables)
21902 (gnus-build-all-threads, gnus-get-newsgroup-headers)
21903 (gnus-article-get-xrefs, gnus-summary-best-group)
21904 (gnus-summary-next-article, gnus-summary-enter-digest-group)
21905 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21906 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21907 Use with-current-buffer.
21908
21909 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
21910
21911 * spam.el (spam-summary-prepare-exit): Simplify logic.
21912 (spam-fetch-article-header): Read the article header if it's not
21913 available.
21914 (spam-list-articles): Simplify logic.
21915 (spam-filelist-register-routine): Fix bug with unregister-list.
21916
21917 * gnus-registry.el: Fix comments at beginning.
21918
21919 2004-04-16 Jesper Harder <harder@ifa.au.dk>
21920
21921 * message.el (message-cater-to-broken-inn): Remove.
21922 (message-shorten-references): Make sure the total folded length of
21923 References is shorter than 998 characters to cater to a bug in INN
21924 2.3. Also, don't pretend that references aren't folded -- this
21925 hasn't worked for a while.
21926
21927 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21928
21929 * gnus-agent.el (gnus-agentize):
21930 gnus-agent-send-mail-real-function no longer set to current value
21931 of message-send-mail-function but rather a lambda that calls
21932 message-send-mail-function. The change makes the agent real-time
21933 responsive to user changes to message-send-mail-function.
21934
21935 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
21936
21937 * legacy-gnus-agent.el
21938 (gnus-agent-convert-to-compressed-agentview): Fix typos with
21939 help from Florian Weimer <fw@deneb.enyo.de>
21940
21941 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
21942
21943 * nnmail.el (nnmail-cache-insert): Revert last change.
21944
21945 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
21946
21947 * nnmail.el (nnmail-cache-insert): Always check whether
21948 nnmail-cache-ignore-groups matches a group name.
21949
21950 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
21951
21952 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21953 (spam-find-spam, spam-log-processing-to-registry)
21954 (spam-log-registered-p, spam-log-unregistration-needed-p)
21955 (spam-log-undo-registration): Use gnus-message instead of
21956 gnus-error, none of these errors are fatal.
21957
21958 * gnus-registry.el (gnus-registry-clean-empty-function)
21959 (gnus-registry-clean-empty): Remove only empty entries without
21960 extra data.
21961
21962 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
21963
21964 * spam-stat.el (spam-stat-buffer-change-to-spam)
21965 (spam-stat-buffer-change-to-non-spam): Change (error) to
21966 (gnus-message 8) invocation.
21967
21968 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21969
21970 * nntp.el (nntp-via-netcat-command): New variable.
21971 (nntp-via-netcat-switches): New variable.
21972 (nntp-open-via-rlogin-and-netcat): New function.
21973 (nntp-open-connection-function): Doc fix.
21974 (nntp-telnet-command): Doc fix.
21975 (nntp-end-of-line): Doc fix.
21976 (nntp-via-rlogin-command): Doc fix.
21977 (nntp-via-user-name): Doc fix.
21978 (nntp-via-address): Doc fix.
21979
21980 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
21981
21982 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21983 error in Emacs 21.1.
21984
21985 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
21986
21987 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21988
21989 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
21990
21991 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21992 (gnus-agent-with-refreshed-group): New macro.
21993 (gnus-agent-rename-group): New function.
21994 (gnus-agent-delete-group): New function.
21995 (gnus-agent-save-group-info): Use gnus-command-method when
21996 `method' parameter is nil. Don't write nil entries into the
21997 active file.
21998 (gnus-agent-get-group-info): New function.
21999 (gnus-agent-fetch-articles):
22000 Use gnus-agent-update-files-total-fetched-for to increment disk space
22001 used.
22002 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22003 Use gnus-agent-update-view-total-fetched-for to increment disk space
22004 used.
22005 (gnus-agent-get-local): Add optional parameters to avoid calling
22006 gnus-group-real-name and gnus-find-method-for-group.
22007 (gnus-agent-set-local): Delete stored entry if either min, or max,
22008 are nil.
22009 (gnus-agent-fetch-session): Reworded error/quit messages.
22010 On quit, use gnus-agent-regenerate-group to record existence of any
22011 articles fetched to disk before the quit occurred.
22012 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22013 gnus-agent-update-view-total-fetched-for, and
22014 gnus-agent-update-files-total-fetched-for to decrement disk space
22015 used.
22016 (gnus-agent-retrieve-headers):
22017 Use gnus-agent-update-view-total-fetched-for to increment disk space
22018 used.
22019 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22020 with gnus-agent-update-files-total-fetched-for to decrement disk
22021 space and fresh group buffer.
22022 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22023 (gnus-agent-need-update-total-fetched-for): New variable.
22024 (gnus-agent-update-files-total-fetched-for): New function.
22025 (gnus-agent-update-view-total-fetched-for): New function.
22026 (gnus-agent-total-fetched-for): New function.
22027
22028 * gnus-cache.el (gnus-cache-save-buffers):
22029 Use gnus-cache-update-overview-total-fetched-for to change disk space
22030 used by this group.
22031 (gnus-cache-possibly-enter-article):
22032 Use gnus-cache-update-file-total-fetched-for to increment disk space
22033 used by this group.
22034 (gnus-cache-possibly-remove-article):
22035 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22036 used by this group.
22037 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22038 (gnus-cache-rename-group): New function.
22039 (gnus-cache-delete-group): New function.
22040 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22041 (gnus-cache-need-update-total-fetched-for): New variable.
22042 (gnus-cache-with-refreshed-group): New macro.
22043 (gnus-cache-update-file-total-fetched-for): New function.
22044 (gnus-cache-update-overview-total-fetched-for): New function.
22045 (gnus-cache-rename-group-total-fetched-for): New function.
22046 (gnus-cache-delete-group-total-fetched-for): New function.
22047 (gnus-cache-total-fetched-for): New function.
22048
22049 * gnus-group.el: Require gnus-sum and autoload functions to
22050 resolve warnings when gnus-group.el compiled alone.
22051 (gnus-group-line-format): Documented new %F.
22052 (size of Fetched data) group line format; identifies disk space
22053 used by agent and cache.
22054 (gnus-group-line-format-alist): Defined new F format.
22055 (gnus-total-fetched-for): New function.
22056 (gnus-group-delete-group): No longer update
22057 gnus-cache-active-altered as gnus-request-delete-group now keeps
22058 the cache in sync.
22059 (gnus-group-list-active): Let the agent store a server's active
22060 list if currently plugged.
22061
22062 * gnus-int.el (gnus-request-delete-group):
22063 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22064 local disk in sync with the server.
22065 (gnus-request-rename-group):
22066 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22067 local disk in sync with the server.
22068
22069 * gnus-start.el (gnus-get-unread-articles):
22070 Cosmetic simplification to logic.
22071
22072 * gnus-util.el (gnus-rename-file): New function.
22073
22074 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22075
22076 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22077
22078 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22079
22080 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22081 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22082
22083 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22084
22085 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22086 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22087
22088 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22089
22090 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22091
22092 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22093
22094 * spam.el (spam-set-difference): Add function to replace
22095 gnus-set-difference in spam.el.
22096 (spam-summary-prepare-exit): Use spam-set-difference.
22097
22098 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22099
22100 * gnus-registry.el (gnus-registry-cache-file): Update to use
22101 gnus-dribble-directory OR gnus-home-directory OR ~.
22102 (gnus-registry-split-fancy-with-parent): Fix doc.
22103
22104 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22105
22106 * message.el (message-exchange-point-and-mark):
22107 Use message-mark-active-p. Suggested by Jesper Harder
22108 <harder@ifa.au.dk>.
22109
22110 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22111
22112 * message.el (message-exchange-point-and-mark): Don't activate
22113 region if it was inactive. Suggested by Hiroshi Fujishima
22114 <pooh@nature.tsukuba.ac.jp>.
22115
22116 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22117
22118 * gnus-art.el (article-display-face): Display Faces in the same
22119 order as X-Faces.
22120
22121 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22122
22123 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22124
22125 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22126
22127 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22128 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22129 (gnus-article-mime-hierarchy): Remove.
22130 (gnus-article-mime-hierarchy-next): Remove.
22131 (gnus-article-mode): Revert 2004-03-19 change.
22132 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22133 (gnus-insert-mime-button): Revert 2004-03-19 change.
22134 (gnus-mime-accumulate-hierarchy): Remove.
22135 (gnus-mime-enter-multipart): Remove.
22136 (gnus-mime-leave-multipart): Remove.
22137 (gnus-mime-display-part): Revert 2004-03-19 change.
22138 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22139
22140 * mml.el (mml-preview): Revert 2004-03-19 change.
22141
22142 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22143
22144 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22145
22146 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22147
22148 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22149 t while entering a file name using the mm-with-multibyte macro.
22150 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22151
22152 * mm-util.el (mm-with-multibyte): New macro.
22153
22154 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22155
22156 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22157 New user option.
22158 (gnus-mime-multipart-functions): Doc and customization fix.
22159 (gnus-article-mime-hierarchy): New variable.
22160 (gnus-article-mime-hierarchy-next): New variable.
22161 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22162 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22163 gnus-article-mime-hierarchy-next to nil.
22164 (gnus-insert-mime-button): Show hierarchy numbers.
22165 (gnus-mime-accumulate-hierarchy): New function.
22166 (gnus-mime-enter-multipart): New function.
22167 (gnus-mime-leave-multipart): New function.
22168 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22169 (gnus-mime-display-alternative): Show hierarchy numbers.
22170
22171 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22172 gnus-article-mime-hierarchy-next to nil.
22173
22174 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22175
22176 * dns.el: Don't require gnus-xmas.
22177
22178 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22179
22180 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22181 inline PGP.
22182 (mml-menu): Disable mml-quote-region if mark is inactive.
22183
22184 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22185
22186 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22187 when the group's active is not available.
22188
22189 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22190
22191 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22192 error.
22193
22194 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22195
22196 * imap.el (imap-store-password): New variable.
22197 (imap-interactive-login): Use it.
22198 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22199
22200 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22201
22202 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22203 window-start and hscroll to summary window.
22204
22205 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22206
22207 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22208 conversion message to newsrc-dribble when an actual conversion is
22209 performed.
22210
22211 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22212
22213 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22214
22215 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22216
22217 * mm-decode.el (mm-complicated-handles): New function reviving
22218 former definition of mm-multiple-handles.
22219
22220 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22221 (gnus-mime-delete-part): Use it.
22222
22223 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22224
22225 * gnus-agent.el (gnus-agent-read-local):
22226 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22227 avoid the implicit assumption that they will always be equal.
22228 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22229 coding-system-for-write, as the with-temp-file macro first prints
22230 to a buffer then saves the buffer.
22231
22232 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22233
22234 * gnus-art.el (gnus-article-edit-part): New function.
22235 (gnus-mime-save-part-and-strip): Use it; do query instead of
22236 signaling an error; don't use mm-multiple-handles.
22237 (gnus-mime-delete-part): Ditto.
22238
22239 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22240
22241 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22242 old file versions.
22243 (gnus-group-prepare-hook): Remove function that converted list
22244 form of gnus-agent-expire-days to group properties.
22245
22246 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22247 (gnus-request-accept-article): Re-indented.
22248
22249 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22250 converters to handle old agent file formats. Add logic for a
22251 "backup before upgrading warning".
22252 (gnus-convert-mark-converter-prompt): Developers can mark
22253 functions as needing (default), or not needing,
22254 gnus-convert-old-newsrc's "backup before upgrading warning".
22255 (gnus-convert-converter-needs-prompt): Tests whether the user
22256 should be protected from potentially irreversable changes by the
22257 function.
22258
22259 * legacy-gnus-agent.el: New. Provides converters that are only
22260 loaded when gnus-convert-old-newsrc needs to call them.
22261
22262 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22263
22264 * mail-source.el (mail-source-touch-pop): Doc fix.
22265
22266 * message.el (message-smtpmail-send-it): Doc fix.
22267
22268 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22269
22270 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22271
22272 * nnmail.el (nnmail-split-fancy): do.
22273
22274 * gnus-kill.el (gnus-kill, gnus-execute): do.
22275
22276 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22277
22278 * gnus-sum.el (gnus-widget-reversible-match)
22279 (gnus-widget-reversible-to-internal)
22280 (gnus-widget-reversible-to-external): New functions.
22281 (gnus-widget-reversible): New widget.
22282 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22283
22284 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22285
22286 * gnus-sum.el (gnus-thread-sort-functions)
22287 (gnus-article-sort-functions): Document `(not F)' items.
22288
22289 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22290
22291 * spam.el (spam-use-gmane-xref): Add new backend.
22292 (spam-gmane-xref-spam-group): Add variable to control the name of the
22293 Gmane spam group.
22294 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22295 (spam-regex-headers-spam, spam-regex-headers-ham)
22296 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22297 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22298 backends and checks.
22299 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22300
22301 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22302 an autodetect method.
22303
22304 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22305
22306 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22307 articles are being added to a group.
22308 (gnus-request-replace-article): Inform the agent that articles
22309 need to be uncached as the cached contents are no longer valid.
22310
22311 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22312
22313 * binhex.el: Don't autoload executable-find.
22314
22315 * canlock.el: Don't autoload mail-fetch-field.
22316
22317 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22318
22319 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22320 rmail-dont-reply-to and rmail-output.
22321
22322 * gnus-score.el: Don't autoload ffap-string-at-point.
22323
22324 * gnus-setup.el: Don't autoload sc-cite-original.
22325
22326 * imap.el: Don't autoload base64-decode-string,
22327 base64-encode-string and md5.
22328
22329 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22330 and rmail-msg-restore-non-pruned-header.
22331
22332 * mm-decode.el: Don't autoload executable-find.
22333
22334 * mm-url.el: Don't autoload executable-find.
22335
22336 * mm-view.el: Don't autoload diff-mode.
22337
22338 * nndb.el: Don't autoload news-reply-mode, news-setup,
22339 cancel-timer and telnet.
22340
22341 * password.el: Don't autoload run-at-time for Emacs.
22342
22343 * sha1-el.el: Don't autoload executable-find.
22344
22345 * sieve-mode.el: Don't autoload c-mode.
22346
22347 * uudecode.el: Don't autoload executable-find.
22348
22349 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22350
22351 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22352 (gnus-agent-possibly-alter-active): Avoid null in numeric
22353 comparison.
22354 (gnus-agent-set-local): Refuse to save null in local object table.
22355 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22356 list of articles that will be marked as unread.
22357
22358 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22359
22360 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22361
22362 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22363
22364 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22365 language tags.
22366
22367 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22368
22369 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22370 Don't bind "obarray".
22371
22372 * gnus-sum.el (gnus-thread-sort-functions):
22373 Add `gnus-thread-sort-by-most-recent-number' and
22374 `gnus-thread-sort-by-most-recent-date'.
22375 Reported by Kai Grossjohann <kai@emptydomain.de>.
22376
22377 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22378
22379 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22380
22381 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22382
22383 * gnus-cus.el (gnus-agent-customize-category):
22384 Remove ignore-errors macro reference that required cl to be loaded at
22385 run-time.
22386
22387 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22388 single-interval range of the form (min . max). Previously the
22389 range had to look like ((min . max)). Likewise, return
22390 (min . max) rather than ((min . max)).
22391 (gnus-range-map): Use gnus-range-normalize to accept
22392 single-interval range.
22393
22394 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22395 the cache, but not the agent, now appear with their usual face.
22396
22397 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22398
22399 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22400 w3m-safe-url-regexp variable buffer-local.
22401
22402 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22403
22404 2004-02-27 Simon Josefsson <jas@extundo.com>
22405
22406 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22407 gnus-group-real-prefix.
22408 (gnus-summary-move-article): Use it, instead of
22409 gnus-group-real-prefix.
22410
22411 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22412
22413 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22414 w3m-safe-url-regexp variable buffer-local and set it as the value
22415 of mm-w3m-safe-url-regexp.
22416
22417 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22418
22419 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22420 parsing gnus-posting-styles when the message is not for replying.
22421
22422 * nnrss.el (nnrss-opml-export):
22423 Use mm-set-buffer-file-coding-system instead of
22424 set-buffer-file-coding-system.
22425
22426 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22427
22428 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22429 of checkdoc.el).
22430 * nnrss.el: do.
22431 * gnus-mlspl.el: do.
22432 * gnus-ml.el: do.
22433 * gnus-srvr.el: do.
22434
22435 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22436
22437 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22438
22439 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22440 Corrections to custom-manual links.
22441
22442 * gnus-art.el (gnus-article): Ditto.
22443
22444 * mm-decode.el (mime-display, mime-security): Ditto.
22445
22446 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22447
22448 * flow-fill.el: Typo.
22449
22450 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22451
22452 * spam-wash.el: New file.
22453
22454 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22455
22456 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22457
22458 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22459
22460 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22461 to be run with new-articles as LIST1, not LIST2.
22462 (spam-registration-functions): Add spam-use-ham-copy as a nil
22463 registration backend.
22464
22465 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22466
22467 * spam-stat.el (spam-stat-washing-hook): New option.
22468 (spam-stat-buffer-words): Use it.
22469 (spam-stat-process-directory, spam-stat-test-directory):
22470 Use insert-file-contents-literally.
22471 (spam-stat-coding-system): New variable.
22472 (spam-stat-load, spam-stat-save): Use it.
22473
22474 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22475
22476 * spam-report.el (spam-report-plug-agent):
22477 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22478
22479 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22480
22481 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22482 Allow / in mailto URLs.
22483
22484 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22485
22486 * spam-report.el (spam-report-process-queue): Fix interactive use.
22487 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22488 (spam-report-unplug-agent): Doc fixes.
22489 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22490 (spam-report-agentize, spam-report-deagentize):
22491 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22492
22493 * message.el (message-setup-fill-variables): Add mml tags to
22494 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22495 <ajk@iu.edu>.
22496 (message-mode): Don't modify paragraph-separate there.
22497
22498 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22499
22500 * compface.el (uncompface-use-external): Default to undecided.
22501 (uncompface-use-external-threshold): New variable.
22502 (uncompface-float-time): New macro.
22503 (uncompface): Determine whether to use the external decoder if
22504 uncompface-use-external is undecided.
22505
22506 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22507
22508 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22509 after images.
22510
22511 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22512
22513 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22514
22515 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22516
22517 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22518
22519 * gnus-sum.el (gnus-summary-limit-to-age)
22520 (gnus-summary-limit-children): do.
22521
22522 * gnus-int.el (gnus-request-scan): do.
22523
22524 * gnus-group.el (gnus-group-suspend): do.
22525
22526 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22527
22528 * gnus-cite.el (gnus-cite-parse-attributions): do.
22529
22530 * gnus-agent.el (gnus-summary-set-agent-mark)
22531 (gnus-agent-regenerate-group): do.
22532
22533 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22534
22535 * binhex.el (binhex-decode-region-internal): do.
22536
22537 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22538
22539 * gnus-fun.el (gnus-face-properties-alist): New user option.
22540 (gnus-display-x-face-in-from): Use it.
22541
22542 * gnus-art.el (article-display-face): Ditto.
22543
22544 * compface.el (uncompface-use-external): Default to nil.
22545
22546 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22547
22548 * nntp.el (nntp-erase-buffer): New function.
22549 (nntp-retrieve-data, nntp-send-command)
22550 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22551 (nntp-possibly-change-group): Use it.
22552
22553 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22554 Use with-current-buffer.
22555
22556 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22557
22558 * compface.el: Merge the ELisp-based uncompface program.
22559 (compface): New customization group.
22560 (uncompface-use-external): New user option.
22561 (uncompface): Call uncompface-internal if uncompface-use-external
22562 is nil.
22563 (uncompface-internal): New function. Note that there are also
22564 some other functions and variables added for this function.
22565
22566 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22567
22568 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22569 if necessary.
22570
22571 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22572
22573 * spam-report.el (spam-report-unplug-agent)
22574 (spam-report-plug-agent, spam-report-deagentize)
22575 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22576 Add support for the Agent in spam-report: when unplugged, report to a
22577 file; when plugged, submit all the requests.
22578
22579 * spam.el (spam-register-routine): Fix message about
22580 registration.
22581
22582 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22583
22584 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22585 dependencies.
22586 (rfc2047-encode): Use it.
22587
22588 * gnus-art.el (gnus-button-marker-list): Move before first
22589 reference.
22590
22591 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22592 (imap-parse-body): Fix format string mismatch.
22593
22594 * gnus-score.el (gnus-summary-increase-score): do.
22595
22596 * nnrss.el (nnrss-close): New function.
22597
22598 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22599
22600 * nnrss.el (nnrss-make-filename): New function.
22601 (nnrss-request-delete-group, nnrss-read-server-data)
22602 (nnrss-save-server-data, nnrss-read-group-data)
22603 (nnrss-save-group-data): Use it.
22604 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22605 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22606 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22607
22608 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22609
22610 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22611
22612 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22613
22614 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22615 files.
22616
22617 * message.el (message-generate-headers-first): Don't quote nil
22618 and t in docstrings.
22619
22620 * imap.el (imap-id): do.
22621
22622 * gnus-agent.el (gnus-agent-consider-all-articles)
22623 (gnus-agent-queue-mail): do.
22624
22625 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
22626
22627 * spam-report.el (spam-report-process-queue): New function.
22628 Process requests from `spam-report-requests-file'.
22629 (spam-report-process-queue): Doc fix.
22630
22631 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
22632
22633 * spam.el (spam-register-routine)
22634 (spam-log-processing-to-registry, spam-log-registered-p)
22635 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22636 Change "check" to "spam-check" for semi-clarity.
22637
22638 2004-02-05 Jesper Harder <harder@ifa.au.dk>
22639
22640 * pop3.el: Require nnheader.
22641
22642 * mml-smime.el: Require cl. Autoload message-fetch-field.
22643
22644 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22645
22646 * gnus-picon.el: Require cl.
22647
22648 * gnus-fun.el: Require gnus-ems and gnus-util.
22649
22650 * gnus.el (gnus-method-to-server): Move defsubst before first use.
22651
22652 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
22653
22654 * gnus-art.el (gnus-article-edit-mode): Define before first
22655 reference.
22656
22657 2004-02-04 Jesper Harder <harder@ifa.au.dk>
22658
22659 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22660 (gnus-uu-post-encoded): Use point-at-bol.
22661
22662 * gnus-topic.el (gnus-group-active-topic-p): do.
22663
22664 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22665
22666 * gnus-group.el (gnus-group-kill-region): do.
22667
22668 * gnus-art.el (article-date-ut): do.
22669
22670 * message.el (message-fetch-field): Remove redundant
22671 case-fold-search binding.
22672 (message-narrow-to-field): Simplify.
22673
22674 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
22675
22676 * spam.el (spam-directory): Derive from `gnus-directory'.
22677
22678 * spam-report.el (spam-report-url-to-file)
22679 (spam-report-requests-file): New function and variable for offline
22680 reporting.
22681 (spam-report-url-ping-function): Add `spam-report-url-to-file'
22682 and user defined function.
22683 (spam-report-url-ping-mm-url): Remove doubled slash.
22684
22685 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
22686
22687 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22688
22689 2004-02-03 Jesper Harder <harder@ifa.au.dk>
22690
22691 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22692 Fix format string mismatch.
22693
22694 * sieve.el (sieve-deactivate-all): do.
22695
22696 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22697
22698 * nnlistserv.el (nnlistserv-kk-wash-article): do.
22699
22700 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22701
22702 * mm-bodies.el (mm-7bit-chars): Don't include \r.
22703
22704 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
22705
22706 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22707 the list of checks.
22708
22709 2004-01-31 Jesper Harder <harder@ifa.au.dk>
22710
22711 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22712 padding.
22713
22714 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
22715
22716 * mm-view.el (mm-fill-flowed): New variable.
22717 (mm-inline-text): Use it.
22718
22719 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
22720
22721 * spam.el (spam-spamassassin-register-ham-routine)
22722 (spam-spamassassin-register-spam-routine): Fix function names.
22723
22724 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
22725
22726 * gnus.el (gnus-tmp-grouplens): Remove.
22727 (gnus-summary-line-format): Remove grouplens.
22728
22729 * gnus-group.el (gnus-group-line-format): Ditto.
22730
22731 * gnus-spec.el (gnus-format-specs): Ditto.
22732 (gnus-update-format-specifications): Flush the group format spec
22733 cache if there's the grouplens stuff.
22734 (gnus-parse-simple-format): Replace %l with the empty string.
22735
22736 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
22737
22738 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22739 omission.
22740
22741 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
22742
22743 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22744 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22745
22746 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22747
22748 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22749 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22750 New macros and functions.
22751 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22752 Handle > NLINK_MAX messages.
22753 * nnmaildir.el (nnmaildir-request-set-mark):
22754 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22755
22756 2004-01-25 Alex Schroeder <alex@gnu.org>
22757
22758 * spam-stat.el (spam-stat-process-directory-age): New option.
22759 (spam-stat-process-directory): Use it.
22760
22761 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
22762
22763 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22764 (spam-stat-save): Accept prefix argument.
22765
22766 2004-01-23 Paul Jarc <prj@po.cwru.edu>
22767
22768 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22769 links" error.
22770
22771 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22772
22773 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22774 compatibility with old .newsrc.eld files.
22775
22776 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22777
22778 * gnus-start.el (gnus-1): do.
22779
22780 * gnus-group.el (gnus-group-line-format-alist): do.
22781
22782 * gnus.el (gnus-use-grouplens, gnus-visual): do.
22783
22784 * gnus-gl.el: Remove.
22785
22786 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
22787
22788 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22789 marks consisting of a single range {for example, (3 . 5)} rather
22790 than a list of a single range { ((3 . 5)) }.
22791
22792 2004-01-23 Jesper Harder <harder@ifa.au.dk>
22793
22794 * spam-stat.el (spam-stat-store-gnus-article-buffer):
22795 Use with-current-buffer.
22796 (spam-stat-store-current-buffer): Use insert-buffer-substring to
22797 avoid consing a string.
22798
22799 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22800 Remove obsolete entries for big5 and gb2312.
22801
22802 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
22803
22804 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22805 uncompressed list.
22806
22807 2004-01-22 Jesper Harder <harder@ifa.au.dk>
22808
22809 * spam-stat.el (spam-stat-strip-xref): New function.
22810 (spam-stat-process-directory): Use it.
22811
22812 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22813 here -- it's done in message-fetch-field.
22814
22815 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
22816
22817 * gnus-agent.el (gnus-agent-queue-mail)
22818 (gnus-agent-prompt-send-queue): New variables.
22819 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22820 * gnus-draft.el (gnus-group-send-queue): Pass the group name
22821 "nndraft:queue" along to gnus-draft-send.
22822 Use gnus-agent-prompt-send-queue.
22823 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22824 is "nndraft:queue". Suggested by Gaute Strokkenes
22825 <gs234@srcf.ucam.org>
22826
22827 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22828 (agent-enable-undownloaded-faces): Add.
22829 (gnus-agent-cat-groups): Use eval-and-compile, not
22830 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22831 method of gnus-agent-cat-groups even when the buffer has been
22832 evalled.
22833 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22834 delete gnus-agent-save-active-1.
22835 (gnus-agent-save-groups): Delete. Identical to
22836 gnus-agent-save-active.
22837 (gnus-agent-write-active): No longer adjust agent's copy of active
22838 file as agent's adjustments are now stored in their own
22839 file. Remove optional parameter.
22840 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22841 servers. Add use of min/max range limits from server's local
22842 file.
22843 (gnus-agent-save-alist): Remove unused optional argument.
22844 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22845 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22846 (gnus-agent-set-local): A per-server file that keeps min/max range
22847 limits for articles known to the agent. Provides a fast mechanism
22848 for altering many active ranges.
22849 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22850 active file (local makes it unnecessary).
22851 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22852
22853 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22854 (agent-enable-undownloaded-faces): Add.
22855
22856 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22857 disable it when sending to "nndraft:queue".
22858 (gnus-group-send-queue): Add safety check to avoid sending queue
22859 when unplugged.
22860
22861 * gnus-group.el (gnus-group-catchup): Use new
22862 gnus-sequence-of-unread-articles, not
22863 gnus-list-of-unread-articles, to avoid exhausting memory with huge
22864 numbers of articles. Use gnus-range-map to avoid having to
22865 uncompress the unread list.
22866 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22867 Fix invalid ange-ftp reference.
22868
22869 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22870 (gnus-sorted-range-intersection): Intersection of two ranges
22871 without requiring that they first be uncompressed.
22872
22873 * gnus-start.el (gnus-activate-group): Unless blocked by the
22874 caller, possibly expand the active range to include both cached
22875 and agentized articles.
22876 (gnus-convert-old-newsrc): Rewrote in anticipation of having
22877 multiple version-dependent converters.
22878 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22879 gnus-agent-save-active.
22880 (gnus-save-newsrc-file): Save dirty agent range limits.
22881
22882 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22883 gnus-agent-possibly-alter-active.
22884 (gnus-adjust-marked-articles): Faster handling of simple lists.
22885
22886 2004-01-21 Jesper Harder <harder@ifa.au.dk>
22887
22888 * spam-stat.el (spam-stat-test-directory): New optional argument
22889 displays a list of files detected. Suggested by Andrew Cohen
22890 <cohen@andy.bu.edu>.
22891 (spam-stat-buffer-words-with-scores): Don't narrow and change
22892 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
22893
22894 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
22895
22896 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22897 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22898 (spam-spamassassin-arguments)
22899 (spam-spamassassin-spam-flag-header)
22900 (spam-spamassassin-positive-spam-flag-header)
22901 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22902 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22903 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22904 (spam-list-of-processors, spam-list-of-checks)
22905 (spam-list-of-statistical-checks, spam-registration-functions)
22906 (spam-check-spamassassin-headers, spam-check-spamassassin)
22907 (spam-spamassassin-score)
22908 (spam-spamassassin-register-with-sa-learn)
22909 (spam-spamassassin-register-spam-routine)
22910 (spam-spamassassin-register-ham-routine)
22911 (spam-assassin-register-spam-routine)
22912 (spam-assassin-register-ham-routine): Add SpamAssassin support.
22913 (spam-bogofilter-score): Fix to show article before scoring.
22914
22915 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
22916
22917 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22918 default scoring function.
22919 (spam-generic-score): Call spam-spamassassin-score if
22920 spam-use-spamassassin or spam-use-spamassassin-headers is on;
22921 spam-bogofilter-score otherwise.
22922
22923 * gnus.el (spam-process, spam-autodetect-methods):
22924 Add spamassassin and spamassassin-headers.
22925
22926 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
22927
22928 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22929 Suppress unnecessary messages.
22930
22931 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22932
22933 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22934 make-hash-table.
22935
22936 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
22937
22938 * canlock.el (base64-encode-string): Don't autoload it.
22939
22940 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
22941
22942 * run-at-time.el: Remove useless (require 'itimer),
22943 eval-and-compile and (featurep 'xemacs).
22944
22945 2004-01-16 Jesper Harder <harder@ifa.au.dk>
22946
22947 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22948 GROUP is a virtual group.
22949
22950 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
22951
22952 * gnus.el: Autoload `message-y-or-n-p'.
22953
22954 2004-01-15 Jesper Harder <harder@ifa.au.dk>
22955
22956 * pgg-parse.el: Remove unnecessary (require 'custom).
22957
22958 * pgg-def.el: do.
22959
22960 * nnmail.el: do.
22961
22962 * gnus-undo.el: do.
22963
22964 * gnus-picon.el: do.
22965
22966 * gnus-util.el: do.
22967
22968 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
22969
22970 * gnus-sum.el (gnus-pick-line-number): Add autoload.
22971
22972 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
22973
22974 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22975 handle, as well as a list.
22976
22977 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22978 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22979 (mm-w3m-cid-retrieve): Simplify.
22980
22981 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
22982
22983 * message.el (message-kill-to-signature): Allow prefix arg to
22984 specify number of lines to keep before signature.
22985
22986 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
22987
22988 * message.el (message-kill-to-signature): Change docstring.
22989
22990 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
22991
22992 * canlock.el: Always require sha1-el.
22993 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22994
22995 * message.el: Autoload sha1 only when compiling.
22996
22997 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
22998
22999 * message.el (message-canlock-generate): Require sha1-el.
23000
23001 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23002
23003 * message.el (message-expand-name): Silence the byte compiler.
23004
23005 2004-01-13 Simon Josefsson <jas@extundo.com>
23006
23007 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23008 Invoke gnus-score-mode.
23009 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23010
23011 * gnus-range.el (gnus-compress-sequence): Doc fix.
23012 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23013
23014 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23015
23016 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23017
23018 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23019
23020 * spam.el (spam-get-article-as-string): Update to use
23021 gnus-request-article-this-buffer, much simpler.
23022 (spam-get-article-as-buffer): Remove.
23023
23024 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23025
23026 * message.el (message-expand-name): Use EUDC if the user uses that.
23027
23028 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23029
23030 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23031 character for the encoding to avoid consing a string.
23032
23033 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23034 unnecessarily.
23035
23036 * mm-util.el (mm-replace-chars-in-string): Remove.
23037
23038 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23039 of mm-replace-chars-in-string.
23040
23041 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23042
23043 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23044
23045 * mm-util.el (mm-subst-char-in-string): Support inplace.
23046
23047 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23048 a new string in every iteration. Use shy groups.
23049
23050 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23051
23052 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23053 * gnus-soup.el (gnus-soup-group-brew):
23054 * gnus-msg.el (gnus-put-message):
23055 * gnus-move.el (gnus-group-move-group-to-server):
23056 * gnus-kill.el (gnus-batch-score):
23057 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23058 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23059 (gnus-group-update-group, gnus-group-read-group)
23060 (gnus-group-make-group, gnus-group-make-help-group)
23061 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23062 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23063 (gnus-group-sort-by-unread, gnus-group-catchup)
23064 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23065 (gnus-group-yank-group, gnus-group-set-info)
23066 (gnus-group-list-groups):
23067 * gnus.el (gnus-generate-new-group-name):
23068 * gnus-delay.el (gnus-delay-send-queue):
23069 * nnvirtual.el (nnvirtual-catchup-group):
23070 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23071 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23072 (gnus-group-prepare-topics, gnus-topic-check-topology):
23073 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23074 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23075 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23076 (gnus-group-make-articles-read):
23077 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23078 (gnus-group-change-level, gnus-kill-newsgroup)
23079 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23080 (gnus-get-unread-articles, gnus-make-articles-unread)
23081 (gnus-make-ascending-articles-unread): Use accessor
23082 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23083 to get group information for improved readability.
23084
23085 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23086
23087 * gnus-art.el (article-decode-mime-words, article-babel)
23088 (gnus-article-highlight-signature, gnus-article-add-buttons)
23089 (gnus-signature-toggle): Use gnus-with-article-buffer.
23090
23091 * gnus-art.el (gnus-article-highlight-headers)
23092 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23093
23094 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23095 (gnus-article-set-globals, gnus-request-article-this-buffer)
23096 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23097 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23098 (gnus-mime-display-alternative): Use with-current-buffer.
23099
23100 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23101
23102 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23103 also under 80 char limit, and call gnus-error if needed.
23104 (spam-fetch-article-header): Fix - it was a
23105 buffer-local variable (gnus-newsgroup-data).
23106 (spam-find-spam): Use spam-generate-fake-headers, forget about
23107 spam-insert-fake-headers.
23108 (spam-insert-fake-headers): Remove.
23109
23110 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23111
23112 * deuglify.el (gnus-article-outlook-unwrap-lines)
23113 (gnus-outlook-rearrange-article)
23114 (gnus-outlook-repair-attribution-outlook)
23115 (gnus-outlook-repair-attribution-block)
23116 (gnus-outlook-repair-attribution-other): Remove redundant
23117 save-excursion.
23118
23119 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23120
23121 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23122 (spam-fetch-field-subject-fast)
23123 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23124 (spam-fetch-article-header): Add functions to deal with Gnus
23125 internals for fast retrieval of article header data.
23126 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23127
23128 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23129
23130 * pop3.el (pop3-md5): Remove.
23131 (pop3-apop): Replace pop3-md5 with md5.
23132
23133 * mm-bodies.el: base64 is always built-in.
23134
23135 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23136 Use with-current-buffer.
23137
23138 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23139
23140 * canlock.el (canlock-insert-header): Remove excessive grouping in
23141 regexp.
23142
23143 * gnus-sum.el (gnus-summary-read-document): Ditto.
23144
23145 * gnus-uu.el (gnus-uu-part-number): Ditto.
23146
23147 * html2text.el (html2text-remove-tags): Ditto.
23148 (html2text-format-tags): Ditto.
23149 (html2text-format-single-elements): Ditto.
23150
23151 * mml.el (mml-parse-1): Ditto.
23152
23153 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23154
23155 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23156
23157 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23158
23159 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23160
23161 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23162
23163 2003-11-15 Simon Josefsson <jas@extundo.com>
23164
23165 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23166 (pgg-gpg-lookup-key): Use regexp match instead of
23167 split-string (split-string is different between emacs 21.2 and
23168 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23169
23170 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23171
23172 * gnus-art.el (gnus-mime-view-all-parts)
23173 (gnus-article-part-wrapper, gnus-article-view-part):
23174 Use with-current-buffer.
23175
23176 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23177
23178 * spam.el (spam-disable-spam-split-during-ham-respool)
23179 (spam-spamoracle-database, spam-cache-lookups)
23180 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23181 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23182 (spam-group-ham-marks, spam-group-spam-marks)
23183 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23184 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23185 also add spam-use-blackholes to the statistical checks.
23186 (spam-fetch-field-fast): Add interface to fetching fields, may
23187 become a macro.
23188 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23189 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23190 (spam-insert-fake-headers): Fake an article when needed.
23191 (spam-find-spam): Fake article when possible.
23192 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23193 (spam-check-bogofilter-headers): Use message-fetch-field instead
23194 of nnmail-fetch-field.
23195
23196 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23197
23198 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23199
23200 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23201
23202 * spam.el (spam-split): Do not require spam-use-CHECK to be
23203 enabled if that check is passed to spam-split explicitly; also
23204 fix so 'spam doesn't get converted to spam-split-group when
23205 spam-split-symbolic-return is t.
23206 (spam-find-spam): Find registrations of the article and use those
23207 instead of re-running spam-split to find the spam/ham
23208 classification of the article.
23209 (spam-log-processing-to-registry, spam-log-registered-p)
23210 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23211 Use gnus-error instead of gnus-message.
23212 (spam-log-registration-type): Add function to determine the
23213 classification of a message based on registry entries; will
23214 return nil if both 'spam and 'ham are found.
23215 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23216 a reasonably fast local cache without the loading errors.
23217 (spam-cache-lookups): Set to t by default.
23218 (spam-find-spam): Don't try to guess spam-cache-lookups.
23219 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23220 spam-caches entry.
23221 (spam-filelist-build-cache, spam-filelist-check-cache):
23222 Fix caching of whitelist/blacklist entries.
23223 (spam-check-whitelist, spam-check-blacklist):
23224 Invoke spam-from-listed-p with a type, not a cache variable.
23225 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23226
23227 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23228
23229 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23230
23231 * nnmail.el (nnmail-split-fancy): do.
23232
23233 * mml.el (mml-parse): do.
23234
23235 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23236 (gnus-score-adaptive): do.
23237
23238 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23239
23240 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23241 (gnus-mime-button-map): Don't set keymap parent.
23242 (gnus-button-ctan-directory-regexp): Use shy grouping.
23243 (gnus-prev-page-map): Don't set keymap parent.
23244 (gnus-prev-page-map): Remove duplicated one.
23245 (gnus-next-page-map): Don't set keymap parent.
23246 (gnus-mime-security-button-map): Ditto.
23247
23248 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23249 version number.
23250
23251 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23252
23253 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23254
23255 * canlock.el (canlock-sha1-function): Remove.
23256 (canlock-sha1-function-for-verify): Remove.
23257 (canlock-openssl-program): Remove.
23258 (canlock-openssl-args): Remove.
23259 (canlock-ignore-errors): Remove.
23260 (canlock-sha1-with-openssl): Remove.
23261 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23262 (canlock-verify): Don't use canlock-ignore-errors.
23263
23264 * sha1-el.el (sha1-string-external): Make it can return a string
23265 in binary form.
23266 (sha1-region-external): Ditto.
23267 (sha1-string-internal): Ditto.
23268 (sha1-region-internal): Ditto.
23269 (sha1-region): Ditto.
23270 (sha1-string): Ditto.
23271 (sha1): Ditto.
23272
23273 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23274
23275 * spam.el (spam-report-articles-gmane): New command.
23276
23277 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23278
23279 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23280
23281 * run-at-time.el (run-at-time-saved): Remove.
23282 (run-at-time): Doc fix.
23283
23284 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23285
23286 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23287 (gnus-summary-limit-map): Add it.
23288 (gnus-summary-make-menu-bar): do.
23289
23290 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23291
23292 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23293 Make attempt at some caching support (done for BBDB only now).
23294 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23295 addresses to be checked.
23296 (spam-clear-cache-BBDB): Add function, to be invoked by
23297 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23298 (spam-check-BBDB): Check and use the caches, if
23299 spam-cache-lookups is on, remove superfluous (provide).
23300
23301 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23302
23303 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23304
23305 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23306
23307 * run-at-time.el (run-at-time-saved): Move to after the definition
23308 of `run-at-time'.
23309
23310 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23311
23312 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23313 mm-w3m-local-map-property.
23314
23315 * mm-view.el (mm-w3m-mode-map): Remove.
23316 (mm-w3m-local-map-property): Remove.
23317 (mm-inline-text-html-render-with-w3m): Don't use
23318 mm-w3m-local-map-property.
23319
23320 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23321
23322 * run-at-time.el: New file.
23323
23324 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23325 of gnus-set-text-properties.
23326
23327 * gnus-uu.el (gnus-uu-save-article): Ditto.
23328
23329 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23330
23331 * gnus-cite.el (gnus-cite-parse): Ditto.
23332
23333 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23334 of gnus-.
23335
23336 * gnus.el: Change calls to nnheader-run-at-time and
23337 password-run-at-time throughout to use run-at-time directly.
23338
23339 * password.el: Remove definition of run-at-time.
23340
23341 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23342
23343 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23344 in prompt.
23345
23346 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23347
23348 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23349 XEmacs version.
23350
23351 * dns.el (dns-make-network-process): Use `open-network-stream'
23352 instead of `gnus-xmas-open-network-stream'.
23353
23354 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23355
23356 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23357
23358 * gnus-art.el (gnus-mime-display-alternative)
23359 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23360 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23361 Don't use gnus-local-map-property.
23362
23363 * gnus-util.el (gnus-local-map-property): Remove.
23364
23365 * mm-view.el (mm-view-pkcs7-decrypt):
23366 Replace gnus-completing-read-maybe-default with completing-read.
23367
23368 * gnus-util.el (gnus-completing-read): do.
23369 (gnus-completing-read-maybe-default): Remove.
23370
23371 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23372
23373 * password.el: Only autoload `run-at-time' if not XEmacs.
23374 Only autoload the itimer functions if XEmacs.
23375
23376 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23377
23378 * gnus-art.el (gnus-read-string): Remove.
23379 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23380 read-string.
23381
23382 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23383
23384 * netrc.el: Autoload password-read.
23385 (netrc): Add configuration group.
23386 (netrc-encoding-method, netrc-openssl-path):
23387 Add variables for encoding and decoding of files with symmetric
23388 ciphers.
23389 (netrc-encode): Add assistant function to encode a file with
23390 netrc-encoding-method.
23391 (netrc-parse): Add interactive parameter, added optional
23392 decoding if netrc-encoding-method is non-nil but otherwise
23393 behavior is standard.
23394 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23395 Do s/encode/encrypt/ everywhere.
23396
23397 * spam.el: Remove executable-find autoload.
23398
23399 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23400
23401 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23402
23403 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23404
23405 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23406
23407 * gnus-art.el (gnus-treat-ansi-sequences)
23408 (article-treat-ansi-sequences): New variable and function.
23409 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23410
23411 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23412 Use it.
23413
23414 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23415
23416 * mm-util.el (mm-quote-arg): Remove.
23417
23418 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23419 shell-quote-argument.
23420
23421 * gnus-uu.el (gnus-uu-command): do.
23422
23423 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23424
23425 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23426 with make-char.
23427
23428 * mm-util.el (mm-make-char): Remove.
23429
23430 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23431 add-minor-mode.
23432
23433 * gnus-undo.el (gnus-undo-mode): do.
23434
23435 * gnus-topic.el (gnus-topic-mode): do.
23436
23437 * gnus-sum.el (gnus-dead-summary-mode): do.
23438
23439 * gnus-start.el (gnus-slave-mode): do.
23440
23441 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23442
23443 * gnus-ml.el (gnus-mailing-list-mode): do.
23444
23445 * gnus-gl.el (gnus-grouplens-mode): do.
23446
23447 * gnus-draft.el (gnus-draft-mode): do.
23448
23449 * gnus-dired.el (gnus-dired-mode): do.
23450
23451 * gnus-ems.el (gnus-add-minor-mode): Remove.
23452
23453 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23454 Replace gnus-char-width with char-width.
23455
23456 * gnus-ems.el (gnus-char-width): 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 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23464 definition.
23465 Remove Emacs 20 hash table compatibility code.
23466
23467 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23468 20 compatibility code.
23469
23470 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23471
23472 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23473
23474 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23475 Replace with point-at-{eol,bol}.
23476
23477 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23478
23479 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23480
23481 * flow-fill.el (fill-flowed-point-at-bol)
23482 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23483
23484 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23485 Replace with point-at-{eol,bol} throughout all files.
23486
23487 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23488
23489 * ntlm.el (ntlm-string-as-unibyte): New macro.
23490 (ntlm-build-auth-response): Use it.
23491
23492 Remove Emacs 20 stuff:
23493 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23494 of delq and copy-sequence.
23495 * gnus-art.el (popup-menu): Remove the compiler macro.
23496 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23497 Emacs 20.
23498
23499 2004-01-05 Simon Josefsson <jas@extundo.com>
23500
23501 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23502 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23503 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23504 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23505 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23506 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23507 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23508 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23509 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23510 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23511 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23512 string-xor into ntlm-string-xor.
23513 Suggested by Jesper Harder <harder@myrealbox.com>.
23514
23515 * ntlm.el: Don't include poem.
23516
23517 * md4.el (print-int32, print-string-hexa): Remove.
23518 Suggested by Jesper Harder <harder@myrealbox.com>.
23519
23520 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23521
23522 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23523 probably breaks emacs with DL patch, but do we care? Is anyone
23524 still using the DL stuff?)
23525
23526 * sieve-manage.el: Use the password package.
23527 (sieve-manage-read-passwd): Remove.
23528 (sieve-manage-interactive-login): Use password. Re-add
23529 condition-case around loop.
23530
23531 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23532 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23533 Use the password package.
23534
23535 2003-02-19 Simon Josefsson <jas@extundo.com>
23536
23537 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23538 token.
23539
23540 2002-08-07 Simon Josefsson <jas@extundo.com>
23541
23542 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23543 (sieve-manage-authenticators):
23544 (sieve-manage-authenticator-alist): Add some SASL mechs.
23545 (sieve-sasl-auth): New function.
23546 (sieve-manage-cram-md5-auth):
23547 (sieve-manage-plain-auth): Rewrite using SASL library.
23548 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23549 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23550 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23551 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23552
23553 2004-01-05 Simon Josefsson <jas@extundo.com>
23554
23555 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23556 New files.
23557
23558 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23559
23560 * gnus-group.el (gnus-no-groups-message): Update.
23561
23562 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23563
23564 2003-11-09 Simon Josefsson <jas@extundo.com>
23565
23566 * imap.el: Support for ID IMAP extension (RFC 2971).
23567 (imap-local-variables): Add imap-id.
23568 (imap-id): New variable.
23569 (imap-id): New function.
23570 (imap-parse-response): Parse untagged ID response.
23571 * nnimap.el (nnimap-id): New variable.
23572 (nnimap-open-connection): Use it.
23573
23574 2003-12-28 Simon Josefsson <jas@extundo.com>
23575
23576 * gnus-score.el (gnus-score-edit-all-score): New.
23577 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23578
23579 2004-01-04 Simon Josefsson <jas@extundo.com>
23580
23581 * password.el: Add.
23582
23583 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23584
23585 * dns.el (dns-query-types): Fix typo.
23586 (dns-query-types): New function.
23587 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23588 PTR and SOA replies, see RFC 1035.
23589
23590 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23591
23592 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23593
23594 * Move to Changelog.2.
23595
23596 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23597
23598 * gnus.el (gnus-version-number): Bump version.
23599
23600 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23601
23602 * gnus.el: No Gnus v0.1 is released.
23603
23604 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23605
23606 * gnus.el: No Gnus v0.0 is released.
23607
23608 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23609
23610 * gnus.el (gnus-version-number): Bump.
23611 (gnus-version): No.
23612
23613 See ChangeLog.2 for earlier changes.
23614
23615 Copyright (C) 2004-2013 Free Software Foundation, Inc.
23616
23617 This file is part of GNU Emacs.
23618
23619 GNU Emacs is free software: you can redistribute it and/or modify
23620 it under the terms of the GNU General Public License as published by
23621 the Free Software Foundation, either version 3 of the License, or
23622 (at your option) any later version.
23623
23624 GNU Emacs is distributed in the hope that it will be useful,
23625 but WITHOUT ANY WARRANTY; without even the implied warranty of
23626 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23627 GNU General Public License for more details.
23628
23629 You should have received a copy of the GNU General Public License
23630 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23631
23632 ;; Local Variables:
23633 ;; coding: utf-8
23634 ;; fill-column: 79
23635 ;; add-log-time-zone-rule: t
23636 ;; End: